html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.container,
.wrapper-inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {

  .container,
  .wrapper-inner {
    width: 750px
  }
}

@media (min-width:992px) {

  .container,
  .wrapper-inner {
    width: 970px
  }
}

@media (min-width:1200px) {

  .container,
  .wrapper-inner {
    width: 1300px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before,
.wrapper-inner:after,
.wrapper-inner:before {
  display: table;
  content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after,
.wrapper-inner:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}


* {
  scroll-behavior: smooth
}

body {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham Black", sans-serif
}

a,
article.esm-content,
label,
li,
p,
td {
  color: #1f1f1f;
  font-size: 18px;
  font-family: "Gotham Book", Arial, sans-serif;
  line-height: 28px
}

blockquote {
  line-height: 28px
}

a {
  text-decoration: none
}

ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none
}

.esm-content h1 span,
h1 {
  font-size: 60px
}

@media (max-width:768px) {

  .esm-content h1 span,
  h1 {
    font-size: 32px
  }
}

.esm-content h2 span,
h2 {
  font-size: 48px
}

@media (max-width:768px) {

  .esm-content h2 span,
  h2 {
    font-size: 24px
  }
}

.esm-content h3 span,
h3 {
  font-size: 32px
}

@media (max-width:768px) {

  .esm-content h3 span,
  h3 {
    font-size: 23px
  }
}

.esm-content h4 span,
h4 {
  font-size: 24px
}

.esm-content h5 span,
h5 {
  font-size: 23px
}

.esm-content h6 span,
h6 {
  font-size: 18px
}

.widget-area {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 3px
}

.widget-area:hover {
  background-color: rgba(255, 255, 255, 0.6)
}

.text-upper {
  font-family: "Gotham Black", sans-serif;
  margin-top: 0;
  text-transform: uppercase
}

.bg-yellow {
  background-color: #ffe000
}

.no-scroll {
  overflow: hidden
}

h2.font-title {
  margin: 0 0 30px 0
}

@media (min-width:992px) {
  h2.font-title {
    font-size: 64px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  h2.font-title {
    font-size: 52px
  }
}

@media (min-width:768px) and (max-width:992px) {
  h2.font-title {
    font-size: 42px
  }
}

@media (max-width:768px) {
  h2.font-title {
    font-size: 36px
  }
}

h1.font-title {
  margin: 0 0 30px 0
}

@media (min-width:992px) {
  h1.font-title {
    font-size: 80px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  h1.font-title {
    font-size: 64px
  }
}

@media (min-width:768px) and (max-width:992px) {
  h1.font-title {
    font-size: 52px
  }
}

@media (max-width:768px) {
  h1.font-title {
    font-size: 44px
  }
}

h1.font-title span {
  font-family: "Gotham Black", Arial, sans-serif
}

@media (min-width:992px) {
  h1.font-title span {
    font-size: 80px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  h1.font-title span {
    font-size: 64px
  }
}

@media (min-width:768px) and (max-width:992px) {
  h1.font-title span {
    font-size: 52px
  }
}

@media (max-width:768px) {
  h1.font-title span {
    font-size: 44px
  }
}

h1.font-title-small {
  margin: 0 0 30px 0
}

@media (min-width:992px) {
  h1.font-title-small {
    font-size: 68px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  h1.font-title-small {
    font-size: 55px
  }
}

@media (min-width:768px) and (max-width:992px) {
  h1.font-title-small {
    font-size: 45px
  }
}

@media (max-width:768px) {
  h1.font-title-small {
    font-size: 38px
  }
}

@media (max-width:768px) {
  h1.font-title .first {
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.2em
  }
}

h1.font-title .retype {
  background-color: #00dbff;
  padding: 0 10px
}

.mt-5 {
  margin-top: 30px
}

.esm-content .content-highlight {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 30px
}

.text-center {
  text-align: center
}

div.readTime {
  font-family: "Gotham Book", Arial, sans-serif
}

.content-page.references-detail .full-width-banner .wrapper-inner,
.content-page.references-detail .references-detail-head,
.content-page.references-detail article .esm-content,
.esm-content-small-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px
}

@media (max-width:768px) {

  .content-page.references-detail .full-width-banner .wrapper-inner,
  .content-page.references-detail .references-detail-head,
  .content-page.references-detail article .esm-content,
  .esm-content-small-width {
    width: 100%
  }
}

.background-grid,
.blog-results,
.column-yellow,
.search-results,
.service-showcases ul,
body#growthlab #growth-modal .fs-modal-inner,
section.awards .container,
section.awards .wrapper-inner,
section.cases .grid .container,
section.cases .grid .wrapper-inner,
section.hero,
section.hover-cards .hover-cards,
section.latest-blog-items,
section.media-iframe-block .grid,
section.media-img-block .grid.active,
section.usps .content .img-wrapper .awards,
section.welcome-banner,
section.welcome-banner-post .container .banner-nav-wrapper,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper {
  background-image: linear-gradient(to right, var(--background-grid-color, #000) 0, var(--background-grid-color, #000) 1px, transparent 1px, transparent 100%), linear-gradient(to bottom, var(--background-grid-color, #000) 0, var(--background-grid-color, #000) 1px, transparent 1px, transparent 100%)
}

#breadcrumbs>span>a,
.breadcrumbs>span>a {
  font-family: "Gotham Medium", sans-serif
}

#breadcrumbs i,
.breadcrumbs i {
  vertical-align: middle;
  margin: 0 10px;
  font-style: normal
}

#breadcrumbs i:before,
.breadcrumbs i:before {
  padding-right: 0 !important
}

.content-page.blog-detail #breadcrumbs .breadcrumb_last,
.content-page.blog-detail #breadcrumbs>span>span>span i,
.content-page.blog-detail .breadcrumbs .breadcrumb_last,
.content-page.blog-detail .breadcrumbs>span>span>span i,
.content-page.downloads-detail #breadcrumbs .breadcrumb_last,
.content-page.downloads-detail #breadcrumbs>span>span>span i,
.content-page.downloads-detail .breadcrumbs .breadcrumb_last,
.content-page.downloads-detail .breadcrumbs>span>span>span i {
  display: none
}

.btn {
  min-width: 150px;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s
}

.btn-lg {
  padding: 14px 35px
}

.btn-primary {
  background: #ff656b;
  color: #fff
}

.btn-primary:hover {
  background: #ff4c52
}

.btn-secondary {
  background: #00dbff;
  color: #000
}

.btn-secondary:hover {
  background: #00c5e6
}

.btn-tertiary {
  background: #e6e4e5;
  color: #000
}

.btn-tertiary:hover {
  background: #dad7d8
}

.btn-arrow-spacing:before {
  left: 10px !important
}

.btn-arrow-spacing:hover:before {
  left: 15px !important
}

#breadcrumbs i,
.breadcrumbs i,
.btn-arrow,
section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li a,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li a {
  position: relative
}

#breadcrumbs i:before,
.breadcrumbs i:before,
.btn-arrow:before,
section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li a:before,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li a:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 23px;
  content: "\f178"
}

.btn-text-and-arrow,
.btn-text-and-arrow-white,
.service-showcases .case p,
section.hover-cards .hover-cards .hover-card .inner li a,
section.hover-cards .hover-cards .hover-card:nth-of-type(2) li a {
  position: relative;
  padding-left: 70px
}


.btn-text-and-arrow-white:hover:before,
.btn-text-and-arrow:hover:before,
.service-showcases .case p:hover:before,
section.hover-cards .hover-cards .hover-card .inner li a:hover:before,
section.hover-cards .hover-cards .hover-card:nth-of-type(2) li a:hover:before {
  left: 10px
}

.btn-text-and-arrow-big {
  padding-left: 90px;
  font-size: 23px
}

.btn-text-and-arrow-big:before {
  width: 70px
}

.btn-text-and-arrow-reverse,
.btn-text-and-arrow-reverse-big {
  padding-left: inherit;
  padding-right: 70px
}

.btn-text-and-arrow-reverse-big:before,
.btn-text-and-arrow-reverse:before {
  left: inherit;
  right: 0;
  width: 50px
}

.btn-text-and-arrow-reverse-big:hover:before,
.btn-text-and-arrow-reverse:hover:before {
  left: inherit;
  right: -10px
}

.btn-text-and-arrow-reverse-big {
  padding-right: 90px
}

.btn-text-and-arrow-reverse-big:before {
  width: 70px
}



.btn-right {
  display: table;
  margin-left: auto
}

@media (max-width:768px) {
  .btn-right {
    margin-left: inherit
  }
}

.btn-facebook {
  background: #547bbd
}

.btn-facebook:hover {
  background: #3e62a0
}

.btn-twitter {
  background: #78ccf0
}

.btn-twitter:hover {
  background: #4abbeb
}

.btn-linkedin {
  background: #1385c7
}

.btn-linkedin:hover {
  background: #0f6698
}

.btn-youtube {
  background: #f00
}

.btn-youtube:hover {
  background: #cc0000
}

.btn-instagram {
  background: #c92f9a
}

.btn-instagram:hover {
  background: #a0257a
}

.btn-rss {
  background: #f59300
}

.btn-rss:hover {
  background: #c27400
}

.button-wrap {
  display: table
}

.button-wrap .btn {
  margin-right: 15px
}

.button-wrap .btn:last-of-type {
  margin-right: 0
}

@media (max-width:768px) {
  .button-wrap .btn:last-of-type {
    margin-top: 30px
  }
}

@media (max-width:768px) {
  .button-wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.fs-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  height: 100%
}

.fs-modal .fs-modal-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1000px;
  height: 500px;
  background: #F3F3F3;
  z-index: 999;
  margin: auto;
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  padding: 40px;
  border: 20px solid white
}

.fs-modal .fs-modal-inner h2 {
  margin-bottom: 70px;
  font-size: 48px;
  margin-top: 0;
  padding-top: 10px
}

.fs-modal .fs-modal-inner h2 span {
  font-size: 48px;
  font-family: "Gotham Black", sans-serif
}

.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fade-out {
  animation: fadeOut ease 0.5s;
  -webkit-animation: fadeOut ease 0.5s;
  -moz-animation: fadeOut ease 0.5s;
  -o-animation: fadeOut ease 0.5s;
  -ms-animation: fadeOut ease 0.5s
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    display: none
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    display: none
  }
}

.fs-modal input[type=email],
.fs-modal input[type=password],
.fs-modal input[type=text],
.fs-modal select,
.fs-modal textarea {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  font-family: "Gotham Book";
  font-weight: 400;
  display: block;
  width: 100%;
  max-width: none;
  height: 50px;
  padding: 8px 12px 8px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1f1f1f;
  background-color: #ffffff;
  background-image: none;
  border: 0px solid #cccccc !important;
  border-radius: 6px;
  margin: 0
}

.fs-modal input:focus,
.fs-modal textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffc835;
  box-shadow: inset 0px 0px 0px 2px #ffc835;
  border: 0;
  outline: 0
}

@media only screen and (min-width:769px) {
  #growth-login input[type=email] {
    max-width: 51%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    height: 52px
  }

  #growth-login input[type=submit] {
    max-width: 23%;
    display: inline-block;
    vertical-align: top
  }
}

.fs-modal .btn.active.focus,
.fs-modal .btn.active:focus,
.fs-modal .btn.focus,
.fs-modal .btn:active.focus,
.fs-modal .btn:active:focus,
.fs-modal .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
  outline: unset;
  outline-offset: unset
}

.fs-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  font-size: 2em
}

.fs-modal-close:hover {
  cursor: pointer
}

.fs-modal-close i {
  color: black
}

.fs-modal-error {
  padding: 10px;
  font-weight: 400;
  font-family: "Gotham Medium"
}

.fs-modal-error a {
  color: #ffd769;
  font-family: "Gotham Medium"
}

.growthlab-login {
  font-weight: 400;
  font-family: "Gotham Medium";
  color: inherit
}

#growth-login {
  height: 100%
}

#growth-login .hero {
  max-width: 50%;
  float: right;
  margin-left: 5%
}

.form-container {
  max-width: 60%
}

body#growthlab .logo .white-background {
  display: none
}

@media only screen and (max-width:769px) {
  .fs-modal .fs-modal-inner {
    padding: 40px;
    max-width: 90%
  }

  .fs-modal .fs-modal-inner button {
    margin-top: 10px;
    width: 100%
  }

  body#growthlab .overall-wrapper {
    border: 20px solid white !important
  }

  body#growthlab .wrapper-inner {
    padding: 0 40px
  }

  .cases-block-filter {
    font-size: 27px
  }

  #growth-login .hero {
    display: none
  }

  .form-container {
    max-width: 100%
  }

  .fs-modal .fs-modal-inner h2 {
    font-size: 36px;
    margin-bottom: 35px
  }
}

body#growthlab {
  padding-top: 0
}

body#growthlab main.main {
  margin-top: 100px
}

body#growthlab nav .login a {
  display: block;
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  text-align: center
}

body#growthlab ul#menu-growthlab {
  margin-top: 0
}

body#growthlab>.overall-wrapper.white {
  background-color: #fff
}

body#growthlab .intro-growthlab {
  background-color: #f3f3f3;
  padding-top: 30px
}

body#growthlab .intro-growthlab .col {
  width: 50%;
  display: inline-block
}

body#growthlab .intro-growthlab h1 {
  font-size: 48px;
  margin-top: 50px
}

body#growthlab .intro-growthlab .col img {
  margin-top: 30px;
  max-width: 90%
}

body#growthlab .intro-growthlab .col:first-child {
  padding-right: 5%
}

@media screen and (max-width:768px) {
  body#growthlab .intro-growthlab .col {
    width: 100%
  }

  body#growthlab #main-nav-trigger,
  body#growthlab .sticker-free {
    display: none
  }

  body#growthlab .intro-growthlab h1 {
    margin-top: 40px !important
  }

  .kt-row-layout-inner>.kt-row-column-wrap>.kadence-column_1a0288-a1>.kt-inside-inner-col {
    padding-left: 0 !important
  }

  body#growthlab .downloads li {
    min-height: 310px !important
  }
}

body#growthlab figcaption {
  text-align: center
}

body#growthlab figcaption a {
  color: inherit
}

body#growthlab iframe {
  margin: auto
}

body#growthlab .smartlab-thumb {
  cursor: pointer
}

body#growthlab .smartlab-player {
  display: none
}

body#growthlab .smartlab-player.open {
  display: block
}

body#growthlab .intro-growthlab .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

body#growthlab .intro-growthlab .wrapper-inner img {
  -webkit-transform: translateY(4px) !important;
  transform: translateY(4px) !important
}

@media (max-width:768px) {
  body#growthlab .intro-growthlab .wrapper-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

body#growthlab .growthlab-page .btn-primary,
body#growthlab .intro-growthlab .btn-primary {
  color: #1f1f1f;
  font-family: "Gotham Black", sans-serif;
  background-color: #ffd668;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 0 0 #ffc835;
  box-shadow: 0 2px 0 0 #ffc835;
  padding: 16px 25px;
  min-width: auto
}

.esm-content .has-grey-light-background-color {
  background-color: #f4f4f4
}

.smartlab-meta-row .block {
  font-family: "Gotham Book", Arial, sans-serif
}

body#growthlab #growth-modal .fs-modal-inner {
  background-color: #ffe000;
  background-color: #ffe000;
  background-position: -50px 38px;
  background-size: 140px 140px
}

body#growthlab #growth-modal .fs-modal-inner h2 {
  max-width: 50%;
  padding: 15px !important;
  margin-bottom: 60px !important;
  background-color: #ffe000
}

@media (max-width:768px) {
  body#growthlab #growth-modal .fs-modal-inner h2 span {
    font-size: 36px
  }
}

@media (max-width:768px) {
  body#growthlab #growth-modal .fs-modal-inner h2 {
    max-width: inherit;
    margin-bottom: 20px !important
  }
}

@media (max-width:768px) {
  body#growthlab #growth-modal .fs-modal-inner button {
    margin-top: 15px;
    font-size: 18px
  }
}

@media (max-width:768px) {
  body#growthlab #growth-modal .fs-modal-inner #growth-login {
    background-color: #ffe000;
    padding: 0 15px
  }
}

body#growthlab #growth-modal .fs-modal-inner .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  body#growthlab #growth-modal .fs-modal-inner .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
    background-color: #ffe000
  }
}

@media (max-width:768px) {
  body#growthlab #growth-modal .fs-modal-inner {
    text-align: center;
    height: 450px
  }
}

body.growthlab-aanmelden header.header {
  background-color: #fff
}

@media (max-width:768px) {
  body.growthlab-aanmelden main.main {
    margin-top: 0 !important
  }
}

body.growthlab-aanmelden .content-page {
  background-color: #ffe000
}

body.growthlab-aanmelden .content-page img {
  margin-top: 30px
}

@media (max-width:768px) {
  body.growthlab-aanmelden .content-page .wp-block-kadence-rowlayout:not(.mb-0) {
    margin-bottom: 0
  }
}

body header .logo svg {
  width: 100%;
  height: 100%
}

body header .logo svg g {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box
}

body.not-on-top g.rotate {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

body.not-on-top g.logo-brand-image {
  margin-left: 250px;
  -webkit-transform: scale(0.6) translateX(250px);
  transform: scale(0.6) translateX(250px)
}

body.not-on-top g.handpicked {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px)
}

body.not-on-top g.no-handpicked {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

@media screen and (min-width:1366px) {
  body:not(.not-on-top) .header .logo {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@media screen and (min-width:1366px) {

  .header>.container,
  .header>.wrapper-inner {
    width: 1300px
  }
}

.header nav ul li {
  display: inline-block;
  margin-right: 15px
}

.header nav ul li a {
  font-weight: 900;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  padding: 20px 0
}

.header nav ul li a:hover {
  color: #ffe000
}

.header nav ul li.has-subs {
  position: relative
}

.header nav ul li.has-subs:hover .sub-menu {
  display: block
}

.header nav ul li:last-of-type {
  margin-right: 0
}

.header nav ul li.active a {
  color: #ffe000
}

.header nav ul li.current-menu-ancestor>a {
  color: #ffe000
}

.header nav ul li.active .sub-menu li {
  margin-right: 0
}

.header nav ul li.active .sub-menu li a {
  color: #1f1f1f
}

.header nav ul li.active .sub-menu li a:hover {
  color: #ffe000
}

.header .sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 3;
  padding: 15px 0;
  background: white;
  border: 1px solid #1f1f1f;
  -webkit-box-shadow: -4px 4px 0 #1f1f1f;
  box-shadow: -4px 4px 0 #1f1f1f;
  white-space: nowrap
}

.header .sub-menu li {
  display: block;
  margin-bottom: 5px
}

.header .sub-menu li a {
  font-family: "Gotham Book", Arial, sans-serif !important;
  padding: 5px 20px;
  display: block;
  font-size: 0.95em !important
}

.header .nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .nav-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 7px 20px;
  background: #f5f5f5;
  margin-left: auto
}

.header .nav-top .logo {
  display: none
}

.header .nav-top nav a {
  font-size: 15px
}

.header .nav-top nav ul li.active a,
.header .nav-top nav ul li:hover a {
  color: #ffe000
}

@media (max-width:992px) {
  .header .nav-top {
    display: none
  }
}

.header .nav-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header .nav-main .logo svg {
  height: 70px;
  width: auto
}

@media (max-width:1200px) {
  .header .nav-main .logo svg {
    height: 50px
  }
}

@media (max-width:768px) {
  .header .nav-main .logo svg {
    height: 55px
  }
}

.header .nav-main .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.header .nav-main .menu-wrapper nav ul li a {
  font-family: "Gotham Black", sans-serif;
  font-size: 23px
}

@media (max-width:1200px) {
  .header .nav-main .menu-wrapper nav.main-menu li a {
    font-size: 18px
  }
}

@media (max-width:992px) {
  .header .nav-main .menu-wrapper nav.main-menu {
    display: none
  }
}

.header .nav-main .hamburger {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  text-align: center;
  margin-left: 25px
}

.header .nav-main .hamburger .bars .bar {
  -webkit-transition: 0.25s -webkit-transform;
  transition: 0.25s -webkit-transform;
  transition: 0.25s transform;
  transition: 0.25s transform, 0.25s -webkit-transform;
  margin: 0 auto 5px auto;
  border-radius: 5px;
  background: #ffe000;
  width: 35px;
  height: 4px
}

.header .nav-main .hamburger .bars .bar:last-of-type {
  margin-bottom: 0
}

.header .nav-main .hamburger span {
  display: block;
  font-size: 18px
}

@media (max-width:992px) {
  .header .nav-main .hamburger {
    display: block
  }
}

.header .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px
}

.header form#search {
  position: relative;
  margin: 0 54px 0 15px
}

.header form#search input[type=search] {
  border: 1px solid black;
  border-radius: 5px 0 0 5px;
  padding: 10px 10px 8px 35px;
  max-width: 150px;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 18px
}

.header form#search input[type=search]::-webkit-search-cancel-button {
  color: red
}

@media (max-width:768px) {
  .header form#search input[type=search] {
    max-width: inherit
  }
}

@media (min-width:1367px) {
  .header form#search input[type=search] {
    height: 35px;
    font-size: 1rem
  }
}

.header form#search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  background-color: #00dbff;
  border-radius: 5px;
  border: 1px solid;
  font-family: "FontAwesome";
  font-size: 23px;
  content: "\f178";
  width: 46px;
  min-width: inherit;
  padding: 0
}

.header form#search button svg {
  display: none
}

.header form#search button:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 23px;
  content: "\f178";
  pointer-events: none
}

.header form#search button:hover {
  background-color: #00c5e6;
  cursor: pointer;
  -webkit-transition: 0.25s background-color;
  transition: 0.25s background-color
}

.header form#search:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f002";
  width: 35px;
  color: #00dbff
}

@media (max-width:992px) {
  .header.mobile-menu-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 100
  }

  .header.mobile-menu-open .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
    padding: 10px 0
  }

  .header.mobile-menu-open .inner nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .header.mobile-menu-open .inner .btn-contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px
  }

  .header.mobile-menu-open .inner .desktop-search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .header.mobile-menu-open .hamburger {
    margin-right: 0;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }

  .header.mobile-menu-open .hamburger .bars {
    margin: 0 0 7px 7px
  }

  .header.mobile-menu-open .hamburger .bar:first-of-type {
    -webkit-transform: rotate(45deg) translateY(5px);
    transform: rotate(45deg) translateY(5px)
  }

  .header.mobile-menu-open .hamburger .bar:nth-of-type(2) {
    display: none
  }

  .header.mobile-menu-open .hamburger .bar:last-of-type {
    -webkit-transform: rotate(-45deg) translateY(-7px);
    transform: rotate(-45deg) translateY(-7px)
  }

  .header.mobile-menu-open form#search {
    margin-left: 0
  }

  .header.mobile-menu-open>.container,
  .header.mobile-menu-open>.wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .header.mobile-menu-open nav ul li {
    display: block;
    margin: 15px 0
  }

  .header.mobile-menu-open nav ul li .sub-menu {
    display: block;
    margin-left: 15px;
    position: relative;
    padding: 0;
    background: transparent;
    width: auto;
    top: unset;
    margin: 10px 0 10px 40px
  }

  .header.mobile-menu-open nav ul li .sub-menu.hide {
    display: none
  }

  .header.mobile-menu-open nav ul li .sub-menu a {
    font-size: 18px !important
  }

  .header.mobile-menu-open nav ul li a {
    padding: 5px 20px;
    font-size: 22px !important
  }

  .header.mobile-menu-open .nav-main .menu-wrapper nav.main-menu,
  .header.mobile-menu-open .nav-top {
    display: block
  }

  .header.mobile-menu-open .nav-top {
    margin-bottom: 0
  }

  .header.mobile-menu-open .nav-top nav {
    padding: 0;
    background-color: transparent
  }

  .header.mobile-menu-open .nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header.mobile-menu-open .nav-main .menu-wrapper {
    margin-top: 30px;
    margin-left: inherit;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width:768px) {
  .header {
    padding: 10px 0
  }
}

body.not-on-top .header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width:992px) {
  body.not-on-top .header {
    padding: 15px 0 10px 0
  }
}

body.not-on-top .header .nav-top .logo {
  display: block;
  margin-right: 15px;
  max-height: 64px
}

body.not-on-top .header .nav-top .logo svg {
  max-height: 64px
}

@media (max-width:992px) {
  body.not-on-top .header .nav-top {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
  }
}

body.not-on-top .header .nav-main {
  visibility: hidden;
  opacity: 0;
  pointer-events: none
}

@media (max-width:992px) {
  body.not-on-top .header .nav-main {
    visibility: visible;
    opacity: 1;
    pointer-events: all
  }
}

body.not-on-top .header.mobile-menu-open {
  height: auto !important;
  bottom: 0
}

body.not-on-top .header.mobile-menu-open .nav-top {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}

body.not-on-top .header.mobile-menu-open .nav-top .logo {
  display: none
}

footer {
  margin: 50px 0
}

footer li {
  margin: 10px 15px 10px 0;
  display: inline-block
}

footer li:last-of-type {
  margin-right: 0
}

footer .footer-top {
  padding: 50px;
  background: #f5f5f5;
  border-radius: 5px
}

footer .footer-top li:not(.btn) {
  width: 100%
}

footer .footer-top :not(h4) {
  font-size: 15px
}

footer .footer-top .follow-us-label p {
  font-family: "Gotham Black", sans-serif
}

footer .footer-top h4 {
  margin: 0 0 20px 0
}

@media (max-width:768px) {
  footer .footer-top h4 {
    margin: 20px 0
  }
}

footer .footer-top .nav-stacked li {
  margin-right: 0
}

footer .footer-top .social-links-menu li {
  vertical-align: middle
}

footer .footer-top .social-links-menu li.btn {
  padding: 0;
  min-width: inherit
}

footer .footer-top .social-links-menu li.btn:hover svg {
  fill: #ffe000
}

footer .footer-top .address-info span {
  margin-bottom: 10px;
  display: inline-block
}

@media (max-width:768px) {
  footer .footer-top {
    padding: 25px
  }
}

footer .footer-bottom {
  margin-top: 15px
}

footer .footer-bottom a {
  font-weight: bold;
  font-family: "Gotham Black", sans-serif
}

footer .footer-bottom a:first-of-type {
  color: #ff656b
}

footer .footer-bottom #menu-footer-misc-menu a {
  color: #000
}

footer .footer-bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  footer .footer-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:768px) {
  footer .footer-bottom {
    text-align: center
  }

  footer .footer-bottom #menu-footer-misc-menu {
    margin-top: 15px
  }
}

form.search-bar {
  padding: 30px;
  background: #f5f5f5
}

form.search-bar fieldset {
  position: relative;
  padding: 0;
  border: none
}

form.search-bar input[type=text] {
  width: 100%;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
  font-size: 18px
}

form.search-bar button {
  padding: 0 0 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

form.search-bar button svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 18px
}

.cat-filter {
  margin: 50px
}

.cat-filter ul.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  background: #f5f5f5
}

.cat-filter ul.categories li {
  text-align: center;
  border: 1px solid #000;
  margin: 0 15px 15px 0
}

.cat-filter ul.categories li a {
  min-width: 120px;
  display: inline-block;
  padding: 5px 10px;
  font-family: "Gotham Black", sans-serif
}

.cat-filter ul.categories li a.active {
  background: #ffe000;
  color: #fff
}

@media (max-width:768px) {
  .cat-filter {
    margin: 50px 0
  }
}

.blog-results,
.search-results {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 50px;
  -ms-grid-columns: inherit !important;
  grid-template-columns: inherit !important;
  grid-column-gap: inherit !important;
  background-color: #ffe000;
  background-position: -50px -50px;
  background-size: 150px 150px
}

.blog-results .blog-item,
.blog-results .resource-item,
.search-results .blog-item,
.search-results .resource-item {
  display: inline-block;
  padding: 5px;
  background: #fff;
  color: #000;
  width: calc(50% - 15px);
  border: 1px solid #000;
  margin-bottom: 30px
}

.blog-results .blog-item .image-wrap,
.blog-results .resource-item .image-wrap,
.search-results .blog-item .image-wrap,
.search-results .resource-item .image-wrap {
  position: relative;
  display: block;
  min-height: 250px
}

.blog-results .blog-item .image-wrap img,
.blog-results .resource-item .image-wrap img,
.search-results .blog-item .image-wrap img,
.search-results .resource-item .image-wrap img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-results .blog-item span.blog-label,
.blog-results .resource-item span.blog-label,
.search-results .blog-item span.blog-label,
.search-results .resource-item span.blog-label {
  position: relative;
  display: table;
  margin-top: -70px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  z-index: 1;
  margin-left: 10px
}

.blog-results .blog-item span.blog-label:first-of-type.readtime,
.blog-results .resource-item span.blog-label:first-of-type.readtime,
.search-results .blog-item span.blog-label:first-of-type.readtime,
.search-results .resource-item span.blog-label:first-of-type.readtime {
  margin-top: -70px !important
}

.blog-results .blog-item span.blog-label:first-of-type.readtime+.meta-row,
.blog-results .resource-item span.blog-label:first-of-type.readtime+.meta-row,
.search-results .blog-item span.blog-label:first-of-type.readtime+.meta-row,
.search-results .resource-item span.blog-label:first-of-type.readtime+.meta-row {
  padding-top: 5px;
  margin-top: 0
}

.blog-results .blog-item span.blog-label:last-of-type.readtime,
.blog-results .resource-item span.blog-label:last-of-type.readtime,
.search-results .blog-item span.blog-label:last-of-type.readtime,
.search-results .resource-item span.blog-label:last-of-type.readtime {
  margin-top: -38px
}

.blog-results .blog-item span.readtime,
.blog-results .resource-item span.readtime,
.search-results .blog-item span.readtime,
.search-results .resource-item span.readtime {
  margin-right: 10px
}

.blog-results .blog-item .meta-row,
.blog-results .resource-item .meta-row,
.search-results .blog-item .meta-row,
.search-results .resource-item .meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  margin: 25px 0 10px 0
}

.blog-results .blog-item .meta-row span,
.blog-results .blog-item .meta-row time,
.blog-results .resource-item .meta-row span,
.blog-results .resource-item .meta-row time,
.search-results .blog-item .meta-row span,
.search-results .blog-item .meta-row time,
.search-results .resource-item .meta-row span,
.search-results .resource-item .meta-row time {
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 14px
}

.blog-results .blog-item .meta-row span a,
.blog-results .resource-item .meta-row span a,
.search-results .blog-item .meta-row span a,
.search-results .resource-item .meta-row span a {
  font-size: 14px
}

.blog-results .blog-item h2,
.blog-results .resource-item h2,
.search-results .blog-item h2,
.search-results .resource-item h2 {
  margin: 0 0 10px 0;
  font-size: 24px
}

.blog-results .blog-item h2 a,
.blog-results .resource-item h2 a,
.search-results .blog-item h2 a,
.search-results .resource-item h2 a {
  display: block;
  padding: 10px;
  min-height: 70px;
  font-family: "Gotham Black", sans-serif;
  font-size: 24px
}

.blog-results .blog-item:nth-of-type(odd),
.blog-results .resource-item:nth-of-type(odd),
.search-results .blog-item:nth-of-type(odd),
.search-results .resource-item:nth-of-type(odd) {
  margin-right: 30px
}

@media (max-width:992px) {

  .blog-results .blog-item:nth-of-type(odd),
  .blog-results .resource-item:nth-of-type(odd),
  .search-results .blog-item:nth-of-type(odd),
  .search-results .resource-item:nth-of-type(odd) {
    margin-right: 0
  }
}

@media (max-width:992px) {

  .blog-results .blog-item,
  .blog-results .resource-item,
  .search-results .blog-item,
  .search-results .resource-item {
    width: 100%
  }
}

.blog-results .resource-item a+h2,
.search-results .resource-item a+h2 {
  margin-top: 43px
}

@media (max-width:768px) {

  .blog-results,
  .search-results {
    padding: 25px
  }
}

.pagination {
  margin: 50px 0
}

.pagination ul {
  text-align: center
}

.pagination ul li {
  margin: 10px
}

.pagination ul li,
.pagination ul li a {
  display: inline-block;
  font-family: "Gotham Black", sans-serif;
  font-size: 32px;
  color: #000
}

.pagination ul li a.active,
.pagination ul li.active {
  color: #ffe000
}

.column-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #ffe000;
  background-position: -25px -25px;
  background-size: 100px 100px
}

.column-yellow p {
  margin: 0 20px;
  padding: 20px;
  background: #ffe000;
  font-family: "Gotham Black", sans-serif;
  line-height: inherit
}

.gb-padding-big {
  padding: 50px
}

@media (max-width:768px) {
  .gb-padding-big {
    padding: 15px
  }
}

.gb-divider {
  margin: 50px 0
}

.gb-title-margin {
  margin: 0 0 15px 0
}

.gb-title-margin-big {
  margin: 0 0 30px 0
}

.gb-w-70 {
  width: 70%
}

@media (max-width:768px) {
  .gb-w-70 {
    width: 100%
  }
}

figure.wp-block-image {
  margin-bottom: 0
}

.wp-block .wp-block-column.column-grey,
.wp-block-columns .wp-block-column.column-grey {
  background-color: #f5f5f5;
  text-align: right;
  padding: 30px
}

.wp-block .wp-block-column.column-grey strong,
.wp-block-columns .wp-block-column.column-grey strong {
  font-family: "Gotham Medium", sans-serif;
  line-height: 1.3
}

@media (max-width:992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin: 25px 0
  }
}

.wp-block-image img {
  height: auto
}

.block-image-creep-left .wp-block-column.right {
  position: relative;
  z-index: 2;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -50px !important;
  background-color: #fff
}

@media (max-width:992px) {
  .block-image-creep-left .wp-block-column.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important
  }
}

.esm-content .h1,
.esm-content .h2,
.esm-content .h3,
.esm-content h1,
.esm-content h2,
.esm-content h3 {
  padding-bottom: 0
}

.esm-content .h1 mark,
.esm-content .h2 mark,
.esm-content .h3 mark,
.esm-content h1 mark,
.esm-content h2 mark,
.esm-content h3 mark {
  padding-left: 10px;
  padding-right: 10px
}

.esm-content a {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 400
}

.esm-content p {
  margin-top: 0.5em
}

.esm-content iframe,
.esm-content img,
.esm-content object {
  display: block;
  max-width: 100%
}

.esm-content img {
  height: auto
}

.esm-content table {
  width: 100%;
  border: 1px dotted #777
}

@media (max-width:768px) {
  .esm-content table {
    width: 100% !important
  }
}

.esm-content .content-block-updated {
  margin-top: 30px
}

.esm-content table td {
  padding: 5px;
  border: 1px dotted #777
}

.esm-content .list-checkmark {
  padding-left: 25px
}

.esm-content .list-checkmark li {
  list-style-image: url(../assets/images/icons/list-checkmark.png);
  padding-left: 10px
}

.esm-content .img-left,
.esm-content .img-right {
  float: none
}

.esm-content .btn {
  text-decoration: none
}

@media screen and (min-width:640px) {
  .esm-content img {
    margin-top: 0
  }

  .esm-content .img-right,
  .esm-content .main-image {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 60%
  }

  .esm-content .img-left {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 60%
  }
}

.esm-content ul {
  padding-left: 30px
}

.esm-content ul li {
  list-style-type: initial
}

div#navbar.content-highlight {
  margin-bottom: 0.5rem !important
}

.esm-content .content-highlight {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 30px
}

.esm-content .content-highlight li a,
.esm-content .content-highlight p a {
  padding-bottom: 0;
  border-bottom: 0
}

.esm-content .content-highlight li a:hover,
.esm-content .content-highlight p a:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #ffe000
}

.has-large-font-size {
  line-height: 1.1
}

.esm-content li a:not(.btn),
.esm-content p a:not(.btn) {
  border-bottom: 2px solid #ffe000;
  text-decoration: none;
  color: #000;
  padding-bottom: 2px
}

.esm-content p.has-medium-font-size a {
  padding-bottom: 4px
}

.editor-block-list__layout p.has-medium-font-size a strong,
.esm-content p.has-medium-font-size a strong {
  font-family: "Gotham Black", sans-serif
}

.editor-block-list__layout p.has-large-font-size a strong,
.esm-content p.has-large-font-size a strong {
  font-family: "Gotham Black", sans-serif
}

.editor-block-list__layout strong,
.esm-content strong {
  font-family: "Gotham Medium", sans-serif;
  font-weight: bold
}

.esm-content .has-grey-light-background-color {
  background-color: rgb(244, 244, 244)
}

.esm-content .has-grey-dark-background-color {
  background-color: rgb(204, 204, 204)
}

.esm-content .has-yellow-dark-background-color {
  background-color: rgb(220, 184, 70)
}

.esm-content .has-yellow-light-background-color {
  background-color: rgb(255, 214, 104)
}

.esm-content .has-black-background-color {
  background-color: rgb(31, 31, 31)
}

.wp-block-gallery .wp-block-image {
  width: calc(33.33333% - 0.66667em);
  margin: 0 1em 1em 0
}

.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.img-thumb-250 img {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 250px
}

.wp-block-gallery .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0
}

.team-overview .team-member {
  text-align: center;
  margin-top: 25px;
  background-color: #ffe000;
  padding: 0
}

.team-overview .team-member h2 {
  padding-top: 25px;
  font-size: 18px;
  background: #fff;
  margin: 0
}

.team-overview .team-member h2 a {
  font-family: "Gotham Medium", sans-serif;
  display: inline-block;
  border-bottom: 1px solid #ffe000
}

.team-overview .team-member p {
  background: #fff;
  margin: 0;
  padding: 15px 0
}

.team-overview .team-photo {
  display: block;
  padding: 0 30px;
  position: relative;
  text-align: center
}

.team-overview .team-photo img {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  height: 400px
}

.page-medewerkers .team-member-intro {
  margin: 50px 0
}

.page-medewerkers .team-member-intro p.quote {
  font-family: "Gotham Black", sans-serif;
  line-height: 1.1
}

@media (min-width:992px) {
  .page-medewerkers .team-member-intro p.quote {
    font-size: 48px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .page-medewerkers .team-member-intro p.quote {
    font-size: 39px
  }
}

@media (min-width:768px) and (max-width:992px) {
  .page-medewerkers .team-member-intro p.quote {
    font-size: 32px
  }
}

@media (max-width:768px) {
  .page-medewerkers .team-member-intro p.quote {
    font-size: 27px
  }
}

.page-medewerkers .team-member-intro .thumb {
  background-color: #f5f5f5;
  display: block;
  padding: 0 30px;
  position: relative;
  text-align: center
}

.page-medewerkers .team-member-intro .thumb img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto
}

@media (max-width:768px) {
  .page-medewerkers .team-member-intro .thumb {
    margin-top: 50px
  }
}

.page-medewerkers .team-member-intro a.social.linkedin {
  font-size: 16px
}

.page-medewerkers .team-member-intro h3.h4 {
  margin-bottom: 0;
  font-size: inherit;
  border-bottom: 2px solid #ffe000;
  text-decoration: none;
  color: #000;
  padding-bottom: 2px;
  display: inline;
  font-family: "Gotham Medium", sans-serif
}

.page-medewerkers .team-member-intro h3.h4+p {
  margin: 5px 0 0 0
}

.page-medewerkers h2.h3 {
  font-size: 32px
}

.page-medewerkers .references-overview h3 {
  font-size: 24px
}

.page-medewerkers .shared-blogs {
  background-color: #f5f5f5;
  margin: 50px 0
}

.page-medewerkers .shared-blogs .shared-blogs-wrapper {
  padding: 50px
}

.page-medewerkers .shared-blogs .shared-blogs-wrapper .item .article-thumb img {
  width: 100%;
  height: auto
}

@media (max-width:768px) {
  .page-medewerkers .shared-blogs .shared-blogs-wrapper .item {
    margin-bottom: 50px
  }
}

.content-page.downloads .cat-filter-wrap {
  margin-bottom: 50px
}

.content-page.downloads .resource-item {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5
}

.content-page.downloads .resource-item h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-family: "Gotham Medium", sans-serif
}

.content-page.downloads .resource-item h2 a {
  font-size: 24px;
  font-family: "Gotham Medium", sans-serif
}

@media (max-width:768px) {
  .content-page.downloads .resource-item h2 {
    margin-top: 30px
  }
}

.content-page.downloads .resource-item p {
  margin: 0 0 15px 0
}

@media (max-width:768px) {
  .content-page.downloads .resource-item p {
    margin-bottom: 30px
  }
}

.content-page.downloads .resource-item img {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px
}

.content-page.downloads .form-sidebar-wrap {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5
}

.content-page.downloads .socials {
  margin-top: 50px
}

.content-page.downloads .socials h3 {
  margin: 0 0 15px 0;
  font-size: 24px
}

.content-page.downloads .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.content-page.downloads .socials ul li {
  margin-right: 5px;
  display: inline-block
}

.content-page.downloads .socials ul li a.btn {
  min-width: inherit;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0
}

.content-page.downloads .socials ul li svg {
  fill: #fff
}

.content-page.downloads .socials ul li:last-of-type {
  margin-right: 0
}

.content-page.downloads-detail .download-top {
  background: #f4f4f4;
  border-radius: 5px;
  max-width: 1700px;
  margin: auto;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 30px
}

.content-page.downloads-detail .downloads-top-right {
  text-align: center
}

.content-page.downloads-detail .downloads-top-right img {
  margin: auto;
  margin-top: 20px;
  max-width: 100%;
  max-height: 200px
}

.content-page.downloads-detail .btns {
  margin-top: 40px
}

.content-page.downloads-detail .btn-white {
  background-color: #fff;
  color: black
}

.content-page.downloads-detail #downloadForm {
  margin-top: 100px;
  margin-bottom: 100px
}

.content-page.downloads-detail #downloadForm img {
  max-width: 100%
}

.content-page.downloads-detail ul.upsUL {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.content-page.downloads-detail ul.upsUL li {
  display: inline-block;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px
}

.content-page.downloads-detail ul.upsUL li p {
  margin: 0 0 10px 0
}

.content-page.downloads-detail ul.upsUL img {
  margin: auto;
  margin-bottom: 10px
}

.content-page.downloads-detail #downloadUsp:before {
  display: none !important
}

.content-page.downloads-detail .btn-download {
  margin-right: 20px
}

.content-page.downloads-detail .btn-download,
.content-page.downloads-detail .btn-white {
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  .content-page.downloads-detail .downloads-detail {
    margin-top: 0
  }

  .content-page.downloads-detail ul.upsUL {
    display: block
  }

  .content-page.downloads-detail ul.upsUL li {
    min-height: unset !important
  }
}

.content-page.references-detail .klantcase-footer {
  margin-top: 50px
}

.content-page.references-detail .klantcase-footer .case-usps {
  margin-bottom: 30px
}

#breadcrumbs .content-page.references-detail i,
.breadcrumbs .content-page.references-detail i,
.content-page.references-detail #breadcrumbs i,
.content-page.references-detail .breadcrumbs i,
.content-page.references-detail .btn-arrow,
.content-page.references-detail section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li a,
.content-page.references-detail section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li a,
section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li .content-page.references-detail a,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li .content-page.references-detail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  white-space: nowrap
}

#breadcrumbs .content-page.references-detail i img,
.breadcrumbs .content-page.references-detail i img,
.content-page.references-detail #breadcrumbs i img,
.content-page.references-detail .breadcrumbs i img,
.content-page.references-detail .btn-arrow img,
.content-page.references-detail section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li a img,
.content-page.references-detail section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li a img,
section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li .content-page.references-detail a img,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li .content-page.references-detail a img {
  width: 50px
}

.content-page.references-detail p.secondary {
  color: #ff656b;
  font-weight: 600
}

.content-page.references-detail p.secondary a {
  color: #ff656b;
  font-weight: bold;
  font-family: "Gotham Black", sans-serif;
  text-decoration: underline
}

.content-page.references-detail .btn-primary {
  color: #1f1f1f;
  border-radius: 0;
  font-family: "Gotham Black", sans-serif
}

.content-page.references-detail section.welcome-banner-post {
  margin-bottom: 0;
  margin-top: 100px;
  margin-bottom: 40px
}

.content-page.references-detail section.welcome-banner-post .container,
.content-page.references-detail section.welcome-banner-post .wrapper-inner {
  position: relative;
  padding: 0;
  display: block;
  min-height: unset
}

@media (max-width:768px) {
  .content-page.references-detail section.welcome-banner-post:before {
    display: none
  }

  .content-page.references-detail section.welcome-banner-post img.klantcase-banner {
    display: none
  }
}

.content-page.references-detail .references-detail-head {
  background: #fff;
  margin: -90px 0 125px 0;
  z-index: 1;
  position: relative;
  padding: 20px 20px 30px 20px;
  color: #1f1f1f;
  max-width: unset
}

@media (max-width:768px) {
  .content-page.references-detail .references-detail-head {
    margin-bottom: 0
  }
}

.content-page.references-detail .references-detail-head h1 {
  font-size: 2.5rem;
  margin-top: 0;
  max-width: 600px;
  margin: 0 auto 20px !important
}

.content-page.references-detail .references-detail-head span.h3 {
  font-family: "Gotham Black", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  display: block
}

.content-page.references-detail .references-detail-head ul li {
  display: inline-block
}

.content-page.references-detail .references-detail-head ul li a {
  color: #ffe000;
  font-family: "Gotham Medium", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s
}

.content-page.references-detail .references-detail-head ul li a:hover {
  color: #e6ca00
}

.content-page.references-detail .references-detail-head ul li:last-of-type {
  margin-right: 0
}

.content-page.references-detail .case-usps {
  text-align: center
}

.content-page.references-detail .case-usps .wrapper-inner {
  max-width: 100%
}

.content-page.references-detail .case-usps .wrapper-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  gap: 20px
}

@media (max-width:768px) {
  .content-page.references-detail .case-usps .wrapper-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .content-page.references-detail .case-usps .wrapper-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: left;
    padding: 10px !important
  }

  .content-page.references-detail .case-usps .wrapper-inner ul li p {
    margin: 0
  }
}

.content-page.references-detail .case-usps .wrapper-inner ul li {
  list-style-type: none;
  border: 2px solid #1f1f1f;
  padding: 20px;
  position: relative;
  z-index: 3
}

.content-page.references-detail .case-usps .wrapper-inner ul li:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 6px;
  height: 100%;
  z-index: 2;
  background: #1f1f1f
}

.content-page.references-detail .case-usps .wrapper-inner ul li:after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -8px;
  width: 100%;
  height: 8px;
  z-index: 2;
  background: #1f1f1f
}

.content-page.references-detail .case-usps .wrapper-inner ul li:nth-child(3n-2) {
  background-color: #ffe000
}

.content-page.references-detail .case-usps .wrapper-inner ul li:nth-child(3n-1) {
  background-color: #00dbff
}

.content-page.references-detail .case-usps .wrapper-inner ul li:nth-child(3n) {
  background-color: #ff656b
}

.content-page.references-detail .case-usps .wrapper-inner ul li p {
  margin: 0;
  font-weight: bold;
  font-family: "Gotham Black", sans-serif
}

.content-page.references-detail .case-usps .wrapper-inner ul li img.icon {
  max-width: 100px
}

@media (max-width:768px) {
  .content-page.references-detail .case-usps .wrapper-inner ul li img.icon {
    max-width: 60px
  }
}

.content-page.references-detail .discipline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px
}

.content-page.references-detail .team-member-quote {
  margin: 25px 0
}

.content-page.references-detail .team-member-quote .quote .inner {
  padding: 0 30px
}

.content-page.references-detail .team-member-quote .quote .inner blockquote {
  margin: 0;
  font-family: "Gotham Medium", sans-serif
}

@media (max-width:768px) {
  .content-page.references-detail .team-member-quote .quote .inner {
    padding: 30px 0
  }
}

@media (max-width:768px) {
  .content-page.references-detail .team-member-quote .quote {
    padding: 0
  }
}

.content-page.references-detail .team-member-quote .team-member-name {
  font-family: "Gotham Medium", sans-serif
}

.content-page.references-detail .team-member {
  text-align: center;
  background-color: #ffe000;
  padding: 0;
  max-width: 250px
}

@media (max-width:768px) {
  .content-page.references-detail .team-member {
    max-width: 100%
  }
}

.content-page.references-detail .team-photo {
  display: block;
  padding: 0 30px;
  position: relative;
  text-align: center
}

.content-page.references-detail .team-photo img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: auto
}

.content-page.references-detail .full-width-banner {
  color: #fff;
  margin: 60px 0
}

.content-page.references-detail .full-width-banner p {
  color: #fff
}

.content-page.references-detail .full-width-banner span {
  color: #fff
}

.content-page.references-detail .full-width-banner .banner-overlay {
  background: rgba(0, 0, 0, 0.65);
  padding: 60px 0
}

.content-page.references-detail .full-width-banner .banner-overlay p {
  font-family: "Gotham Medium", sans-serif;
  font-size: 112.5%;
  line-height: 1.6;
  color: #fff
}

.content-page.references-detail .full-width-banner .banner-overlay p span {
  color: #fff
}

@media (max-width:768px) {
  .content-page.references-detail .full-width-banner .banner-overlay p {
    font-size: 18px
  }
}

@media (max-width:768px) {
  .content-page.references-detail .full-width-banner .banner-overlay {
    padding: 50px 20px
  }
}

.content-page.references-detail .full-width-banner .banner-quote {
  font-family: "Gotham Black", sans-serif;
  font-weight: 400;
  font-size: 250%;
  line-height: 1.3;
  margin: 0 0 25px 0
}

@media (max-width:768px) {
  .content-page.references-detail .full-width-banner .banner-quote {
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-family: "Gotham Medium", sans-serif
  }
}

.content-page.references-detail .gray-solid {
  background: #f5f5f5;
  padding: 50px
}

.content-page.references-detail .gray-solid .btn {
  margin-top: 30px
}

.content-page.blog-detail section.welcome-banner-post .container .content h1,
.content-page.blog-detail section.welcome-banner-post .wrapper-inner .content h1 {
  margin-bottom: 30px
}

.content-page.blog-detail section.welcome-banner-post .container .content .meta,
.content-page.blog-detail section.welcome-banner-post .wrapper-inner .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content-page.blog-detail section.welcome-banner-post .container .content .meta .readTime,
.content-page.blog-detail section.welcome-banner-post .wrapper-inner .content .meta .readTime {
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  display: table;
  margin-right: 25px
}

.content-page.blog-detail section.welcome-banner-post .container .content .meta .publishdate,
.content-page.blog-detail section.welcome-banner-post .wrapper-inner .content .meta .publishdate {
  font-family: "Gotham Book", Arial, sans-serif
}

.content-page.blog-detail .blog-detail-close .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .content-page.blog-detail .blog-detail-close .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-page.blog-detail .blog-detail-close .inner {
  padding: 30px 0
}

.content-page.blog-detail .blog-detail-close .inner h2 {
  margin: 0 0 30px 0
}

.content-page.blog-detail .blog-detail-close .inner p {
  margin: 0 0 10px 0
}

.content-page.blog-detail .blog-detail-close .inner p a {
  font-family: "Gotham Medium", sans-serif;
  border-bottom: 2px solid #ffe000
}

.content-page.blog-detail .blog-detail-close .inner .quote {
  margin-bottom: 50px
}

.content-page.blog-detail .blog-detail-close .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f5f5f5
}

.content-page.blog-detail .blog-detail-close .author-image img {
  width: 100%;
  padding: 10px 10px 0 10px
}

.content-page.blog-detail .read-more-wrapper {
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
  padding-top: 30px
}

.content-page.blog-detail .read-more-wrapper span {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 8px 0;
  width: 100%
}

.content-page.blog-detail .read-more-wrapper .blog-cats li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0
}

.content-page.blog-detail .read-more-wrapper .blog-cats li a {
  padding: 8px !important;
  border-radius: 5px;
  background: #f5f5f5;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  border-bottom: none
}

.content-page.blog-detail .read-more-wrapper .blog-cats li a:hover {
  background: #e6e4e5
}

@media screen and (min-width:640px) {
  .content-page.blog-detail .read-more-wrap {
    margin-top: 60px
  }

  .content-page.blog-detail .read-more-wrap span {
    padding: 0
  }
}

.content-page.blog-detail #home-articles {
  background-color: #f5f5f5;
  margin: 50px 0;
  padding: 50px
}

.content-page.blog-detail #home-articles h2 {
  margin: 0 0 30px 0
}

.content-page.blog-detail #home-articles h2 a {
  font-size: 32px;
  font-family: "Gotham Black", sans-serif;
  border-bottom: 2px solid #ffe000;
  padding-bottom: 5px
}

.content-page.blog-detail #home-articles h2 svg {
  height: 25px;
  width: 50px;
  margin-left: 15px
}

.content-page.blog-detail #home-articles .item .article-thumb img {
  width: 100%
}

@media (max-width:1200px) {
  .content-page.blog-detail #home-articles .item {
    margin-bottom: 50px
  }
}

.content-page.blog-detail .services-close {
  text-align: right;
  margin: 50px 0
}

@media (max-width:768px) {
  .content-page.blog-detail .services-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
  }
}

.content-page.blog-detail .services-close a {
  font-family: "Gotham Black", sans-serif;
  color: black;
  font-size: 2.989575em;
  display: inline-block;
  position: relative;
  padding-right: 70px;
  line-height: 50px
}

@media (max-width:768px) {
  .content-page.blog-detail .services-close a {
    font-size: 32px;
    line-height: 1
  }
}

.content-page.blog-detail .services-close a:hover {
  color: #ffe000
}

.content-page.blog-detail .services-close span {
  display: block;
  font-size: 0.585366em;
  font-family: "Gotham Book", Arial, sans-serif;
  line-height: 1.2em;
  margin-top: 10px
}

.content-page.blog-detail .services-close svg {
  fill: #ffd668;
  float: right;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0
}

.content-page.blog-detail .services-close a:hover span {
  color: black
}

.content-page.blog.blog-detail main.main article {
  margin-left: auto;
  margin-right: auto;
  max-width: 762px
}

@media (max-width:768px) {
  .content-page.blog.blog-detail main.main article {
    width: 100%
  }
}

.content-page.blog.blog-detail article section.featured {
  background-color: #f4f4f4;
  padding: 30px;
  margin: 75px 0
}

.content-page.blog.blog-detail article section.featured h2 {
  margin-top: 0
}

.content-page.blog.blog-detail article section.featured p {
  margin-top: 0
}

.content-page.blog.blog-detail article section.featured .btn i {
  margin-left: 15px
}

@media (max-width:768px) {
  .content-page.blog.blog-detail article section.featured img {
    width: 100%;
    margin-bottom: 30px
  }
}

section.hero {
  background-color: #ffe000;
  background-color: #ffe000;
  background-position: -50px 38px;
  background-size: 140px 140px
}

@media (max-width:768px) {
  section.hero {
    padding-bottom: 80px
  }
}

section.hero .container,
section.hero .wrapper-inner {
  position: relative;
  padding: 50px 15px 75px 15px
}

@media (min-width:1367px) {

  section.hero .container,
  section.hero .wrapper-inner {
    min-width: 1270px
  }
}

@media (max-width:768px) {

  section.hero .container,
  section.hero .wrapper-inner {
    padding: 50px 15px 0 15px
  }
}

section.hero .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.hero .row .text-wrap {
  background: #ffe000;
  padding: 25px;
  width: 100%
}

section.hero .row .text-wrap h1,
section.hero .row .text-wrap p {
  margin: 0;
  font-family: "Gotham Black", sans-serif
}

@media (max-width:768px) {

  section.hero .row .text-wrap h1,
  section.hero .row .text-wrap p {
    text-align: center;
    background-color: #ffe000
  }
}

section.hero .row .text-wrap h1:not(.growthlab) {
  margin-bottom: 30px;
  display: block;
  min-height: 288px
}

@media (max-width:768px) {
  section.hero .row .text-wrap h1:not(.growthlab) {
    margin-bottom: 0;
    padding: 0 20px 20px;
    max-width: 500px;
    min-height: 240px
  }
}

@media (max-width:768px) {
  section.hero .row .text-wrap p {
    padding: 20px 10px 10px;
    margin-top: -20px;
    display: inline-block
  }
}

@media (max-width:768px) {
  section.hero .row .text-wrap .button-wrap {
    background-color: #ffe000;
    padding: 20px;
    margin: auto
  }
}

@media (max-width:768px) {
  section.hero .row .text-wrap .button-wrap .btn {
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media (max-width:1200px) {
  section.hero .row .text-wrap .button-wrap .btn:first-of-type {
    margin-bottom: 15px
  }
}

@media (max-width:1200px) {
  section.hero .row .text-wrap {
    padding: 25px
  }
}

@media (max-width:768px) {
  section.hero .row .text-wrap {
    padding: 20px;
    background-color: transparent;
    text-align: center
  }
}

section.hero .row img,
section.hero .row video {
  width: 400px
}

@media (min-width:1367px) {

  section.hero .row img,
  section.hero .row video {
    width: 500px
  }
}

@media (max-width:992px) {

  section.hero .row img,
  section.hero .row video {
    width: 350px
  }
}

@media (max-width:768px) {

  section.hero .row img,
  section.hero .row video {
    width: 100%;
    margin: 0 0 -15px 0;
    display: none
  }
}

section.hero .row img {
  max-width: 31%
}

@media (max-width:768px) {
  section.hero .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

section.hero.growthlab-hero .logout-cta {
  margin-top: 15px;
  font-size: 18px;
  font-family: "Gotham Book", Arial, sans-serif;
  text-decoration: underline
}

section.hero.growthlab-hero .logout-cta:hover {
  cursor: pointer
}

section.hero.growthlab-hero .container,
section.hero.growthlab-hero .wrapper-inner {
  padding-bottom: 0
}

section.hero.growthlab-hero .container .row,
section.hero.growthlab-hero .wrapper-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

section.hero.growthlab-hero .container .text-wrap,
section.hero.growthlab-hero .wrapper-inner .text-wrap {
  margin-bottom: 50px;
  padding: 25px 50px
}

section.hero.growthlab-hero .container .text-wrap h1,
section.hero.growthlab-hero .wrapper-inner .text-wrap h1 {
  font-size: 48px
}

@media (max-width:768px) {

  section.hero.growthlab-hero .container .text-wrap h1,
  section.hero.growthlab-hero .wrapper-inner .text-wrap h1 {
    font-size: 32px
  }
}

section.hero.growthlab-hero .container .text-wrap p,
section.hero.growthlab-hero .wrapper-inner .text-wrap p {
  white-space: pre-wrap;
  margin-bottom: 30px
}

@media (max-width:992px) {

  section.hero.growthlab-hero .container .text-wrap,
  section.hero.growthlab-hero .wrapper-inner .text-wrap {
    padding: 25px
  }
}

section.hero.growthlab-hero .container .img-wrapper,
section.hero.growthlab-hero .wrapper-inner .img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.hero.growthlab-hero .container .img-wrapper img,
section.hero.growthlab-hero .wrapper-inner .img-wrapper img {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  width: auto;
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%
}

section.hero.growthlab-hero .container .img-wrapper .sticker-image,
section.hero.growthlab-hero .wrapper-inner .img-wrapper .sticker-image {
  position: absolute;
  top: 0;
  left: -50px;
  width: 125px
}

@media (max-width:1200px) {

  section.hero.growthlab-hero .container .img-wrapper .sticker-image,
  section.hero.growthlab-hero .wrapper-inner .img-wrapper .sticker-image {
    left: 0
  }
}

@media (max-width:992px) {

  section.hero.growthlab-hero .container .img-wrapper .sticker-image,
  section.hero.growthlab-hero .wrapper-inner .img-wrapper .sticker-image {
    display: none
  }
}

section.hero.growthlab-hero .container .growth-form .unlogged iframe,
section.hero.growthlab-hero .wrapper-inner .growth-form .unlogged iframe {
  display: block;
  margin: 25px 0 !important
}

section.customer-carousel {
  padding: 0 20px 30px;
  overflow: hidden;
  background-image: linear-gradient(to right, var(--background-grid-color, #000) 0, var(--background-grid-color, #000) 1px, transparent 1px, transparent 100%);
  background-position: -50px 21px;
  background-size: 140px 140px;
  margin-top: -40px
}

section.customer-carousel .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

section.customer-carousel .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border: 2px solid #1f1f1f;
  -webkit-box-shadow: -6px 6px 0 #1f1f1f;
  box-shadow: -6px 6px 0 #1f1f1f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 13%
}

section.customer-carousel .row .item:nth-child(2n) {
  max-width: 9%;
  -webkit-box-shadow: -2px 2px 0 #1f1f1f;
  box-shadow: -2px 2px 0 #1f1f1f;
  height: 80px;
  margin-top: 10px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

section.customer-carousel .row .item img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 1
}

section.customer-carousel .row .item img.fade-out {
  opacity: 0
}

@media (max-width:768px) {
  section.customer-carousel {
    background-position: -50px 21px;
    background-repeat: repeat-x
  }
}

@media screen and (max-width:768px) {
  section.customer-carousel .row .item {
    display: none;
    max-width: 25%
  }

  section.customer-carousel .row .item:nth-child(2n) {
    max-width: 17%
  }

  section.customer-carousel .row .item:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:767px) and (max-width:1024px) {
  section.customer-carousel .row .item {
    display: none;
    max-width: 17%
  }

  section.customer-carousel .row .item:nth-child(2n) {
    max-width: 11%
  }

  section.customer-carousel .row .item:nth-child(-n+6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

section.usps .content {
  position: relative;
  background: #ffe000
}

section.usps .content .container,
section.usps .content .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

section.usps .content .container .img-wrapper,
section.usps .content .container .text-wrapper,
section.usps .content .wrapper-inner .img-wrapper,
section.usps .content .wrapper-inner .text-wrapper {
  width: 50%
}

@media (max-width:768px) {

  section.usps .content .container .img-wrapper,
  section.usps .content .container .text-wrapper,
  section.usps .content .wrapper-inner .img-wrapper,
  section.usps .content .wrapper-inner .text-wrapper {
    width: 100%
  }
}

@media (max-width:768px) {

  section.usps .content .container,
  section.usps .content .wrapper-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

section.usps .content .text-wrapper .text-wrap {
  padding: 100px 25px 100px 0
}

@media (max-width:768px) {
  section.usps .content .text-wrapper .text-wrap {
    padding: 50px 0
  }
}

section.usps .content .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0
}

section.usps .content .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:768px) {
  section.usps .content .img-wrapper img {
    min-height: 300px
  }
}

section.usps .content .img-wrapper .inner {
  position: relative;
  height: 100%;
  width: 100%
}

section.usps .content .img-wrapper .awards {
  background-position: -25px -25px;
  background-size: 41px 41px;
  position: absolute;
  height: 320px;
  width: 450px;
  right: 0;
  bottom: 0
}

section.usps .content .img-wrapper .awards .awards-inner {
  height: 100%;
  width: 100%;
  position: relative
}

section.usps .content .img-wrapper .awards .awards-inner img {
  position: absolute;
  min-height: inherit
}

section.usps .content .img-wrapper .awards .awards-inner img:first-of-type {
  height: 41px;
  width: 82px;
  left: 57px;
  bottom: 139px
}

section.usps .content .img-wrapper .awards .awards-inner img:nth-of-type(2) {
  height: 81px;
  width: 103px;
  left: 36px;
  bottom: 17px
}

section.usps .content .img-wrapper .awards .awards-inner img:last-of-type {
  height: 204px;
  width: 204px;
  left: 181px;
  bottom: 16px
}

@media (max-width:768px) {
  section.usps .content .img-wrapper .awards .awards-inner img:last-of-type {
    height: 102px;
    width: 102px
  }
}

@media (min-width:768px) and (max-width:992px) {
  section.usps .content .img-wrapper .awards {
    width: 400px
  }
}

@media (max-width:768px) {
  section.usps .content .img-wrapper .awards {
    background-position: -25px -13px;
    background-size: 41px 41px;
    height: 250px;
    width: 300px
  }
}

@media (max-width:768px) {
  section.usps .content .img-wrapper {
    position: relative
  }
}

section.usps h2 {
  margin: 0 0 30px 0
}

@media (min-width:992px) {
  section.usps h2 {
    font-size: 88px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  section.usps h2 {
    font-size: 71px
  }
}

@media (min-width:768px) and (max-width:992px) {
  section.usps h2 {
    font-size: 58px
  }
}

@media (max-width:768px) {
  section.usps h2 {
    font-size: 49px
  }
}

section.usps .usp-wrapper {
  padding: 60px 0
}

section.usps .usp-wrapper .usp {
  padding: 0 30px;
  text-align: center
}

section.usps .usp-wrapper .usp a:not(.btn),
section.usps .usp-wrapper .usp strong {
  font-family: "Gotham Medium", sans-serif;
  color: #ff656b
}

section.usps .usp-wrapper .usp h3 {
  font-size: 18px;
  margin: 0 0 10px 0
}

section.usps .usp-wrapper .usp p {
  margin: 0
}

section.usps .usp-wrapper .usp p:first-of-type {
  font-weight: 900;
  margin-bottom: 30px;
  font-size: 48px;
  font-family: "Gotham Black", sans-serif
}

section.usps .usp-wrapper .usp:last-of-type {
  margin-bottom: 0
}

@media (max-width:992px) {
  section.usps .usp-wrapper .usp {
    margin-bottom: 50px
  }
}

section.usps .usp-wrapper .button-wrap {
  display: table;
  margin: 50px auto 0 auto
}

.container.klantcase-intro,
.klantcase-intro.wrapper-inner {
  padding-top: 30px
}

section.cases {
  padding: 50px 0
}

section.cases .title {
  margin-bottom: 50px
}

section.cases .title .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0
}

section.cases .title .row h2,
section.cases .title .row p {
  margin: 0
}

section.cases .title .row h2 strong,
section.cases .title .row p strong {
  font-family: "Gotham Medium", sans-serif;
  color: #ff656b
}

@media (max-width:768px) {

  section.cases .title .row h2 br,
  section.cases .title .row p br {
    display: none
  }
}

section.cases .title .row h2 {
  line-height: 1;
  margin: 10px 0 0 0
}

@media (min-width:992px) {
  section.cases .title .row h2 {
    font-size: 64px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  section.cases .title .row h2 {
    font-size: 52px
  }
}

@media (min-width:768px) and (max-width:992px) {
  section.cases .title .row h2 {
    font-size: 42px
  }
}

@media (max-width:768px) {
  section.cases .title .row h2 {
    font-size: 36px
  }
}

section.cases .title .row .text-right {
  text-align: right
}

@media (max-width:768px) {
  section.cases .title .row .text-right {
    margin-top: 15px;
    text-align: left
  }
}

@media (max-width:768px) {
  section.cases .title .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

section.cases .grid .container,
section.cases .grid .wrapper-inner {
  background-position: -50px -70px;
  background-size: 100px 100px
}

section.cases .grid .container .case-outer-wrapper,
section.cases .grid .wrapper-inner .case-outer-wrapper {
  padding: 50px
}

@media (max-width:768px) {

  section.cases .grid .container .case-outer-wrapper,
  section.cases .grid .wrapper-inner .case-outer-wrapper {
    padding: 15px 0 0 0
  }
}

section.cases .cta-wrapper {
  margin-top: 30px
}

.cases-block {
  background-color: #f4f4f4;
  min-height: 365px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 30px
}

.cases-block>a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.cases-block .inner-image {
  height: auto;
  width: auto;
  max-width: 220px
}

.cases-block .inner-title {
  margin: 15px 0 0 0;
  font-size: 28px
}

.cases-block h4 {
  font-size: 34px;
  color: #fff;
  line-height: 1.2
}

.cases-block img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.cases-block a,
.cases-block p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center
}

.cases-block p {
  color: #000;
  background-color: #ff656b;
  text-align: left;
  margin: 0;
  display: none;
  padding: 30px;
  font-family: "Gotham Medium", sans-serif;
  font-size: 32px
}

.cases-block p span {
  color: white;
  font-family: "Gotham Black", sans-serif;
  display: block;
  line-height: 1em;
  margin-bottom: 15px
}

@media (min-width:992px) {
  .cases-block p span {
    font-size: 60px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .cases-block p span {
    font-size: 48px
  }
}

@media (min-width:768px) and (max-width:992px) {
  .cases-block p span {
    font-size: 39px
  }
}

@media (max-width:768px) {
  .cases-block p span {
    font-size: 33px
  }
}

.cases-block .btn {
  display: none
}

.cases-block a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px
}

.cases-block.partners {
  min-height: 275px
}

.cases-block.active p,
.cases-block:hover p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cases-block.active .btn,
.cases-block:hover .btn {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff
}

.cases-block:hover {
  background: #000
}

.cases-block:hover a {
  -webkit-transform: translate(10px, -10px);
  transform: translate(10px, -10px)
}

.cases-block.partners:hover img {
  background-color: #ff656b;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.page-partner {
  margin-bottom: 100px
}

.page-partner .cases-block.active:after,
.page-partner .cases-block:hover:after {
  content: "bekijk partner";
  border-color: #ffd668
}

.page-partner .cases-block p {
  background-color: transparent
}

.cases-block-filter {
  font-size: 48px;
  font-family: "Gotham Book", Arial, sans-serif;
  font-weight: 400;
  text-align: right
}

.cases-block-filter i {
  font-size: 20px;
  padding-bottom: 5px;
  vertical-align: middle
}

.cases-block-filter #cases-dropdown>span {
  font-family: "Gotham Black", sans-serif;
  font-size: 48px
}

@media (max-width:768px) {
  .cases-block-filter #cases-dropdown>span {
    font-size: 24px
  }
}

@media (max-width:768px) {
  .cases-block-filter {
    text-align: left;
    font-size: 24px;
    margin-top: 30px
  }
}

#cases-customers {
  margin-top: 100px;
  margin-bottom: 100px
}

#cases-dropdown {
  font-family: "Gotham Black";
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer
}

#cases-dropdown .drop {
  position: absolute;
  left: 0;
  top: 55px;
  background: white;
  z-index: 9;
  text-align: left;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-size: 18px;
  display: none;
  z-index: 999
}

#cases-dropdown.open .drop {
  display: block
}

#cases-dropdown .drop a {
  color: inherit;
  padding-left: 25px;
  display: block;
  margin-bottom: 5px;
  padding-right: 20px
}

section.welcome-banner {
  padding: 100px 0 50px 0;
  background-color: #ffe000;
  background-position: -25px -25px;
  background-size: 100px 100px
}

section.welcome-banner .content {
  display: table;
  padding: 30px 50px;
  background: #ffe000
}

section.welcome-banner .content #breadcrumbs {
  margin-bottom: 15px
}

section.welcome-banner .content h1 {
  margin: 0
}

@media (max-width:768px) {
  section.welcome-banner .content {
    padding: 15px
  }
}

section.welcome-banner-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px
}

section.welcome-banner-post .container,
section.welcome-banner-post .wrapper-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 15px;
  min-height: 400px
}

section.welcome-banner-post .container>.row,
section.welcome-banner-post .wrapper-inner>.row {
  width: 100%
}

@media (max-width:768px) {

  section.welcome-banner-post .container>.row,
  section.welcome-banner-post .wrapper-inner>.row {
    width: auto
  }
}

section.welcome-banner-post .container .breadcrumbs,
section.welcome-banner-post .wrapper-inner .breadcrumbs {
  margin-bottom: 15px
}

section.welcome-banner-post .container .banner-nav-wrapper,
section.welcome-banner-post .container .content,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper,
section.welcome-banner-post .wrapper-inner .content {
  position: relative;
  z-index: 1
}

section.welcome-banner-post .container .content,
section.welcome-banner-post .wrapper-inner .content {
  color: #fff
}

section.welcome-banner-post .container .content h1,
section.welcome-banner-post .wrapper-inner .content h1 {
  margin-bottom: 0
}

section.welcome-banner-post .container .content a,
section.welcome-banner-post .container .content span,
section.welcome-banner-post .wrapper-inner .content a,
section.welcome-banner-post .wrapper-inner .content span {
  color: #fff
}

section.welcome-banner-post .container .banner-nav-wrapper,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper {
  position: absolute;
  right: 15px;
  bottom: -50px;
  width: 100%;
  max-width: 350px;
  padding: 30px;
  border: 1px solid #000;
  background-color: #ffe000;
  background-position: -1px -1px;
  background-size: 45px 45px
}

section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav {
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff
}

section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav p,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav p {
  margin: 0 0 15px 0;
  font-size: 32px;
  font-family: "Gotham Black", sans-serif
}

@media (max-width:768px) {

  section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav p,
  section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav p {
    font-size: 24px
  }
}

section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li {
  margin: 5px 0
}

section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li a,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s
}

section.welcome-banner-post .container .banner-nav-wrapper nav.banner-nav li:hover a,
section.welcome-banner-post .wrapper-inner .banner-nav-wrapper nav.banner-nav li:hover a {
  color: #ffe000
}

@media (max-width:768px) {

  section.welcome-banner-post .container .banner-nav-wrapper,
  section.welcome-banner-post .wrapper-inner .banner-nav-wrapper {
    position: relative;
    max-width: inherit;
    bottom: inherit;
    right: inherit;
    margin: 50px 0 -100px 0
  }
}

@media (max-width:768px) {

  section.welcome-banner-post .container,
  section.welcome-banner-post .wrapper-inner {
    display: block;
    padding-bottom: 0;
    width: 100%
  }
}

section.welcome-banner-post img:not(.icon) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

section.welcome-banner-post:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background: transparent linear-gradient(to right, #000000, transparent);
  content: ""
}

@media (max-width:768px) {

  section.welcome-banner-post.no-nav .container,
  section.welcome-banner-post.no-nav .wrapper-inner {
    padding-bottom: 100px
  }
}

@media (max-width:768px) {
  section.welcome-banner-post.no-nav {
    margin-bottom: 50px
  }
}

@media (max-width:768px) {
  section.welcome-banner-post {
    margin-bottom: 150px
  }
}

section.text-image {
  position: relative;
  background: #ffe000;
  overflow: hidden
}

section.text-image .container,
section.text-image .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

section.text-image .container .img-wrapper,
section.text-image .container .text-wrapper,
section.text-image .wrapper-inner .img-wrapper,
section.text-image .wrapper-inner .text-wrapper {
  width: 50%
}

@media (max-width:768px) {

  section.text-image .container .img-wrapper,
  section.text-image .container .text-wrapper,
  section.text-image .wrapper-inner .img-wrapper,
  section.text-image .wrapper-inner .text-wrapper {
    width: 100%
  }
}

@media (max-width:768px) {

  section.text-image .container,
  section.text-image .wrapper-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

section.text-image .text-wrapper {
  position: relative;
  border: 1px solid #000;
  border-right: 0
}

section.text-image .text-wrapper .text-wrap {
  padding: 75px 0 75px 75px
}

section.text-image .text-wrapper .text-wrap h2 {
  margin: 0 0 30px 0
}

section.text-image .text-wrapper .text-wrap p {
  margin-top: 0
}

section.text-image .text-wrapper .text-wrap p:last-of-type {
  margin-bottom: 0
}

@media (min-width:768px) and (max-width:992px) {
  section.text-image .text-wrapper .text-wrap {
    padding: 50px 0 50px 50px
  }
}

@media (max-width:768px) {
  section.text-image .text-wrapper .text-wrap {
    padding: 25px
  }
}

section.text-image .text-wrapper:after {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -1px;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: calc(100% + 2px);
  content: ""
}

@media (max-width:768px) {
  section.text-image .text-wrapper:after {
    display: none
  }
}

@media (max-width:768px) {
  section.text-image .text-wrapper {
    border-right: 1px solid #000
  }
}

section.text-image .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0
}

section.text-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:768px) {
  section.text-image .img-wrapper {
    position: relative;
    margin-top: 30px
  }
}

@media (max-width:768px) {
  section.text-image {
    padding: 50px 0
  }
}

section.media-block {
  padding: 100px 0
}

@media (max-width:768px) {
  section.media-block {
    padding: 50px 0
  }
}

section.media-iframe-block {
  text-align: center
}

section.media-iframe-block .grid {
  border: 1px solid #000;
  padding: 50px;
  background-color: #ffe000;
  background-position: -50px -50px;
  background-size: 100px 100px
}

section.media-iframe-block .grid iframe {
  width: 100%;
  min-height: 495px;
  margin: 0 auto
}

@media (min-width:1200px) {
  section.media-iframe-block .grid iframe {
    min-height: 300px
  }
}

@media (max-width:1200px) {
  section.media-iframe-block .grid iframe {
    min-height: 250px;
    height: auto
  }
}

@media (max-width:768px) {
  section.media-iframe-block .grid {
    padding: 25px
  }
}

section.media-img-block .grid.active {
  margin: 0 50px;
  background-position: -50px -50px;
  background-size: 100px 100px
}

section.media-img-block .grid.active img {
  padding: 25px
}

@media (max-width:768px) {
  section.media-img-block .grid.active {
    margin: 0 15px
  }
}

section.media-img-block img {
  width: 100%;
  margin: 0 auto
}

section.our-work-intro+section.media-img-block {
  padding-top: 0
}

@media (max-width:768px) {
  section.our-work-intro+section.media-img-block {
    padding-top: 50px
  }
}

section.our-work-intro {
  padding: 100px 0
}

section.our-work-intro strong {
  color: #ff656b;
  font-family: "Gotham Black", sans-serif
}

section.our-work-intro a,
section.our-work-intro p,
section.our-work-intro span {
  font-size: 24px;
  line-height: 34px;
  margin-top: 0
}

section.our-work-intro h2.big-text {
  color: #ffe000;
  margin: 0;
  text-align: right
}

@media (min-width:992px) {
  section.our-work-intro h2.big-text {
    font-size: 84px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  section.our-work-intro h2.big-text {
    font-size: 68px
  }
}

@media (min-width:768px) and (max-width:992px) {
  section.our-work-intro h2.big-text {
    font-size: 55px
  }
}

@media (max-width:768px) {
  section.our-work-intro h2.big-text {
    font-size: 47px
  }
}

@media (max-width:768px) {
  section.our-work-intro h2.big-text {
    text-align: left;
    margin-top: 30px
  }
}

section.our-work-intro .links {
  margin-top: 30px
}

@media (max-width:768px) {
  section.our-work-intro .links a {
    font-size: 18px
  }
}

@media (max-width:768px) {
  section.our-work-intro {
    padding: 50px 0
  }
}

section.hover-cards {
  padding: 100px 0
}

section.hover-cards .title {
  margin-bottom: 30px
}

section.hover-cards .title p {
  margin: 0 0 10px 0;
  text-transform: uppercase
}

section.hover-cards .title h2,
section.hover-cards .title h3 {
  margin: 0
}

section.hover-cards .hover-cards {
  position: relative;
  padding-bottom: 200px;
  background-position: -50px -50px;
  background-size: 100px 100px
}

section.hover-cards .hover-cards .hover-card {
  position: relative;
  aspect-ratio: 1;
  width: 50%;
  background: #ffe000;
  z-index: 1;
  border: 2px solid #000
}

section.hover-cards .hover-cards .hover-card .inner {
  padding: 30px
}

section.hover-cards .hover-cards .hover-card .inner h3 {
  font-size: 48px;
  font-family: "Gotham Black", sans-serif
}

section.hover-cards .hover-cards .hover-card .inner img {
  width: 100%;
  margin-top: 30px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover
}

section.hover-cards .hover-cards .hover-card .inner a:not(.btn) {
  font-family: "Gotham Medium", sans-serif
}

section.hover-cards .hover-cards .hover-card .inner strong {
  font-family: "Gotham Medium", sans-serif;
  color: #ff656b
}

.service-showcases .case section.hover-cards .hover-cards .hover-card .inner p:last-of-type,
section.hover-cards .hover-cards .hover-card .inner .btn-text-and-arrow:last-of-type,
section.hover-cards .hover-cards .hover-card .inner .service-showcases .case p:last-of-type,
section.hover-cards .hover-cards .hover-card .inner li a:last-of-type {
  margin-top: 15px
}

section.hover-cards .hover-cards .hover-card:nth-of-type(2) {
  background: #ff656b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

section.hover-cards .hover-cards .hover-card:nth-of-type(2) strong {
  color: #000
}

section.hover-cards .hover-cards .hover-card:nth-of-type(2) a:not(.btn) {
  color: #fff;
  font-family: "Gotham Medium", sans-serif
}

@media (max-width:992px) {
  section.hover-cards .hover-cards .hover-card:nth-of-type(2) {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0 30px 0 0
  }
}

section.hover-cards .hover-cards .hover-card:last-of-type {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit
}

@media (max-width:992px) {
  section.hover-cards .hover-cards .hover-card:last-of-type {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-right: 0
  }
}

section.hover-cards .hover-cards .hover-card:hover {
  z-index: 2
}

section.hover-cards .hover-cards .hover-card.index {
  z-index: 0
}

@media (max-width:992px) {
  section.hover-cards .hover-cards .hover-card {
    min-width: 450px;
    width: 100%;
    margin-right: 30px
  }
}

@media (max-width:992px) {
  section.hover-cards .hover-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 50px
  }
}

section.latest-blog-items {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #ffe000;
  background-position: 54px -7px;
  background-size: 131px 131px
}

section.latest-blog-items .title {
  margin-bottom: 50px;
  background-color: #ffe000;
  display: table;
  padding: 30px
}

section.latest-blog-items .title h2,
section.latest-blog-items .title p {
  margin: 0
}

section.latest-blog-items .title h2 {
  margin-top: 10px
}

section.latest-blog-items .title h2 a {
  font-family: "Gotham Black", sans-serif;
  font-size: 48px
}

@media (max-width:768px) {
  section.latest-blog-items .title h2 {
    margin-bottom: 30px
  }
}

section.latest-blog-items .article-wrapper {
  padding: 0 30px
}

section.latest-blog-items .article-wrapper .article {
  display: inline-block;
  padding: 5px;
  background: #fff;
  color: #000;
  width: 100%
}

section.latest-blog-items .article-wrapper .article .article-thumb {
  position: relative
}

section.latest-blog-items .article-wrapper .article .article-thumb img {
  width: 100%;
  max-height: 250px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.latest-blog-items .article-wrapper .article .article-thumb .thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px
}

section.latest-blog-items .article-wrapper .article .article-thumb .thumb-content span.blog,
section.latest-blog-items .article-wrapper .article .article-thumb .thumb-content span.readtime {
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px
}

section.latest-blog-items .article-wrapper .article .article-content {
  display: block;
  padding: 10px
}

section.latest-blog-items .article-wrapper .article .article-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px
}

section.latest-blog-items .article-wrapper .article .article-content .meta span {
  font-size: 12px
}

section.latest-blog-items .article-wrapper .article .article-content h4 {
  margin: 0;
  min-height: 85px
}

section.latest-blog-items .article-wrapper .article-inner-wrapper {
  margin-bottom: 30px
}

section.latest-blog-items .article-wrapper .article-inner-wrapper:last-of-type {
  margin-bottom: 0
}

section.latest-blog-items .article-wrapper .article-inner-wrapper:nth-of-type(odd) .article .article-thumb .thumb-content span.blog {
  background: #ffe000
}

section.latest-blog-items .container,
section.latest-blog-items .wrapper-inner {
  position: relative;
  padding: 50px 15px
}

section.latest-blog-items .container:before,
section.latest-blog-items .wrapper-inner:before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  border-right: 1px solid #000
}

@media (max-width:768px) {

  section.latest-blog-items .container:before,
  section.latest-blog-items .wrapper-inner:before {
    display: none
  }
}

section.awards {
  position: relative;
  background-color: #ffe000;
  border: 1px solid #000;
  border-right: 0;
  overflow-x: hidden
}

section.awards .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  section.awards .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

section.awards .title {
  padding: 50px 15px;
  background-color: #ffe000
}

section.awards .title h2 {
  margin: 0 0 30px 0
}

@media (min-width:992px) {
  section.awards .title h2 {
    font-size: 64px
  }
}

@media (min-width:992px) and (max-width:1200px) {
  section.awards .title h2 {
    font-size: 52px
  }
}

@media (min-width:768px) and (max-width:992px) {
  section.awards .title h2 {
    font-size: 42px
  }
}

@media (max-width:768px) {
  section.awards .title h2 {
    font-size: 36px
  }
}

section.awards .title p {
  margin: 0 0 30px 0
}

@media (max-width:768px) {
  section.awards .title {
    padding: 30px 15px;
    border-left: 1px solid #000
  }
}

section.awards .awards-wrapper {
  padding: 30px 15px
}

section.awards .awards-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

section.awards .awards-wrapper ul li {
  border: 1px solid #000;
  width: calc(20% - 20px);
  background: #fff;
  margin: 10px
}

section.awards .awards-wrapper ul li img {
  padding: 5px;
  height: 75px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

@media (min-width:768px) and (max-width:992px) {
  section.awards .awards-wrapper ul li {
    width: calc(25% - 20px)
  }
}

@media (max-width:768px) {
  section.awards .awards-wrapper ul li {
    width: calc(33% - 30px);
    margin: 10px 15px
  }
}

@media (max-width:768px) {
  section.awards .awards-wrapper {
    padding: 30px 15px
  }
}

section.awards .container,
section.awards .wrapper-inner {
  position: relative;
  border-right: 1px solid #000;
  background-position: 0px -1px;
  background-size: 75px 75px
}

section.awards .container:before,
section.awards .wrapper-inner:before {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  content: "";
  border-left: 1px solid #000
}

@media (max-width:768px) {

  section.awards .container:before,
  section.awards .wrapper-inner:before {
    display: none
  }
}

.homepage section.awards .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.service-showcases ul {
  padding: 50px;
  background-position: -50px -50px;
  background-size: 100px 100px
}

@media (max-width:768px) {
  .service-showcases ul {
    padding: 0
  }
}

.service-showcases .case {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 75px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.service-showcases .case a {
  position: relative;
  z-index: 3;
  text-decoration: none;
  display: block;
  color: #fff;
  border-bottom: none !important
}

.service-showcases .case p {
  color: #fff;
  font-size: 22px
}



.service-showcases .case .h1,
.service-showcases .case .h1 span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 50px;
  max-width: 500px;
  font-family: "Gotham Black", sans-serif;
  line-height: 1.1;
  margin-top: 0
}

@media (max-width:768px) {

  .service-showcases .case .h1,
  .service-showcases .case .h1 span {
    margin-bottom: 25px;
    font-size: 24px
  }
}

.service-showcases .case:before {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2
}

@media (max-width:768px) {
  .service-showcases .case {
    padding: 35px
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-size: 18px;
  font-family: "Gotham Book", Arial, sans-serif;
  background-color: #fff;
  color: #1f1f1f
}

.borderize {
  border: 2px solid #1f1f1f;
  position: relative
}

.borderize:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 6px;
  height: 100%;
  z-index: 2;
  background: #1f1f1f;
  padding: 0
}

.borderize:after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -8px;
  width: 100%;
  height: 8px;
  z-index: 2;
  background: #1f1f1f;
  padding: 0
}

.borderize-sm {
  border: 2px solid #1f1f1f;
  position: relative
}

.borderize-sm:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 4px;
  height: 100%;
  z-index: 2;
  background: #1f1f1f;
  padding: 0
}

.borderize-sm:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -6px;
  width: 100%;
  height: 6px;
  z-index: 2;
  background: #1f1f1f;
  padding: 0
}