.minigame__links-a {
  color: inherit;
  margin-bottom: 0;
  font-size: 21px;
  text-decoration: none;
}

.minigame__links-a.is--number {
  padding-right: 16px;
  position: relative;
}

.minigame__center {
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mingame__ball-svg {
  width: 150%;
  position: absolute;
}

.mingame__navbar {
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
}

.minigame__score-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.minigame__pull-text {
  color: #000;
  pointer-events: none;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.minigame__score-svg {
  width: 48px;
}

.minigame__line {
  opacity: 0;
  pointer-events: none;
  transform-origin: 0;
  will-change: transform;
  background-image: url('../images/pull-line.svg');
  background-position: 0 0;
  background-size: contain;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.minigame__pull {
  cursor: grab;
  will-change: transform;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100px;
  display: flex;
  position: absolute;
}

.dot {
  pointer-events: none;
  background-color: #242519;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  position: absolute;
}

.dot.is--hidden {
  display: none;
}

.minigame__score {
  z-index: 20;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.minigame__fly-svg {
  width: 120%;
  position: absolute;
  top: -15%;
}

.minigame__fly {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.minigame__btn-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 21px;
}

.minigame__btn-p.is--secondary {
  color: #000;
}

.minigame__link-a-number {
  color: #68695f;
  font-size: 12px;
  position: absolute;
  right: 0;
}

.minigame__score-screen {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  max-width: calc(100vw - 32px);
  padding: 48px;
  display: flex;
}

.minigame__eyebrow {
  color: #fff;
  font-size: 40px;
  position: absolute;
  bottom: calc(100% + 16px);
}

.mingame__rocket {
  opacity: 0;
  pointer-events: none;
  cursor: grab;
  will-change: transform;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 120px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.minigame__h1-span {
  font-size: 1em;
}

.minigame__btn {
  -webkit-user-select: none;
  user-select: none;
  color: inherit;
  background-color: #efeeec;
  border-radius: 4px;
  padding: 12px 20px;
  text-decoration: none;
}

.minigame__btn.is--secondary {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #bac081;
  cursor: pointer;
  background-color: #2425190d;
  justify-content: center;
  width: 100%;
  padding-right: 24px;
  display: flex;
}

.minigame__pull-hand {
  pointer-events: none;
  width: 40px;
  position: relative;
}

.minigame__score-p {
  opacity: .5;
  font-size: 21px;
}

.minigame__controls {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 180px;
  left: 0;
}

.retry-svg {
  color: #000;
  width: 20px;
}

.minigame__logo-svg {
  width: 130px;
}

.minigame__h1 {
  pointer-events: none;
  justify-content: center;
  font-size: 22.5vw;
  line-height: .75;
  display: flex;
}

.minigame__rocket-top {
  width: 34px;
  display: none;
  position: absolute;
  transform: translate(0, -19px);
}

.minigame__links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
}

.minigame__logo {
  color: inherit;
}

.minigame {
  color: #242519;
  background-image: linear-gradient(#ffd100, #ffd100), linear-gradient(#ffffffe6, #ffffffe6), url('../images/aristoteles_1995-11_2000_opt.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100vw;
  height: 100svh;
  min-height: 55em;
  position: relative;
  overflow: hidden;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16.625rem;
  height: 25.5rem;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 32rem;
  display: flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  display: flex;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
}

.minigame__btn-2 {
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
}

.minigame__btn-2.is--secondary {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #bac081;
  cursor: pointer;
  background-color: #24251933;
  justify-content: center;
  margin-top: 32px;
  padding-right: 24px;
  display: flex;
}

.minigame__btn-p-2 {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 21px;
}

.minigame__btn-p-2.is--secondary {
  color: #000;
}

.icon-embed-custom-6 {
  color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body {
  text-transform: lowercase;
  font-family: Oswald, sans-serif;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-notification-p {
  color: inherit;
  font-size: 1.125em;
  font-weight: 500;
}

.form-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 25em;
  margin-bottom: 0;
  display: flex;
}

.form-input {
  outline-offset: 0px;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: .328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input:focus {
  border-color: #cbc8c5;
}

.form-input::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-label {
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: #ff4c24;
}

.form-notification-bg {
  opacity: .1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.form-field-group {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-notifcation {
  outline-offset: 0px;
  color: #0ba954;
  text-align: left;
  border: 1px solid #0ba954;
  border-color: inherit;
  background-color: #efeeec;
  border-radius: .375rem;
  outline: 0 #0000;
  width: 100%;
  padding: 1.125em;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-notification-icon {
  pointer-events: none;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-submit-btn-p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.form-required {
  color: #ff4c24;
}

.form-divider {
  opacity: .15;
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.form-submit-btn {
  outline-offset: 0px;
  color: #efeeec;
  cursor: pointer;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: .375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.005em 1.125em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.section {
  background-color: #ffd100;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .mingame__navbar {
    padding: 32px;
  }

  .minigame__fly {
    width: 60px;
    height: 60px;
  }

  .minigame__h1 {
    font-size: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .mingame__navbar {
    padding: 16px;
  }

  .minigame__eyebrow {
    font-size: 28px;
  }

  .mingame__rocket {
    width: 60px;
    height: 90px;
  }

  .minigame__controls {
    bottom: 140px;
  }

  .minigame__links {
    display: none;
  }

  .minigame {
    min-height: 40em;
  }

  .form-group {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .minigame {
    min-height: 30em;
  }
}


