/*---------------------------------------------------
    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;
}
/* ==========================================================================
   Base
   ========================================================================== */
.page-services .hero-section-color .headline {
  color: #fff;
}
.page-services .hero-section-color .image-wrap {
  width: 280px;
}
.hero-section-color {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-services .hero-section-color .image-wrap {
    width: 295px;
  }
}
#benefits,
#ventures,
#whysmal,
#disciplines {
  padding-top: 72px;
}
@media only screen and (min-width: 768px) {
  #benefits,
  #ventures,
  #whysmal,
  #disciplines {
    padding-top: 128px;
  }
}
/* ==========================================================================
   Icons
   ========================================================================== */
.services-slideshow .slick-cloned {
  display: none !important;
}
.services-slideshow .col-icon {
  cursor: pointer;
  position: relative;
  outline: none;
}
.services-slideshow .col-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e9eaeb;
  z-index: 1;
}
.services-slideshow .col-icon .icon {
  width: 90px;
  margin: 0 auto;
}
.services-slideshow .col-icon .icon path {
  fill: #C4C4C4;
  -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);
}
.services-slideshow .col-icon .text {
  text-align: center;
  font-size: 16px;
  font-family: 'Suisse Intl';
  color: #C4C4C4;
  -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);
  margin-bottom: 40px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.services-slideshow .col-icon .bottom-dot {
  background-color: #8B4FFF;
  height: 3px;
  width: 3px;
  -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.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.services-slideshow .col-icon .bottom-line {
  background-color: #8B4FFF;
  height: 3px;
  width: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.services-slideshow .col-icon.slick-current .icon path {
  fill: #8B4FFF;
}
.services-slideshow .col-icon.slick-current .text {
  color: #8B4FFF;
}
.services-slideshow .col-icon.slick-current .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.services-slideshow .col-icon.slick-current .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.why-smal {
  padding-top: 120px;
}
.why-smal h4 {
  color: #6E25FA;
}
.why-smal .max-width-container {
  overflow: hidden;
}
.why-smal .text-change {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.5s 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);
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .why-smal .text-change h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.why-smal .text-change.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: auto;
}
.why-smal .text-change.right-transform {
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.why-smal .text-change a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -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);
}
.why-smal .text-change a: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);
}
@media only screen and (min-width: 768px) {
  .slick-track {
    position: static !important;
    width: 100% !important;
  }
  .slick-track .slick-slide {
    width: 16.66666667% !important;
  }
}
@media only screen and (max-width: 767px) {
  .services-slideshow .col-icon .text {
    width: 100%;
    height: 30px;
    margin-bottom: 24px;
  }
  .services-slideshow .col-icon .text br {
    display: none;
  }
  .services-slideshow .wrap {
    padding-left: 16px/2;
    padding-right: 16px/2;
    overflow: scroll;
  }
  .why-smal {
    padding-top: 24px;
  }
}
/* ==========================================================================
   Disciplines
   ========================================================================== */
.disciplines h1 {
  padding-bottom: 32px;
}
.disciplines .col-text-container {
  padding-bottom: 56px;
}
.disciplines .square-wrap {
  position: relative;
}
.disciplines .square-wrap .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.disciplines .square-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -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);
  background-color: #6f25fa;
  padding: 30px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .disciplines .square-wrap .overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
  .disciplines .square-wrap .overlay h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .disciplines .square-wrap .overlay h5 {
    font-size: 14px;
  }
}
.disciplines .square-wrap h6,
.disciplines .square-wrap h4 {
  color: white;
}
.disciplines .square-wrap .overlay h4,
.disciplines .square-wrap .overlay h6,
.disciplines .square-wrap .overlay h5 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
  -o-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.6s cubic-bezier(0.5, 0.15, 0.33, 1);
}
.disciplines .bottom-text {
  padding: 15px;
}
.disciplines .bottom-text h5 {
  color: #8B4FFF;
  margin-bottom: 8px;
}
.disciplines .row .offer.pink .square-wrap .overlay {
  background-color: #FF0064;
}
.disciplines .row .offer.pink .bottom-text h5 {
  color: #FF0064;
}
.disciplines .row .offer.blue .square-wrap .overlay {
  background-color: #1370FF;
}
.disciplines .row .offer.blue .bottom-text h5 {
  color: #1370FF;
}
.disciplines .row .offer.green .square-wrap .overlay {
  background-color: #00C800;
}
.disciplines .row .offer.green .bottom-text h5 {
  color: #00C800;
}
.disciplines .col-8 {
  padding-bottom: 32px;
}
@media only screen and (max-width: 364px) {
  .disciplines .square-wrap {
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 365px) {
  .disciplines .square-wrap {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) {
  .disciplines .col-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .disciplines .square-wrap.hover .overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .disciplines .square-wrap.hover .overlay h4,
  .disciplines .square-wrap.hover .overlay h6,
  .disciplines .square-wrap.hover .overlay h5 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 768px) {
  .disciplines .square-wrap {
    height: 0;
    padding-bottom: 100%;
  }
  .disciplines .bottom-text {
    padding-top: 32px;
  }
  body:not(.no-hover) .disciplines .square-wrap:hover .overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  body:not(.no-hover) .disciplines .square-wrap:hover .overlay h4,
  body:not(.no-hover) .disciplines .square-wrap:hover .overlay h6,
  body:not(.no-hover) .disciplines .square-wrap:hover .overlay h5 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .disciplines .square-wrap .overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .disciplines .square-wrap .overlay h5 {
    margin-bottom: 4px;
  }
}
/* ==========================================================================
   Smal Benefit
   ========================================================================== */
.benefits .max-width-container {
  max-width: 1160px !important;
}
.benefits ul,
.benefits .graph-row-1:after,
.benefits .fill-bar:after,
.benefits .graph-row-3:after {
  -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);
}
.benefits .graph-row-overlay {
  width: 100%;
}
.benefits .slick-slide {
  outline: 0;
}
.benefits .fill-bar {
  float: right;
  width: 83.33333333%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  box-sizing: content-box;
}
.benefits .fill-bar.structure:before {
  margin-bottom: -2px;
}
.benefits .fill-bar.color {
  z-index: 2;
}
.benefits .fill-bar.color:before {
  border-color: #fff;
}
.benefits .fill-bar.color:after {
  content: '';
  background: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.benefits .fill-bar:before {
  content: '';
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  pointer-events: all;
  position: absolute;
  right: -5px;
  bottom: 100%;
  width: 150%;
  height: 100%;
  z-index: 2;
  background: #262626;
  border-bottom: 2px solid white;
}
.benefits .graph-row-2 {
  overflow: hidden;
}
.benefits .graph-row-2 h5 {
  margin-bottom: 0;
}
.benefits .graph-row-2 .graph-cell {
  padding-top: 32px;
  padding-bottom: 16px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.benefits .graph-row-3 {
  height: 3px;
  background: #e5e5e5;
}
.benefits .graph-row-3 .graph-cell {
  position: relative;
  height: 100%;
  float: left;
  height: 3px;
}
.benefits .graph-row-4 .graph-cell {
  padding-top: 16px;
}
.benefits .max-width-container {
  padding: 0 20px;
}
.benefits .block-headline {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
.benefits .graph {
  width: 100%;
  position: relative;
}
.benefits .image-wrap {
  width: 98px;
  margin: 0 auto;
}
.benefits .image-wrap img {
  width: 100%;
}
.benefits .graph-row:not(.graph-row-1) {
  float: left;
  width: 100%;
  position: relative;
}
.benefits .graph-cell {
  vertical-align: bottom;
  float: left;
}
.benefits .fact {
  cursor: pointer;
  pointer-events: all;
}
.benefits .text {
  color: #8B4FFF;
  font-size: 15px;
  line-height: 24px;
  vertical-align: top;
  font-family: 'Suisse Intl';
}
.benefits .text ul {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.benefits .text li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.benefits .text li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #8B4FFF;
  left: 0;
  top: 14px;
}
.benefits .bottom-dot {
  background-color: #8B4FFF;
  height: 3px;
  width: 3px;
  -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.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
}
.benefits .bottom-line {
  background-color: #8B4FFF;
  height: 3px;
  width: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  transition: all 0.5s cubic-bezier(0.5, 0.15, 0.33, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
}
.benefits[data-current-fact="0"] .fill-bar:after {
  width: 0%;
}
.benefits[data-current-fact="0"] .graph-row-overlay {
  background-position-y: 0%;
}
.benefits[data-current-fact="0"] .graph-row-3:after {
  width: 16.66666667%;
}
.benefits[data-current-fact="0"] [data-slick-index="0"] .headline {
  color: #8B4FFF;
}
.benefits[data-current-fact="0"] [data-slick-index="0"] .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.benefits[data-current-fact="0"] [data-slick-index="0"] .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.benefits[data-current-fact="0"] [data-slick-index="0"] .text ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.benefits[data-current-fact="1"] .fill-bar:after {
  width: 20%;
}
.benefits[data-current-fact="1"] .graph-row-overlay {
  background-position-y: 20%;
}
.benefits[data-current-fact="1"] .graph-row-3:after {
  width: 33.33333333%;
}
.benefits[data-current-fact="1"] [data-slick-index="1"] .headline {
  color: #8B4FFF;
}
.benefits[data-current-fact="1"] [data-slick-index="1"] .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.benefits[data-current-fact="1"] [data-slick-index="1"] .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.benefits[data-current-fact="1"] [data-slick-index="1"] .text ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.benefits[data-current-fact="2"] .fill-bar:after {
  width: 40%;
}
.benefits[data-current-fact="2"] .graph-row-overlay {
  background-position-y: 40%;
}
.benefits[data-current-fact="2"] .graph-row-3:after {
  width: 50%;
}
.benefits[data-current-fact="2"] [data-slick-index="2"] .headline {
  color: #8B4FFF;
}
.benefits[data-current-fact="2"] [data-slick-index="2"] .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.benefits[data-current-fact="2"] [data-slick-index="2"] .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.benefits[data-current-fact="2"] [data-slick-index="2"] .text ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.benefits[data-current-fact="3"] .fill-bar:after {
  width: 60%;
}
.benefits[data-current-fact="3"] .graph-row-overlay {
  background-position-y: 60%;
}
.benefits[data-current-fact="3"] .graph-row-3:after {
  width: 66.66666667%;
}
.benefits[data-current-fact="3"] [data-slick-index="3"] .headline {
  color: #8B4FFF;
}
.benefits[data-current-fact="3"] [data-slick-index="3"] .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.benefits[data-current-fact="3"] [data-slick-index="3"] .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.benefits[data-current-fact="3"] [data-slick-index="3"] .text ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.benefits[data-current-fact="4"] .fill-bar:after {
  width: 80%;
}
.benefits[data-current-fact="4"] .graph-row-overlay {
  background-position-y: 80%;
}
.benefits[data-current-fact="4"] .graph-row-3:after {
  width: 83.33333333%;
}
.benefits[data-current-fact="4"] [data-slick-index="4"] .headline {
  color: #8B4FFF;
}
.benefits[data-current-fact="4"] [data-slick-index="4"] .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.benefits[data-current-fact="4"] [data-slick-index="4"] .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.benefits[data-current-fact="4"] [data-slick-index="4"] .text ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.benefits[data-current-fact="5"] .fill-bar:after {
  width: 100%;
}
.benefits[data-current-fact="5"] .graph-row-overlay {
  background-position-y: 100%;
}
.benefits[data-current-fact="5"] .graph-row-3:after {
  width: 100%;
}
.benefits[data-current-fact="5"] [data-slick-index="5"] .headline {
  color: #8B4FFF;
}
.benefits[data-current-fact="5"] [data-slick-index="5"] .bottom-dot {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.benefits[data-current-fact="5"] [data-slick-index="5"] .bottom-line {
  width: 98%;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.benefits[data-current-fact="5"] [data-slick-index="5"] .text ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .benefits .text {
    padding-right: 15px;
  }
  .benefits .graph-row-1 {
    height: 220px;
  }
  .benefits .graph-row-1 .graph-cell:not(.fact-image) {
    height: 220px;
    border-right: 2px dashed white;
    border-bottom: 2px solid white;
  }
  .benefits .graph-row-1 .graph-cell:nth-child(2) {
    border-left: 2px dashed white;
  }
  .benefits .graph-row-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
  }
  .benefits .graph-row-overlay {
    -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);
  }
  .benefits .graph-row-1,
  .benefits .graph-row-overlay {
    height: 220px;
  }
  .benefits .graph-row-1:before {
    border-bottom: 2px solid white;
    bottom: 98%;
  }
  .benefits .graph-row-1 .graph-cell {
    z-index: 1;
    position: relative;
    height: 220px;
  }
  .benefits .graph-row-1 .fact-image {
    z-index: 3;
    position: relative;
  }
  .benefits .graph-row-1 .image-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .benefits .graph .graph-row-overlay {
    background-image: url('../../image/pages/services/benefit-graph-mobile.png?v=1');
    background-size: cover;
    height: 0;
    padding: 10%;
    outline: 0;
    background-size: 100% 600%;
  }
  .graph-row-1,
  .fill-bar {
    display: none !important;
  }
  .benefits[data-current-fact="5"] .text-slide[data-slick-index="4"] .headline {
    float: right;
  }
}
.benefits .graph li {
  font-size: 16px;
  line-height: 1.7143em;
  font-family: 'Suisse Intl';
}
.benefits .text li:after {
  top: 16px;
}
@media only screen and (min-width: 1024px) {
}
/* ==========================================================================
   Ventures
   ========================================================================== */
.ventures {
  background-color: #3c3c3c;
  color: #fff;
  margin-top: 40px;
}
.ventures h1 {
  margin-bottom: 40px;
}
.ventures h3 {
  padding-bottom: 48px;
}
.ventures .btn {
  margin-bottom: 72px;
}
.disciplines h5,
.benefits h5 {
  color: #8B4FFF;
  margin-bottom: 20px;
}
.disciplines .square-wrap h5 {
  color: white;
  line-height: 150%;
}
.ventures h5 {
  margin-bottom: 20px;
}
.ventures .v2-cta {
  margin-top: 40px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .ventures .v2-cta {
    margin-bottom: 70px;
  }
}
.disciplines .square-wrap .overlay h4 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=page-services.css.map */