@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Space+Mono&subset=latin-ext");
* {
  margin: 0;
  padding: 0;
  text-decoration: none; }

h2 {
  font-size: 44px;
  font-weight: 400;
  margin: 25px 0; }

h3 {
  font-size: 34px;
  font-weight: 400; }

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #221E28;
  text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -moz-osx-text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

section {
  width: 100%; }

#polymath-logo {
  width: 140px;
  height: 40px; }

.content-max-width {
  max-width: 1080px;
  padding: 0 80px;
  margin: 0 auto; }

.btn {
  font-family: "Space Mono", monospace;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase; }

.main-btn {
  padding: 12px 50px;
  color: #221E28;
  background: #FFC924; }

.blue-btn {
  color: #221E28;
  padding: 12px;
  font-size: 14px;
  background-color: #1EF7F8;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  width: 82px;
  border: none;
  margin-left: 10px; }

.sec-btn {
  border: solid 2px #FFC924;
  color: #FFC924;
  padding: 10px 48px; }

input[type="email"] {
  font-family: "Space Mono", monospace;
  font-size: 16px;
  color: white;
  padding: 0 10px;
  height: 40px;
  border: solid 2px #1EF7F8;
  background: rgba(0, 0, 0, 0);
  width: 300px; }

input::-moz-placeholder {
  color: white;
  font-size: 16px;
  padding-top: 0px; }

input::-webkit-input-placeholder {
  color: white;
  font-size: 16px;
  padding: 0px; }

nav {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }
  nav ul {
    display: flex;
    align-content: space-around;
    list-style: none; }
    nav ul li {
      margin-right: 30px; }
      nav ul li:last-child {
        margin-right: 0; }
      nav ul li a {
        color: white; }

.section-1 {
  background: url(../imgs/hero-bg.svg);
  min-height: 712px;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }
  .section-1 .top-bar {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0; }
  .section-1 .hero {
    display: flex;
    align-items: center;
    height: 50%;
    color: white;
    padding-top: 40px; }
    .section-1 .hero .hero-content {
      position: relative;
      z-index: 1;
      display: flex;
      padding: 0 50px; }
      .section-1 .hero .hero-content .title {
        font-size: 46px;
        font-weight: 700;
        display: block;
        line-height: 110px;
        margin-right: 50px; }
        .section-1 .hero .hero-content .title span {
          font-size: 156px; }
      .section-1 .hero .hero-content .short-desc {
        font-family: "Space Mono", monospace;
        font-size: 18px;
        line-height: 26px;
        padding-top: 105px; }
        .section-1 .hero .hero-content .short-desc p {
          margin-bottom: 30px; }
    .section-1 .hero .hero-bg {
      position: absolute;
      width: 100%;
      z-index: 0;
      top: 0; }

.main-features {
  display: block;
  overflow: hidden;
  padding: 100px 40px; }
  .main-features .feature-box {
    width: 44%;
    float: left;
    display: flex;
    margin: 3%; }
    .main-features .feature-box .symbole {
      margin-right: 40px; }
    .main-features .feature-box .desc p {
      font-size: 14px;
      line-height: 21px;
      font-family: "Space Mono", monospace;
      margin: 15px 0; }

.secure-and-responsivity {
  display: flex;
  margin: 190px auto 280px; }
  .secure-and-responsivity .text-content {
    max-width: 720px; }
    .secure-and-responsivity .text-content p {
      font-size: 16px;
      line-height: 24px;
      font-family: "Space Mono", monospace;
      padding-right: 40px; }
  .secure-and-responsivity .techniques {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px; }
    .secure-and-responsivity .techniques .brand {
      display: flex;
      align-items: center;
      margin: 15px 0; }
      .secure-and-responsivity .techniques .brand .brand-img {
        position: relative; }
        .secure-and-responsivity .techniques .brand .brand-img img.dark-icon {
          position: absolute;
          top: -2px;
          left: 2px; }
        .secure-and-responsivity .techniques .brand .brand-img:hover img.blue-icon {
          opacity: 0; }

#secure-and-responsivity {
  background-image: url(../imgs/blue-gradient.svg);
  background-size: cover;
  background-position: top;
  padding: 10px 0 30px; }

footer {
  background-color: #221E28;
  color: white;
  padding: 50px 0; }
  footer #footer-poly {
    width: 100%;
    margin-top: -120px; }
  footer .footer-content h2 {
    text-align: center; }
  footer .footer-content .contact-wrapper {
    display: flex;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    line-height: 24px;
    margin: 60px 0 100px;
    margin-bottom: 100px; }
    footer .footer-content .contact-wrapper .message-box {
      background: rgba(0, 0, 0, 0.2);
      padding: 40px;
      width: 50%;
      margin-right: 20px; }
      footer .footer-content .contact-wrapper .message-box p {
        margin-bottom: 40px; }
    footer .footer-content .contact-wrapper .newsletter {
      padding: 40px;
      width: 51%; }
      footer .footer-content .contact-wrapper .newsletter p {
        margin-bottom: 30px; }
      footer .footer-content .contact-wrapper .newsletter div#mc_embed_signup_scroll {
        display: flex; }
  footer .bottom-content {
    display: flex;
    justify-content: space-between; }
    footer .bottom-content .bottom-left {
      font-size: 12px; }
      footer .bottom-content .bottom-left .bottom-links {
        display: flex;
        margin-bottom: 25px; }
        footer .bottom-content .bottom-left .bottom-links span {
          display: flex;
          align-items: center;
          margin-right: 20px; }
          footer .bottom-content .bottom-left .bottom-links span svg {
            margin-right: 7px; }
          footer .bottom-content .bottom-left .bottom-links span:last-child {
            margin-right: 0; }
          footer .bottom-content .bottom-left .bottom-links span a {
            color: white; }
    footer .bottom-content .bottom-right {
      display: block;
      text-align: right; }
      footer .bottom-content .bottom-right nav {
        margin-bottom: 20px; }

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