
.c-cassette-cv__toggle, .c-modal-guide {
  display: none;
}

.c-cassette-cv {
  -webkit-animation:guide-close 0s ease-in-out 0s 1 normal forwards !important;
  animation:guide-close 0s ease-in-out 0s 1 normal forwards !important;
  }

.c-cassette-cv.js-open {
  -webkit-animation:guide-open 0s ease-in-out 0s 1 normal forwards !important;
  animation:guide-open 0s ease-in-out 0s 1 normal forwards !important;
}
