/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme colors
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme styles
*/
/*
* Media Query
*/
/*
* Section margin
*/
/*
* Section padding
*/
/*
* Display list elements in column
*/
/*
* Menu item width in footer menu
*/
/*
* Small gray shadow
*/
/*
* Large gray shadow
*/
/*
* Headers
*/
.block-blocks-grid .blocks .c-block__content .block-header {
  font-family: "Mukta", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333D47;
  letter-spacing: 0;
  margin-bottom: 2rem;
  word-wrap: normal; }
  .block-blocks-grid .blocks .c-block__content .block-header span {
    color: #F8B322; }

/*
* Custom scrollbar
*/
.block-blocks-grid .blocks .c-block .description {
  overflow-y: auto;
  scrollbar-color: rgba(51, 61, 71, 0.5) #f5f5f5;
  scrollbar-width: thin; }

@-moz-document url-prefix() {
  .block-blocks-grid .blocks .c-block .description {
    scrollbar-color: rgba(51, 61, 71, 0.5) #f5f5f5;
    scrollbar-width: thin; } }
  .block-blocks-grid .blocks .c-block .description::-webkit-scrollbar {
    width: 1rem;
    border-radius: 5px; }
  .block-blocks-grid .blocks .c-block .description::-webkit-scrollbar-thumb {
    background: rgba(51, 61, 71, 0.5);
    border-radius: 5px; }
  .block-blocks-grid .blocks .c-block .description::-webkit-scrollbar-track {
    background: #f5f5f5; }

/*
* Reset list styles
*/
.block-blocks-grid .blocks .blocks-wrapper {
  margin: 0;
  padding: 0; }

.block-blocks-grid .blocks .c-block {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* Link circle hover
*/
/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
/*
* Element under section description
*/
/*
* Element under section description
*/
/*
* Link hover color
*/
/*
* Hero section styles
*/
@keyframes move-dot {
  0% {
    bottom: 0.4rem;
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    bottom: 1rem;
    opacity: 0; } }

/*
* Position absolute - full width
*/
.block-blocks-grid .blocks .c-block .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*
* Image as cover or contain
*/
/*
* Icon wrapper
*/
/*
* Element border-radius
*/
.block-blocks-grid .blocks .c-block {
  border-radius: 0 50px 0 0; }

/*
* checkbox checked
*/
/*
* language font
*/
/*
* Slider pagination
*/
/*
* Slider buttons
*/
/*
* News and slide component
*/
/*
* Download and job-offer component
*/
/*
* Services and blocks grid component
*/
.block-blocks-grid .blocks > .header,
.block-blocks-grid .blocks > .description {
  margin-bottom: 3rem;
  text-align: center; }

.block-blocks-grid .blocks .blocks-wrapper {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(13rem, 1fr));
  grid-gap: 2rem; }
  @media screen and (min-width: 1200px) {
    .block-blocks-grid .blocks .blocks-wrapper {
      grid-template-columns: repeat(3, minmax(34.2rem, 1fr)); } }

.block-blocks-grid .blocks .c-block {
  min-height: 18rem;
  background-color: #F9F9F9;
  transition: 500ms ease-in-out;
  position: relative; }

.block-blocks-grid .blocks .c-block .c-block-wrapper {
  text-decoration: none;
  padding: 2rem 1.3rem 0.5rem 2rem;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .block-blocks-grid .blocks .c-block .c-block-wrapper {
      padding: 3rem 5rem 4rem 5rem; } }

.block-blocks-grid .blocks .c-block__content .img-wrapper {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .block-blocks-grid .blocks .c-block__content .img-wrapper {
      width: 5.5rem;
      height: 5.2rem; } }
  .block-blocks-grid .blocks .c-block__content .img-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.block-blocks-grid .blocks .c-block__content .block-header {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .block-blocks-grid .blocks .c-block__content .block-header {
      font-size: 2.4rem;
      margin-bottom: 1rem; } }

.block-blocks-grid .blocks .c-block .description {
  display: none; }
  @media screen and (min-width: 768px) {
    .block-blocks-grid .blocks .c-block .description {
      display: block;
      font-size: 1.4rem;
      line-height: 1.43;
      opacity: 0; } }

/*
* Case studies filters
* Job offers filters
*/
/*
* Case studies tags
* Knowledge base tags
*/
/*
* Case studies and posts grid blocks
*/
/*
* Form label
*/
/*
* Contact form steps
*/
/*
* Contact form (steps form) buttons wrapper
*/
.block-blocks-grid {
  margin-top: 5rem;
  margin-bottom: 10rem; }
  @media screen and (min-width: 992px) {
    .block-blocks-grid {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-blocks-grid .blocks .c-block {
    overflow: hidden;
    min-height: unset; }
    @media screen and (min-width: 768px) {
      .block-blocks-grid .blocks .c-block {
        min-height: 24.6rem; } }
    .block-blocks-grid .blocks .c-block .c-block-wrapper {
      padding: 2rem 1.3rem 2rem 2rem;
      height: 100%;
      position: relative; }
      @media screen and (min-width: 768px) {
        .block-blocks-grid .blocks .c-block .c-block-wrapper {
          padding: 3rem 5rem; } }
    .block-blocks-grid .blocks .c-block__content {
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: 300ms ease-in-out; }
      .block-blocks-grid .blocks .c-block__content .img-wrapper {
        margin-bottom: 2rem; }
        @media screen and (min-width: 768px) {
          .block-blocks-grid .blocks .c-block__content .img-wrapper {
            margin-bottom: 3rem; } }
      .block-blocks-grid .blocks .c-block__content .block-header {
        line-height: 1.1;
        margin-bottom: 1.5rem; }
        @media screen and (min-width: 768px) {
          .block-blocks-grid .blocks .c-block__content .block-header {
            margin-bottom: 2.5rem; } }
      .block-blocks-grid .blocks .c-block__content .block-button {
        margin-top: auto;
        display: none; }
        @media screen and (min-width: 768px) {
          .block-blocks-grid .blocks .c-block__content .block-button {
            display: flex; } }
        .block-blocks-grid .blocks .c-block__content .block-button .c-link-circle {
          padding-left: 0; }
          .block-blocks-grid .blocks .c-block__content .block-button .c-link-circle .link-circle {
            display: none; }
          .block-blocks-grid .blocks .c-block__content .block-button .c-link-circle .link-text {
            background-color: transparent;
            line-height: 1.2; }
    .block-blocks-grid .blocks .c-block .description {
      top: 100%;
      padding: 3rem;
      overflow: auto;
      transition: 300ms ease-in-out; }
    .block-blocks-grid .blocks .c-block:hover {
      background-color: #ffffff;
      box-shadow: 0px 50px 80px rgba(51, 61, 71, 0.07); }
      @media screen and (min-width: 768px) {
        .block-blocks-grid .blocks .c-block:hover .c-block__content {
          transform: translateY(-100%);
          opacity: 0; }
        .block-blocks-grid .blocks .c-block:hover .description {
          transform: translateY(-100%);
          opacity: 1; } }


/*# sourceMappingURL=block_blocks-grid.css.map*/