/* common border radius */
/* disable text selection */
section.gt-block.references {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(249deg, rgba(215, 66, 13, 0.84) 0%, rgba(241, 135, 0, 0.84) 100%) 0% 0% no-repeat padding-box;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: white;
}
section.gt-block.references .wrapper {
  padding-top: calc(10 * var(--zakladniSpacingREM));
  padding-bottom: calc(10 * var(--zakladniSpacingREM));
}

.references .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.references .left-col {
  width: 35%;
  margin-bottom: 3rem;
  padding-right: calc(var(--zakladniSpacingREM) * 3);
}
@media screen and (max-width: 700px) {
  .references .left-col {
    width: 100%;
  }
}
.references .right-col {
  width: 65%;
  padding-left: calc(7.7rem + var(--zakladniSpacingREM));
}
@media screen and (max-width: 1023px) {
  .references .right-col {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .references .right-col {
    width: 100%;
  }
}
.references__title {
  color: white;
}
.references p {
  color: white;
}

.reference__inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media screen and (max-width: 450px) {
  .reference__inner {
    margin-bottom: 2.5rem;
  }
}
.reference .col.left {
  width: 66%;
  padding-right: 2rem;
}
@media screen and (max-width: 450px) {
  .reference .col.left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.reference .col.right {
  width: 34%;
  text-align: right;
}
@media screen and (max-width: 450px) {
  .reference .col.right {
    width: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .reference .col.right img {
    max-height: 20rem;
    width: auto;
  }
}
.reference p {
  line-height: 1.75;
}
.reference footer {
  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;
  width: 55%;
}
@media screen and (max-width: 700px) {
  .reference footer {
    width: 100%;
  }
}
.reference strong {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .reference strong {
    font-size: 1.9rem;
  }
}
.reference span {
  font-size: 1.6rem;
}
.reference .separator {
  margin: 0 1rem;
}

/*	Slider specific styling
--------------------------------------- */
.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: initial;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  width: 2.4rem;
  height: 2.4rem;
  background: none;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow.next {
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slick-slider .slick-arrow.prev {
  left: initial;
  right: 2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  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: end;
  height: 2.4rem;
  width: 45%;
}
@media screen and (max-width: 700px) {
  .slick-slider .slick-dots {
    position: relative;
    width: 100%;
    margin-top: 3rem;
  }
}