@media (min-width: 1280px){
  .section--narrow .wth .wth__card-headline .col-lg-6{
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
  }

  .section--narrow .wth .wth__card-text-area .col-lg-4{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
  }

  .section--narrow .wth .wth__card-text-area .offset-lg-4{
    margin-left:25%
  }
}

.wth__form .checkbox-radio{
  margin-bottom:16px
}

.wth__form .checkbox-radio__checkmark{
  bottom:0
}

.wth__form .checkbox-radio__container{
  width:24px;
  height:24px
}

.wth__form .checkbox-radio__checkmark{
  bottom:0
}

.wth__form--no{
  max-width:500px
}

.wth__error{
  margin-top:-32px
}

.wth__error:empty{
  display:none
}

[data-wth-card]{
  opacity:0;
  transform:scale(0.8);
  transition:all 0.1s ease
}

[data-wth-step="yes-no"] [data-wth-card="yes-no"]{
  margin-left:0
}

[data-wth-step="yes-no"] [data-wth-card="yes-no"]{
  opacity:1;
  transform:scale(1)
}

[data-wth-step="yes"] [data-wth-card="yes-no"]{
  margin-left:-100%
}

[data-wth-step="yes"] [data-wth-card="yes"]{
  opacity:1;
  transform:scale(1)
}

[data-wth-step="no"] [data-wth-card="yes-no"]{
  margin-left:-200%
}

[data-wth-step="no"] [data-wth-card="no"]{
  opacity:1;
  transform:scale(1)
}

[data-wth-step="thanks"] [data-wth-card="yes-no"]{
  margin-left:-300%
}

[data-wth-step="thanks"] [data-wth-card="thanks"]{
  opacity:1;
  transform:scale(1)
}

