body {
    background: #ffffff;
  }
  

  .wrapper-all {
    min-height: 94vh;
    display: grid;
    justify-content: center;
    align-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 2;
  }
  
  .wrapper {
    width: 850px;
    height: 810px;
    padding: 20px;
    border: 1px solid black;
    background: white;
    display: grid;
    grid-template-rows: 1fr auto;
    font-size: 1.5em;
  }
  

  button {
    background: #133C55;
    color: white;
    font-size: 1rem;
    padding: 20px;
  /*  transition: opacity 0.2s;*/
  }
  
  
  .tacbox {
    display: block;
    padding: 1em;
    margin: 2em;
    border: 3px solid #ddd;
    background-color: #eee;
    max-width: 800px;
  }
  
  
.disclaimer {
	display: none;
}
  

  .disclaimer.active {
    display: block;
    opacity: 1;
  }


.terms-and-conditions-buttons {
	text-align: center;
}


.yes {
	width: 300px;
	border-radius: 25px;
}


.accept {
	width: 300px;
	border-radius: 25px;
}
