/**
 * About us page
 */

.bs-page-about-us h2.bs-heading-54 {
  font-size: 54px;
}
.bs-page-about-us h2.bs-heading-40 {
  font-size: 40px;
}
.pre-footer__inner::before {
  display: none;
}
.bs-hero.bs-section-container.bs-section-about-us-sync-in-team .bs-hero-content,
.bs-hero.bs-section-container.bs-section-about-us-sync-in-team
  .bs-hero-content-image {
  max-width: 32rem;
}
.team-member-name {
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .team-member-name {
    text-align: right;
  }
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team .bs-inner {
    position: relative;
    display: block;
    max-width: 1630px;
  }
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team
    .bs-hero-content {
    z-index: 10;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0 0 0 8%;
    width: 42%;
    max-width: 100%;
  }
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team
    .bs-hero-content-image {
    z-index: 5;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 200px 0 100px 45%;
  }
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team
    .bs-hero-content-image
    img {
    max-width: 100%;
    max-height: 100%;
  }
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team.bs-landing-container-bg-white::after {
    z-index: 20;
  }
}

@media only screen and (min-width: 1600px) {
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team
    .bs-hero-content {
    position: absolute;
    margin: 0;
    padding: 0 0 0 8%;
    width: 100%;
    max-width: 560px;
  }
  .bs-hero.bs-section-container.bs-section-about-us-sync-in-team
    .bs-hero-content-image {
    position: relative;
    margin: -4% 0 -13% 0;
    padding: 0 0 0 35%;
    max-width: 100%;
  }
}

.bs-section-about-us-how-it-started {
  position: relative;
  z-index: 40;
}

.bs-section-about-us-how-it-started::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../img/bs-assets/about-us/img-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -200px;
  transform: translateX(-180px);
  left: 0;
  right: 0;
  margin: auto;
  width: 321px;
  height: 195px;
}

@media only screen and (max-width: 999px) {
  .bs-section-about-us-how-it-started::after {
    transform: translateX(10px) rotate(55deg);
    width: 200px;
    height: 130px;
    top: -198px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-section-about-us-how-it-started::after {
    top: -184px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-section-about-us-how-it-started::after {
    top: -119px;
    width: 120px;
    height: 80px;
  }
}

@media only screen and (max-width: 1299px) {
  .bs-section-about-us-our-journey .bs-inner-wide::after {
    content: "";
    position: absolute;
    bottom: -117px;
    left: -197px;
    width: 330px;
    height: 377px;
    background-image: url(../../img/bs-assets/about-us/cube-b.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.bs-section-about-us-based-in-czech .text-wrapper {
  top: 12%;
  right: 5%;
  font-size: 18px;
  line-height: 200%;
  z-index: 10;
  text-align: right;
}
.bs-section-about-us-based-in-czech .text-wrapper strong {
  font-size: 32px;
}
@media only screen and (max-width: 899px) {
  .bs-section-about-us-based-in-czech .text-wrapper {
    top: unset;
    right: unset;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
  }
  .bs-section-about-us-based-in-czech .text-wrapper strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .bs-section-about-us-based-in-czech .text-wrapper {
    font-size: 16px;
  }
  .bs-section-about-us-based-in-czech .text-wrapper strong {
    font-size: 28px;
  }
}

.bs-section-about-us-our-blood .bs-inner-wider {
  max-width: 1630px;
  background-image: url(../../img/bs-assets/about-us/about-us-team-full.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bs-section-about-us-our-blood .bs-heading-smallest {
  font-size: 21px;
}
.bs-section-about-us-our-blood .tiles > div {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 30px 17%;
}
.bs-section-about-us-our-blood .tiles > div > h3 {
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 600px) {
  .bs-section-about-us-our-blood .tiles > div {
    padding: 16px 10%;
  }
}
@media only screen and (max-width: 900px) {
  .bs-section-about-us-our-blood .tiles > div {
    padding: 20px 10%;
  }
}
@media only screen and (max-width: 1200px) {
  .bs-section-about-us-our-blood .tiles > div {
    padding: 26px 10%;
  }
}

@media only screen and (min-width: 1300px) {
  .bs-section-about-us-our-blood .bs-inner-wider::after {
    content: "";
    position: absolute;
    top: -182px;
    right: -207px;
    width: 410px;
    height: 372px;
    background-image: url(../../img/bs-assets/about-us/cube-e.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.bs-section-about-us-keep-up .keep-up-content {
  border-radius: 12px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f0effb 100%);
}
.bs-section-about-us-keep-up .keep-up-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 7% 25px 7%;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px 0px #0000001f;
}
.bs-section-about-us-keep-up .keep-up-item-text p {
  margin: 0;
}
.bs-section-about-us-keep-up .bs-heading-small {
  margin: 1em 0;
  font-size: 21px;
  font-weight: 600;
}
@media only screen and (min-width: 900px) {
  .bs-section-about-us-keep-up .keep-up-content::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -100px;
    width: 248px;
    height: 263px;
    background-image: url(../../img/bs-assets/about-us/cube-e-6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

#our-team-slider .splide__pagination {
  display: none;
}

@media only screen and (max-width: 699px) {
  #our-team-slider .our-team-slider-image img {
    -o-object-position: top center;
    object-position: top center;
  }
}
