/** Shopify CDN: Minification failed

Line 197:0 Unexpected "{"

**/
.f-press__slider:not(.flickity-enabled) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.f-press__slider .flickity-slider {
  display: flex;
  align-items: center;
}
.f-press__content:not(.flickity-enabled) .f-press__text:not(:first-child) {
  display: none;
}
.f-press__content-wrapper {
  padding: 0 20%;
}
@media (max-width: 1023.98px) {
  .f-press__content-wrapper {
    padding: 0 3rem;
  }
}
@media (max-width: 639.98px) {
  .f-press__content-wrapper {
    padding: 0;
  }
}
.f-press__text {
  padding: 0 1rem;
  font-size: var(--font-h5-size);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .f-press__text {
    font-size: var(--font-h4-size);
    padding: 0 4rem;
  }
}
.f-press__list {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .f-press__list {
    margin-top: 4.5rem;
  }
}
.f-press__logo {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 1rem 1.25rem;
}
.f-press__logo.is-nav-selected .f-image, .f-press__logo:hover .f-image {
  opacity: 1;
}
.f-press__logo .f-image {
  transition: 0.3s all;
  opacity: 0.3;
}
.f-press__logo:hover .f-image {
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 768px) {
  .f-press__logo {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .f-press__logo {
    width: 20%;
  }
}
.f-press__wrapper flickity-component {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.f-press__wrapper flickity-component.flickity-enabled {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .f-press__wrapper {
    position: relative;
    padding-bottom: 6rem;
  }
  .f-press__wrapper .flickity-wrapper {
    position: static;
  }
  .f-press__wrapper .flickity-wrapper .flickity-button {
    top: calc(100% - 2rem);
  }
  .f-press__wrapper .flickity-wrapper .flickity-button.next {
    right: calc(50% - 4.75rem);
  }
  .f-press__wrapper .flickity-wrapper .flickity-button.previous {
    left: calc(50% - 4.75rem);
  }
}

.biky-press {
  position: relative;
}

.biky-press > .container {
  padding-top: 2em;
}

.biky-press .f-press__text-content {
  padding-bottom: 4em;
  background: #fff;
  border-radius: 1em;
}

.biky-press-text-lv .h2, .biky-press-text-rv .h2 {
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  height: 100%;
  text-align: right;
  font-size: 2em !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0;
}

.biky-press-text-lv .h2 {
  left: .5em;
}

.biky-press-text-rv .h2 {
  right: .5em;
}

.biky-press h3 {
  font-size: 1.5em;
  padding-bottom: .5em;
  text-transform: uppercase;
  font-weight: bold;
}

.biky-press .f-press__logo .f-image, .biky-press .f-press__logo:hover .f-image {
  opacity: 1;
}
.biky-press .flickity-button {
  color: var(--color-btn-secondary-text) !important;
  background: var(--color-btn-secondary-bg) !important;
}

@media (min-width: 768px) {
  .biky-press .f-press__logo {
    width: 75%;
  }
}


.why-biky-components {
  background-position: calc(100% - 1.75em) 1.5em;
  background-repeat: no-repeat;
  background-image: var(--biky-icon-why-biky-fourth);
  background-size: 115px;
}

.why-biky-components.biky-press-text-rv .h2 {
  margin: 1em -.25em 0;
  position: relative;
  writing-mode: unset;
  text-orientation: unset;
  transform: none;
}

@media (min-width: 640px) {
  .biky-press .f-press__text-content {
    padding-bottom: 4em;
  }

  .why-biky-components {
    background-position: calc(100% - 4em) 1.5em;
  }

  .why-biky-components.biky-press-text-rv .h2 {
    margin: 1em 0;
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
  }
}

{
  background-position: calc(100% - 4em) 1.5em;
  background-repeat: no-repeat;
  background-image: var(--biky-icon-why-biky-fourth);
  background-size: 115px;
}

.why-biky-trust {
  position: relative;
}
.why-biky-trust .container-full:after {
  content: var(--biky-icon-why-biky-fifth);
  position: absolute;
  top: 2em;
  left: 4em;
  z-index: 3;
  width: 115px;
  opacity: .5;
}
