/* JOST* */
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../../fonts/Jost-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ipad {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.screenshot {
  margin: 0 auto;
  max-width: 1026px;
}

.ipad-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.hero .ipad-container {
  width: 100%;
}

.ipad-container video, .ipad-container img.screenshot-image {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 93.5%;
}

.portrait .ipad-container video, .portrait .ipad-container img.screenshot-image {
  width: 91.5%;
}

.screenshot.portrait {
  max-width: 726px !important;
}

.image {
  max-width: 896px;
  margin: 0 auto;
}

.image img {
  display: block;
  border-radius: 20px;
  width: 100%;
}

.drawing img {
  display: block;
  margin: auto;
  max-width: 80%;
}

ul.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 16px 0;
}
ul.features li {
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin-left: 0px;
  margin-right: 0;
  padding: 0 0 32px 0;
  position: relative;
}
@media only screen and (min-width: 561px) {
  ul.features li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 560px) {
  ul.features li {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 561px) and (max-width: 850px) {
  ul.features li {
    width: 50%;
  }
}
@media only screen and (min-width: 851px) {
  ul.features li {
    float: left;
    width: 33%;
  }
}
ul.features .feature {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
ul.features .feature-title {
  font-weight: 600;
}

.side-content ul.features li {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

ul.tools-list li {
  padding-bottom: 0;
}

.features-container {
  position: relative;
}

.export-types li .feature {
  padding-bottom: 64px;
}

.export-types li .feature li {
  padding-bottom: 0;
}

.export-types li .feature p {
  margin: 0;
}

ul.features .export-capabilities {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.features .export-capabilities li {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  float: none;
  font-size: 0.625em;
  font-weight: 600;
  margin-left: 8px;
  margin-bottom: 24px;
  padding: 2px 12px;
  text-transform: uppercase;
  width: auto;
}
ul.features .export-capabilities li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 561px) {
  .device-left .screenshot {
    left: -320px;
    margin: 0 0 0 auto;
  }
  .device-left .side-content {
    right: 0;
  }
}

@media only screen and (min-width: 561px) {
  .device-right .screenshot {
    right: -320px;
    margin: 0 auto 0 0;
  }
  .device-right .side-content {
    left: 0;
  }
}

@media only screen and (min-width: 561px) {
  .device-left, .device-right {
    margin: 0 auto;
    max-width: 896px;
    position: relative;
  }
  .device-left .screenshot, .device-right .screenshot {
    max-width: 100%;
    position: relative;
  }
  .device-left .side-content, .device-right .side-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
  }
  .device-left .side-content li, .device-right .side-content li {
    margin-top: 80px;
  }
  .device-left .side-content li:nth-child(1), .device-right .side-content li:nth-child(1) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 415px) {
  .project-section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 416px) {
  .project-section {
    padding: 160px 0;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.black {
  background: #000000;
}

.light-grey {
  background: #F3F3F3;
}

.dark-grey {
  background: #1D1C1F;
}

.black, .dark-grey {
  color: #FFFFFF;
}
.black a, .dark-grey a {
  color: #FFFFFF;
}

.features {
  margin: 0 auto;
  max-width: 928px;
}

ul.features {
  max-width: 928px;
}

.feature-list {
  padding-top: 16px;
  text-align: center;
}

.feature {
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 561px) {
  .feature {
    padding: 48px;
    padding-bottom: 64px;
  }
}

.black .feature {
  background-color: #1D1C1F;
}

@media only screen and (max-width: 560px) {
  .color-panel {
    background-color: #1D1C1F;
    border-radius: 20px;
    padding: 24px;
    padding-bottom: 40px;
    margin: 32px 0 32px 0;
    text-align: center;
  }
}
.white .feature, .light-grey .feature {
  background: rgba(0, 0, 0, 0.05);
}

.white .tool, .light-grey .tool, .black .tool {
  background: rgba(0, 0, 0, 0);
}

.feature-list .feature {
  padding: 24px;
  padding-bottom: 40px;
}

.feature-list .tool {
  padding-bottom: 24px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

.column {
  display: block;
  margin: 0 0 32px 0;
}
@media only screen and (min-width: 561px) {
  .column {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.double-column {
  display: block;
  margin: 0 0 32px 0;
  position: relative;
}
@media only screen and (min-width: 561px) {
  .double-column {
    display: flex;
    flex-direction: column;
    flex: 2;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.drawing .column img {
  margin-top: 64px;
}

@media only screen and (max-width: 560px) {
  .drawing .column img {
    margin-top: 32px;
  }

  .drawing .double-column img {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 561px) {
  .drawing .double-column p {
    width: 41.7%;
  }

  .drawing .double-column img {
    max-width: 30%;
    position: absolute;
    right: 12%;
    top: 0;
    bottom: 0;
  }
}
.feature .icon {
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
  height: 36px;
  width: 36px;
}

.tool .icon {
  border-radius: 0;
  height: auto;
  width: auto;
}

.pink1 .icon {
  background: #d00bd1;
}

.pink2 .icon {
  background: #bd1cd0;
}

.pink3 .icon {
  background: #ab2dcf;
}

.purple1 .icon {
  background: #983ecf;
}

.purple2 .icon {
  background: #864fce;
}

.purple3 .icon {
  background: #7360ce;
}

.blue1 .icon {
  background: #6172cd;
}

.blue2 .icon {
  background: #4e83cd;
}

.blue3 .icon {
  background: #3c94cc;
}

.cyan1 .icon {
  background: #29a5cc;
}

.cyan2 .icon {
  background: #17b6cb;
}

.cyan3 .icon {
  background: #05c8cb;
}

h1, h2 {
  line-height: 1.2em;
  text-align: center;
}

@media only screen and (max-width: 415px) {
  h1 {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 416px) {
  h1 {
    margin-bottom: 48px;
    font-size: 4.5em;
  }
}

h2 {
  margin: 0 auto 16px auto;
  max-width: 680px;
}
@media only screen and (min-width: 416px) {
  h2 {
    font-size: 3.75em;
  }
}

.feature h3 {
  margin-top: 16px;
}

h3 {
  font-size: 1.25em;
  font-weight: 600;
}

@media only screen and (max-width: 415px) {
  .color-panel h3 {
    font-weight: 600;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 416px) {
  .color-panel h3 {
    font-weight: 600;
    font-size: 1.25em;
  }
}

.section-container .body p {
  font-weight: 400;
  max-width: 680px;
  text-align: center;
}
@media only screen and (max-width: 415px) {
  .section-container .body p {
    font-size: 1em;
    margin: 0 auto 24px auto;
  }
}
@media only screen and (min-width: 416px) {
  .section-container .body p {
    font-size: 1.25em;
    margin: 0 auto 64px auto;
  }
}

.hero .body p {
  margin-bottom: 32px;
  max-width: 836px;
}
@media only screen and (max-width: 415px) {
  .hero .body p {
    font-size: 1em;
  }
}
@media only screen and (min-width: 416px) {
  .hero .body p {
    font-size: 1.25em;
  }
}

p.attribution {
  text-align: right;
  margin: 8px 0 16px 0;
}
@media only screen and (max-width: 415px) {
  p.attribution {
    font-weight: 400;
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 416px) {
  p.attribution {
    font-weight: 400;
    font-size: 1em;
  }
}

.dark p {
  color: #FFFFFF;
}

@media only screen and (min-width: 561px) {
  .device-right p.attribution {
    text-align: left;
  }
}

.variant {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 561px) {
  .variant {
    padding: 0 40px;
  }
}
.variant h3 {
  text-transform: uppercase;
}
.variant li {
  display: flex;
  padding-bottom: 8px;
}
.variant li p {
  flex-grow: 1;
  margin-left: 16px;
  margin-top: 4px;
}
.variant ul {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
  text-align: left;
}
.variant .app-icon {
  margin-bottom: 16px;
}
.variant .icon {
  border-radius: 50%;
}
.variant .button {
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 32px;
  padding-bottom: 14px;
  padding-top: 14px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 561px) {
  .variant .button {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

#newsletter form {
  max-width: 680px;
  margin: 40px auto 0 auto;
}
#newsletter label {
  display: none;
}
#newsletter input {
  background: #302E33;
  border: none;
  border-radius: 16px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: "Jost", -apple-system, sans-serif;
  font-size: 1.25em;
  margin: 0 0 16px 0;
  padding: 16px 24px;
  width: 100%;
}
#newsletter input.button {
  background: #3969FF linear-gradient(135deg, #00CEFF 0%, #7400FF 100%);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}
#newsletter .sparok {
  display: none;
}
#newsletter .submit-container {
  text-align: right;
}

.footer {
  padding: 64px 24px 64px 24px;
  text-align: center;
}
.footer section {
  max-width: 686px;
  margin: 0 auto;
}
.footer p.subtle {
  opacity: 0.85;
}

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