.reveal section
img.override {
  border: none;
  background: none;
  box-shadow: none; }

.bottom-left, .bottom-right {
  position: fixed;
  bottom: 0;
  width: 40%; }

.bottom-left {
  left: 0; }

.bottom-right {
  right: 0; }

#popup {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 2.5rem 1rem 1.5rem 1rem;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 3rem rgba(0, 0, 0, 0.4);
  left: 10%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: white;
  z-index: 999;
  font-size: 0.7em;
  line-height: 1.3em;
  transition: transform 0.5s ease-in-out;
  transform: translateY(0); }
  #popup.hidden {
    transform: translateY(-110%); }

#mobile-hand-svg {
  transform-origin: 0 100%;
  transform: scale(0.6);
  display: none; }

#computer-svg {
  right: 10%;
  display: none; }

#accountSetup {
  position: relative;
  height: 100%; }

#createAccountForm {
  position: relative; }

#tickContainer {
  width: 8rem;
  margin-bottom: 2rem; }

.circ {
  opacity: 0;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.tick {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out; }

.drawn + svg .path {
  opacity: 1;
  stroke-dashoffset: 0; }

#activationLoading, #activationComplete, .controlWrapper {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; }
  #activationLoading.visible, #activationComplete.visible, .controlWrapper.visible {
    opacity: 1;
    pointer-events: all; }

#activationLoading, #activationComplete {
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  bottom: 0; }

.grecaptcha-badge {
  display: none; }
