.btn {
  cursor: pointer;
  transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */ }
  .btn.btn-inline-block {
    display: inline-block;
    background-color: #3454D1;
    font-family: 'klavikamedium';
    color: #FFFFFF;
    line-height: 60px;
    padding: 0 60px; }
    .btn.btn-inline-block:hover, .btn.btn-inline-block:focus {
      background-color: #EC098F;
      color: #FFFFFF; }
    .btn.btn-inline-block.large {
      line-height: 64px; }
      @media (min-width: 768px) {
        .btn.btn-inline-block.large {
          line-height: 80px; } }

.navigation {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  width: 100%;
  background-color: #3F21B7;
  height: 64px;
  border-bottom: 1px solid rgba(139, 162, 255, 0.25); }
  @media (min-width: 768px) {
    .navigation {
      height: 104px;
      border-bottom: none; } }
  .navigation .logo {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    width: 151px;
    height: 23px;
    background-image: url("/resources/themes/ispco/images/ISPCO-negative@2x.png");
    background-size: cover;
    float: left;
    margin: 20px 30px; }
    .navigation .logo a {
      width: 151px;
      height: 23px;
      display: block; }
    @media (min-width: 768px) {
      .navigation .logo {
        margin: 40px 50px; } }
  .navigation .navigation-top-bar-menu {
    float: right;
    height: 100%;
    background-color: #37276B;
    width: calc(100% - 256px);
    max-width: 615px;
    display: none;
    text-align: center; }
    .navigation .navigation-top-bar-menu ul {
      list-style: none; }
      .navigation .navigation-top-bar-menu ul li {
        width: auto; }
        .navigation .navigation-top-bar-menu ul li:before {
          content: none; }
    .navigation .navigation-top-bar-menu li {
      line-height: 104px;
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px; }
      .navigation .navigation-top-bar-menu li:first-child {
        padding-left: 0; }
      .navigation .navigation-top-bar-menu li:last-child {
        padding-right: 0; }
      .navigation .navigation-top-bar-menu li a {
        display: inline-block;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        /* easeOutExpo */
        color: #FFFFFF;
        text-decoration: none;
        font-size: 18px;
        font-family: 'klavikamedium';
        position: relative; }
        .navigation .navigation-top-bar-menu li a:hover {
          text-decoration: none; }
          .navigation .navigation-top-bar-menu li a:hover:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background: #EC098F;
            bottom: 0;
            left: 0; }
      .navigation .navigation-top-bar-menu li.current a:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #EC098F;
        bottom: 0;
        left: 0; }
    @media (min-width: 768px) {
      .navigation .navigation-top-bar-menu {
        display: block; } }
  .navigation .navigation-top-bar-mobile-menu {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0; }
    .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button {
      width: 100%;
      height: 100%;
      position: relative;
      background: none;
      border: none;
      margin: 0;
      padding: 0; }
      .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button:before {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        /* easeOutExpo */
        position: absolute;
        content: "";
        width: 24px;
        height: 2px;
        left: 50%;
        margin-left: -1px;
        margin-left: -12px;
        background: #FFFFFF; }
      .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button:after {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        /* easeOutExpo */
        position: absolute;
        content: "";
        width: 24px;
        height: 2px;
        left: 50%;
        margin-left: -1px;
        margin-left: -12px;
        background: #FFFFFF; }
      .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button.state-closed:before {
        top: calc(50% - 3px); }
      .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button.state-closed:after {
        top: calc(50% + 3px); }
      .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button.state-opened:before {
        top: 50%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .navigation .navigation-top-bar-mobile-menu .mobile-menu-toggle-button.state-opened:after {
        top: 50%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    @media (min-width: 768px) {
      .navigation .navigation-top-bar-mobile-menu {
        display: none; } }

.overlay-navigation-active {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .overlay-navigation-active .navigation-top-bar {
    border-bottom: none; }
  .overlay-navigation-active .navigation-mobile-visible {
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #3F21B7; }
    .overlay-navigation-active .navigation-mobile-visible ul {
      list-style: none; }
      .overlay-navigation-active .navigation-mobile-visible ul li {
        width: auto; }
        .overlay-navigation-active .navigation-mobile-visible ul li:before {
          content: none; }
    .overlay-navigation-active .navigation-mobile-visible ul {
      padding: 25px; }
    .overlay-navigation-active .navigation-mobile-visible .navigation-top-bar-menu-item {
      line-height: 56px;
      border-bottom: 1px solid rgba(139, 162, 255, 0.25);
      text-align: right; }
      .overlay-navigation-active .navigation-mobile-visible .navigation-top-bar-menu-item a {
        font-family: 'klavikalight';
        font-size: 29px;
        color: #FFFFFF;
        letter-spacing: 0; }

.navigation-mobile-visible {
  display: none; }

/*
2. Banners at the top of the pages
*/
.top-banner {
  width: 100%;
  position: relative;
  background-color: #3F21B7;
  display: flex;
  flex-direction: column-reverse;
  transition: min-height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  overflow: hidden; }
  .top-banner.has-overlap-subbanner {
    padding-bottom: 180px; }
  @media (max-width: 767.98px) {
    .top-banner {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .top-banner {
      min-height: 440px;
      background-size: auto 80%;
      background-repeat: no-repeat;
      background-position: 80px center; } }
  @media (min-width: 1200px) {
    .top-banner {
      min-height: 540px; } }
  .top-banner:after {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4827CE;
    display: none; }
    @media (min-width: 768px) {
      .top-banner:after {
        display: block; } }
  .top-banner .top-banner-image {
    width: calc(100% + 80px);
    margin-right: -80px; }
    @media (min-width: 576px) {
      .top-banner .top-banner-image {
        height: auto;
        width: 100%;
        margin-right: 0; } }
  .top-banner .top-banner-column {
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .top-banner .top-banner-column {
        width: 50%; } }
  @media (min-width: 768px) {
    .top-banner {
      display: block; } }
  .top-banner .column-one {
    background-repeat: no-repeat;
    background-position: center;
    text-align: right;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .top-banner .column-one {
        padding-left: 100px;
        padding-right: 30px;
        width: calc(50% - 130px);
        display: none; } }
  .top-banner .column-two {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .top-banner .column-two {
        position: absolute;
        z-index: 1;
        width: 50%;
        right: 0;
        top: 0; } }
    .top-banner .column-two .banner-intro-inside {
      padding: 25px;
      text-align: right;
      color: #FFFFFF; }
      .top-banner .column-two .banner-intro-inside h1 {
        font-size: 34px;
        line-height: 120%; }
      .top-banner .column-two .banner-intro-inside .banner-intro-line-first {
        display: block;
        color: #8BA2FF;
        font-size: 18px;
        line-height: 22px;
        font-family: 'klavika_rgregular'; }
        @media (min-width: 576px) {
          .top-banner .column-two .banner-intro-inside .banner-intro-line-first {
            font-size: 20px;
            line-height: 24px; } }
      @media (min-width: 768px) {
        .top-banner .column-two .banner-intro-inside {
          position: absolute;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          top: 50%;
          padding-right: 30px;
          padding-right: 60px; }
          .top-banner .column-two .banner-intro-inside h1 {
            font-size: 30px; } }
      @media (min-width: 992px) {
        .top-banner .column-two .banner-intro-inside {
          padding-right: 100px; }
          .top-banner .column-two .banner-intro-inside h1 {
            font-size: 34px; } }
      @media (min-width: 1390px) {
        .top-banner .column-two .banner-intro-inside h1 {
          font-size: 54px; } }
  .top-banner.banner-ContactPage .top-banner-column {
    min-height: 300px; }
  .top-banner.banner-ContactPage .banner-intro-inside {
    width: 100%; }
    @media (min-width: 768px) {
      .top-banner.banner-ContactPage .banner-intro-inside {
        text-align: left; } }
  .top-banner.banner-ContactPage a:hover {
    color: #EC098F; }
  .top-banner.banner-ContactPage .contact-header-items {
    margin-top: 40px;
    list-style: none;
    font-size: 16px;
    font-family: aktiv-grotesk, sans-serif; }
    .top-banner.banner-ContactPage .contact-header-items li {
      width: auto;
      margin-bottom: 20px; }
      .top-banner.banner-ContactPage .contact-header-items li:before {
        content: none; }
      @media (min-width: 768px) {
        .top-banner.banner-ContactPage .contact-header-items li {
          margin-bottom: auto; } }
    @media (min-width: 576px) {
      .top-banner.banner-ContactPage .contact-header-items {
        margin-top: 20px; } }
    @media (min-width: 768px) {
      .top-banner.banner-ContactPage .contact-header-items {
        margin-top: 30px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .top-banner.banner-ContactPage .contact-header-items {
        margin-top: 30px;
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .top-banner.banner-ContactPage .contact-header-items {
        margin-top: 80px; } }
    .top-banner.banner-ContactPage .contact-header-items .contact-label {
      font-weight: bold; }
    .top-banner.banner-ContactPage .contact-header-items span {
      text-align: left;
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .top-banner.banner-ContactPage .contact-header-items span {
          display: inline-block;
          width: 50%;
          float: left; } }

.banner-horizon {
  min-height: 340px;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner-horizon.no-min-height {
    min-height: auto; }
  @media (min-width: 768px) {
    .banner-horizon {
      min-height: 300px; } }
  @media (min-width: 992px) {
    .banner-horizon {
      min-height: 500px; } }
  .banner-horizon .overlap-image {
    position: relative;
    max-height: 320px;
    height: 100%;
    width: auto;
    margin-top: -160px;
    margin-left: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */ }
    @media (min-width: 768px) {
      .banner-horizon .overlap-image {
        max-height: 400px;
        margin-top: -340px;
        margin-left: 100px; } }
    @media (min-width: 992px) {
      .banner-horizon .overlap-image {
        max-height: 460px;
        margin-top: -360px;
        margin-left: 100px; } }
    @media (min-width: 1200px) {
      .banner-horizon .overlap-image {
        max-height: 610px;
        margin-top: -460px;
        margin-left: 100px; } }

.site-content-row,
.site-content-row-full {
  padding: 25px;
  padding-bottom: 0; }
  .site-content-row h3:first-of-type,
  .site-content-row h6:first-child,
  .site-content-row-full h3:first-of-type,
  .site-content-row-full h6:first-child {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .site-content-row h3:first-of-type,
      .site-content-row h6:first-child,
      .site-content-row-full h3:first-of-type,
      .site-content-row-full h6:first-child {
        margin-bottom: 30px; } }
  .site-content-row:after,
  .site-content-row-full:after {
    content: "";
    clear: both; }
  @media (min-width: 768px) {
    .site-content-row,
    .site-content-row-full {
      padding: 100px;
      padding-bottom: 0;
      margin: 0 auto; } }
  .site-content-row:last-child,
  .site-content-row-full:last-child {
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .site-content-row:last-child,
      .site-content-row-full:last-child {
        padding-bottom: 100px; } }

.site-content-row-full {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .site-content-row-full {
      padding-left: 0;
      padding-right: 0;
      margin-top: 100px;
      padding-top: 0;
      padding-bottom: 0; } }
  .site-content-row-full:last-child {
    padding-bottom: 0;
    margin-bottom: 0px; }

.site-content-row-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .site-content-row-inner .row-max-half-lg {
      max-width: 50%; } }

.fading-content-panels .content-panels-navigation {
  margin-top: 35px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .fading-content-panels .content-panels-navigation {
      width: 40%;
      border-right: 4px solid #DDE3EE;
      box-sizing: border-box;
      float: left;
      margin-bottom: 0px;
      margin-top: 0px; } }
  .fading-content-panels .content-panels-navigation ul {
    list-style: none; }
    .fading-content-panels .content-panels-navigation ul li {
      width: auto; }
      .fading-content-panels .content-panels-navigation ul li:before {
        content: none; }
  .fading-content-panels .content-panels-navigation .content-panels-panel.view-mobile {
    padding-top: 10px;
    padding-bottom: 20px;
    display: none; }
    @media (min-width: 768px) {
      .fading-content-panels .content-panels-navigation .content-panels-panel.view-mobile {
        display: none !important; } }
    .fading-content-panels .content-panels-navigation .content-panels-panel.view-mobile.current {
      display: block;
      border-bottom: 1px solid #DDE3EE; }

.fading-content-panels .content-panels-navigation-item {
  font-size: 16px;
  border-bottom: 1px solid #DDE3EE;
  position: relative; }
  .fading-content-panels .content-panels-navigation-item:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    content: "\e901";
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    font-size: 20px;
    color: #8D99AE;
    pointer-events: none; }
    @media (min-width: 768px) {
      .fading-content-panels .content-panels-navigation-item:after {
        display: none; } }
  .fading-content-panels .content-panels-navigation-item:first-child {
    border-top: 1px solid #DDE3EE; }
  @media (min-width: 768px) {
    .fading-content-panels .content-panels-navigation-item {
      font-size: 18px;
      margin-bottom: 16px;
      padding-right: 25px;
      border: none !important; }
      .fading-content-panels .content-panels-navigation-item a {
        line-height: inherit; } }
  .fading-content-panels .content-panels-navigation-item a {
    color: #5B5D63;
    display: block;
    line-height: 60px; }
  .fading-content-panels .content-panels-navigation-item.current {
    font-weight: bold;
    border-bottom: none; }
    .fading-content-panels .content-panels-navigation-item.current a {
      color: #EC098F; }
    .fading-content-panels .content-panels-navigation-item.current:after {
      content: "\e900"; }

.fading-content-panels .content-panels-window {
  display: none; }
  @media (min-width: 768px) {
    .fading-content-panels .content-panels-window {
      float: left;
      position: relative;
      width: 60%;
      display: block; }
      .fading-content-panels .content-panels-window .content-panels-panel {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 45px;
        opacity: 0;
        transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
        /* easeOutExpo */
        pointer-events: none; }
        .fading-content-panels .content-panels-window .content-panels-panel.current {
          opacity: 1;
          pointer-events: auto; } }

.home-pricing.has-image {
  position: relative;
  padding-top: 310px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .home-pricing.has-image {
      padding-top: 0px;
      margin-top: 0px; } }
  .home-pricing.has-image .home-pricing-image {
    width: 280px;
    height: 280px;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; }
    @media (min-width: 768px) {
      .home-pricing.has-image .home-pricing-image {
        height: 280px;
        background-size: contain;
        background-position: center;
        width: calc(40% - 30px);
        top: auto; } }

.home-pricing .home-pricing-detail {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .home-pricing .home-pricing-detail {
      padding-left: 40%; } }

.testimonial-row {
  margin-top: 100px; }
  @media (min-width: 768px) {
    .testimonial-row {
      margin-top: 0; } }

.testimonial-single {
  margin-top: 25px;
  position: relative;
  padding: 340px 25px 25px 25px; }
  @media (min-width: 768px) {
    .testimonial-single {
      margin-top: 100px;
      padding: 100px; } }
  .testimonial-single .testimonial {
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .testimonial-single .testimonial {
        width: calc(70% - 30px);
        padding-right: 30px; } }
  @media (min-width: 768px) {
    .testimonial-single.testimonial-left .testimonial {
      width: calc(70% - 60px);
      padding-right: 0px;
      padding-left: 60px; }
    .testimonial-single.testimonial-left .testimonial-wrap {
      overflow: hidden; }
      .testimonial-single.testimonial-left .testimonial-wrap .testimonial {
        float: right; } }

.profile-image {
  position: absolute;
  width: calc(66% - 30px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 360px;
  top: -80px; }
  @media (min-width: 768px) {
    .profile-image {
      height: 100%;
      right: 100px;
      bottom: 30px;
      top: auto;
      width: calc(30% - 30px); } }

.testimonial-left .profile-image {
  right: 60px; }
  @media (min-width: 768px) {
    .testimonial-left .profile-image {
      left: 100px;
      right: auto; } }

span.profile-image-label,
.profile-image-label {
  position: absolute;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #5B5D63;
  display: inline-block;
  width: 100%;
  margin-left: 100%;
  bottom: -14px;
  line-height: 200%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  margin-bottom: -14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 768px) {
    span.profile-image-label,
    .profile-image-label {
      text-align: left; } }

.profiles-image-grid {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 100px; }

.profiles-image-grid-row {
  position: relative;
  margin: 0 auto; }
  .profiles-image-grid-row .profile-image {
    position: relative;
    float: left;
    padding-right: 30px;
    right: auto;
    bottom: auto;
    top: auto;
    width: 90%;
    margin-top: 30px; }
    @media (min-width: 576px) {
      .profiles-image-grid-row .profile-image {
        width: calc(33.3% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        height: 200px; }
        .profiles-image-grid-row .profile-image:nth-child(1) {
          margin-top: 0px; }
        .profiles-image-grid-row .profile-image:nth-child(2) {
          margin-top: 15px; }
        .profiles-image-grid-row .profile-image:nth-child(3) {
          margin-top: 30px; } }
    @media (min-width: 768px) {
      .profiles-image-grid-row .profile-image {
        width: calc(33.3% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        height: 300px; }
        .profiles-image-grid-row .profile-image:nth-child(1) {
          margin-top: 0px; }
        .profiles-image-grid-row .profile-image:nth-child(2) {
          margin-top: 30px; }
        .profiles-image-grid-row .profile-image:nth-child(3) {
          margin-top: 60px; } }
    @media (min-width: 992px) {
      .profiles-image-grid-row .profile-image {
        height: 400px; } }
    @media (min-width: 1200px) {
      .profiles-image-grid-row .profile-image {
        width: calc(33.3% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        height: 480px; } }
  .profiles-image-grid-row .profile-image-label {
    text-align: left; }

.clear-both {
  clear: both; }

/*
    Footer
*/
footer {
  border-top: 1px solid #DDE3EE;
  padding: 25px; }
  footer ul {
    list-style: none; }
    footer ul li {
      width: auto; }
      footer ul li:before {
        content: none !important; }
  @media (min-width: 768px) {
    footer {
      padding: 100px; } }
  footer .footer-row-first {
    width: 100%; }
    footer .footer-row-first .page-link-list {
      display: none; }
      @media (min-width: 768px) {
        footer .footer-row-first .page-link-list {
          display: block; } }
    @media (min-width: 768px) {
      footer .footer-row-first {
        float: left; } }
    footer .footer-row-first .footer-contacts-links {
      margin-top: 25px; }
      footer .footer-row-first .footer-contacts-links li {
        margin-bottom: 10px; }
      footer .footer-row-first .footer-contacts-links .contact-label {
        display: block; }
      footer .footer-row-first .footer-contacts-links .contact-value {
        display: block;
        text-align: left;
        float: none; }
      @media (min-width: 768px) {
        footer .footer-row-first .footer-contacts-links {
          display: none; } }
  footer .footer-row-second {
    margin-top: 20px; }
    footer .footer-row-second .column-first {
      width: 50%;
      display: none; }
      @media (min-width: 768px) {
        footer .footer-row-second .column-first {
          display: block; } }
    footer .footer-row-second .column-second {
      width: 100%; }
      @media (min-width: 768px) {
        footer .footer-row-second .column-second {
          width: 50%;
          height: 100%;
          float: right;
          position: relative; } }
      footer .footer-row-second .column-second .footer-social-links {
        margin: 0;
        padding: 0;
        color: #8D99AE;
        position: relative; }
        @media (min-width: 768px) {
          footer .footer-row-second .column-second .footer-social-links {
            position: absolute;
            bottom: 0;
            right: 0; } }
        footer .footer-row-second .column-second .footer-social-links li {
          font-size: 16px;
          display: inline-block; }
          footer .footer-row-second .column-second .footer-social-links li:last-child {
            position: absolute;
            right: 0; }
          @media (min-width: 768px) {
            footer .footer-row-second .column-second .footer-social-links li {
              padding-left: 15px; }
              footer .footer-row-second .column-second .footer-social-links li:first-child {
                padding-left: 0; }
              footer .footer-row-second .column-second .footer-social-links li:last-child {
                position: static;
                right: auto; } }
          @media (min-width: 992px) {
            footer .footer-row-second .column-second .footer-social-links li {
              font-size: 18px;
              padding-left: 35px; } }
        footer .footer-row-second .column-second .footer-social-links .fa-twitter {
          color: #49B3F4; }
      footer .footer-row-second .column-second .page-link-list {
        float: none;
        text-align: left;
        margin-top: 25px; }
        @media (min-width: 768px) {
          footer .footer-row-second .column-second .page-link-list {
            display: none; } }
  footer .page-link-list {
    float: right;
    text-align: right;
    color: #8D99AE;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px; }
  footer .text-work-together {
    color: #222325;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 768px) {
      footer .text-work-together {
        font-size: 30px;
        line-height: 36px;
        float: left; } }
    @media (min-width: 992px) {
      footer .text-work-together {
        font-size: 38px;
        line-height: 46px; } }
    footer .text-work-together a.underline {
      border-bottom-width: 2px; }
  footer .footer-contacts-links {
    width: 100%;
    max-width: 400px; }
    footer .footer-contacts-links li {
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.5px; }
      footer .footer-contacts-links li .contact-label {
        display: inline-block;
        color: #8D99AE; }
      footer .footer-contacts-links li .contact-value {
        display: inline-block;
        float: right;
        color: #8D99AE; }
      @media (min-width: 992px) {
        footer .footer-contacts-links li {
          font-size: 18px;
          line-height: 30px; } }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

div {
  box-sizing: border-box; }

.background-greyXXLighter {
  background-color: #f1f4f8; }

.background-greyTextured {
  background-image: url(/resources/themes/ispco/images/CaseStudy-texture-bg@2x.png);
  background-repeat: repeat;
  background-size: 720px 240px; }

hr {
  height: 4px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    hr {
      margin-top: 80px;
      margin-bottom: 80px; } }
  hr.greyXXlight {
    background-color: #DDE3EE;
    border: none; }
