/*
	Telephasic by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

:root {
  --text-color: #52575c;
  --purple: #393357;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--text-color);
  line-height: 1.75em;
  font-size: 18px;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: var(--text-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}

a {
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  color: inherit;
  text-decoration: none;
  border-bottom: dotted 1px #62676c;
}

a:hover {
  color: var(--purple);
  border-bottom-color: rgba(255, 255, 255, 0);
}

p {
  margin-bottom: 1.5em;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

code {
  background-color: #cac9ff;
  padding: 0.2em 0.2em 0.1em 0.2em;
  font-size: 90%;
  border-radius: 2px;
}

.feature header svg,
.k-section-header svg,
.usecases svg,
.k-community svg {
  width: 1em;
  height: 1em;
}

.usecases svg {
  fill: var(--text-color);
  vertical-align: text-bottom;
  font-size: 25px;
}

.usecase > h4 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.top-links {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  margin: 0.5em 1em;
  font-size: 1.2em;
  color: #eee;
}
.top-links a:hover {
  color: white;
}

.highlight {
  padding: 0.4em 0.8em;
  margin-bottom: 1.5em;
  border-radius: 6px;
  overflow: auto;
}
.highlight pre {
  font-size: 0.85em;
  line-height: 1.5em;
}

.image.featured {
  overflow: hidden;
}

.image-wrapper.first:before {
  box-shadow: none;
  background: none;
}

.k-community li {
  margin: 0 0 1em 1em;
}

.k-community li a {
  border-bottom: none;
}

.k-community li a svg {
  display: inline-block;
  color: white;
  background: #61666b;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  border-radius: 0.35em;
  text-align: center;
  line-height: 2em;
  margin-right: 0.75em;
  fill: white;
  vertical-align: middle;
}

@media screen and (min-width: 820px) {
  .k-community {
    display: flex;
    width: 100%;
  }
  .k-community li {
    flex: 1;
    justify-content: space-around;
  }
}

.image.featured {
  border-radius: 6px;
}

h4.icon {
  font-family: inherit;
  line-height: 1.5em;
}

.spacing-top {
  padding-top: 20px;
}

article > ul,
article > ol {
  list-style-type: square;
  margin-left: 1em;
}

.k-section-header {
  margin-bottom: 1em;
}

@media (min-width: 736px) {
  .k-section-header {
    margin-bottom: 1.5em;
  }
}

.k-section-header h3 {
  display: block;
  color: var(--purple);
  padding: 0.75em 0 1em 0;
  font-size: 1em;
  line-height: 1.5em;
}

@media (min-width: 736px) {
  .k-section-header h3 {
    font-size: 1.5em;
  }
}

.k-major {
  text-align: center;
}

.k-button {
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  display: inline-block;
  color: inherit;
  background: none;
  text-decoration: none;
  border: solid 1px #c2c7cc;
  border-radius: 0.35em;
  padding: 0.8em 2em 0.8em 2em;
  cursor: pointer;
  outline: 0;
}

.k-button:hover {
  color: var(--purple);
  border-color: rgba(243, 88, 88, 0.5);
}

.feature header svg,
.k-section-header svg {
  fill: var(--text-color);
}

.code-sample {
  text-align: left;
  background-color: #282828;
  overflow-x: auto;
  max-width: 100%;
  padding: 16px;
  margin-top: 16px;
  color: #fbf1c7;
}

.code-sample code {
  background-color: transparent;
}

.s-red {
  color: #fb4934;
}
.s-orange {
  color: #fabd2f;
}
.s-green {
  color: #b8bb26;
}

.feature ul {
  font-size: 1.2em;
  line-height: 1.75em;
}

.k-wrapper {
  padding: 3em 20px 3em 20px;
}

@media (min-width: 736px) {
  .k-wrapper {
    padding: 3.5em 2em 3.5em 2em;
  }
}

@media (min-width: 1080px) {
  .k-wrapper {
    padding: 4em 0 4em 0;
  }
}

@media (min-width: 1280px) {
  .k-wrapper {
    padding: 4.5em 0 4.5em 0;
  }
}

.k-container {
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .k-container {
    max-width: 1200px;
  }
}

.ecosystem {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
}

@media (min-width: 820px) {
  .ecosystem {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
  }
}

.ecosystem img {
  border-radius: 6px;
  display: block;
  width: 100%;
  margin: 0 0 3em 0;
  transition: opacity 0.25s ease-in-out;
}

.ecosystem .k-feature {
  text-align: center;
  margin-bottom: 3em;
}

.ecosystem a:hover img {
  opacity: 0.75;
}

@media (min-width: 820px) {
  .architecture {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
  }
}

.architecture .k-feature {
  text-align: center;
  margin-bottom: 3em;
}

@media (min-width: 820px) {
  .architecture .k-feature {
    margin-bottom: 0;
  }
}

.k-promo-wrapper {
  background-image: url(images/overlay.png), url(../../images/promo.jpg);
  background-size: 192px 192px, cover;
  background-position: top left, center center;
  color: white;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media (min-width: 736px) {
  .k-promo-wrapper {
    padding: 2em;
  }
}

@media (min-width: 1080px) {
  .k-promo-wrapper {
    padding: 5em;
  }
}

@media (min-width: 1280px) {
  .k-promo-wrapper {
    padding: 6em 0 6em 0;
  }
}

.k-promo {
  background: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 0.5em;
  padding: 1.75em 2.5em 1.75em 2.5em;
  width: 100%;
  max-width: 900px;
}

.k-promo h2 {
  color: white;
  margin: 0 0 1em 0;
  font-size: 1.5em;
}

@media (min-width: 1080px) {
  .k-promo h2 {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.75em;
  }
}

.k-promo .k-button {
  background: white;
  border-color: rgba(255, 255, 255, 0);
  color: #27636b;
  font-size: 1.25em;
}

.k-promo .k-button:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}

.usecase {
  margin-bottom: 40px;
}

@media (min-width: 820px) {
  .usecases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
  }
}

.k-header-wrapper {
  background-image: url("images/overlay.png"), url("images/header.svg"),
    linear-gradient(75deg, #6361b2 15%, var(--purple) 55%);
  background-color: var(--purple);
  background-size: 100% 620%;
  background-size: 128px 128px, 100% 100%, auto;
  background-repeat: repeat, no-repeat, no-repeat;
  text-align: center;
}

.k-header-wrapper h1 img {
  width: 280px;
}

@media (min-width: 736px) {
  .k-header-wrapper h1 img {
    width: 368px;
  }
}

.k-header-wrapper h1 a {
  border: none;
}

.k-logo-standalone {
  display: inline-block;
  margin: 3em 0;
}

.k-hero {
  color: white;
  padding: 2.5em 2em 0 2em;
}

@media (min-width: 736px) {
  .k-hero {
    padding: 3.5em 4em 0 4em;
  }
}

@media (min-width: 1080px) {
  .k-hero {
    padding: 0;
  }
}

.k-hero h1 img {
  width: 280px;
}

@media (min-width: 736px) {
  .k-hero h1 img {
    width: 368px;
  }
}

.k-hero h2 {
  color: white;
  font-size: 1.5em;
  margin-top: 1em;
}

.k-hero p {
  font-size: 1em;
}

@media (min-width: 736px) {
  .k-hero h2 {
    font-size: 2.5em;
  }

  .k-hero p {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

@media (min-width: 820px) {
  .k-hero h2 {
    font-size: 2.75em;
  }
}

@media (min-width: 1080px) {
  .k-hero h2 {
    font-size: 3.5em;
  }
}

.k-hero a {
  color: white;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.k-hero a:hover {
  border-color: transparent;
}

.k-hero .k-button {
  background: white;
  border-color: rgba(255, 255, 255, 0);
  color: var(--purple);
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

.k-hero .k-button:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}

.k-actions {
  padding-top: 1em;
}

.k-actions li {
  display: inline-block;
  margin-left: 1em;
}

.k-footer-wrapper {
  position: relative;
  border-top: solid 1px #c2c7cc;
  padding: 2em 0 2em 0;
  background-image: url("images/overlay.png"), url("images/footer.svg");
  background-size: 128px 128px, 100% 100%;
}

.k-copyright {
  text-align: center;
  opacity: 0.8;
  margin-top: 2em;
}
