* {
  box-sizing: border-box;
  border-width: 0;
  -webkit-box-sizing: border-box;
  margin: 0; padding: 0;
  outline: none;
}

.grecaptcha-badge {
  display: none !important;
}

[hidden] {
  display: none !important;
}

ol, ul {
  list-style: none;
}

body {
  background: #fff;
  line-height: normal;
  overflow-x: hidden;
}

button {
  font-family: var(--font-family-body);
}

.bg-primary {
  background-color: var(--colour-primary);
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  font-size: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.container {
  width: 75vw;
  margin: 0 auto 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

details summary {
  cursor: pointer;
}

details summary > * {
  display: inline;
}

.df_c_hv{
  display: flex; flex-wrap: wrap; justify-content: center;
  align-items: center;
}

.df_c_v{
  display: flex; flex-wrap: wrap; align-items: center;
}

.jcsb{
  justify-content: space-between;
}

.child_ts > *{
  transition: 0.3s; -webkit-transition: 0.3s;
}
