@import url("https://fonts.googleapis.com/css2?family=Pompiere&display=swap");
/* Colors */
.form-headline, .thanks-headline {
  font-family: "Pompiere", cursive;
  font-size: 2.5rem;
}

@media (min-width: 48em) {
  .form-headline, .thanks-headline {
    font-size: 2.75rem;
  }
}

@media (min-width: 81.25em) {
  .form-headline, .thanks-headline {
    font-size: 3rem;
  }
}

@media (min-width: 100em) {
  .form-headline, .thanks-headline {
    font-size: 3.5rem;
  }
}

@media (min-width: 112.5em) {
  .form-headline, .thanks-headline {
    font-size: 4.5rem;
  }
}

#puzzle-clues h2, .form-button {
  font-family: "Pompiere", cursive;
  font-size: 1.4rem;
}

@media (min-width: 48em) {
  #puzzle-clues h2, .form-button {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25em) {
  #puzzle-clues h2, .form-button {
    font-size: 1.8rem;
  }
}

@media (min-width: 100em) {
  #puzzle-clues h2, .form-button {
    font-size: 2rem;
  }
}

@media (min-width: 112.5em) {
  #puzzle-clues h2, .form-button {
    font-size: 2.4rem;
  }
}

.share-headline {
  font-family: "Pompiere", cursive;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .share-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .share-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .share-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 112.5em) {
  .share-headline {
    font-size: 2rem;
  }
}

.share-link-label {
  font-family: "Pompiere", cursive;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .share-link-label {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25em) {
  .share-link-label {
    font-size: 1.15rem;
  }
}

@media (min-width: 100em) {
  .share-link-label {
    font-size: 1.2rem;
  }
}

@media (min-width: 112.5em) {
  .share-link-label {
    font-size: 1.3rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  background: #FBF390;
  padding: .5rem;
}

@media (min-width: 48em) {
  html {
    padding: 1rem;
  }
}

@media (min-width: 81.25em) {
  html {
    padding: 1.5rem;
  }
}

body {
  background: #f1edd9;
  font-family: "Pompiere", cursive;
  border: 0.3rem #000 solid;
  border-radius: 1rem;
}

@media (min-width: 48em) {
  body {
    border-radius: 1.5rem;
  }
}

@media (min-width: 81.25em) {
  body {
    border-radius: 2rem;
  }
}

.skip-to-main {
  background: #000;
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translateY(-3rem);
  z-index: 1;
  width: 100%;
  color: #fff;
  display: inline-block;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.skip-to-main:focus {
  max-height: 3rem;
  outline: 2px solid #ABEBFF;
  padding: .5rem;
  z-index: 1000000;
  transform: translateY(0);
}

.apostrophe {
  display: inline-block;
  position: relative;
  top: .15rem;
}

.header {
  text-align: center;
  padding: 2rem;
}

@media (min-width: 81.25em) {
  .header {
    padding-top: 4rem;
  }
}

.header .logo {
  width: 10rem;
  margin: 0 auto;
  fill: #5FA67A;
  display: table;
}

.header-title {
  font-size: 10vw;
  line-height: 1;
  color: #5FA67A;
  text-transform: uppercase;
  color: #000;
  display: table;
  position: relative;
  margin: 0 auto 1rem;
}

@media (min-width: 48em) {
  .header-title {
    font-size: 6vw;
  }
}

@media (min-width: 64em) {
  .header-title {
    font-size: 4.75rem;
  }
}

@media (min-width: 81.25em) {
  .header-title {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
}

.header-title-line1, .header-title-line2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: space-around;
  align-items: center;
}

.header-title-union, .header-title-difference {
  margin: 0 .25rem;
  display: block;
}

@media (min-width: 81.25em) {
  .header-title-union, .header-title-difference {
    margin: 0 .65rem;
  }
}

.header-title-heart {
  width: 14vw;
  height: auto;
  margin: 0 .5rem;
}

@media (min-width: 48em) {
  .header-title-heart {
    width: 10vw;
  }
}

@media (min-width: 81.25em) {
  .header-title-heart {
    width: 9rem;
    margin: 0 1rem;
  }
}

.header-heart.left {
  position: absolute;
}

.header-heart.left.one {
  right: 86%;
  top: -2.25rem;
  transform: rotate(-15deg);
  width: 10vw;
  display: none;
}

@media (min-width: 64em) {
  .header-heart.left.one {
    width: 6rem;
  }
}

@media (min-width: 81.25em) {
  .header-heart.left.one {
    display: block !important;
    right: 110%;
    top: -3rem;
    max-width: 8rem;
  }
}

.header-heart.left.two {
  left: -5%;
  top: -5rem;
  transform: rotate(-10deg);
  width: 8vw;
}

@media (min-width: 48em) {
  .header-heart.left.two {
    left: -5%;
    top: -3rem;
  }
}

@media (min-width: 64em) {
  .header-heart.left.two {
    left: -5%;
    top: -3rem;
    width: 5rem;
    transform: rotate(-5deg);
  }
}

@media (min-width: 81.25em) {
  .header-heart.left.two {
    max-width: auto;
    left: -5%;
    top: -5rem;
    width: 8rem;
  }
}

.header-heart.left.three {
  right: 100%;
  top: -9%;
  transform: rotate(-35deg);
  width: 12vw;
}

@media (min-width: 48em) {
  .header-heart.left.three {
    right: 112%;
    top: -3%;
  }
}

@media (min-width: 64em) {
  .header-heart.left.three {
    width: 6rem;
  }
}

@media (min-width: 81.25em) {
  .header-heart.left.three {
    top: 15%;
    width: 7.5rem;
  }
}

.header-heart.left.four {
  left: 3%;
  top: 3%;
  transform: rotate(-11deg);
  width: 8vw;
}

@media (min-width: 48em) {
  .header-heart.left.four {
    top: 16%;
    left: -10%;
    width: 6vw;
  }
}

@media (min-width: 64em) {
  .header-heart.left.four {
    top: 6%;
    left: -13%;
    width: 5rem;
  }
}

@media (min-width: 81.25em) {
  .header-heart.left.four {
    width: 5rem;
    top: 16%;
    left: -8%;
  }
}

.header-heart.left.five {
  right: 100%;
  top: 72%;
  transform: rotate(-25deg);
  width: 9vw;
}

@media (min-width: 48em) {
  .header-heart.left.five {
    right: 102%;
    top: 57%;
    width: 8vw;
  }
}

@media (min-width: 64em) {
  .header-heart.left.five {
    right: 102%;
    top: 57%;
    width: 6rem;
  }
}

@media (min-width: 81.25em) {
  .header-heart.left.five {
    top: 64%;
    width: 8rem;
  }
}

.header-heart.right {
  position: absolute;
  top: auto;
  right: 0;
}

.header-heart.right.one {
  right: 4%;
  top: 8%;
  transform: rotate(5deg);
  width: 8vw;
}

@media (min-width: 48em) {
  .header-heart.right.one {
    width: 6vw;
    right: -10%;
    top: 8%;
    transform: rotate(23deg);
  }
}

@media (min-width: 64em) {
  .header-heart.right.one {
    width: 5rem;
    right: -6%;
    top: 17%;
    transform: rotate(23deg);
  }
}

@media (min-width: 81.25em) {
  .header-heart.right.one {
    width: 6rem;
    right: -6%;
    top: 17%;
    transform: rotate(23deg);
  }
}

.header-heart.right.two {
  right: 0%;
  top: -5rem;
  transform: rotate(-10deg);
  width: 11vw;
}

@media (min-width: 48em) {
  .header-heart.right.two {
    width: 8vw;
    right: -8%;
    top: -3rem;
    transform: rotate(10deg);
  }
}

@media (min-width: 64em) {
  .header-heart.right.two {
    width: 5rem;
    right: -4%;
    top: -3rem;
    transform: rotate(22deg);
  }
}

@media (min-width: 81.25em) {
  .header-heart.right.two {
    right: 0%;
    top: -5rem;
    width: 6.5rem;
  }
}

.header-heart.right.three {
  left: 100%;
  top: -3%;
  transform: rotate(14deg);
  width: 9vw;
}

@media (min-width: 48em) {
  .header-heart.right.three {
    width: 11vw;
    left: 112%;
    top: -3rem;
  }
}

@media (min-width: 64em) {
  .header-heart.right.three {
    width: 6rem;
    left: 110%;
    top: 8%;
  }
}

@media (min-width: 81.25em) {
  .header-heart.right.three {
    left: 119%;
    top: 15%;
    width: 9rem;
  }
}

.header-heart.right.four {
  left: 89%;
  top: -2.2rem;
  transform: rotate(12deg);
  width: 10vw;
  display: none;
}

@media (min-width: 64em) {
  .header-heart.right.four {
    width: 6rem;
  }
}

@media (min-width: 81.25em) {
  .header-heart.right.four {
    display: block;
    max-width: auto;
    left: 104%;
    top: -4rem;
    width: 8.5rem;
  }
}

.header-heart.right.five {
  left: 100%;
  top: 72%;
  transform: rotate(33deg);
  width: 9vw;
}

@media (min-width: 48em) {
  .header-heart.right.five {
    width: 9vw;
    left: 104%;
    top: 51%;
    transform: rotate(20deg);
  }
}

@media (min-width: 64em) {
  .header-heart.right.five {
    width: 6rem;
    left: 104%;
    top: 51%;
    transform: rotate(20deg);
  }
}

@media (min-width: 81.25em) {
  .header-heart.right.five {
    transform: rotate(33deg);
    left: 100%;
    top: 64%;
    width: 8rem;
  }
}

.header-intro {
  max-width: 48em;
  margin: 0 auto;
  font-size: 1.4rem;
}

.header-intro p {
  margin-bottom: 1rem;
}

.header-intro p:last-of-type {
  margin-bottom: 0;
}

.crossword-container {
  max-width: 81.25em;
  margin: auto;
}

@media (min-width: 81.25em) {
  .crossword-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 2rem;
  }
}

.crossword-container input {
  border: none;
}

.crossword-container input:focus {
  background-color: #EF4A50 !important;
  outline: 2px solid #000;
  color: #000;
  transform: scale(1.15);
  z-index: 9999999;
}

table.crossword {
  background: #f1edd9;
  width: 100%;
  border: 1px solid #000;
  border-spacing: 0;
  max-width: 100%;
  border-collapse: collapse;
}

table.crossword td {
  background-color: #000;
  padding: 0;
  margin: 0;
  border: 1px solid #888;
  vertical-align: top;
}

table.crossword td.light {
  background-color: #f1edd9 !important;
}

table.crossword div {
  position: relative;
}

table.crossword input {
  padding: 0;
  border: #000;
  text-align: center;
  font-size: 2rem;
  font-size: 1.25rem;
  color: #000;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Arial',sanserif !important;
  position: absolute;
  width: 100%;
  height: 100%;
}

table.crossword input.done {
  font-weight: bold;
  color: #EF4A50;
}

table.crossword span {
  color: #000;
  font-size: 0.9rem;
  position: absolute;
  top: -1px;
  left: 1px;
}

table.crossword tr {
  width: 100%;
}

#puzzle-wrapper {
  padding: 1rem;
}

@media (min-width: 48em) {
  #puzzle-wrapper {
    padding: 2rem;
  }
}

@media (min-width: 81.25em) {
  #puzzle-wrapper {
    padding: 0;
    width: 50%;
  }
}

#puzzle-wrapper .active {
  background-color: #FBF390;
}

@media (min-width: 81.25em) {
  .down {
    padding-top: 2rem;
  }
}

#puzzle-clues {
  padding: 1rem;
}

@media (min-width: 48em) {
  #puzzle-clues {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
  }
}

@media (min-width: 81.25em) {
  #puzzle-clues {
    width: 50%;
    display: block;
    padding: 2rem;
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  #puzzle-clues .across, #puzzle-clues .down {
    width: 50%;
  }
}

@media (min-width: 64em) {
  #puzzle-clues .across, #puzzle-clues .down {
    width: 100%;
  }
}

#puzzle-clues h2 {
  color: #EF4A50;
  text-transform: uppercase;
  margin: .75rem auto;
}

@media (min-width: 81.25em) {
  #puzzle-clues h2 {
    margin: 1.5rem auto;
  }
  #puzzle-clues h2:first-child {
    margin-top: 0 !important;
  }
}

#puzzle-clues ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

#puzzle-clues li {
  list-style: none;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  padding: .5rem .5rem .5rem 3rem;
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 2rem;
  border: 2px solid rgba(0, 0, 0, 0);
}

#puzzle-clues li:hover {
  background: #EF4A50;
  border-color: black;
}

#puzzle-clues li .position {
  position: absolute;
  margin-left: -2rem;
  font-weight: bold;
}

#puzzle-clues li .position:after {
  content: ".";
}

#puzzle-clues .words {
  font-size: 1rem;
  color: #000;
  float: right;
  margin-left: .5em;
  position: relative;
  top: .25rem;
}

#puzzle-clues .clues-active {
  color: #000;
  background-color: #FBF390;
  border-color: black;
}

#puzzle-clues .clues-active .position {
  color: #000;
}

#puzzle-clues .clues-active .words {
  color: #000;
}

#puzzle-clues .clue-done {
  color: #000;
  text-decoration: line-through;
}

.btn {
  background: #EF4A50;
  margin: .5rem;
  cursor: pointer;
  font-size: 1.1rem;
  border-radius: 1.5rem;
  display: block;
  color: #fff;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: .55rem 1rem .4rem;
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.btn:hover {
  background-color: #FBF390;
  color: #000;
}

.btn-container {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}

@media (min-width: 64em) {
  .btn-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
}

.message {
  font-size: 1.25rem;
}

.footer {
  color: #000;
  padding: 2rem;
  text-align: center;
  line-height: 1.1;
  font-size: .85rem;
  text-transform: uppercase;
}

@media (min-width: 81.25em) {
  .footer {
    padding: 2rem;
    line-height: 1.4;
  }
}

.footer-paidfor {
  border: 1px solid #000;
  max-width: 40rem;
  margin-bottom: 1rem;
  padding: .8rem .8rem .7rem;
  margin: 0 auto 1rem;
}

.footer-copyright a {
  display: table;
  color: #EF4A50;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto 0;
  border-bottom: none;
}

.footer-copyright a:hover {
  color: #ABEBFF;
  border-bottom-color: #5FA67A;
}

.form {
  width: 100%;
  padding: .75rem .2rem;
  position: relative;
  max-width: 48em;
  margin: 0 auto;
}

.form-container {
  max-width: 48em;
  border-radius: 2rem;
  border: 0.3rem solid #000;
  margin: 2rem 1rem auto;
  background: #EF4A50;
  padding: 2rem;
}

@media (min-width: 64em) {
  .form-container {
    padding: 4rem 2rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-headline {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}

.form-intro {
  font-family: "Pompiere", cursive;
  color: #000;
  display: block;
  max-width: 48em;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: .25rem auto 1rem;
  text-align: center;
}

@media (min-width: 48em) {
  .form-intro {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .form-intro {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.form-row {
  width: 100%;
}

@media (min-width: 48em) {
  .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    padding: .25rem 0;
  }
}

.form-field {
  padding: .5rem .25rem;
}

@media (min-width: 48em) {
  .form-field {
    width: 50%;
    padding: .25rem;
  }
}

.form-field.wide {
  width: 100%;
}

.form-label {
  display: block;
  text-align: left;
  cursor: pointer;
  margin-bottom: .25rem;
  position: relative;
  font-family: "Pompiere", cursive;
  text-transform: uppercase;
  color: #000;
  font-size: 1.2rem;
}

.form-label:hover {
  color: #FBF390;
}

.form-label-required {
  text-decoration: none;
  color: #ABEBFF;
}

.form-label .error {
  position: absolute;
  right: 0;
  bottom: -25%;
  background: #FBF390;
  color: #000;
  border-radius: 1rem;
  padding: .35rem .5rem .3rem;
  font-weight: 400;
  font-size: .75rem;
}

.form-label .error:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  pointer-events: none;
  border-color: rgba(251, 243, 144, 0);
  border-top-color: #FBF390;
  border-width: .35rem;
  margin-left: -.35rem;
}

.form-input {
  width: 100%;
  border: 2px solid #000;
  outline: 0;
  padding: .75rem 1rem;
  font-family: "Pompiere", cursive;
  font-size: 1.4rem;
  border-radius: 2rem !important;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #000;
  cursor: pointer;
}

.form-input.placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: 1rem;
}

.form-input:-moz-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: 1rem;
}

.form-input::-moz-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: 1rem;
}

.form-input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: 1rem;
}

.form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.5s all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 200;
  font-size: 1rem;
}

.form-input:hover {
  background: #000;
  color: #fff;
}

.form-input:hover.placeholder {
  color: #fff;
}

.form-input:hover:-moz-placeholder {
  color: #fff;
}

.form-input:hover::-moz-placeholder {
  color: #fff;
}

.form-input:hover:-ms-input-placeholder {
  color: #fff;
}

.form-input:hover::-webkit-input-placeholder {
  color: #fff;
}

.form-input:focus {
  background: #FBF390;
  color: #000;
}

.form-input:focus.placeholder {
  color: #000;
}

.form-input:focus:-moz-placeholder {
  color: #000;
}

.form-input:focus::-moz-placeholder {
  color: #000;
}

.form-input:focus:-ms-input-placeholder {
  color: #000;
}

.form-input:focus::-webkit-input-placeholder {
  color: #000;
}

.form-input.textarea {
  height: 6rem;
}

@media (min-width: 81.25em) {
  .form-input.textarea {
    height: 8rem;
  }
}

.form-input.error {
  border-color: #000;
}

.form-button {
  background-color: #FBF390;
  color: #000;
  border-radius: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: .75rem 1.25rem;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  border: 2px solid #000;
  outline: 0;
  margin: 0 auto;
}

@media (min-width: 81.25em) {
  .form-button {
    padding: 1.5rem 2rem;
  }
}

.form-button:hover {
  background-color: #000;
  color: #FBF390;
  transform: scale(1.05);
}

.form-button:active {
  transform: scale(0.95);
}

.form-button-row {
  margin-top: 1rem;
  text-align: center;
}

.form-disclaimer {
  margin-top: 2rem;
  font-family: "Pompiere", cursive;
  color: #5FA67A;
  font-size: .9rem;
  display: block;
}

@media (min-width: 81.25em) {
  .form-disclaimer {
    margin-top: 2.5rem;
  }
}

.grouping {
  margin: 1rem auto;
}

@media (min-width: 48em) {
  .grouping {
    margin: 1.5rem auto;
  }
}

@media (min-width: 81.25em) {
  .grouping {
    margin: 2rem auto;
  }
}

.grouping-option {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-bottom: .5rem;
}

.grouping-option:last-of-type {
  margin-bottom: 0;
}

.grouping-option:hover .grouping-option-selector:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option:hover .grouping-option-label {
  color: #ABEBFF;
}

.grouping-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.grouping-option-input:focus {
  background: #ABEBFF;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.grouping-option-input:checked ~ .grouping-option .grouping-option-selector-check {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option-selector {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(95, 166, 122, 0.15);
  margin-right: .5rem;
  position: relative;
  border-radius: .25rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector:after {
  width: 200%;
  height: 200%;
  display: block;
  border-radius: 50%;
  background: rgba(95, 166, 122, 0.01);
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.grouping-option-selector-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector-check {
  fill: #5FA67A;
  width: 80%;
  height: 80%;
}

.grouping-option-label {
  font-family: "Pompiere", cursive;
  font-weight: 400;
  color: #5FA67A;
  font-size: 1.2rem;
  padding-top: .1rem;
  cursor: pointer;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}

.thanks {
  display: none;
}

.thanks-headline {
  color: #ABEBFF;
  margin-bottom: 1rem;
}

.thanks-text {
  font-family: "Pompiere", cursive;
  color: #5FA67A;
  display: block;
  max-width: 48em;
  font-size: 1rem;
  line-height: 1.3;
  margin: .25rem auto;
}

@media (min-width: 48em) {
  .thanks-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25em) {
  .thanks-text {
    font-size: 1.3rem;
  }
}

.thanks-text p {
  margin: 1rem;
}

@media (min-width: 81.25em) {
  .thanks-text p {
    margin-bottom: 1.5rem;
  }
}

.share {
  margin: .5rem;
}

.share-headline {
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

@media (min-width: 81.25em) {
  .share-headline {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}

@media (min-width: 48em) {
  .share-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    margin: 0 auto;
  }
}

.share-link {
  padding: 1em;
  margin: .25rem;
  background: #FBF390;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  border-radius: 2.25rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border: 0.2rem solid #000;
}

@media (min-width: 48em) {
  .share-link {
    display: inline-flex;
  }
}

@media (min-width: 100em) {
  .share-link {
    border-radius: 3rem;
    padding-right: 1rem;
    padding: .5rem;
  }
}

.share-link:hover {
  background: #000;
}

.share-link:hover .share-link-icon {
  background-color: #FBF390;
}

.share-link:hover .share-link-icon-svg {
  fill: #000;
}

.share-link:hover .share-link-label {
  color: #FBF390;
}

.share-link-icon {
  background-color: #000;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 100em) {
  .share-link-icon {
    width: 3rem;
    height: 3rem;
  }
}

.share-link-icon-svg {
  width: 70%;
  fill: #FBF390;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.share-link-label {
  color: #000;
  text-transform: uppercase;
  padding: 0 .75rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
