* {
  outline: none;
}

/* https://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
@-ms-viewport {
  width: device-width;
}
html,
body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  font-family: "Nunito", "Nunito Sans", "Fira Sans", "Fira Sans Condensed", "Droid Sans", "PT Sans", Cairo, Lato, Tahoma, Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: #ffd8d8;
  color: #555;
  font-size: 1.2em;
}

a {
  color: #604de6;
}

.tb {
  display: table;
  width: 100%;
  margin-bottom: 5.5rem;
}

.td {
  display: table-cell;
  vertical-align: middle;
}

ul {
  margin-bottom: 2em;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 0.75;
  /* Firefox */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

input,
button {
  color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

#cover {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 70%;
  height: 95px;
  padding: 35px;
  margin: 0 auto;
  background-color: #ffbaba;
  border-radius: 20px;
  box-shadow: 0 0 0 20px #ffffffeb;
  border: 7px solid rgba(0, 0, 0, 0.05);
  transform: scale(0.6);
}
#cover > div:nth-child(2) h3 {
  margin-top: 0;
}

form {
  height: 96px;
}

input[type=text] {
  width: 100%;
  height: 96px;
  font-size: 60px;
  line-height: 1;
}

input[type=text]::placeholder {
  color: #e16868;
}

#s-cover {
  width: 1px;
  padding-left: 35px;
}

button {
  background-color: #cc9494;
  color: white;
  transition: all 0.2s;
  margin: 0.5em 0.25em;
  letter-spacing: 0.03rem;
  border-radius: 0.2em;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 1.4em;
  text-align: center;
  user-select: none;
  outline: 0;
  padding: 0.75em 1.4em;
}

#btn_a {
  color: #333;
  background-color: #5ED668;
  /*#5fd669*/
}

#btn_b {
  color: #333;
  background-color: #d3c82d;
  /*#c9d045*/
}

#btn_c {
  color: #333;
  background-color: #d87d40;
  /*#d6b25f*/
}

#btn_d {
  color: #333;
  background-color: #da6d6d;
  /*#d65e5e*/
}

#s-circle {
  position: relative;
  top: -8px;
  left: 0;
  width: 43px;
  height: 43px;
  margin-top: 0;
  border-width: 15px;
  border: 15px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.5s ease all;
}

#btnSearch {
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  width: 84px;
  height: 96px;
  cursor: pointer;
}

#btnSearch span {
  position: absolute;
  top: 68px;
  left: 43px;
  display: block;
  width: 45px;
  height: 15px;
  background-color: transparent;
  border-radius: 10px;
  transform: rotateZ(52deg);
  transition: 0.5s ease all;
}

#btnSearch span:before,
#btnSearch span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 15px;
  background-color: #fff;
  border-radius: 10px;
  transform: rotateZ(0);
  transition: 0.5s ease all;
}

#s-cover:hover #s-circle {
  top: -1px;
  width: 67px;
  height: 15px;
  border-width: 0;
  background-color: #fff;
  border-radius: 20px;
}

#s-cover:hover span {
  top: 50%;
  left: 56px;
  width: 25px;
  margin-top: -9px;
  transform: rotateZ(0);
}

#s-cover:hover button span:before {
  bottom: 11px;
  transform: rotateZ(52deg);
}

#s-cover:hover button span:after {
  bottom: -11px;
  transform: rotateZ(-52deg);
}

#s-cover:hover button span:before,
#s-cover:hover button span:after {
  right: -6px;
  width: 40px;
  background-color: #fff;
}

.flex {
  display: flex;
  gap: 1em;
  flex: 1 1 0px;
}
.flex > div {
  flex-basis: 100%;
  background: rgba(0, 0, 0, 0.02);
  border: 4px solid rgba(0, 0, 0, 0.04);
  max-width: 15em;
  border-radius: 5px;
  padding: 1em 1.5em;
}
.flex > div > h3 {
  margin: 0.5em 0;
}
.flex > div > p {
  font-size: 1em;
  margin: 0.5em 0 0 0;
}

footer {
  position: fixed;
  left: 1em;
  bottom: 1em;
  font-weight: bold;
}

.grid {
  display: inline-block;
  vertical-align: middle;
}
.grid > * {
  margin: 0 1em;
}

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}

.tg-list-item {
  margin: 0 2em;
  align-items: flex-start;
}
.tg-list-item > p {
  max-width: 12em;
  font-size: 1.3em;
}

h2, h3 {
  color: #777;
}

h4, h5 {
  color: #999;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

input[type=checkbox] {
  display: none;
}

.wrap-collabsible {
  margin: 0.5rem;
}

.lbl-toggle {
  display: block;
  font-size: 2rem;
  /*text-transform: uppercase;*/
  text-align: center;
  padding: 1rem;
  color: #999;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.02);
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #777;
  background: rgba(0, 0, 0, 0.05);
}

.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
}

.collapsible-content .content-inner {
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0 2rem 2rem 2rem;
}
.collapsible-content .content-inner > h1 {
  margin-top: 0;
  padding-top: 1em;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 9999px;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=style.css.map */
