.contactus-form--loading {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.contactus-wrapper {
  transition: opacity 0.3s ease-in-out;
}

.contactus-wrapper:not(.contactus-form--loading) {
  opacity: 1;
  height: auto;
  overflow: visible;
  position: relative;
  pointer-events: auto;
}

.contactus-skeleton {
  transition: opacity 0.3s ease-in-out;
}

.contactus-skeleton--hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
