.quote h1, .quote h2,
.quote p {
  margin: 0;
}
.quote__row, .quote__col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote__content-wrapper {
  position: relative;
  padding: 2.5rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2.5rem 1rem;
}
@media (min-width: 576px) {
  .quote__content-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .quote__content-wrapper {
    padding: 3.125rem 3.125rem;
  }
}
.quote__content {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote__text {
  display: inline-block;
  opacity: 0;
  font-size: 1.875rem;
  transition: opacity 800ms ease;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .quote__text {
    font-size: 4rem;
  }
}
.quote__bracket {
  position: absolute;
  transition: all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: 1;
  height: 2.375rem;
  width: auto;
}
@media (min-width: 992px) {
  .quote__bracket {
    height: 3rem;
    width: auto;
  }
}
.quote__bracket svg {
  height: 2.375rem;
  width: auto;
}
@media (min-width: 992px) {
  .quote__bracket svg {
    height: 3rem;
    width: auto;
  }
}
.quote__bracket--left, .quote__bracket--right {
  transform: translate(-50%, -50%);
}
.quote__bracket--right {
  top: calc(50% + 1.25rem);
  left: calc(50% + 0.625rem);
}
.quote__bracket--left {
  top: calc(50% - 1.25rem);
  left: calc(50% - 0.625rem);
}
.quote.active .quote__text {
  opacity: 1;
}
.quote.active .quote__bracket--left {
  top: 1.25rem;
  left: 1.25rem;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .quote.active .quote__bracket--left {
    top: 1.5625rem;
    left: 1.5625rem;
  }
}
.quote.active .quote__bracket--right {
  top: calc(100% - 1.25rem);
  left: calc(100% - 1.25rem);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .quote.active .quote__bracket--right {
    top: calc(100% - 1.5625rem);
    left: calc(100% - 1.5625rem);
  }
}

.quote.container-fluid--bg-primary .quote__bracket path,
.quote.container-fluid--bg-tertiary .quote__bracket path {
  fill: #3CDC96;
}

.stage-start {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.stage-start.container-fluid {
  padding-bottom: 0;
}
.stage-start__headline {
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background-color: #FFFFFF;
}
.stage-start__headline .row {
  margin-right: 0;
  margin-left: 0;
}
.stage-start__headline .quote__content-wrapper {
  margin: 1rem 1rem 2.5rem;
}
@media (min-width: 992px) {
  .stage-start__headline .quote__content-wrapper {
    margin: 2rem 1rem 2.5rem;
  }
}
.stage-start__headline .quote__text {
  font-size: 2.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  z-index: 2;
}
@media (min-width: 992px) {
  .stage-start__headline .quote__text {
    font-size: 7.25rem;
    -webkit-hyphens: none;
            hyphens: none;
  }
}
.stage-start__bg {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  z-index: 0;
}
@media (min-width: 992px) {
  .stage-start__bg {
    height: 37.5rem;
  }
}
.stage-start__bg-play-btn {
  all: unset;
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.34, 1, 0.64, 1);
}
@media (hover: hover) and (pointer: fine) {
  .stage-start__bg-play-btn:hover {
    background-color: #3CDC96;
  }
}
.stage-start__bg-play-btn > * {
  width: 20px;
}
.stage-start__bg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.stage-start__bg-content--video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 150%;
}
.stage-start__bg-content--image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.stage-start__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #FFFFFF;
}
/*# sourceMappingURL=stage-start.css.map */
