/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ============================
   Distances
   ============================ */
/* ============================
   Colors
   ============================ */
/* ============================
   Fonts
   ============================ */
.h1-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h1-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h2-style {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .h2-style {
    font-size: 42px;
    line-height: 48px;
  }
}
.h3-style {
  font-size: 20px;
  line-height: 1.174em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h3-style {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .h3-style {
    font-size: 46px;
  }
}
.h4-style {
  font-size: 30px;
  line-height: 1.21em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .h4-style {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .h4-style {
    font-size: 30px;
  }
}
.h5-style {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h5-style {
    font-size: 18px;
    line-height: 24px;
  }
}
.h6-style {
  font-size: 18px;
  line-height: 1.333em;
  font-family: 'Suisse Intl';
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .h6-style {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1450px) {
  .h6-style {
    font-size: 28px;
  }
}
.p-style {
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Suisse Intl';
}
/* ============================
   Forms
   ============================ */
.formFontParagraph {
  font-size: 15px;
  font-family: 'Suisse Intl';
}
@media only screen and (min-width: 1024px) {
  .formFontParagraph {
    font-size: 18px;
  }
}
.ultra-color-title {
  color: #8B4FFF;
  margin-bottom: 20px;
}
.page-work .headline-block,
.page-work .other-case-block {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.page-work .headline-block .block-inner,
.page-work .other-case-block .block-inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 376px) {
  .page-work .headline-block,
  .page-work .other-case-block {
    height: 376px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1450px) {
  .page-work .headline-block,
  .page-work .other-case-block {
    height: 440px;
  }
}
/* ==========================================================================
   Other Case Study Block
   ========================================================================== */
.page-work .other-case-block {
  background-color: #f2f2f2;
}
.page-work .other-case-block .block-inner {
  top: 0;
  height: 100%;
}
.page-work .other-case-block .text {
  padding-top: 24px;
}
.page-work .other-case-block .icons {
  width: 280px;
  height: 80px;
  top: 50%;
  right: 50%;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.page-work .other-case-block .icon {
  width: 80px;
  height: 80px;
  position: relative;
  float: left;
}
.page-work .other-case-block .icon img {
  height: 80px;
}
.page-work .other-case-block .icon:nth-child(2) {
  margin: 0 20px;
}
.page-work .other-case-block .icon .hover-text {
  position: absolute;
  bottom: -20px;
  right: 50%;
  text-align: center;
  -webkit-transform: translate(50%, 100%);
  -moz-transform: translate(50%, 100%);
  -o-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.page-work .other-case-block .icon:hover .hover-text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1024px) {
  .case-studies .other-case-block .icon {
    width: 100px;
    height: 100px;
  }
  .case-studies .other-case-block .icon img {
    height: 100px;
  }
  .case-studies .other-case-block .icon:nth-child(2) {
    margin: 0 40px;
  }
  .case-studies .other-case-block .icons {
    width: 380px;
  }
}
/* ==========================================================================
   Headline Block
   ========================================================================== */
.page-work .headline-block {
  background-color: #fff;
}
.page-work .headline-block .block-inner {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* ==========================================================================

   ========================================================================== */
.page-work .sort-bar.full .sort-element,
#navigation-bar .sort-bar.full .sort-element {
  -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;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: white;
  background: rgba(60, 60, 60, 0.15);
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
}
.page-work .sort-bar.full .sort-element:hover,
#navigation-bar .sort-bar.full .sort-element:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.page-work .sort-bar.full .sort-element.active,
#navigation-bar .sort-bar.full .sort-element.active {
  background: white;
  color: #ff0664;
}
.page-work .sort-bar.full .sort-element.active:hover,
#navigation-bar .sort-bar.full .sort-element.active:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.page-work .grid-body {
  overflow-x: hidden;
}
.page-work .hero-section-color .max-width-container .headline {
  margin-bottom: 32px;
}
.page-work .sort-bar.full {
  width: 100%;
  padding-bottom: 48px;
}
.page-work .sort-bar.full ul li {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  font-family: 'Suisse Intl';
  color: #fff;
  cursor: pointer;
}
#navigation-bar .middle {
  min-width: 450px;
}
#submenu-changable-content .active-sorter {
  font-size: 16px;
  font-family: 'Suisse Intl';
  cursor: pointer;
  padding-right: 25px;
  position: relative;
}
#submenu-changable-content .active-sorter:before {
  width: 14px;
  height: 9px;
  content: "";
  background-image: url("../../image/svg/work/arrow-down-white.svg");
  background-size: cover;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
}
#submenu-changable-content .sort-bar.full ul li {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  font-family: 'Suisse Intl';
  cursor: pointer;
}
#navigation-bar.open-sorting #submenu-changable-content .active-sorter:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bottom-block {
  padding-top: 64px;
  padding-bottom: 64px;
  width: 100%;
  text-align: center;
}
.bottom-block h4 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-section-color .max-width-container {
    overflow: hidden;
  }
  .sort-bar.full {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 767px) {
  .page-work .sort-bar.full .sort-list,
  #navigation-bar .sort-bar.full .sort-list {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #navigation-bar .sort-bar {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  #navigation-bar .sort-bar {
    max-width: 930px;
    margin: 0 auto;
  }
  #navigation-bar .submenu .middle {
    width: 100%;
  }
  body #navigation-bar.open-sorting .sort-bar {
    visibility: visible;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .page-work .sort-bar.dropdown,
  #navigation-bar .sort-bar.dropdown {
    display: none;
  }
  .page-work .sort-bar.full,
  #navigation-bar .sort-bar.full {
    text-align: center;
    color: white;
    padding-top: 70px;
    max-width: 930px;
    margin: 0 auto;
  }
  .page-work .sort-bar.full .sort-list,
  #navigation-bar .sort-bar.full .sort-list {
    display: inline-block;
  }
  .page-work .sort-bar.full .sort-element,
  #navigation-bar .sort-bar.full .sort-element {
    display: inline-block;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-work .sort-bar.full .sort-button,
  #navigation-bar .sort-bar.full .sort-button {
    cursor: pointer;
  }
  .active-sort-wrapper {
    font-size: 20px;
    left: 50%;
    position: fixed;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: 50;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 840px) {
  .page-work .sort-bar.full {
    position: absolute;
    right: 50%;
    top: 350px;
    width: 100%;
    -webkit-transform: translate(50%, 200px);
    -moz-transform: translate(50%, 200px);
    -o-transform: translate(50%, 200px);
    -ms-transform: translate(50%, 200px);
    transform: translate(50%, 200px);
  }
}
@media only screen and (min-width: 1025px) and (max-height: 730px) {
  .page-work .sort-bar.full {
    top: 250px;
  }
}
.case-studies {
  -webkit-transform: translate(0, 300px);
  -moz-transform: translate(0, 300px);
  -o-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  transform: translate(0, 300px);
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.sort-bar.full {
  -webkit-transform: translate(0, 150px);
  -moz-transform: translate(0, 150px);
  -o-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: transform 0.7s cubic-bezier(0.5, 0.15, 0.33, 1), opacity 0.1s cubic-bezier(0.5, 0.15, 0.33, 1);
}
body.page-loaded .case-studies,
body.page-loaded .sort-bar.full {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1025px) and (max-height: 840px) {
  body.page-loaded .page-work .sort-bar.full {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media only screen and (min-width: 1024px) {
  body.page-loaded .case-studies {
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    margin-bottom: -100px;
  }
}
/* ==========================================================================
   Tablet Update
   ========================================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .page-work h2 {
    font-size: 38px;
  }
}
.candies-trigger {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -88%);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  padding: 0 12px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .candies-trigger {
    transform: translate(-50%, -80%);
  }
}
.submenu-animation-1 .candies-trigger {
  transform: translate(-50%, -70%);
}
.candies-trigger .icon {
  width: 30px;
  line-height: 33px;
}
.candies-trigger img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.candies-trigger .text,
.candies-trigger .icon {
  float: left;
}
.candies-trigger .text {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .candies-trigger .text {
    display: none;
  }
}
.candies-trigger .x {
  display: none;
  width: 16px;
  line-height: 35px;
}
.candies .candies-trigger .text,
.candies .candies-trigger .icon {
  display: none;
}
.candies .candies-trigger .x {
  display: block;
}
body.candies {
  overflow: hidden;
}
#candies {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #6E25FA;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 200px 0 0;
  color: #fff;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.candies #candies {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#candies-inner {
  max-width: 1500px;
  margin: 0 auto;
}
#block-candiesheader {
  margin: 0 auto 200px;
  width: 100%;
  padding: 0 32px;
}
#block-candiesheader h2 {
  width: 50%;
  line-height: 1em;
  margin-bottom: 20px;
  padding-right: 20px;
}
#block-candiesheader p {
  padding-right: 20px;
  width: 50%;
}
.candy-column {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.candy-column .candy {
  margin-bottom: 50px;
  float: right;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.candy-column .candy.notshown {
  opacity: 0;
  transform: translateY(20%);
}
.candy-column .candy video {
  width: 100%;
}
.candy-column .candy img {
  width: 100%;
  height: auto;
}
.candy-column .candy.small {
  padding-left: 100px;
}
.candy-column:nth-of-type(2n+1) {
  padding-left: 20px;
  padding-right: 0;
  margin-top: -200px;
}
.candy-column:nth-of-type(2n+1) .candy {
  float: right;
}
.candy-column:nth-of-type(2n+1) .candy.small {
  padding-left: 0;
  padding-right: 100px;
}
@media only screen and (max-width: 650px) {
  #block-candiesheader {
    margin: 0 auto 60px;
    width: 100%;
    padding: 0 20px;
  }
  #block-candiesheader h2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  #block-candiesheader p {
    padding: 0;
    width: 100%;
  }
  .candy-column {
    float: none;
    width: 100%;
    padding: 0;
  }
  .candy-column .candy {
    margin-bottom: 20px;
    float: none;
  }
  .candy-column .candy img {
    width: 100%;
    height: auto;
  }
  .candy-column .candy.small {
    padding: 0 20px;
  }
  .candy-column:nth-of-type(2n+1) {
    padding: 0;
    margin-top: 0;
  }
  .candy-column:nth-of-type(2n+1) .candy {
    float: none;
  }
  .candy-column:nth-of-type(2n+1) .candy.small {
    padding: 0 20px;
  }
}
