body {
  margin: 0px;
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  body.dark {
    background: darkgray; }

footer {
  background: #361168; }
  footer .footer-menu {
    padding: 50px;
    display: flex;
    flex-direction: column; }
    footer .footer-menu div {
      color: white;
      max-width: 400px; }
    footer .footer-menu ul {
      list-style: none; }
      footer .footer-menu ul li a {
        color: white; }
        footer .footer-menu ul li a:hover {
          color: lightgray; }
    @media (min-width: 768px) {
      footer .footer-menu {
        flex-direction: row; } }
  footer .footer-copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    background: #600fca;
    color: #a671ec;
    padding: 10px 0px; }

input, textarea {
  width: calc(100% - 20px);
  max-width: 800px;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  border: none; }
  input:focus, textarea:focus {
    outline: none !important;
    border: transparent;
    box-shadow: 0 3px #6d1cd6; }

button, .btn {
  background: #6d1cd6;
  padding: 4px 10px;
  margin: 10px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer; }

table {
  margin: 40px 0px 40px 0px;
  border-collapse: collapse; }
  table tr th {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: #c4c4c4;
    padding: 10px; }
  table tr td {
    min-width: 33%;
    border-bottom: 1px solid #999999;
    background: #dfdfdf;
    padding: 20px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px; }

.top-boarder {
  height: 5px;
  background-image: linear-gradient(to right, #d1d16b, #f1ba63, #ffa271, #ff8d8f, #ff82b2, #fc7ebf, #f57dce, #ea7dde, #ef76d7, #f36fcf, #f767c7, #fb5fbe); }

.header {
  background-color: #6d1cd6;
  width: 100%;
  display: flex;
  flex-direction: row; }
  .header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 20px; }
    .header .logo a {
      color: #e2cffc;
      font-weight: 700;
      text-decoration: none;
      font-size: 24px; }
    .header .logo a:hover {
      color: #c89eff; }
  .header ul {
    padding: 10px;
    display: flex;
    flex-direction: row;
    list-style: none; }
    .header ul li {
      padding: 0px 10px;
      font-weight: 600; }
      .header ul li a {
        color: #e2cffc;
        text-decoration: none; }
      .header ul li a:hover {
        color: #c89eff; }
      .header ul li.active a {
        color: white; }

.hero {
  display: flex;
  flex-direction: column;
  background: #361168;
  color: white;
  padding: 20px 0px 20px 0px; }
  .hero div {
    width: 100%;
    margin: 5px; }
    .hero div img {
      max-width: 100%;
      max-height: 100%;
      max-inline-size: 100%;
      block-size: auto; }
    .hero div h1 {
      margin: 0 20px 0 20px;
      max-width: 500px; }
  @media (min-width: 768px) {
    .hero {
      flex-direction: row; }
      .hero div {
        width: 50%;
        margin: 5px; }
        .hero div img {
          max-width: 400px;
          max-height: 400px;
          max-inline-size: 100%;
          block-size: auto; }
        .hero div h1 {
          margin: 0 20px 0 20px;
          max-width: 500px; } }
.page {
  margin: 20px 0px 100px 0px; }

.key {
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  text-align: center;
  color: #555;
  cursor: pointer;
  padding: 0px 10px;
  margin: 0 8px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  text-shadow: 0 0.5px 1px #777, 0 2px 6px #f2f2f2;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
  font-family: sans-serif;
  display: inline-block;
  transition: box-shadow 0.3s ease, transform 0.15s ease;
  box-shadow: 0 0 1px #888, 0 1px 0 #fff, 0 6px 0 #C0C0C0, 0 8px 17px rgba(68, 68, 68, 0.4), 2px 1px 4px rgba(68, 68, 68, 0.25), -2px 1px 4px rgba(68, 68, 68, 0.25), 0 9px 16px rgba(68, 68, 68, 0.1); }
  .key:hover, .key:focus {
    box-shadow: 0 0 1px #888, 0 1px 0 #fff, 0 4px 0 #C0C0C0, 0 2px 35px rgba(68, 68, 68, 0.3), 2px 2px 4px rgba(68, 68, 68, 0.25), -2px 2px 4px rgba(68, 68, 68, 0.25), 0 7px 4px rgba(68, 68, 68, 0.1);
    transform: translateY(2px); }
  .key:active {
    box-shadow: 0 0 1px #888, 0 1px 0 #fff, 0 0 0 #C0C0C0, 0 0px 30px rgba(68, 68, 68, 0.15), 2px 2px 4px rgba(68, 68, 68, 0.25), -2px 2px 4px rgba(68, 68, 68, 0.25), 0 0px 4px rgba(68, 68, 68, 0.25);
    transform: translateY(4px); }

.platforms {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px; }
  .platforms .card {
    min-width: 200px;
    background: #cfcfcf;
    border-radius: 5px;
    padding: 20px;
    margin: 10px; }
  @media (min-width: 768px) {
    .platforms {
      flex-direction: row; }
      .platforms .card {
        max-width: 200px; } }
.platform .platform-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 20px; }
  .platform .platform-header img {
    margin-right: 10px; }
  .platform .platform-header .platform-title {
    font-size: 24px; }

.platform .platform-description {
  margin-left: 62px; }

.platform .platform-content {
  margin-bottom: 50px; }

.breadcrumbs {
  background: #361168;
  margin: 0;
  padding: 10px 5px 10px 5px;
  overflow-x: auto; }
  .breadcrumbs ol {
    display: flex;
    flex-direction: row;
    list-style: none; }
    .breadcrumbs ol li {
      white-space: nowrap; }
      .breadcrumbs ol li a {
        color: white; }
      .breadcrumbs ol li span {
        padding: 0px 5px 0px 5px;
        color: white; }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding: 10px 20px 10px 20px;
      overflow: hidden; } }
.hidden {
  display: none; }
