/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./app/javascript/application/about/about.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable rule-empty-line-before */

/* stylelint-disable selector-max-compound-selectors */

/* stylelint-disable max-nesting-depth */

.learning-success-page p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.learning-success-page .h3 {
  color: #333;
  font-weight: bold;
}

.learning-success-page b {
  vertical-align: baseline;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .learning-success-page .h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 639px) {
  body.is-responsive .learning-success-page .h2 {
    font-size: 22px;
  }
}

.learning-success-page .learning-success-header {
  position: relative;
  padding: 80px 0 64px;
  background-image: url("/assets/application/about/learning_success/hero-image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* stylelint-disable-next-line block-no-empty */
}

.learning-success-page .learning-success-header__headline, .learning-success-page .learning-success-header__subheadline {
  color: #fff;
  text-align: left;
}

.learning-success-page .learning-success-header__headline {
  width: 710px;
  margin-bottom: 18px;
}

.learning-success-page .learning-success-header__subheadline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 595px;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 32px;
}

.learning-success-page .learning-success-header .trial-button {
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .learning-success-page .learning-success-header {
    padding: 48px 0 40px;
    text-align: center;
  }
  body.is-responsive .learning-success-page .learning-success-header__headline {
    width: 100%;
    text-align: center;
  }
  body.is-responsive .learning-success-page .learning-success-header .button {
    margin-bottom: 0;
  }
}

.learning-success-page .learning-success-study {
  justify-content: space-between;
  padding: 48px 0;
  background: #f2e6f8;
}

.learning-success-page .learning-success-study__headline {
  margin: 8px 0 40px;
  text-align: center;
}

.learning-success-page .learning-success-study__image {
  width: 18%;
}

.learning-success-page .learning-success-study__text-boxes {
  width: 79%;
}

.learning-success-page .learning-success-study__text-boxes .cell {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

.learning-success-page .learning-success-study__text-boxes .cell p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.learning-success-page .learning-success-study__text-boxes .cell .button {
  float: right;
}

.learning-success-page .learning-success-study__text-boxes .cell a {
  color: #333;
}

@media only screen and (max-width: 959px) {
  .learning-success-page .learning-success-study__headline {
    margin-bottom: 8px;
  }
  .learning-success-page .learning-success-study__image {
    width: 171px;
    margin: 0 auto 16px;
  }
  .learning-success-page .learning-success-study__text-boxes {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .learning-success-page .learning-success-study {
    padding: 40px 0;
  }
}

/* stylelint-disable no-descending-specificity */

/* stylelint-disable block-no-empty */

/* stylelint-disable selector-class-pattern, selector-max-compound-selectors, rule-empty-line-before, max-nesting-depth */

.learning-success-progress-circle {
  display: flex;
}

.learning-success-progress-circle .circle {
  fill: none;
}

.learning-success-progress-circle .circle--back {
  stroke: #fde166;
  stroke-width: 50;
}

.learning-success-progress-circle .circle--front {
  transition: stroke-dashoffset 2s ease;
  stroke: #c9a400;
  stroke-width: 50;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.learning-success-progress-circle__item {
  position: relative;
}

.learning-success-progress-circle__item.is-progressed svg path {
  animation: circleProgress 1.5s ease-out forwards;
  stroke-dashoffset: 0;
}

.learning-success-progress-circle__item svg {
  width: 140px;
  height: 140px;
}

.learning-success-progress-circle__item p {
  margin-top: 12px;
}

.learning-success-progress-circle__number {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 38px;
}

.learning-success-progress-circle__number span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: -10px;
  font-size: 32px;
}

.learning-success-results__circle {
  display: flex;
  justify-content: center;
  width: 400px;
  text-align: center;
}

.learning-success-results__circle p {
  padding: 0 6px;
}

.learning-success-results__circle--blue .learning-success-progress-circle .circle--back {
  stroke: #99cfe1;
}

.learning-success-results__circle--blue .learning-success-progress-circle .circle--front {
  stroke: #0088b5;
}

.learning-success-results__circle--blue .learning-success-progress-circle__number {
  color: #333;
}

@keyframes circleProgress {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 100;
  }
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* stylelint-disable no-descending-specificity */

/* stylelint-disable block-no-empty */

/* stylelint-disable selector-class-pattern, selector-max-compound-selectors, rule-empty-line-before, max-nesting-depth */

.progress-bar-container {
  position: relative;
  display: flex;
  width: 100%;
}

.progress-bar-container .progress-bar-base {
  position: relative;
  width: 330px;
  height: 16px;
  border-radius: 12px;
  background-color: #fdeb99;
}

.progress-bar-container .progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 16px;
  transition: width 2s ease-out;
  border-radius: 12px;
  background-color: #c9a400;
}

.progress-bar-container.is-progressed .progress-bar-fill--84 {
  width: 84%;
}

.progress-bar-container.is-progressed .progress-bar-fill--86 {
  width: 86%;
}

.progress-bar-container.is-progressed .progress-bar-fill--87 {
  width: 87%;
}

.progress-bar-container.is-progressed .progress-bar-fill--92 {
  width: 92%;
}

.progress-bar-container.is-progressed .progress-bar-fill--93 {
  width: 93%;
}

@media only screen and (max-width: 639px) {
  .progress-bar-container {
    justify-content: center;
  }
  .progress-bar-container .progress-bar-base {
    width: 100%;
  }
  .progress-bar-container.is-progressed .progress-bar-fill--94 {
    width: 94%;
  }
  .progress-bar-container.is-progressed .progress-bar-fill--97 {
    width: 97%;
  }
}

/* stylelint-disable no-descending-specificity */

/* stylelint-disable block-no-empty */

/* stylelint-disable selector-class-pattern, selector-max-compound-selectors, rule-empty-line-before, max-nesting-depth */

.learning-success-results {
  padding: 58px 0 48px;
}

.learning-success-results__title, .learning-success-results__subtitle {
  text-align: center;
}

.learning-success-results__title {
  margin-bottom: 48px;
  color: #333;
}

.learning-success-results__subheadline {
  margin: 48px 0;
}

.learning-success-results__first {
  margin-top: 60px;
}

.learning-success-results__first b {
  color: #333;
}

.learning-success-results__second b {
  color: #333;
}

.learning-success-results__third b {
  color: #333;
}

.learning-success-results__image--step1 {
  width: 20%;
}

.learning-success-results__blue-box {
  display: flex;
  align-items: center;
  width: 434px;
  padding: 16px;
  border-radius: 20px;
  background: #e6f3f8;
}

.learning-success-results__blue-box .percent {
  color: #333;
  font-size: 32px;
  font-weight: 700;
}

.learning-success-results__blue-box p {
  margin-left: 8px;
}

.learning-success-results__green-box {
  width: 34%;
  padding: 16px;
  border-radius: 20px;
  background: #f5fae6;
}

.learning-success-results__green-box ul li {
  margin-bottom: 16px;
}

.learning-success-results__green-box ul li:last-child {
  margin-bottom: 0;
}

.learning-success-results__green-box ul li img {
  width: 64px;
  height: 64px;
  margin-right: 14px;
}

.learning-success-results__green-box .percent {
  color: #333;
  font-weight: bold;
}

.learning-success-results__bar {
  width: 400px;
}

.learning-success-results__bar .learning-success-progress-bar__item:last-child .learning-success-progress-bar__text {
  margin: -10px 0 0;
}

@media only screen and (max-width: 639px) {
  .learning-success-results__bar .learning-success-progress-bar__item:last-child .learning-success-progress-bar__text {
    margin: 0 0 32px 57px;
  }
}

.learning-success-results__bar .learning-success-progress-bar__number {
  margin: -14px 12px 0 0;
  color: #333;
  font-size: 2em;
}

.learning-success-results__bar .learning-success-progress-bar__text {
  width: 323px;
  margin: -10px 0 32px;
  float: right;
}

.learning-success-results__bar--blue .learning-success-progress-bar__number, .learning-success-results__bar--blue .learning-success-progress-bar__text {
  color: #0088b5;
}

.learning-success-results__bar--blue .learning-success-progress-bar .progress-bar-base {
  background-color: #e6f3f8;
}

.learning-success-results__bar--blue .learning-success-progress-bar .progress-bar-fill {
  background-color: #0088b5;
}

.learning-success-results__bar--green .learning-success-progress-bar__number, .learning-success-results__bar--green .learning-success-progress-bar__text {
  color: #527a00;
}

.learning-success-results__bar--green .learning-success-progress-bar .progress-bar-base {
  background-color: #d6eb99;
}

.learning-success-results__bar--green .learning-success-progress-bar .progress-bar-fill {
  background-color: #527a00;
}

.learning-success-results__progress-bar {
  width: 410px;
}

.learning-success-results__progress-bar p {
  width: 330px;
  float: right;
}

.learning-success-results__progress-bar p .percent {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.learning-success-results__progress-bar li {
  margin-bottom: 16px;
}

.learning-success-results__progress-bar .progress-bar-container {
  align-items: center;
  justify-content: space-between;
}

.learning-success-results__progress-bar .progress-bar-container .h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .learning-success-results {
    padding: 38px 0 0;
  }
  body.is-responsive .learning-success-results__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  body.is-responsive .learning-success-results__image--step1 {
    display: block;
    margin: 0 auto 32px;
  }
  body.is-responsive .learning-success-results__image--step3 {
    text-align: center;
    margin-bottom: 16px;
  }
  body.is-responsive .learning-success-results__subheadline {
    margin: 32px 0;
    font-size: 18px;
  }
  body.is-responsive .learning-success-results__first {
    margin-top: 24px;
  }
  body.is-responsive .learning-success-results__blue-box {
    margin: 32px auto;
  }
  body.is-responsive .learning-success-results__green-box {
    width: 410px;
    margin: 32px auto;
  }
  body.is-responsive .learning-success-results__bar {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  body.is-responsive .learning-success-results .learning-success-progress-bar__number {
    margin-top: -21px;
  }
}

@media only screen and (max-width: 639px) {
  body.is-responsive .learning-success-results__title {
    font-size: 22px;
  }
  body.is-responsive .learning-success-results__subheadline {
    margin-top: 0;
  }
  body.is-responsive .learning-success-results__blue-box {
    width: 326px;
  }
  body.is-responsive .learning-success-results__green-box {
    width: 100%;
    margin-top: 0;
  }
  body.is-responsive .learning-success-results__green-box ul li {
    margin-bottom: 21px;
  }
  body.is-responsive .learning-success-results__bar {
    width: 100%;
  }
  body.is-responsive .learning-success-results__bar .learning-success-progress-bar__item {
    width: 100%;
  }
  body.is-responsive .learning-success-results__bar .learning-success-progress-bar__number {
    font-size: 22px;
    margin-top: -12px;
  }
  body.is-responsive .learning-success-results__bar .learning-success-progress-bar__text {
    width: 265px;
    float: none;
    float: initial;
    margin: 0 0 32px 60px;
  }
}

.about-article-page .about-viewport__banner {
  width: 100%;
  height: 460px;
}

.about-article-page .about-viewport__banner--mit_videos_von_zu_hause_lernen {
  background-image: url("/assets/application/about/usecases/header_ben.jpg");
}

.about-article-page .about-viewport__banner--mit_videos_mehr_spass_am_lernen {
  background-image: url("/assets/application/about/usecases/header_julia.jpg");
}

.about-article-page .about-viewport__banner--endlich_besser_konzentieren {
  background-image: url("/assets/application/about/usecases/header_linus.jpg");
}

.about-article-page .about-viewport__headline {
  padding: 0 0 40px;
}

.about-article-page .nav-story {
  padding-top: 64px;
  padding-bottom: 64px;
}

.about-article-page .content {
  padding-bottom: 0;
}

.about-article-page .info-sidebar-box {
  margin-top: 120px;
  border: 0;
  box-shadow: 0 0 3px 0 #ccc;
}

.about-article-page .app-quote-bubble {
  position: absolute;
  top: 160px;
  right: 30px;
  padding: 0;
}

.about-article-page .app-quote-bubble .icons-quotes--white-right {
  display: inline-block;
}

.about-article-page .app-quote-bubble .icons-quotes--green-left {
  display: inline;
  display: initial;
}

.about-article-page .info-bullet-list {
  padding: 20px;
}

.about-article-page .content-footer {
  box-shadow: none;
}

.about-article-page .app-polaroid-list .grid-column-4 {
  display: inline-block;
  float: none;
}

.about-article-page .app-polaroid-list__topic {
  color: #333;
}

.about-article-page .interview-video {
  padding-top: 30px;
}

.about-article-page .video-js {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 959px) {
  .about-article-page.is-responsive .content-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-article-page.is-responsive .about-viewport__banner {
    height: 340px;
    background-position: 89%;
  }
  .about-article-page.is-responsive .app-quote-bubble {
    position: absolute;
    top: 22px;
    right: 40px;
    width: 295px;
    height: 295px;
    margin: 0;
    float: right;
  }
  .about-article-page.is-responsive .app-quote-bubble__container {
    width: 210px;
  }
  .about-article-page.is-responsive .app-quote-bubble__text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .about-article-page.is-responsive .article-page-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .about-article-page.is-responsive .info-sidebar-box {
    margin-top: 0;
  }
  .about-article-page.is-responsive .info-bullet-list {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-article-page.is-responsive .article-banner-area {
    padding-right: 0;
    padding-left: 0;
  }
  .about-article-page.is-responsive .use-cases-story__nav {
    margin: 0 8px;
  }
  .about-article-page.is-responsive .app-polaroid-list .grid-column-4 {
    width: 49%;
    padding: 0 20px;
  }
  .about-article-page.is-responsive .nav-story {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 639px) {
  .about-article-page.is-responsive .content-header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-article-page.is-responsive .info-breadcrumbs {
    margin-top: 24px;
  }
  .about-article-page.is-responsive .about-viewport__headline {
    padding: 0 0 24px;
    font-size: 24px;
  }
  .about-article-page.is-responsive .about-viewport__banner {
    height: 155px;
    background-position: 0;
  }
  .about-article-page.is-responsive .app-quote-bubble {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
  }
  .about-article-page.is-responsive .app-quote-bubble__container {
    width: 57%;
    height: 100%;
  }
  .about-article-page.is-responsive .app-quote-bubble__text {
    color: #666;
  }
  .about-article-page.is-responsive .app-quote-bubble__author {
    color: #666;
  }
  .about-article-page.is-responsive .app-quote-bubble__position {
    color: #666;
  }
  .about-article-page.is-responsive .app-quote-bubble .icons-quotes--green-left {
    display: block;
    margin-bottom: -20px;
    margin-left: -20px;
  }
  .about-article-page.is-responsive .app-quote-bubble .icons-quotes--green-right {
    display: inline;
  }
  .about-article-page.is-responsive .article-page-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-article-page.is-responsive .info-bullet-list {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-article-page.is-responsive .nav-story {
    padding-bottom: 32px;
  }
  .about-article-page.is-responsive .nav-story .grid-column-4 {
    width: 100%;
    padding: 0 10px;
  }
}

.use-case-interview {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 32px;
  padding-right: 32px;
}

.use-case-interview__headline {
  font-weight: bold;
}

.use-case-interview__intro::first-letter {
  display: inline;
  padding-right: 10px;
  float: left;
  color: #9c0;
  font-size: 60px;
  font-weight: 100;
  font-style: normal;
  line-height: 1;
}

.use-case-interview__content {
  margin: 32px 0 64px;
  padding-top: 32px;
  border-top: 1px solid #e6e8e5;
}

.use-case-interview__content-item {
  margin-bottom: 32px;
}

.use-case-interview__content-item:last-of-type .use-case-interview__headline {
  margin-bottom: 40px;
}

.use-case-interview__partner {
  font-family: Helvetica, Arial, sans-serif;
  display: inline;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.use-case-interview__answer-text {
  display: inline;
}

@media only screen and (max-width: 959px) {
  .is-responsive .use-case-interview {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .is-responsive .use-case-interview {
    margin-top: 0;
  }
}

.about-usecase-page .content-header, .about-usecase-page .content {
  position: relative;
  width: 100%;
}

.about-usecase-page .use-case-content {
  padding-top: 162px;
  padding-bottom: 0;
}

.about-usecase-page .about-viewport__headline {
  padding-bottom: 0;
}

.about-usecase-page .about-viewport__banner--story_0 {
  background-image: url("/assets/application/about/usecases/banner_linus.jpg");
}

.about-usecase-page .about-viewport__banner--story_1 {
  background-image: url("/assets/application/about/usecases/banner_julia.jpg");
}

.about-usecase-page .about-viewport__banner--story_2 {
  background-image: url("/assets/application/about/usecases/banner_ben.jpg");
}

.about-usecase-page .about-viewport .swipe-wrap {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.about-usecase-page .app-quote-bubble--green {
  padding: 0 24px;
}

.about-usecase-page .app-quote-bubble--green:hover {
  background-color: #690;
}

.about-usecase-page .app-quote-bubble__headline {
  width: 208px;
  margin: 0 auto 10px;
}

.about-usecase-page .app-quote-bubble__subheadline {
  color: #333;
}

.about-usecase-page .app-quote-bubble .link-wrapper {
  color: #fff;
}

.about-usecase-page .app-testimonials {
  margin-bottom: 32px;
}

.about-usecase-page .app-testimonials__quote {
  min-height: 280px;
}

.about-usecase-page .app-testimonials__item {
  margin-bottom: 32px;
}

.about-usecase-page .app-testimonials__author {
  padding: 20px 5px 0;
}

.about-usecase-page .slider-nav__image {
  margin-bottom: 10px;
}

@media only screen and (max-width: 959px) {
  .about-usecase-page.is-responsive .about-viewport__banner {
    height: 340px;
  }
  .about-usecase-page.is-responsive .subheader br {
    display: none;
  }
  .about-usecase-page.is-responsive .use-case-content {
    padding-top: 132px;
  }
  .about-usecase-page.is-responsive .app-testimonials__item:nth-child(1n+4) {
    display: none;
  }
  .about-usecase-page.is-responsive .app-testimonials__quote {
    min-height: inherit;
  }
  .about-usecase-page.is-responsive .app-testimonials__author {
    padding-top: 20px;
    padding-right: 5px;
  }
  .about-usecase-page.is-responsive .shared-usercomments {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 639px) {
  .about-usecase-page.is-responsive .about-viewport__banner {
    height: 155px;
  }
  .about-usecase-page.is-responsive .about-viewport__headline padding {
    top: 20px;
    bottom: 20px;
  }
  .about-usecase-page.is-responsive .content {
    padding-top: 112px;
  }
  .about-usecase-page.is-responsive .app-quote-bubble {
    width: 100%;
    height: 50px;
    margin-top: 154px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  .about-usecase-page.is-responsive .app-quote-bubble .icon-arrow {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
  }
  .about-usecase-page.is-responsive .app-quote-bubble .icon-arrow--white-right {
    background-image: url("/assets/application/icons/white-arrow-right.svg");
  }
  .about-usecase-page.is-responsive .app-quote-bubble__container {
    width: 100%;
  }
  .about-usecase-page.is-responsive .app-quote-bubble__headline {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
  }
  .about-usecase-page.is-responsive .slider-nav {
    position: absolute;
    bottom: -114px;
  }
  .about-usecase-page.is-responsive .slider-nav__item {
    width: 94px;
    height: 101px;
    margin: 0 4px;
  }
  .about-usecase-page.is-responsive .use-case-content {
    padding-top: 145px;
  }
  .about-usecase-page.is-responsive .app-testimonials {
    margin-top: 0;
  }
  .about-usecase-page.is-responsive .app-testimonials__author {
    padding: 20px 5px 0;
  }
  .about-usecase-page.is-responsive .shared-usercomments {
    margin-bottom: 0;
  }
  .about-usecase-page.is-responsive .shared-usercomments__headline {
    padding-top: 40px;
  }
  .about-usecase-page.is-responsive .shared-usercomments__item {
    margin: 0 0 40px;
  }
}

.fibs-study-page p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #002e6d;
}

.fibs-study-page .button {
  font-weight: 700;
}

.fibs-study-page .fibs-study-header {
  position: relative;
  padding: 80px 0 90px;
  background-image: url("/assets/application/about/fibs_study/hero_image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fibs-study-page .fibs-study-header__headline, .fibs-study-page .fibs-study-header__subheadline {
  color: #fff;
  text-align: left;
}

.fibs-study-page .fibs-study-header__headline b, .fibs-study-page .fibs-study-header__headline span, .fibs-study-page .fibs-study-header__subheadline b, .fibs-study-page .fibs-study-header__subheadline span {
  vertical-align: baseline;
}

.fibs-study-page .fibs-study-header__headline {
  margin-bottom: 48px;
}

.fibs-study-page .fibs-study-header__headline span.desktop-break {
  display: block;
}

.fibs-study-page .fibs-study-header__subheadline {
  width: 500px;
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 40px;
}

.fibs-study-page .fibs-study-header .trial-button {
  border-radius: 48px;
}

@media only screen and (max-width: 959px) {
  .fibs-study-page .fibs-study-header {
    padding: 40px 0;
  }
  .fibs-study-page .fibs-study-header__headline {
    margin-bottom: 24px;
  }
  .fibs-study-page .fibs-study-header__headline span.desktop-break {
    display: inline;
  }
  .fibs-study-page .fibs-study-header__headline span.mobile-break {
    display: block;
  }
  .fibs-study-page .fibs-study-header__subheadline {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}

@media only screen and (max-width: 639px) {
  .fibs-study-page .fibs-study-header {
    padding: 48px 0;
    text-align: center;
  }
  .fibs-study-page .fibs-study-header__headline, .fibs-study-page .fibs-study-header__subheadline {
    text-align: center;
  }
  .fibs-study-page .fibs-study-header__subheadline {
    width: 343px;
    margin: 0 auto 24px;
  }
  .fibs-study-page .fibs-study-header .trial-button {
    font-size: 16px;
  }
}

.fibs-study-page .fibs-study-information {
  padding: 104px 0;
}

.fibs-study-page .fibs-study-information__headline {
  color: #002e6d;
}

.fibs-study-page .fibs-study-information__text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.fibs-study-page .fibs-study-information__images-container {
  gap: 24px;
  justify-content: end;
  margin-top: 42px;
}

.fibs-study-page .fibs-study-information__images--success {
  width: 373px;
}

.fibs-study-page .fibs-study-information__download-btn {
  padding: 15px 32px;
  border-radius: 48px;
}

@media only screen and (max-width: 959px) {
  .fibs-study-page .fibs-study-information {
    padding: 56px 0;
  }
  .fibs-study-page .fibs-study-information__headline {
    font-size: 18px;
  }
  .fibs-study-page .fibs-study-information__text {
    font-size: 14px;
  }
  .fibs-study-page .fibs-study-information__download-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
  .fibs-study-page .fibs-study-information__images-container {
    gap: 16px;
    margin-top: 24px;
  }
  .fibs-study-page .fibs-study-information__images--success {
    padding-right: 18px;
  }
  .fibs-study-page .fibs-study-information__images--trimion {
    width: 87px;
    margin-top: 3px;
  }
  .fibs-study-page .fibs-study-information__images--fibs {
    width: 118px;
  }
}

@media only screen and (max-width: 639px) {
  .fibs-study-page .fibs-study-information {
    padding: 34px 0;
  }
  .fibs-study-page .fibs-study-information__headline {
    font-size: 16px;
  }
  .fibs-study-page .fibs-study-information__text {
    font-size: 12px;
  }
  .fibs-study-page .fibs-study-information__images-container {
    align-items: start;
    justify-content: space-between;
  }
  .fibs-study-page .fibs-study-information__images--success {
    width: 43%;
  }
  .fibs-study-page .fibs-study-information__images--trimion {
    width: 20%;
  }
  .fibs-study-page .fibs-study-information__images--fibs {
    width: 25%;
  }
  .fibs-study-page .fibs-study-information__mobile-print {
    position: relative;
  }
  .fibs-study-page .fibs-study-information__mobile-print .fibs-study-information__download-btn {
    position: absolute;
    top: 60px;
    right: 0;
    width: 183px;
    padding: 9px 14px;
  }
}

.fibs-study-page .fibs-study-benefits {
  padding: 104px 0;
  background: #e6edf8;
}

.fibs-study-page .fibs-study-benefits__headline {
  width: 31%;
  color: #002e6d;
}

.fibs-study-page .fibs-study-benefits__benefits-list {
  width: 35%;
}

.fibs-study-page .fibs-study-benefits__item {
  font-family: Helvetica, Arial, sans-serif;
  width: 353px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  font-size: 14px;
}

.fibs-study-page .fibs-study-benefits__image {
  width: 26%;
}

@media only screen and (max-width: 959px) {
  .fibs-study-page .fibs-study-benefits {
    padding: 46px 0 50px;
  }
  .fibs-study-page .fibs-study-benefits__headline {
    width: 180px;
  }
  .fibs-study-page .fibs-study-benefits__headline .h2 {
    font-size: 16px;
  }
  .fibs-study-page .fibs-study-benefits__benefits-list {
    width: 236px;
  }
  .fibs-study-page .fibs-study-benefits__item {
    width: 236px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .fibs-study-page .fibs-study-benefits__image {
    width: 25%;
  }
}

@media only screen and (max-width: 639px) {
  .fibs-study-page .fibs-study-benefits {
    padding: 32px 0;
  }
  .fibs-study-page .fibs-study-benefits__headline {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
  .fibs-study-page .fibs-study-benefits__headline .h2 {
    width: 313px;
  }
  .fibs-study-page .fibs-study-benefits__benefits-list {
    max-width: 204px;
  }
  .fibs-study-page .fibs-study-benefits__item {
    width: 204px;
    font-size: 10px;
  }
  .fibs-study-page .fibs-study-benefits__image {
    width: 34%;
  }
}

.progress-bar-container {
  position: relative;
  display: flex;
  width: 100%;
}

.progress-bar-container .progress-bar-base {
  position: relative;
  width: 330px;
  height: 16px;
  border-radius: 12px;
  background-color: #fdeb99;
}

.progress-bar-container .progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 16px;
  transition: width 2s ease-out;
  border-radius: 12px;
  background-color: #c9a400;
}

@media only screen and (max-width: 639px) {
  .progress-bar-container {
    justify-content: center;
  }
  .progress-bar-container .progress-bar-base {
    width: 100%;
  }
}

.fibs-study-results {
  padding: 104px 0;
}

.fibs-study-results p, .fibs-study-results .h2 {
  color: #002e6d;
}

.fibs-study-results__image {
  position: relative;
  width: 39%;
}

.fibs-study-results__image--girl, .fibs-study-results__image--teacher {
  position: absolute;
  top: 130px;
}

.fibs-study-results__image--girl {
  left: 120px;
  width: 210px;
}

.fibs-study-results__image--teacher {
  right: 120px;
  width: 200px;
}

.fibs-study-results__progress-bar-title {
  font-family: helvetica !important;
}

.fibs-study-results__progress-bar {
  width: 38%;
  padding: 20px;
  border-radius: 42px;
  background: #fff;
}

.fibs-study-results__progress-bar--blue {
  width: 39%;
  background: #e6edf8;
}

.fibs-study-results__progress-bar--blue .progress-bar-base {
  width: 319px !important;
}

.fibs-study-results__progress-bar .fibs-study-progress-bar__item {
  margin-bottom: 20px;
  gap: 8px;
}

.fibs-study-results__progress-bar .fibs-study-progress-bar__text {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 4px;
}

.fibs-study-results__progress-bar .fibs-study-progress-bar .progress-bar-base {
  position: relative;
  width: 279px;
  height: 14px;
  border-radius: 5px;
  background-color: #99b7e1;
}

.fibs-study-results__progress-bar .fibs-study-progress-bar .progress-bar-fill {
  width: 0%;
  height: 100%;
  transition: width 1s ease-in-out;
  border-radius: 5px;
  background-color: #002e6d;
}

.fibs-study-results--learning-success {
  background: #e6edf8;
}

.fibs-study-results--learning-success .h2 span {
  display: block;
  font-weight: 300;
}

.fibs-study-results .fibs-study-progress-circle {
  position: relative;
  top: 40px;
  width: 14%;
  text-align: center;
}

.fibs-study-results .fibs-study-progress-circle__image {
  margin-bottom: 24px;
}

@media only screen and (max-width: 959px) {
  .fibs-study-results {
    padding: 56px 0 81px;
  }
  .fibs-study-results__image {
    width: 50%;
  }
  .fibs-study-results__image .h2 {
    font-size: 16px;
  }
  .fibs-study-results__image--girl, .fibs-study-results__image--teacher {
    position: absolute;
    top: 80px;
  }
  .fibs-study-results__image--girl {
    left: 0;
    width: 130px;
  }
  .fibs-study-results__image--teacher {
    right: 0;
  }
  .fibs-study-results__progress-bar-title {
    font-size: 14px;
  }
  .fibs-study-results__progress-bar {
    width: 50%;
  }
  .fibs-study-results__progress-bar .fibs-study-progress-bar__text {
    font-size: 10px;
  }
  .fibs-study-results .fibs-study-progress-circle--result1 {
    top: 30;
    left: 50%;
    width: 120px;
  }
  .fibs-study-results .fibs-study-progress-circle--result2 {
    top: 37px;
    right: -20px;
    width: 120px;
  }
  .fibs-study-results .fibs-study-progress-circle__image {
    width: 80px;
    height: 80px;
  }
  .fibs-study-results .fibs-study-progress-circle__text {
    font-size: 12px;
  }
  .fibs-study-results--teacher-recommended .fibs-study-results__image .h2 {
    text-align: right;
  }
  .fibs-study-results--teacher-recommended .fibs-study-results__image--girl {
    left: auto;
    right: 0;
  }
  .fibs-study-results--teacher-recommended .fibs-study-results .fibs-study-progress-circle {
    top: 70px;
    left: 60px;
  }
}

@media only screen and (max-width: 639px) {
  .fibs-study-results {
    padding: 32px 0;
  }
  .fibs-study-results__image {
    width: 100%;
  }
  .fibs-study-results__progress-bar {
    width: 100%;
  }
  .fibs-study-results__progress-bar .fibs-study-progress-bar__item {
    margin-bottom: 12px;
  }
  .fibs-study-results--learning-success .fibs-study-results__image {
    height: 160px;
  }
  .fibs-study-results--learning-success .fibs-study-results__image .h2 {
    text-align: right;
  }
  .fibs-study-results--learning-success .fibs-study-results__image img {
    top: 60px;
  }
  .fibs-study-results--teacher-recommended .fibs-study-results__image {
    height: 130px;
  }
  .fibs-study-results--teacher-recommended .fibs-study-results__image .h2 {
    text-align: left;
  }
  .fibs-study-results--teacher-recommended .fibs-study-results__image img {
    top: 20px;
    right: 0;
    width: 113px;
    height: 88px;
  }
}

.features-module {
  position: relative;
  padding: 64px 0;
  text-align: center;
}

.features-module h3 {
  font-size: 32px;
}

.features-module__image {
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 288px;
  height: 262px;
  margin-right: 16px;
  margin-left: -56px;
}

.features-module__button {
  width: 258px;
  height: 50px;
  margin-top: 24px;
  padding: 12px 15px;
  font-size: 18px;
}

.features-module__list {
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
}

.features-module__item {
  display: flex;
  position: relative;
  left: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 150px;
  height: 150px;
  z-index: 1;
  mix-blend-mode: multiply;
}

.features-module__item:not(:first-of-type) {
  margin-left: -15px;
}

.features-module__item:last-of-type {
  margin-right: 0;
}

.features-module__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.features-module__item--sofaheld::before {
  background-color: #e6edf8;
}

.features-module__item--sofaheld .features-module__quantity {
  color: #283f91;
}

.features-module__item--vocabulary_trainer::before {
  background-color: #f2e6f8;
}

.features-module__item--vocabulary_trainer .features-module__quantity {
  color: #7900b5;
}

.features-module__item--videos::before {
  background-color: #e6f8e6;
}

.features-module__item--videos .features-module__quantity {
  color: #009100;
}

.features-module__item--exercises::before {
  background-color: #fffae6;
}

.features-module__item--exercises .features-module__quantity {
  color: #e3b500;
}

.features-module__item--worksheet::before {
  background-color: #fce6e6;
}

.features-module__item--worksheet .features-module__quantity {
  color: #b60000;
}

.features-module__item--chat::before {
  background-color: #e6f3f8;
}

.features-module__item--chat .features-module__quantity {
  color: #006d91;
}

.features-module__quantity {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
}

.features-module__text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: -4px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  .features-module {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .features-module h4 {
    font-size: 18px;
    text-align: center;
  }
  .features-module__image {
    position: relative;
    bottom: -26px;
    left: 0;
    width: 108px;
    height: 98px;
    margin-right: 16px;
    margin-left: -56px;
  }
  .features-module__button {
    width: 219px;
    margin-top: 24px;
    padding: 12px 15px;
    font-size: 16px;
  }
  .features-module__list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px;
  }
  .features-module__item {
    width: 120px;
    height: 120px;
  }
  .features-module__item:not(:first-of-type) {
    margin-left: auto;
  }
  .features-module__item:last-of-type {
    margin-right: auto;
  }
  .features-module__quantity {
    margin-top: 15px;
    font-size: 28px;
  }
  .features-module__text {
    font-size: 12px;
  }
  .features-module__subtext {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 639px) {
  .features-module h3 {
    text-align: center;
  }
  .features-module__image {
    position: relative;
    bottom: -24px;
    width: 108px;
    height: 98px;
    margin-right: 8px;
    margin-left: -56px;
  }
  .features-module__button {
    width: 219px;
    margin-top: 8px;
    padding: 11px 15px;
  }
  .features-module__subtext {
    margin-top: 8px;
  }
  .features-module__item {
    width: 80px;
    height: 80px;
  }
  .features-module__quantity {
    font-size: 14px;
  }
  .features-module__text {
    font-size: 8px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./app/javascript/application/about/press.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.awards-bar {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 64px;
}

.awards-bar::after {
  content: "";
  display: block;
  clear: both;
}

.awards-bar__title {
  padding-top: 5px;
  font-weight: bold;
}

.awards-bar__text {
  margin-bottom: 0;
}

.awards-bar__image-container {
  position: relative;
}

.awards-bar__image {
  width: 80px;
  height: 80px;
}

.awards-bar__image--top-service {
  height: auto;
}

.shared-conversion-guarantee {
  position: relative;
}

.shared-conversion-guarantee__headline {
  padding-top: 2px;
}

.shared-conversion-guarantee__text {
  width: 600px;
  padding-bottom: 0;
}

.shared-conversion-guarantee-image {
  position: absolute;
  top: -20px;
  right: 70px;
  background: url("/assets/application/illustrations/bow.svg") center center no-repeat;
  height: 160px;
  width: 160px;
}

.trust-bar {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e8e5;
  background-color: #f8f8f8;
  text-align: center;
}

.trust-bar::after {
  content: "";
  display: block;
  clear: both;
}

.trust-bar--light {
  background-color: #fff;
}

.trust-bar__image-container {
  position: relative;
}

.trust-bar__column {
  position: relative;
}

.trust-bar__column--divider::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 72px;
  transform: translateY(-50%);
  background-color: #e6e8e5;
  content: "";
}

.trust-bar__column--getestet .trust-bar__image {
  width: 74px;
  height: 70px;
}

.trust-bar__column--comenius .trust-bar__image {
  width: 82px;
  height: 82px;
}

.trust-bar__column--success {
  cursor: pointer;
}

.trust-bar__column--success .trust-bar__image {
  width: 64px;
  height: 64px;
}

.trust-bar__column--deutschland .trust-bar__image {
  width: 92px;
  height: 42px;
}

.trust-bar__column--techcrunch .trust-bar__image {
  width: 211px;
  height: 36px;
}

.trust-bar__column--edsurge .trust-bar__image {
  width: 155px;
  height: 36px;
}

.trust-bar__column--venturebeat .trust-bar__image {
  width: 211px;
  height: 36px;
}

.trust-bar .h5 {
  margin-bottom: 0;
  text-align: right;
}

.trust-bar__percentage {
  position: absolute;
  top: 0;
  left: 18px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.trust-bar__percentage::after {
  position: absolute;
  top: 3px;
  right: -11px;
  width: 10px;
  height: 11px;
  font-size: 12px;
  font-weight: 100;
  content: "%";
}

.trust-bar__text {
  margin: 5px auto;
  padding: 0 10px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .trust-bar__column--divider::after {
    display: none;
  }
  body.is-responsive .trust-bar__image-container {
    width: 120px;
    margin: 0 auto;
  }
  body.is-responsive .trust-bar__text {
    width: 120px;
  }
}

body.locale-us.is-responsive .trust-bar__image-container, body.locale-uk.is-responsive .trust-bar__image-container {
  float: left;
}

body.locale-us.is-responsive .trust-bar__text, body.locale-uk.is-responsive .trust-bar__text {
  width: 120px;
}

body.locale-us.is-responsive .trust-bar__percentage, body.locale-uk.is-responsive .trust-bar__percentage {
  top: 20px;
  left: 46px;
}

@media only screen and (max-width: 959px) {
  body.locale-us.is-responsive .trust-bar__column, body.locale-uk.is-responsive .trust-bar__column {
    display: inline-block;
    width: 237px;
    padding-right: 8px;
    padding-left: 8px;
  }
  body.locale-us.is-responsive .trust-bar__column--edsurge, body.locale-uk.is-responsive .trust-bar__column--edsurge {
    width: 171px;
  }
}

@media only screen and (max-width: 639px) {
  body.locale-us.is-responsive .trust-bar__content, body.locale-uk.is-responsive .trust-bar__content {
    gap: 16px;
  }
}

.partners-awards {
  padding-bottom: 80px;
  text-align: center;
}

.partners-awards__box {
  height: 680px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e6e8e5;
}

.partners-awards__logo img {
  height: 72px;
  margin-top: 40px;
}

.partners-awards__logo--eu img {
  margin-right: 25%;
  margin-left: 25%;
}

.partners-awards__logo--efre img {
  margin-left: 20px;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .partners-awards__box {
    height: auto;
  }
}

@media only screen and (max-width: 639px) {
  body.is-responsive .partners-awards__box {
    margin-top: 20px;
  }
  body.is-responsive .partners-awards__eu img {
    margin: 40px 0 0;
  }
  body.is-responsive .partners-awards--efre img {
    margin-left: 0;
  }
}

.orderflow-sofatutor-partners {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.orderflow-sofatutor-partners__item {
  display: inline-block;
}

.orderflow-sofatutor-partners__item img {
  height: 65px;
}

.orderflow-sofatutor-partners__item:not(:first-of-type) {
  margin-left: 30px;
}

.orderflow-sofatutor-partners__item:not(:last-of-type) {
  padding-right: 30px;
  border-right: 1px solid #e6e8e5;
}

.orderflow-sofatutor-partners__item--land_der_ideen, .orderflow-sofatutor-partners__item--eu {
  padding-top: 18px;
  padding-bottom: 19px;
}

.orderflow-sofatutor-partners__item--bundesministerium {
  padding-top: 4px;
  padding-bottom: 5px;
}

.orderflow-sofatutor-partners__item--getestet {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .orderflow-sofatutor-partners__item--bundesministerium {
    display: none;
  }
  body.is-responsive .orderflow-sofatutor-partners__item--eu {
    margin-left: 0;
  }
}

@media only screen and (max-width: 639px) {
  body.is-responsive .orderflow-sofatutor-partners__item--land_der_ideen, body.is-responsive .orderflow-sofatutor-partners__item--eu {
    display: none;
  }
  body.is-responsive .orderflow-sofatutor-partners__item--comenius {
    margin-left: 0;
  }
}

.press-trust-bar {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: 126px;
  padding: 24px 0;
  border-top: 1px solid #e6e8e5;
  text-align: center;
}

.press-trust-bar::after {
  content: "";
  display: block;
  clear: both;
}

.press-trust-bar__image--klimaneutral {
  width: 162px;
  height: 35px;
}

.press-trust-bar__image--act-now {
  width: 97px;
  height: 52px;
}

.press-trust-bar__image--comenius {
  width: 74px;
  height: 74px;
}

.press-trust-bar__image--sca {
  width: 135px;
  height: 39px;
}

.press-trust-bar__image--top-service {
  width: 48px;
  height: 76px;
}

.press-releases-container {
  margin-bottom: 128px;
  padding: 128px 0;
  background-color: #e6edf8;
}

.press-releases-container__title {
  margin-bottom: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  .press-releases-container {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}

@media only screen and (max-width: 639px) {
  .press-releases-container {
    margin-bottom: 32px;
    padding: 40px 0;
  }
  .press-releases-container__title {
    margin-bottom: 16px;
  }
}

.press-releases-links {
  text-align: right;
}

.press-releases-links__text {
  margin-right: 10px;
  font-weight: lighter;
}

.press-releases-links__image {
  height: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.press-header {
  width: 100%;
  height: 572px;
  padding: 58px 0 82px;
  background-image: url("/assets/application/about/press/press-page-header.jpg");
  background-size: cover;
  background-position-x: center;
}

.press-header__title {
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .press-header {
    margin-bottom: 40px;
    padding-top: 24px;
  }
  .press-header__title {
    color: #fff;
    text-align: center;
  }
}

.press-contact {
  width: 288px;
  padding: 32px 16px 16px;
  text-align: center;
}

.press-contact__image {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto 8px;
}

.press-contact__title {
  margin-bottom: 0;
}

.press-contact__text {
  text-align: left;
}

.press-contact__text a {
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  .press-contact {
    margin: 0 auto;
  }
  .press-contact__image {
    width: 88px;
    height: 88px;
    border-radius: 50%;
  }
}

.press-navigation {
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e6e8e5;
  background-color: #fff;
  z-index: 3;
}

.press-navigation__list {
  display: flex;
  height: 80px;
}

.press-navigation__item {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-around;
}

.press-navigation__item .press-navigation__link.is-active {
  position: relative;
}

.press-navigation__item .press-navigation__link.is-active::after {
  position: absolute;
  bottom: -0.82rem;
  left: 0;
  width: 100%;
  border-bottom: 0.4rem solid #690;
  content: "";
}

.press-navigation__link {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: block;
  padding: 16px 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.press-navigation__link:hover, .press-navigation__link:focus, .press-navigation__link.is-active {
  color: #333;
}

.press-navigation__link br {
  display: none;
}

@media only screen and (max-width: 959px) {
  .press-navigation__link {
    font-size: 12px;
  }
  .press-navigation__link br {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .press-navigation {
    display: none;
  }
}

.press-about {
  margin-bottom: 128px;
}

.press-about__headline {
  margin-bottom: 24px;
  font-weight: bold;
}

.press-about__text {
  font-size: 18px;
}

.press-about__player .new-player > .video-js {
  height: 294px;
}

@media only screen and (max-width: 959px) {
  .press-about {
    margin-bottom: 64px;
  }
  .press-about__player {
    margin-bottom: 32px;
  }
  .press-about__player .new-player > .video-js {
    height: auto;
  }
  .press-about__player .video-js {
    width: 100%;
  }
}

.press-facts {
  margin-bottom: 128px;
}

@media only screen and (max-width: 959px) {
  .press-facts {
    margin-bottom: 80px;
  }
}

.press-facts-numbers {
  padding: 25px 24px 24px 16px;
  background-color: #3370c4;
}

.press-facts-numbers__item {
  position: relative;
  padding-left: 128px;
}

.press-facts-numbers__item:not(last-of-type) {
  margin-bottom: 40px;
}

.press-facts-numbers__headline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
}

.press-facts-numbers__circle {
  position: absolute;
  left: 0;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #99b7e1;
}

.press-facts-numbers__circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.press-facts-numbers__text {
  color: #fff;
}

@media only screen and (max-width: 959px) {
  .press-facts-numbers {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .press-facts-numbers__item {
    padding-left: 72px;
  }
  .press-facts-numbers__headline {
    font-size: 40px;
    line-height: 55px;
  }
  .press-facts-numbers__circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }
  .press-facts-numbers__circle svg {
    transform: translate(-50%, -50%) scale(0.7);
  }
}

.press-facts-list__headline {
  margin-bottom: 24px;
  font-weight: bold;
}

.press-facts-list__item {
  position: relative;
  padding-left: 32px;
}

.press-facts-list__item:not(last-of-type) {
  margin-bottom: 16px;
}

.press-facts-list__text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.press-facts-list__icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/assets/application/layouts/check_green.svg");
}

.press-facts-list.collapsed .press-facts-list__item:nth-of-type(n+6) {
  display: none;
}

.press-release {
  padding: 40px 0;
}

.press-release-navigation-buttons {
  justify-content: space-between;
}

.press-release-navigation-buttons .button:first-of-type {
  margin-right: 8px;
}

.press-release-navigation-buttons__link:first-of-type {
  margin-right: 16px;
}

.press-release-navigation-buttons__link:first-of-type .icon::before {
  margin-top: 2px;
}

.press-release-navigation-buttons__link:last-of-type .icon::before {
  margin-top: -2px;
}

@media only screen and (max-width: 959px) {
  .press-release-navigation-buttons {
    text-align: center;
  }
  .press-release-navigation-buttons .button {
    width: 220px;
    margin-bottom: 16px;
  }
  .press-release-navigation-buttons .button:first-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 639px) {
  .press-release-navigation-buttons__link span {
    display: none;
  }
}

.press-release-card {
  position: relative;
  display: block;
  min-height: 280px;
  padding: 32px;
  overflow: hidden;
}

.press-release-card__headline {
  font-weight: bold;
}

.press-release-card__text {
  position: relative;
  height: 78px;
  margin-bottom: 16px;
  overflow: hidden;
}

.press-release-card__text::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.press-release-card:nth-of-type(n+4) {
  display: none;
}

@media only screen and (max-width: 639px) {
  .press-release-card {
    min-height: auto;
    padding: 16px;
  }
  .press-release-card .button:last-of-type span {
    display: none;
  }
}

.press-downloads {
  margin-bottom: 128px;
}

.press-downloads__title {
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  .press-downloads {
    margin-bottom: 80px;
  }
}

.press-downloads-accordion__item.is-active .icon--minus {
  display: block;
}

.press-downloads-accordion__item.is-active .icon--plus {
  display: none;
}

.press-downloads-accordion__item.is-active .h3 {
  font-weight: bold;
}

.press-downloads-accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  border-radius: 4px;
  background-color: #e6edf8;
}

.press-downloads-accordion__title .h3 {
  margin-bottom: 0;
  color: #333;
  line-height: 40px;
}

.press-downloads-accordion__title .icon {
  color: #999;
}

.press-downloads-accordion__title .icon--minus {
  display: none;
}

.press-downloads-accordion__content {
  display: none;
}

.press-downloads-card {
  min-height: 270px;
  margin-bottom: 32px;
}

.press-downloads-card__image {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.press-downloads-card__download-icon {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
}

.press-downloads-card__download-icon .h5 {
  position: absolute;
  top: 2px;
  margin-left: 28px;
}

.press-downloads-card__description {
  padding: 16px 16px 8px;
}

.press-downloads-card__title {
  line-height: 24px;
  word-wrap: break-word;
}

.press-downloads-card .card-divider {
  position: relative;
  height: 116px;
  padding: 0;
  overflow: hidden;
}

.press-downloads-card .card-divider:hover .press-downloads-card__download-icon {
  color: #09f;
}

.press-downloads-card img {
  transform: scale(1.2);
}

.press-downloads-card--logo img {
  transform: scale(0.8);
}

@media only screen and (max-width: 639px) {
  .press-downloads-card {
    margin-bottom: 8px;
  }
}

.press-quotes {
  position: relative;
  padding: 64px 0;
  border-top: solid 1px #e6e8e5;
  border-bottom: solid 1px #e6e8e5;
  background-color: #f8f8f8;
}

.press-quotes__carousel {
  padding-top: 32px;
}

.press-quotes__headline {
  display: inline;
  font-weight: bold;
}

.press-quotes__headline::after {
  white-space: pre-line;
  content: "\a";
}

.press-quotes__text {
  display: inline;
}

.press-quotes__quote {
  display: inline-block;
}

.press-quotes__quote:first-of-type {
  margin-left: 0;
}

.press-quotes__quote:last-of-type {
  margin-right: 0;
  margin-left: 4px;
}

.press-quotes__author {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: right;
}

.press-quotes__author img {
  margin-left: auto;
}

.press-quotes__next-arrow, .press-quotes__previous-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  color: #e6e8e5;
  cursor: pointer;
  z-index: 2;
}

.press-quotes__next-arrow:hover, .press-quotes__previous-arrow:hover {
  color: #999;
}

.press-quotes__next-arrow {
  right: 0;
}

.press-quotes__previous-arrow {
  left: 0;
}

.press-quotes .slick-dots {
  position: relative;
}

.press-quotes .slick-dots li {
  margin: 0;
}

.press-quotes .slick-dots button::before {
  color: #e6e8e5;
  font-size: 16px;
  opacity: 1;
}

.press-quotes .slick-dots .slick-active > button::before {
  color: #9c0;
}

@media only screen and (max-width: 959px) {
  body.is-responsive .press-quotes {
    height: auto;
  }
  body.is-responsive .press-quotes__carousel, body.is-responsive .press-quotes__author {
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  body.is-responsive .press-quotes {
    padding: 32px 0;
  }
  body.is-responsive .press-quotes__author {
    margin-top: 40px;
    text-align: left;
  }
  body.is-responsive .press-quotes__author img {
    margin-left: 0;
  }
}

.press-twitter-card {
  padding: 20px 10px;
}

.press-twitter-card__headline {
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
  .press-twitter-card {
    margin-top: 56px;
    padding: 32px;
  }
}

@media only screen and (max-width: 639px) {
  .press-twitter-card {
    margin-top: 48px;
    padding: 30px 16px;
  }
}

/*# sourceMappingURL=about-d6c53be9.css.map*/