@charset "UTF-8";
/* Colors */
.hero-video-mobile {
  display: block;
}

@media (min-width: 48em) {
  .hero-video-mobile {
    display: none;
  }
}

.hero-video-desktop {
  display: none;
}

@media (min-width: 48em) {
  .hero-video-desktop {
    display: block;
  }
}

.hero {
  background: #082A16;
  width: 100%;
  position: relative;
  padding: 0;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.hero.darkblue {
  background: #023d7d;
}

.hero.blue {
  background: #58d66d;
}

.hero.dark-blue {
  background: #023d7d;
}

.hero.dark-green {
  background: #082A16;
}

.hero.green {
  background: #58d66d;
}

.hero.green .hero-cta {
  color: #082A16;
}

.hero.green .hero-cta:hover {
  color: #fff;
}

.hero.green .hero-cta:hover .hero-cta-icon {
  fill: #fff;
}

.hero.green .hero-cta-icon {
  fill: #082A16;
}

.hero.green .hero-play {
  color: #082A16;
}

.hero.green .hero-play:hover {
  color: #58d66d;
}

.hero.green .hero-play:hover .hero-play-icon {
  fill: #082A16;
}

.hero.green .hero-play-icon {
  fill: #082A16;
}

.hero.white {
  background: #fff;
}

.hero.white .hero-headline {
  color: #58d66d;
}

.hero.white .hero-teaser {
  color: #023d7d;
}

.hero.white .hero-cta {
  color: #58d66d;
}

.hero.white .hero-cta:hover {
  color: #082A16;
}

.hero.white .hero-cta:hover .hero-cta-icon {
  fill: #082A16;
}

.hero.white .hero-cta-icon {
  fill: #58d66d;
}

.hero.white .hero-play {
  color: #58d66d;
}

.hero.white .hero-play:hover {
  color: #58d66d;
}

.hero.white .hero-play:hover .hero-play-icon {
  fill: #082A16;
}

.hero.white .hero-play-icon {
  fill: #023d7d;
}

@media (min-width: 81.25em) {
  .hero {
    margin: 0 0 0 100px;
    width: calc(100% - 100px);
    z-index: 1;
  }
}

.hero-aspect-ratio {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 150%;
  position: relative;
}

@media (min-width: 48em) {
  .hero-aspect-ratio {
    padding-bottom: 75%;
  }
}

@media (min-width: 64em) {
  .hero-aspect-ratio {
    padding-bottom: 49%;
  }
}

.hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .hero-image {
    height: 100%;
  }
}

.hero-image.reveal {
  opacity: .35;
}

.hero-video {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
  object-fit: cover;
}

@supports (-ms-ime-align: auto) {
  .hero-video {
    height: auto;
  }
}

.hero-video-mobile {
  display: block;
}

@media (min-width: 48em) {
  .hero-video-mobile {
    display: none;
  }
}

.hero-video-desktop {
  display: none;
}

@media (min-width: 48em) {
  .hero-video-desktop {
    display: block;
  }
}

.hero-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video.reveal {
  opacity: .35;
}

.hero-anchor {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 48em) {
  .hero-anchor {
    padding-top: 10rem;
  }
}

@media (min-width: 48em) {
  .hero-anchor {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hero-message {
  width: calc(100% - 3rem);
  line-height: 1.2;
  text-align: left;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1000;
  transition: fill .3s ease-in-out;
}

@media (min-width: 48em) {
  .hero-message {
    max-width: 860px;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
  }
}

.hero-message.centered {
  text-align: center;
}

.hero-message.reveal .hero-headline-line1, .hero-message.reveal .hero-headline-line2, .hero-message.reveal .hero-headline-line3 {
  transform: translateY(0%);
  opacity: 1;
}

.hero-message.reveal .hero-teaser, .hero-message.reveal .hero-play, .hero-message.reveal .hero-cta {
  opacity: 1;
}

.hero-message.animated-headline .hero-headline-line1, .hero-message.animated-headline .hero-headline-line2, .hero-message.animated-headline .hero-headline-line3 {
  margin-bottom: .5rem;
  transform: translateY(135%);
}

@media (min-width: 48em) {
  .hero-message.animated-headline .hero-headline-line1, .hero-message.animated-headline .hero-headline-line2, .hero-message.animated-headline .hero-headline-line3 {
    margin-bottom: .75rem;
  }
}

@media (min-width: 81.25em) {
  .hero-message.animated-headline .hero-headline-line1, .hero-message.animated-headline .hero-headline-line2, .hero-message.animated-headline .hero-headline-line3 {
    margin-bottom: 1.5rem;
  }
}

.hero-message.animated-headline .hero-headline-line1 {
  transition: transform 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.7s;
}

.hero-message.animated-headline .hero-headline-line2 {
  transition-delay: 1s;
}

.hero-message.animated-headline .hero-headline-line3 {
  transition-delay: 1.3s;
}

.hero-message.animated-headline .hero-teaser {
  transition-delay: 1.5s;
}

.hero-message.animated-headline .hero-play {
  transition-delay: 1.7s;
}

.hero-headline {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: .5rem;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 1000;
}

@media (min-width: 48em) {
  .hero-headline {
    font-size: 2.75rem;
  }
}

@media (min-width: 81.25em) {
  .hero-headline {
    font-size: 3.75rem;
  }
}

.hero-headline-mask {
  overflow: hidden;
}

.hero-headline-line1, .hero-headline-line2, .hero-headline-line3 {
  display: block;
  margin-bottom: .5rem;
  opacity: 0;
}

@media (min-width: 48em) {
  .hero-headline-line1, .hero-headline-line2, .hero-headline-line3 {
    margin-bottom: .75rem;
  }
}

@media (min-width: 81.25em) {
  .hero-headline-line1, .hero-headline-line2, .hero-headline-line3 {
    margin-bottom: 1rem;
  }
}

.hero-headline-line1 {
  transition: opacity 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.5s;
}

.hero-headline-line2 {
  transition: transform 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1s;
}

.hero-headline-line3 {
  transition: transform 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1.3s;
}

.hero-teaser {
  color: #fff;
  transition: opacity 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .hero-teaser {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .hero-teaser {
    font-size: 1.1rem;
  }
}

.hero-cta {
  background-color: #58d66d;
  width: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  padding: .75rem 1.25rem;
  color: #082A16;
  margin-top: 1rem;
  transition: opacity 1.3s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1.1s;
  opacity: 0;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.175);
}

@media (min-width: 48em) {
  .hero-cta {
    font-size: 1.25rem;
  }
}

@media (min-width: 81.25em) {
  .hero-cta {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.hero-cta:hover {
  background-color: #082A16;
  color: #58d66d;
  cursor: pointer;
}

.hero-cta:hover .hero-cta-icon {
  fill: #58d66d;
}

.hero-cta-icon {
  margin-left: .75rem;
  width: 1.1rem;
  display: inline-block;
  transition: fill .3s ease-in-out;
  fill: #082A16;
}

.hero-cta-label {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 1000;
}

.hero-play {
  width: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: #58d66d;
  margin-left: -15px;
  transition: opacity 1.3s cubic-bezier(0.57, 0.2, 0.21, 0.89) 2.5s;
  opacity: 0;
}

@media (min-width: 48em) {
  .hero-play {
    font-size: 1.25rem;
  }
}

@media (min-width: 81.25em) {
  .hero-play {
    font-size: 1.5rem;
  }
}

.hero-play:hover {
  transition: fill .3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.hero-play:hover .hero-play-icon {
  fill: #fff;
}

.hero-play-icon {
  width: 3.5rem;
  display: inline-block;
  transition: border .3s ease-in-out;
  fill: #58d66d;
}

.hero-play-label {
  text-transform: uppercase;
}

.hero-credit {
  background: rgba(2, 61, 125, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: .2rem .35rem;
  font-size: .5rem;
  z-index: 100;
}

@media (min-width: 48em) {
  .hero-credit {
    font-size: .65rem;
    padding: .3rem .5rem;
  }
}

@media (min-width: 81.25em) {
  .hero-credit {
    font-size: .75rem;
    top: auto;
    bottom: 0;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}

.hero-background.reveal {
  opacity: .35;
}

.hero-background-video {
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50%);
}

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.5s opacity all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (max-width: 48em) {
  .hero-background-image {
    object-position: center top;
    height: 75%;
  }
}

.action {
  background: transparent;
  padding: 1.5rem;
  position: relative;
  text-align: left;
  width: 100%;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .action {
    max-width: 700px;
    position: absolute;
    top: calc(100% - 100px);
    left: -50px;
    padding: 3.125rem;
    z-index: 100;
  }
}

.action:after {
  background: #58d66d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.action-contents {
  position: relative;
  z-index: 200;
}

.action-heading {
  background: #fff;
  color: #082A16;
  padding: .5rem 1rem;
  position: relative;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  margin-bottom: 1.5rem;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.6s;
  opacity: 0;
}

.action-headline {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.8s;
  opacity: 0;
}

@media (min-width: 48em) {
  .action-headline {
    font-size: 2.125rem;
  }
}

.action-teaser {
  margin-bottom: 1.5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1s;
  opacity: 0;
  transform: translateY(1rem);
}

@media (min-width: 48em) {
  .action-teaser {
    font-size: 1.125rem;
  }
}

.action-form {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1.2s;
  opacity: 0;
  transform: translateY(1rem);
}

@media (min-width: 48em) {
  .action-fields {
    display: flex;
  }
}

.action-field {
  position: relative;
}

@media (max-width: 48em) {
  .action-field {
    padding-bottom: 1rem;
  }
}

@media (min-width: 48em) {
  .action-field:first-of-type {
    width: 45%;
    padding-bottom: 0;
    margin-right: .5rem;
  }
  .action-field:last-of-type {
    width: 24%;
    margin-right: .5rem;
  }
}

.action-field-label {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .25rem .5rem;
}

.action-field-input {
  border: 2px solid #082A16 !important;
}

.action-field-input:hover {
  background-color: rgba(8, 42, 22, 0.2);
}

.action-button {
  background: #082A16;
  color: #FEF9E7;
  white-space: nowrap;
  padding: .945rem 1rem;
  cursor: pointer;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
}

.action-form-response {
  padding: 0;
}

.action-form-response a {
  color: #082A16;
}

.action.reveal:after {
  transform: scaleX(1);
}

.action.reveal .action-heading, .action.reveal .action-headline, .action.reveal .action-teaser, .action.reveal .action-form {
  opacity: 1;
  transform: translateY(0rem);
}

.plan {
  width: 100%;
  position: relative;
  padding: 0;
}

.plan-aspect-ratio {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 150%;
  position: relative;
}

@media (min-width: 48em) {
  .plan-aspect-ratio {
    padding-bottom: 70%;
  }
}

@media (min-width: 64em) {
  .plan-aspect-ratio {
    padding-bottom: 50%;
  }
}

@media (min-width: 81.25em) {
  .plan-aspect-ratio {
    padding-bottom: 55%;
  }
}

.plan-anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  display: flex;
  align-content: center;
  align-items: center;
}

.plan-anchor:hover, .plan-anchor:visited {
  color: #000;
}

.plan-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .plan-image {
    background-position: center center;
  }
}

.plan-text {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
}

@media (min-width: 48em) {
  .plan-text {
    max-width: 840px;
    padding-top: 15rem;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 64em) {
  .plan-text {
    padding-top: 10rem;
  }
}

@media (min-width: 81.25em) {
  .plan-text {
    padding-top: 18rem;
  }
}

@media (min-width: 100em) {
  .plan-text {
    padding-top: 7rem;
  }
}

.plan-text.with-background {
  background-color: #1A83F2;
  padding-top: 2rem;
}

.plan-text.with-background .plan-headline,
.plan-text.with-background .plan-teaser {
  color: #fff;
}

.plan-text.with-background .plan-headline {
  margin-bottom: 1rem;
}

.plan-text.with-background .plan-button {
  margin-top: 1rem;
  background: #023d7d;
}

.plan-headline {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .5s;
  transform: translateY(1rem);
}

@media (min-width: 81.25em) {
  .plan-headline {
    font-size: 3.75rem;
    margin-bottom: 1rem;
  }
}

.plan-teaser {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .7s;
}

@media (min-width: 81.25em) {
  .plan-teaser {
    font-size: 1.5rem;
  }
}

.plan-teaser:visited {
  color: #000;
}

.plan-button {
  background-color: #1A83F2;
  color: #fff;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1.75rem;
  text-transform: none;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.175);
}

.plan-button-container {
  opacity: 0;
  transform: scale(0);
  transition: all 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.3s;
  display: block;
}

.plan-button:hover {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.plan.reveal .plan-image {
  opacity: 1;
}

.plan.reveal .plan-headline, .plan.reveal .plan-teaser {
  opacity: 1;
  transform: translateY(0);
}

.plan.reveal .plan-button-container {
  opacity: 1;
  transform: scale(1);
}

.action2 {
  width: 100%;
  position: relative;
  padding: 0;
}

.action2-aspect-ratio {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 190%;
}

@media (min-width: 48em) {
  .action2-aspect-ratio {
    padding-bottom: 70%;
    height: 0px;
  }
}

@media (min-width: 64em) {
  .action2-aspect-ratio {
    padding-bottom: 75%;
  }
}

@media (min-width: 81.25em) {
  .action2-aspect-ratio {
    padding-bottom: 70%;
  }
}

@media (min-width: 100em) {
  .action2-aspect-ratio {
    padding-bottom: 60%;
  }
}

.action2-anchor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  width: 100%;
  color: #000;
  display: flex;
  align-content: center;
  align-items: center;
}

@media (min-width: 81.25em) {
  .action2-anchor {
    transform: translate(-50%, 0%);
  }
}

.action2-anchor:hover, .action2-anchor:visited {
  color: #000;
}

.action2-image {
  position: absolute;
  top: 0;
  left: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .action2-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.action2-text {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
}

@media (min-width: 48em) {
  .action2-text {
    max-width: 50%;
  }
}

@media (min-width: 81.25em) {
  .action2-text {
    padding: 2.5rem;
  }
}

.action2-headline {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .5s;
  transform: translateY(1rem);
  color: #fff;
  font-size: 2rem;
  margin-bottom: .5rem !important;
}

@media (min-width: 81.25em) {
  .action2-headline {
    font-size: 2.75rem;
  }
}

.action2-teaser {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .7s;
  color: #fff;
}

@media (min-width: 81.25em) {
  .action2-teaser {
    font-size: 1.25rem;
  }
}

.action2-teaser:visited {
  color: #000;
}

.action2-button {
  background-color: #FEF9E7;
  color: #082A16;
  border: 3px solid #082A16;
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 1rem;
  text-transform: none;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.175);
}

.action2-button-container {
  opacity: 0;
  transform: scale(0);
  transition: all 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.3s;
  display: block;
}

.action2-button:hover {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.action2.reveal .action2-image {
  opacity: 1;
}

.action2.reveal .action2-headline, .action2.reveal .action2-teaser {
  opacity: 1;
  transform: translateY(0);
}

.action2.reveal .action2-button-container {
  opacity: 1;
  transform: scale(1);
}

.mission {
  width: 100%;
  position: relative;
  padding: 0;
  color: #fff;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .mission {
    margin: -50px auto 0;
  }
}

.mission:after {
  background: #023d7d;
  background: linear-gradient(to right, #58d66d 0%, #58d66d 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .mission:after {
    width: calc(100% - 100px);
  }
}

.mission-aspect-ratio {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 150%;
  position: relative;
}

@media (min-width: 48em) {
  .mission-aspect-ratio {
    padding-bottom: 43%;
  }
}

.mission-anchor {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  display: flex;
  align-content: center;
  align-items: center;
}

.mission-anchor:hover {
  color: #fff;
}

.mission-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .7s;
  opacity: 0;
}

@media (min-width: 81.25em) {
  .mission-image {
    width: calc(100% - 100px);
  }
}

.mission-text {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  z-index: 300;
}

@media (min-width: 48em) {
  .mission-text {
    max-width: 800px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 48em) and (min-width: 81.25em) {
  .mission-text {
    /**left: calc(50% + 100px);**/
  }
}

.mission-headline {
  color: #fff;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .9s;
  transform: translateY(1rem);
}

@media (min-width: 81.25em) {
  .mission-headline {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}

.mission-headline-mask {
  overflow: hidden;
}

.mission-teaser {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.1s;
  color: #fff;
}

@media (min-width: 81.25em) {
  .mission-teaser {
    font-size: 1.125rem;
  }
}

.mission-button {
  background: #fff;
  color: #082A16;
  margin-top: 1.75rem;
  text-transform: none;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.175);
}

.mission-button-container {
  opacity: 0;
  transform: scale(0);
  transition: all 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.3s;
}

.mission-button:hover {
  color: #58d66d;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.mission.reveal:after {
  transform: scaleX(1);
}

.mission.reveal .mission-headline, .mission.reveal .mission-teaser {
  opacity: 1;
  transform: translateY(0);
}

.mission.reveal .mission-image {
  opacity: 1;
}

.mission.reveal .mission-button-container {
  opacity: 1;
  transform: scale(1);
}
