@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap")
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
  border-color: #efd3b7;
  width: 100%;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: 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 {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
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 {
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
  box-sizing: border-box;
  display: table;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: "Outfit", Arial, "Microsoft JhengHei", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1080;
  pointer-events: all;
}
.loading::before {
  content: "";
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
  border-top-color: #0241b1;
  border-bottom-color: #0241b1;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(0deg);
  -webkit-animation: loadingCircle 2s linear infinite;
  animation: loadingCircle 2s linear infinite;
}
.loading::after {
  content: "LOADING";
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  color: #0241b1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-animation: loadingText 0.8s ease-out infinite alternate;
  animation: loadingText 0.8s ease-out infinite alternate;
}
.pending {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1080;
  pointer-events: all;
}
.pending::before {
  content: "";
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
  border-top-color: #0241b1;
  border-bottom-color: #0241b1;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(0deg);
  -webkit-animation: loadingCircle 2s linear infinite;
  animation: loadingCircle 2s linear infinite;
}
.pending::after {
  content: "PENDING";
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  color: #0241b1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-animation: loadingText 0.8s ease-out infinite alternate;
  animation: loadingText 0.8s ease-out infinite alternate;
}
@-webkit-keyframes loadingCircle {
  to {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes loadingCircle {
  to {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loadingText {
  to {
    opacity: 1;
  }
}
@keyframes loadingText {
  to {
    opacity: 1;
  }
}
.toForm {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.toForm__deco {
  width: 100%;
  max-width: 440px;
}
.toForm__deco::before {
  content: "";
  width: 100%;
  padding-bottom: 81.8181818182%;
  display: block;
}
.toForm__deco__img {
  width: 94.3181818182%;
  position: absolute;
  top: 0;
  right: 50%;
}
.toForm__deco__img::before {
  content: "";
  width: 100%;
  padding-bottom: 107.7108433735%;
  background-image: url(../assets/images/game_quiz_form.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.toForm__deco__cloud {
  position: absolute;
}
.toForm__deco__cloud::before {
  content: "";
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.toForm__deco__cloud--l {
  width: 50%;
  bottom: 40%;
  left: -25%;
}
.toForm__deco__cloud--l::before {
  padding-bottom: 72.2727272727%;
  background-image: url(../assets/images/game_quiz_cloud-l.png);
}
.toForm__deco__cloud--s {
  width: 22.5%;
  top: 70%;
  right: 5%;
}
.toForm__deco__cloud--s::before {
  padding-bottom: 71.7171717172%;
  background-image: url(../assets/images/game_quiz_cloud-s.png);
}
.toForm__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toForm__content__title {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #0241b1;
  cursor: default;
  font-size: 5.625rem;
  letter-spacing: 0.28125rem;
  line-height: 8.4375rem;
}
@media (max-width: 1600px) {
  .toForm__content__title {
    font-size: 4.6875rem;
    letter-spacing: 0.234375rem;
    line-height: 7.03125rem;
  }
}
@media (max-width: 1366px) {
  .toForm__content__title {
    font-size: 3.75rem;
    letter-spacing: 0.1875rem;
    line-height: 5.625rem;
  }
}
@media (max-width: 1024px) {
  .toForm__content__title {
    font-size: 2.8125rem;
    letter-spacing: 0.140625rem;
    line-height: 4.21875rem;
  }
}
@media (max-width: 420px) {
  .toForm__content__title {
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
    line-height: 2.8125rem;
  }
}
.toForm__content__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 420px) {
  .toForm__content__wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.toForm__content__subtitle {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #00c201;
  cursor: default;
  font-size: 2.25rem;
  text-shadow: 2px 2px 0px #fff;
  /* letter-spacing: 0.1125rem; */
  line-height: 3.375rem;
}
.toForm__content__subtitle2 {
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .toForm__content__subtitle {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
  }
  .toForm__content__subtitle2 {
  }
}
@media (max-width: 1366px) {
  .toForm__content__subtitle {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
    line-height: 2.625rem;
  }
  .toForm__content__subtitle2 {
  }
}
@media (max-width: 1024px) {
  .toForm__content__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    line-height: 2.25rem;
  }
  .toForm__content__subtitle2 {
    font-size: 1rem;
  }
}
@media (max-width: 420px) {
  .toForm__content__subtitle {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.875rem;
  }
  .toForm__content__subtitle2 {
  }
}
.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form__item {
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  box-sizing: border-box;
}
.form__label {
  margin-right: 20px;
  /* font-style: italic;
  font-weight: bold; */
  text-align: center;
  color: #333;
  flex-shrink: 0;
  cursor: default;
  font-size: 1.2rem;

  line-height: 1;
}
@media (max-width: 1600px) {
  .form__label {
    font-size: 1.5rem;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .form__label {
    font-size: 1.1rem;
  }
}
@media (max-width: 420px) {
  .form__label {
    font-size: 1.25rem;
  }
}
.form__input {
  width: 100%;
  /* font-style: italic;
  font-weight: bold; */
  color: #333;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  outline: none;
  transition: 0.3s border-width;
  font-size: 1.2rem;

  line-height: 1;
}
@media (max-width: 1600px) {
  .form__input {
    font-size: 1.5rem;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .form__input {
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .form__input {
    font-size: 1.25rem;
  }
}
.form__input:focus {
  outline: none;
}
.form__input.error {
  border-bottom: 2px solid #e5004f;
}
.form__cbItem {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.form__cBoxLabel {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__cBoxInput {
  opacity: 0;
  display: none;
}
.form__cBoxInput:checked + div::before {
  opacity: 1;
}
.form__cBoxInput.error + div {
  background-color: #e5004f;
}
.form__cBoxIcon {
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.form__cBoxIcon::before {
  content: "";
  width: 33px;
  height: 30px;
  background-image: url(../assets/images/game_icon_cb.png);
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(70%, -70%);
  transition: 0.3s opacity;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form__termsLink {
  width: 100%;
}
.form__termsLink .form__termsLink__link {
  font-weight: bold;
  /* text-decoration: underline; */
  color: #f90;
  transition: 0.3s color;
  cursor: pointer;
  font-size: 1rem;

  line-height: 1;
}
@media (max-width: 1600px) {
  .form__termsLink .form__termsLink__link {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .form__termsLink .form__termsLink__link {
    font-size: 0.8rem;

    line-height: 1.2;
  }
}
@media (max-width: 420px) {
  .form__termsLink .form__termsLink__link {
    font-size: 1rem;

    line-height: 1.5rem;
  }
}
.form__termsLink .form__termsLink__link:hover {
  color: #bc7100;
}
.form__btn {
  padding: 5px 35px;
  margin: 10px 0;
  /* font-weight: bold; */
  min-width: 20%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #ffc400, #ff4400);
  border: 3px solid #ff7700;
  border-radius: 9999px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  transition: 0.3s box-shadow;
  cursor: pointer;
  font-size: 1.625rem;
  letter-spacing: 0.08125rem;
  line-height: 2.4375rem;
}
@media (max-width: 1600px) {
  .form__btn {
    font-size: 1.46875rem;
    letter-spacing: 0.0734375rem;
    line-height: 2.203125rem;
  }
}
@media (max-width: 1366px) {
  .form__btn {
    font-size: 1.3125rem;
    letter-spacing: 0.065625rem;
    line-height: 1.96875rem;
  }
}
@media (max-width: 1024px) {
  .form__btn {
    font-size: 1.15625rem;
    letter-spacing: 0.0578125rem;
    line-height: 1.734375rem;
  }
}
@media (max-width: 420px) {
  .form__btn {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
  }
}
.form__btn:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1080;
}

@media (max-width: 1024px) {
  .popup {
    justify-content: start;
  }
}
.toForm_content_hr {
}
.popup__wrap {
  width: 90%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup__content {
  width: 100%;
  padding: 5%;
  margin-bottom: 20px;
  background-color: #fcdf0e;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .popup__content {
    padding: 3% 5% 2% 5%;
  }
}
@media (max-width: 420px) {
  .popup__content {
    padding: 3% 5%;
  }
}
@media (max-width: 768px) {
  .popup__content {
    padding: 10%;
  }
}
.popup__content__wrap {
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
}
.popup__content__title {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #0241b1;
  cursor: default;
  font-size: 4.5rem;
  letter-spacing: 0.225rem;
  line-height: 5.85rem;
}
@media (max-width: 1600px) {
  .popup__content__title {
    font-size: 3.875rem;
    letter-spacing: 0.19375rem;
    line-height: 5.0375rem;
  }
}
@media (max-width: 1366px) {
  .popup__content__title {
    font-size: 3.25rem;
    letter-spacing: 0.1625rem;
    line-height: 4.225rem;
  }
}
@media (max-width: 1024px) {
  .popup__content__title {
    font-size: 2.625rem;
    letter-spacing: 0.13125rem;
    line-height: 3.4125rem;
  }
}
@media (max-width: 420px) {
  .popup__content__title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 2.6rem;
  }
}
.popup__content__subtitle {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #404040;
  cursor: default;
  font-size: 2.25rem;
  letter-spacing: 0.1125rem;
  line-height: 2.925rem;
}
@media (max-width: 1600px) {
  .popup__content__subtitle {
    font-size: 1.96875rem;
    letter-spacing: 0.0984375rem;
    line-height: 2.559375rem;
  }
}
@media (max-width: 1366px) {
  .popup__content__subtitle {
    font-size: 1.6875rem;
    letter-spacing: 0.084375rem;
    line-height: 2.19375rem;
  }
}
@media (max-width: 1024px) {
  .popup__content__subtitle {
    font-size: 1.40625rem;
    letter-spacing: 0.0703125rem;
    line-height: 1.828125rem;
  }
}
@media (max-width: 420px) {
  .popup__content__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    line-height: 1.4625rem;
  }
}
.popup__content__text {
  font-style: italic;
  text-align: center;
  color: #404040;
  cursor: default;
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.6875rem;
}
@media (max-width: 1600px) {
  .popup__content__text {
    font-size: 1.09375rem;
    letter-spacing: 0.0546875rem;
    line-height: 1.640625rem;
  }
}
@media (max-width: 1366px) {
  .popup__content__text {
    font-size: 1.0625rem;
    letter-spacing: 0.053125rem;
    line-height: 1.59375rem;
  }
}
@media (max-width: 1024px) {
  .popup__content__text {
    font-size: 1.03125rem;
    letter-spacing: 0.0515625rem;
    line-height: 1.546875rem;
  }
}
@media (max-width: 420px) {
  .popup__content__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
  }
}
.popup__content__listTitle {
  margin-bottom: 10px;
  font-weight: bold;
  color: #404040;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.625rem;
}
@media (max-width: 1600px) {
  .popup__content__listTitle {
    font-size: 1.21875rem;
    letter-spacing: 0.0609375rem;
    line-height: 1.584375rem;
  }
}
@media (max-width: 1366px) {
  .popup__content__listTitle {
    font-size: 1.1875rem;
    letter-spacing: 0.059375rem;
    line-height: 1.54375rem;
  }
}
@media (max-width: 1024px) {
  .popup__content__listTitle {
    font-size: 1.15625rem;
    letter-spacing: 0.0578125rem;
    line-height: 1.503125rem;
  }
}
@media (max-width: 420px) {
  .popup__content__listTitle {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    line-height: 1.4625rem;
  }
}
.popup__content__listSubtitle {
  margin-bottom: 10px;
  color: #404040;
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.4625rem;
}
@media (max-width: 1600px) {
  .popup__content__listSubtitle {
    font-size: 1.09375rem;
    letter-spacing: 0.0546875rem;
    line-height: 1.421875rem;
  }
}
@media (max-width: 1366px) {
  .popup__content__listSubtitle {
    font-size: 1.0625rem;
    letter-spacing: 0.053125rem;
    line-height: 1.38125rem;
  }
}
@media (max-width: 1024px) {
  .popup__content__listSubtitle {
    font-size: 1.03125rem;
    letter-spacing: 0.0515625rem;
    line-height: 1.340625rem;
  }
}
@media (max-width: 420px) {
  .popup__content__listSubtitle {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.3rem;
  }
}
.popup__content__ol {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.popup__content__li {
  word-break: break-all;
  color: #404040;
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.6875rem;
}
@media (max-width: 1600px) {
  .popup__content__li {
    font-size: 1.09375rem;
    letter-spacing: 0.0546875rem;
    line-height: 1.640625rem;
  }
}
@media (max-width: 1366px) {
  .popup__content__li {
    font-size: 1.0625rem;
    letter-spacing: 0.053125rem;
    line-height: 1.59375rem;
  }
}
@media (max-width: 1024px) {
  .popup__content__li {
    font-size: 1.03125rem;
    letter-spacing: 0.0515625rem;
    line-height: 1.546875rem;
  }
}
@media (max-width: 420px) {
  .popup__content__li {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
  }
}
.popup__contentForm {
  width: 100%;
  padding: 5% 10%;
  margin-bottom: 20px;
  background-image: url(../assets/images/game_form_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup__btn {
  padding: 5px 35px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0241b1;
  border-radius: 9999px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  display: block;
  transition: 0.3s box-shadow;
  cursor: pointer;
  font-size: 1.625rem;
  letter-spacing: 0.08125rem;
  line-height: 2.4375rem;
}
@media (max-width: 1600px) {
  .popup__btn {
    font-size: 1.46875rem;
    letter-spacing: 0.0734375rem;
    line-height: 2.203125rem;
  }
}
@media (max-width: 1366px) {
  .popup__btn {
    font-size: 1.3125rem;
    letter-spacing: 0.065625rem;
    line-height: 1.96875rem;
  }
}
@media (max-width: 1024px) {
  .popup__btn {
    font-size: 1.15625rem;
    letter-spacing: 0.0578125rem;
    line-height: 1.734375rem;
  }
}
@media (max-width: 420px) {
  .popup__btn {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
  }
  .popup__contentForm {
    padding: 10%;
  }
}
.popup__btn:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.container {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    135deg,
    #68c08a,
    #4489be,
    #5060aa,
    #da2272,
    #ee7a10,
    #d4df23
  );
  display: flex;
  flex-direction: column;
  position: relative;
}
.content {
  width: 100%;
  height: 100%;
}
canvas {
  display: block;
}
.mask {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.form-term {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form-term .btn_to_login {
  background-image: linear-gradient(to bottom, #00ddff, #005dff);
  border: 3px solid #0090ff;
  margin: 0 1rem;
}
.form-term .btn_to_join {
  background-image: linear-gradient(to bottom, #ff00ff, #b200ff);
  border: 3px solid #c956db;
  margin: 0 1rem;
}
@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 420px) {
  .form-term .btn_to_login,
  .form-term .btn_to_join {
    margin: 0 1rem 1rem;
  }
}
