.ws18-wrap.brxe-div {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  padding-top: var(--padding-l);
  padding-bottom: var(--padding-l);
}

.ws18-header.brxe-div {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 30px;
}

.ws18-header-content.brxe-div {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}

.ws18-title.brxe-heading {
  width: 100%;
  margin: 0;
  text-align: center;
}

.ws18-description.brxe-text-basic,
.ws18-description.brxe-text {
  width: 100%;
  max-width: 800px;
  margin: 0;
  text-align: center;
}

.ws18-cta.brxe-button,
.ws18-cta.bricks-button {
  align-self: center;
  flex-shrink: 0;
}

.ws18-carousel.brxe-div {
  width: 100%;
  overflow: hidden;
}

.ws18-carousel-wrap,
.coachSwiper-wrapper {
  display: flex;
  align-items: stretch;
}

.coachSwiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.coachSwiper-slide .ws18-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.ws18-card.brxe-div {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: var(--gap-s);
  padding: var(--padding-xs);
  border-radius: var(--border-radius-m);
  background-color: var(--sy-coaches-card-bg, #E5F3E9);
  overflow: hidden;
}

.ws18-card-image.brxe-div {
  width: 100%;
  aspect-ratio: 441 / 330;
  overflow: hidden;
  border-radius: calc(var(--border-radius-m) - 0.3rem);
}

.ws18-card-image .brxe-image,
.ws18-card-image .brxe-image img,
.ws18-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ws18-card-body.brxe-div {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  row-gap: var(--gap-xs);
  padding: 0 var(--padding-2xs) var(--padding-2xs);
}

.ws18-card-name.brxe-heading {
  width: 100%;
  margin: 0;
}

.ws18-card-text.brxe-text-basic,
.ws18-card-text.brxe-text {
  width: 100%;
  margin: 0;
  flex: 1;
}

.ws18-card-cta.brxe-button,
.ws18-card-cta.bricks-button,
.ws18-card-cta.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0.65em 1.15em;
  border: 1px solid var(--bricks-color-pqnfvl, #2F6A50);
  border-radius: 999px;
  background: transparent;
  color: var(--bricks-color-pqnfvl, #2F6A50);
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.ws18-card-cta.brxe-button:hover,
.ws18-card-cta.bricks-button:hover,
.ws18-card-cta.button:hover {
  background: var(--bricks-color-pqnfvl, #2F6A50);
  color: #fff;
  transform: translateY(-1px);
}

.ws18-nav.brxe-div {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  margin-top: var(--gap-s);
}

.ws18-nav .swiper-button-prev,
.ws18-nav .swiper-button-next {
  position: static;
  inset: auto;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0;
  border-radius: 999px;
  border: 1px solid var(--bricks-color-pqnfvl, #2F6A50);
  color: var(--bricks-color-pqnfvl, #2F6A50);
}

.ws18-nav .swiper-button-prev::after,
.ws18-nav .swiper-button-next::after {
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .ws18-wrap.brxe-div {
    row-gap: var(--gap-l);
  }

  .ws18-header.brxe-div,
  .ws18-header-content.brxe-div {
    max-width: 100%;
    row-gap: var(--gap-s);
  }

  .ws18-cta.brxe-button,
  .ws18-cta.bricks-button {
    width: 100%;
  }
}
