@import url(https://fonts.googleapis.com/css?family=Cousine:400, 700);
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before {
  box-sizing: inherit;
}

*:after {
  box-sizing: inherit;
}

body {
  background-color: #f4f5f6;
  color: #000;
  font-family: Times Newer Roman;
}

@font-face {
  font-family: Times Newer Roman;
  font-weight: normal;
  src: url(../assets/TimesNewerRoman.otf) format("opentype");
}

@font-face {
  font-family: Times Newer Roman;
  font-weight: bold;
  src: url(../assets/TimesNewerRoman-Bold.otf) format("opentype");
}

a {
  text-decoration: underline;
  color: #000;
  font-family: Cousine, monospace;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.demoimg {
  position: absolute;
  top: 50px;
  left: 80px;
  width: 250px;
  z-index: -1;
  overflow: hidden;
}

.betaimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 1000000000;
}

.header {
  /* padding: 2em; */
  position: absolute;
  /* top: 0;
  display: block;
  z-index: 10000000;
  right: 0; */
}

.header p {
  margin: 0;
}

.links {
  font-size: 10px;
}

.links p {
  margin: 0;
}

.link {
  display: inline;
  text-align: right;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.download {
  background-color: #000;
  text-align: center;
  padding: 0.75em 1em;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 7px;
  color: white;
  display: block;
}

.download:hover {
  background-color: white;
  color: #000;
}

.heading {
  text-align: left;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  z-index: 1;
}

.heading p {
  text-align: left;
  margin: 0 auto;
  display: block;
  width: 100%;
  font-family: Andale Mono;
  font-size: 10px;
  color: #595959;
}

.descrip {
  display: block;
  max-width: 100%;
  padding: 2em 0;
  border-top: solid #000 1px;
  z-index: 1000;
  margin: 3em 5%;
  margin-bottom: 0;
}

.serif {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1em 0;
}

div.field {
  display: flex;
}

div.field input {
  outline: unset;
  border: 1px solid;
  border-radius: 0;
}

div.field .button {
  background-color: #ffc700;
  color: #000;
  cursor: pointer;
  font-family: Cousine, monospace;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  margin-left: 1rem;
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
}

.button[type=text] {
  text-align: center;
  margin: auto;
}

div.field .control {
  display: flex;
  align-items: center;
  align-items: stretch;
}

form {
  display: inline-block;
  float: right;
}

@media screen and (min-width: 768px) {
  .serif {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .serif {
    font-size: 1.75rem;
  }
}

.row {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.hero {
  margin-bottom: 1.5em;
  position: relative;
  max-width: 1200px;
}

.hero .one-new {
  font-family: "Times New Roman", times;
  fill: #ffc700;
}

.hero .two-newer {
  font-family: "Times Newer Roman";
  fill: #000;
}

#hero {
  position: relative;
  z-index: 1;
}

#hero-newer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.demo {
  margin: 0 auto;
  display: block;
  padding: 3em 0 0;
  width: 90%;
  z-index: 100000;
  text-align: center;
}

.demo .serif {
  margin-bottom: 2em;
}

.new, .newer {
  box-shadow: -5px 5px 0 #b8b8b9;
  border: solid 1px #000;
  color: #000;
  display: inline-block;
  margin: 0 1em 2em;
  text-align: left;
  padding: 2em;
  vertical-align: top;
  font-size: 12px;
  width: 100%;
  min-height: 400px;
  max-height: 574px;
  min-width: 300px;
  max-width: 400px;
  background-color: white;
  transition: outline 0.2s ease-in-out;
  outline-color: transparent;
}

.new p::-moz-selection, .newer p::-moz-selection {
  background-color: #ffc700bf;
}

.new p::selection, .newer p::selection {
  background-color: #ffc700bf;
}

.new:focus, .newer:focus {
  outline-color: #ffc700;
}

.new p, .newer p {
  font-family: Times New Roman;
  margin-bottom: 0;
}

.new .descriptor:after, .newer .descriptor:after {
  content: "12px";
  display: inline;
}

.new p.active {
  background-color: #ffc700;
  padding-left: 5px;
}

.newer p {
  overflow-wrap: break-word;
}

.new textarea {
  border: 0;
  overflow: auto;
  outline: none;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  /* opacity: 0; */
}

@media screen and (min-width: 1200px) {
  .new, .newer {
    font-size: 14px;
    max-width: 460px;
    min-width: 460px;
    margin: 0 2em 2em;
  }
  .new .descriptor:after, .newer .descriptor:after {
    content: "14px";
    display: inline;
  }
}

.newer p {
  font-family: Times Newer Roman;
}

.descriptor {
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
  margin-bottom: 10px;
  background-color: #000;
  color: white;
  font-family: Cousine, monospace;
  font-size: 12px;
}

.sample_text {
  padding: 0.5em 0;
  position: relative;
}

.sample_text--extra-padding-bottom {
  padding-bottom: 3.5em;
}

.sample_text:focus {
  outline: none;
}

.compare {
  position: relative;
  margin-top: 60px;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 2em;
}

.compare input.fonts {
  display: none;
}

.button_newer, .button_new {
  background-color: #000;
  margin-bottom: 0.8em;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  font-family: Cousine, monospace;
  font-size: 13px;
  color: white;
  transform: none;
  box-shadow: none;
}

@media screen and (min-width: 600px) {
  .button_newer, .button_new {
    margin-right: 1em;
  }
}

.button_newer:hover, .button_new:hover {
  cursor: default;
  opacity: 1;
}

.button_newer:hover, .button_new:hover {
  cursor: pointer;
}

.button_new {
  background-color: #ffc700;
  color: #000;
}

@media screen and (min-width: 769px) {
  .button_newer, .button_new {
    display: inline-block;
  }
}

input {
  padding: 5px 20px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  /* width: 230px; */
  display: block;
}

input#newer:checked~.button_newer {
  box-shadow: -5px 5px 0 #b8b8b9;
}

input#newer:checked~.button_newer:hover {
  cursor: default;
  opacity: 1;
}

input#new:checked~.button_new {
  box-shadow: -5px 5px 0 #b8b8b9;
  transform: translate(5px, -5px);
  cursor: default;
}

input#new:checked~.button_new:hover {
  cursor: default;
  opacity: 1;
}

input#new:checked~.hero #hero {
  z-index: 3;
}

@media screen and (max-width: 991px) {
  body {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .header {
    /* margin: 0 auto;
    width: 100%;
    display: inline-block;
    padding: 1em;
    position: absolute !important;
    top: 0;
    right: 0; */
  }
  /* .links {
    margin: 0 auto;
  } */
  .demoimg {
    left: 30px;
    top: 200px;
    width: 200px;
  }
  .compare {
    width: 90%;
    margin-left: 5%;
  }
  .demo {
    padding-top: 0;
    margin-bottom: 1em;
  }
  .cta {
    margin: 3em 0 0;
  }
  .descrip h3 {
    font-size: 10px;
    line-height: 15px;
  }
}

.beta {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffc700;
  width: 400px;
  text-align: center;
  transform: rotate(-45deg) translateX(-50%) translateY(120%);
  font-family: arial;
  font-weight: bold;
  transform-origin: left top;
  z-index: 30;
  padding: 0.3em 0;
}

@media screen and (min-width: 1260px) {
  h1.one-new {
    font-size: 163px;
    width: 1100px;
  }
  h1.two-newer {
    font-size: 163px;
    width: 1100px;
  }
}

.stats {
  background: white;
  padding: 3em 2em 2em;
  max-width: 90%;
  text-align: center;
  margin: 1em auto 1em;
  text-align: center;
}

.stats p {
  margin-top: 0;
}

@media screen and (min-width: 850px) {
  .stats {
    padding: 5em 2em;
  }
}

.count {
  margin: 2em auto;
}

.count span {
  display: block;
}

.count .fontname {
  font-family: Cousine, monospace;
  background: #f4f5f6;
  font-size: 12px;
  padding: 0.5em 3em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.count .number {
  font-size: 5rem;
  line-height: 1.3;
}

.count .save {
  background: #ffc700;
  font-family: Cousine, monospace;
  padding: 0.5em 1em;
  margin: 0;
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  width: 7em;
  height: 7em;
  display: flex;
  align-items: center;
  line-height: 1.3;
  border-radius: 50%;
  transform: rotate(8deg);
}

.count br {
  display: none;
}

.count strong:before {
  content: " ";
  display: inline;
}

.count>div:last-child {
  margin-top: 1em;
}

.count>div:last-child .number {
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .count {
    display: flex;
    max-width: 900px;
    margin: 3em auto 1em;
  }
  .count .fontname {
    font-size: 16px;
    width: 80%;
    max-width: 350px;
  }
  .count>div {
    width: 50%;
    padding-top: 1rem;
  }
  .count>div .number {
    line-height: 1.3;
    font-size: 7em;
    padding-top: 1rem;
  }
  .count>div:last-child {
    border-left: 1px solid #000;
    position: relative;
    margin-top: 0;
  }
  .count>div .save {
    position: absolute;
    top: 5rem;
    right: -1rem;
  }
}

@media screen and (min-width: 1024px) {
  .descrip {
    align-items: center;
    display: flex;
    align-content: center;
    margin: 3em 5%;
  }
  .text {
    max-width: 55%;
  }
}

.cta {
  margin: 6em 0 0;
  padding: 0 5%;
  text-align: center;
}

.cta a.link {
  font-size: unset;
  display: inline-block;
  transition: all 0.1s ease-in-out;
  transform: translate(0, 0);
  padding: 0.5em 1.5em;
  line-height: 1.5;
}

.cta a.link:hover {
  box-shadow: -5px 5px 0 #b8b8b9;
  transform: translate(5px, -5px);
}

.cta h3 {
  font-size: 1.25rem;
}

.footer {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 4rem;
  background: #000;
  color: white;
  position: absolute;
  padding: 2rem 0.75rem;
}

.footer a {
  color: white;
}

.footer p {
  text-align: center;
  font-family: Cousine, monospace;
  font-size: 12px;
  margin: 0;
}

.signup input {
  font-family: Cousine, monospace;
  font-size: 12px;
  border-radius: 0;
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
  border: 1px solid white;
  line-height: 1.5;
  display: block;
}

.signup input[type="submit"] {
  background: #000;
  color: white;
  text-transform: capitalize;
  font-family: Cousine, monospace;
}

.signup input[type="submit"]:hover, .signup input[type="submit"]:focus {
  background: white;
  border-color: white;
  color: #000;
  cursor: pointer;
  outline: none;
}

.signup input[type="email"] {
  margin-top: 1em;
  background: none;
  border-bottom: 1px solid #fff;
  border-color: transparent;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
  color: white;
}

@media screen and (min-width: 600px) {
  .signup input[type="email"] {
    text-align: left;
  }
}

.signup input[type="email"]:focus {
  background: #2d2d2d;
  outline: none;
}

.signup input[type="email"]::placeholder {
  color: white;
}

.signup input[type="email"]:focus::placeholder {
  color: transparent;
}

@media screen and (min-width: 600px) {
  #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
  }
  #mc_embed_signup_scroll input {
    width: auto;
    margin: 0 0.5em 0.5em;
  }
  #mc_embed_signup_scroll input[type="email"] {
    width: 180px;
  }
  #mc_embed_signup_scroll input[type="email"]:focus {
    background: none;
  }
}

.fml {
  max-width: 500px;
  margin: 2em auto;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .fml {
    width: 35%;
    max-width: unset;
    margin-top: 3em;
  }
}

.fml .fml_text_new {
  font-family: "Times New Roman";
}

.fml fml_text_newer {
  font-family: "Times Newer Roman";
}

.fml:before {
  content: "\263A";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  font-family: Arial;
  line-height: 0;
  transition: all 0.2s ease-in-out;
  transform: translatey(0.5em);
  opacity: 0;
}

.fml .outlined_type {
  fill: black;
  transition: all 0.2s ease-in-out;
}

.fml:hover:before {
  transform: translatey(0);
  opacity: 1;
}

.fml_text_newer:hover {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.fml:hover .outlined_type {
  fill: #000;
}

.much {
  text-align: center;
  padding-top: 1.5em;
  position: relative;
  margin-top: 1.5em;
  font-family: Cousine, monospace;
  font-size: 13px;
}

.much:after {
  display: block;
  border: 1px solid #000;
  border-width: 0 1px;
  height: 15px;
  content: "";
  width: 97%;
  left: 2%;
  right: 1%;
  position: absolute;
  top: 0;
}

.much:before {
  display: block;
  border-bottom: 1px solid #000;
  padding-top: 7px;
  content: "";
  width: 97%;
  left: 2%;
  right: 1%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 500px) {
  .demo {
    display: none;
  }
}

/* .links a:nth-of-type(1) {
  display: block;
  width: 140px;
  margin: 0 auto;
} */

/* .links a:nth-of-type(1) img {
  width: 140px;
  height: auto;
  padding-bottom: 10px;
} */

@media (max-width: 768px) {
  .download-hero {
    min-height: 90vh !important;
  }
  .header {
    position: relative;
  }
  form {
    float: unset;
    width: 100%;
    margin-top: 1.5rem;
  }
  div.field {
    display: flex;
    flex-direction: column;
  }
  div.field input, div.field .button {
    outline: unset;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    height: 38px;
    text-align: center;
  }
  div.field .button {
    margin-left: 0rem;
  }
}

@media (max-width: 600px) {
  .links {
    width: 100%;
    text-align: center;
  }
  .descrip {
    margin: 4em 5%;
  }
  .button_newer, .button_new {
    width: 49%;
    display: inline-block;
  }
  .download-hero .fml {
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

@media (max-width: 370px) {
  .button_newer, .button_new {
    width: 100%;
    display: block;
  }
}

.download-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-hero .footer {
  position: relative;
}

.download-hero .cta {
  margin: 0;
  padding: 0 5%;
  text-align: center;
}

/*# sourceMappingURL=main-cn2.css.map */

/* MSCHFPreloader */
#MSCHFPreloader {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  top: 0;
  z-index: 999999;
  opacity: 1;
  transition: all 1.25s;
}

#MSCHFPreloader.preloader-hidden {
  opacity: 0;
}

#MSCHFPreloader.preloader-remove {
  display: none;
}

#MSCHFPreloader .gradient-background {
  background: #18a7e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#18a7e5), color-stop(35%, #18a7e5), color-stop(60.5%, #ff0400), color-stop(60.5%, #ffc800), to(#ffc800));
  background: linear-gradient(180deg, #18a7e5 0%, #18a7e5 35%, #ff0400 60.5%, #ffc800 60.5%, #ffc800 100%);
  width: 300%;
  height: 300%;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
}

#MSCHFPreloader .gradient-background.rotate {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#MSCHFPreloader .loader-inner {
  background: #000;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  position: absolute;
  z-index: 9;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  color: #fff;
}

#MSCHFPreloader .loader-inner .content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  transition: all 1.5s;
  opacity: 0;
}

#MSCHFPreloader .loader-inner .content-wrapper.show-wrapper {
  opacity: 1;
}


#MSCHFPreloader .loader-inner .content-wrapper h1, #MSCHFPreloader .loader-inner .content-wrapper h2, #MSCHFPreloader .loader-inner .content-wrapper h3 {
  font-family: Andale Mono;
  line-height: 1.75rem;
  font-size: 1.5rem;
}

#MSCHFPreloader .loader-inner .content-wrapper h3 {
  color: #ffffff;
}

#MSCHFPreloader .loader-inner .content-wrapper h1{
  color: #ff0400;
}