/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px 10px 5px 5px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

div.launch {
  background-color: hsl(205deg, 15%, 15%);
}
div.launch h1 {
  color: hsl(205deg, 30%, 60%);
}
div.launch h2 {
  text-align: center;
  color: white;
}
div.launch p {
  margin: 5px 0;
  height: 30px;
  color: hsl(0deg, 0%, 70%);
}
div.launch button {
  background-color: hsl(205deg, 100%, 60%);
  color: black;
  border: 2px solid hsl(25deg, 10%, 10%);
  border-radius: 20px;
  margin: 20px 0;
  padding: 10px 20px;
  width: 200px;
  font-size: 24px;
  font-weight: bold;
}
div.launch div.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
div.launch div.content div.product {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 350px;
  padding: 25px;
  border: solid 1px hsl(0deg, 0%, 24%);
  border-radius: 12px;
  background-color: hsl(205deg, 10%, 20%);
}

/* Developer colors

   Prefixes
   cf - Foreground color
   cb - Background color
   cd - Border color
   cg - Color group
   cs - Color stack

   Sub-prefixes
   -f - filter (example cg-f1)
   -g - grayscale (example cg-g1)
   -h - with hue (example cg-h1)

 */
/*
$dhue-base: 185;
$dhue-comp: 125;
$dhue-accent: 195;
*/
/* Instead of pages, surfaces, etc.? */
/* hsl($dhue-base, 80%, 40%); */
/* hsl($dhue-base, 80%, 40%); */
/* text/ctrl accented */
/* value part of control */
/* border of value part of control */
/* base part of control */
/* base bg */
/* border around base part of control */
/* ctrl bg border */
/* ctrl bg */
.cf-wh {
  color: white;
}

.cf-g70 {
  color: hsl(0deg, 0%, 70%);
}

.cf-g50 {
  color: hsl(0deg, 0%, 50%);
}

.cf-g20 {
  color: hsl(0deg, 0%, 20%);
}

.cf-b15 {
  color: hsl(25deg, 10%, 50%);
}

.cf-b27 {
  color: hsl(25deg, 20%, 70%);
}

.cf-b44 {
  color: hsl(25deg, 40%, 40%);
}

.cf-b75 {
  color: hsl(25deg, 70%, 50%);
}

.cf-bs5 {
  color: hsl(25deg, 100%, 50%);
}

.cf-c24 {
  color: hsl(205deg, 20%, 40%);
}

.cf-c27 {
  color: hsl(205deg, 20%, 70%);
}

.cf-c44 {
  color: hsl(205deg, 40%, 40%);
}

.cf-c56 {
  color: hsl(205deg, 50%, 65%);
}

.cf-c75 {
  color: hsl(205deg, 70%, 50%);
}

.cf-cs6 {
  color: hsl(205deg, 100%, 65%);
}

.cb-g30 {
  background-color: hsl(0deg, 0%, 30%);
}

.cb-g24 {
  background-color: hsl(0deg, 0%, 24%);
}

.cb-g20 {
  background-color: hsl(0deg, 0%, 20%);
}

.cb-g12 {
  background-color: hsl(0deg, 0%, 12%);
}

.cb-g10 {
  background-color: hsl(0deg, 0%, 10%);
}

.cb-g08 {
  background-color: hsl(0deg, 0%, 8%);
}

.cb-g05 {
  background-color: hsl(0deg, 0%, 5%);
}

.cb-g04 {
  background-color: hsl(0deg, 0%, 4%);
}

.cb-g03 {
  background-color: hsl(0deg, 0%, 3%);
}

.cb-g00 {
  background-color: hsl(0deg, 0%, 0%);
}

.cb-tr {
  background-color: transparent;
}

.cb-a05 {
  background-color: hsla(0deg, 0%, 100%, 0.05);
}

.cb-b11 {
  background-color: hsl(25deg, 10%, 10%);
}

.cb-b21 {
  background-color: hsl(25deg, 20%, 10%);
}

.cb-c11 {
  background-color: hsl(205deg, 10%, 10%);
}

.cb-c21 {
  background-color: hsl(205deg, 20%, 8%);
}

.cb-c22 {
  background-color: hsl(205deg, 15%, 15%);
}

.cb-c32 {
  background-color: hsl(205deg, 30%, 15%);
}

.cb-c02 {
  background-color: hsl(205deg, 100%, 20%);
}

.cd-tr {
  border-color: transparent;
}

.cd-g30 {
  border-color: hsl(0deg, 0%, 30%);
}

.cd-g24 {
  border-color: hsl(0deg, 0%, 24%);
}

.cd-g20 {
  border-color: hsl(0deg, 0%, 20%);
}

.cd-g15 {
  border-color: hsl(0deg, 0%, 15%);
}

.cd-g12 {
  border-color: hsl(0deg, 0%, 12%);
}

.cd-b0518 {
  border-color: hsl(25deg, 5%, 18%);
}

.cd-2g1 {
  border-color: hsl(0deg, 0%, 30%) hsl(0deg, 0%, 30%) hsl(0deg, 0%, 24%) hsl(0deg, 0%, 24%);
}

.cg-g {
  color: hsl(0deg, 0%, 70%);
  background-color: hsl(0deg, 0%, 5%);
  border-color: hsl(0deg, 0%, 20%);
}

.cg-g2 {
  color: hsl(0deg, 0%, 75%);
  background-color: hsl(0deg, 0%, 8%);
  border-color: hsl(0deg, 0%, 25%);
}

.cg-g3 {
  color: hsl(0deg, 0%, 90%);
  background-color: hsl(0deg, 0%, 15%);
  border-color: hsl(0deg, 0%, 40%);
}

.cg-c1 {
  color: hsl(205deg, 50%, 70%);
  background-color: hsl(0deg, 0%, 8%);
  border-color: hsl(205deg, 20%, 20%);
}

.cg-c2 {
  color: hsl(205deg, 30%, 70%);
  background-color: hsl(205deg, 10%, 10%);
  border-color: hsl(205deg, 5%, 20%);
}

.cg-c3 {
  color: hsl(25deg, 30%, 80%);
  background-color: hsl(205deg, 25%, 15%);
  border-color: hsl(25deg, 5%, 20%);
}

.cs-btn-g {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsl(0deg, 0%, 20%);
}
.cs-btn-g:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-g:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-g:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-g1 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-btn-g1:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-g1:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 20%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-g1:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-g2 {
  color: hsl(0deg, 0%, 50%);
  background-color: hsl(0deg, 0%, 5%);
  border-color: transparent;
}
.cs-btn-g2:hover {
  filter: brightness(1.3);
  border-color: transparent;
  background-color: #252525;
}
.cs-btn-g2:active {
  filter: opacity(0.6);
  border-color: transparent;
  background-color: #0b0b0b;
}
.cs-btn-g2:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-g3 {
  color: hsl(0deg, 0%, 50%);
  background-color: hsl(0deg, 0%, 15%);
  border-color: hsl(0deg, 0%, 30%);
}
.cs-btn-g3:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 30%);
  background-color: #3c3c3c;
}
.cs-btn-g3:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 30%);
  background-color: #222222;
}
.cs-btn-g3:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b {
  color: hsl(25deg, 50%, 50%);
  background-color: transparent;
  border-color: hsl(25deg, 15%, 50%);
}
.cs-btn-b:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 15%, 50%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 15%, 50%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b1 {
  color: hsl(25deg, 10%, 50%);
  background-color: transparent;
  border-color: hsl(25deg, 10%, 30%);
}
.cs-btn-b1:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 10%, 30%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b1:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 10%, 30%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b1:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b2 {
  color: hsl(25deg, 15%, 70%);
  background-color: transparent;
  border-color: hsl(25deg, 10%, 40%);
}
.cs-btn-b2:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b2:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b2:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-b3 {
  color: hsl(25deg, 8%, 50%);
  background-color: transparent;
  border-color: hsl(25deg, 10%, 40%);
}
.cs-btn-b3:hover {
  filter: brightness(1.3);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-b3:active {
  filter: opacity(0.6);
  border-color: hsl(25deg, 10%, 40%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-b3:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-c {
  color: hsl(205deg, 50%, 50%);
  background-color: transparent;
  border-color: hsl(205deg, 0%, 25%);
}
.cs-btn-c:hover {
  filter: brightness(1.3);
  border-color: hsl(205deg, 0%, 25%);
  background-color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-btn-c:active {
  filter: opacity(0.6);
  border-color: hsl(205deg, 0%, 25%);
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.cs-btn-c:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-btn-s {
  color: hsl(0deg, 0%, 70%);
  background-color: hsl(205deg, 100%, 25%);
  border-color: hsl(0deg, 0%, 40%);
}
.cs-btn-s:hover {
  filter: brightness(1.3);
  border-color: hsl(0deg, 0%, 40%);
  background-color: #0061a6;
}
.cs-btn-s:active {
  filter: opacity(0.6);
  border-color: hsl(0deg, 0%, 40%);
  background-color: #004373;
}
.cs-btn-s:disabled {
  filter: grayscale(1);
  filter: opacity(0.5);
}

.cs-2 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
.cs-2:hover {
  background-color: hsla(0deg, 0%, 100%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.3);
}
.cs-2:active {
  background-color: hsla(0deg, 100%, 0%, 0.2);
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
.cs-2:disabled {
  color: hsl(0deg, 0%, 30%);
  background-color: hsla(0deg, 100%, 0%, 0);
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

.cs-txt-g {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-txt-g:hover, .cs-txt-g:active, .cs-txt-g:focus-visible {
  color: #d1d1d1;
  border-color: #474747;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-g1 {
  color: hsl(0deg, 0%, 70%);
  background-color: transparent;
  border-color: hsl(0deg, 0%, 20%);
}
.cs-txt-g1:hover, .cs-txt-g1:active, .cs-txt-g1:focus-visible {
  color: #d1d1d1;
  border-color: #474747;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-b {
  color: hsl(25deg, 50%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-txt-b:hover, .cs-txt-b:active, .cs-txt-b:focus-visible {
  color: #e8cdba;
  border-color: #564539;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-c {
  color: hsl(205deg, 50%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-txt-c:hover, .cs-txt-c:active, .cs-txt-c:focus-visible {
  color: #bad5e8;
  border-color: #394a56;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-txt-c1 {
  color: hsl(205deg, 50%, 70%);
  background-color: transparent;
  border-color: hsl(205deg, 20%, 20%);
}
.cs-txt-c1:hover, .cs-txt-c1:active, .cs-txt-c1:focus-visible {
  color: #bad5e8;
  border-color: #394a56;
  background-color: hsla(0deg, 0%, 0%, 0.4);
}

.cs-link {
  color: hsl(205deg, 20%, 70%);
  background-color: transparent;
  border-color: transparent;
}
.cs-link:hover, .cs-linkfocus {
  color: hsl(205deg, 20%, 90%);
}

.cs-link2 {
  color: hsl(205deg, 80%, 90%);
}
.cs-link2:hover {
  color: hsl(205deg, 70%, 50%);
}

.cs-bt1 {
  color: hsla(0deg, 0%, 100%, 0.5);
  background-color: transparent;
  border-color: hsla(0deg, 0%, 100%, 0.2);
}
.cs-bt1:hover {
  color: hsla(0deg, 0%, 100%, 0.6);
  background-color: hsla(0deg, 0%, 100%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.3);
}
.cs-bt1:active {
  color: hsla(0deg, 0%, 100%, 0.4);
  background-color: hsla(0deg, 0%, 0%, 0.1);
  border-color: hsla(0deg, 0%, 100%, 0.1);
}

.cs-bt2 {
  color: white;
  background-color: hsl(25deg, 45%, 30%);
  border-color: hsl(25deg, 20%, 70%);
}
.cs-bt2:hover {
  background-color: hsl(25deg, 60%, 40%);
}
.cs-bt2:active {
  background-color: hsl(25deg, 60%, 20%);
}

.cs-bt3 {
  color: hsl(205deg, 10%, 60%);
  border-color: hsl(205deg, 0%, 35%);
  background-color: black;
}
.cs-bt3:hover {
  color: hsl(205deg, 10%, 75%);
  border-color: hsl(205deg, 20%, 50%);
}
.cs-bt3:active {
  /*
  color: hsl($dhue-comp, 25%, 95%);
  border-color: hsl($dhue-comp, 30%, 70%);
  */
  background-color: hsl(205deg, 40%, 30%);
}
.cs-bt3:disabled {
  border-color: hsla(0deg, 0%, 100%, 0.1);
  color: hsla(0deg, 0%, 100%, 0.1);
}
.cs-bt3:disabled:active {
  background-color: transparent;
}

.ch-1:hover {
  background-color: hsl(0deg, 0%, 50%);
}

.ch-1:hover,
.ch-1 *:hover {
  cursor: pointer;
}

.section-content {
  line-height: 1.7;
}
.section-content p {
  margin: 0 0 16px 0;
  color: hsl(0deg, 0%, 70%);
}
.section-content b,
.section-content strong {
  color: white;
  font-weight: 600;
}
.section-content code {
  font-family: "Roboto Mono", monospace;
  background: hsl(0deg, 0%, 8%);
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.9em;
}
.section-content ul, .section-content ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}
.section-content li {
  margin-bottom: 8px;
  color: hsl(0deg, 0%, 50%);
}

.section-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.section-content table thead {
  background: hsl(0deg, 0%, 50%);
  border-bottom: 2px solid hsl(0deg, 0%, 20%);
}
.section-content table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: hsl(0deg, 0%, 70%);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-content table td {
  padding: 12px 16px;
  border-bottom: 1px solid hsl(0deg, 0%, 20%);
  color: hsl(0deg, 0%, 70%);
}
.section-content table tbody tr:hover {
  background: hsl(0deg, 0%, 50%);
}
.section-content table tbody tr:last-child td {
  border-bottom: none;
}

.badges {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-product {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  display: inline-block;
  background: hsl(0deg, 0%, 30%);
  color: hsl(0deg, 0%, 50%);
}

.badge-advanced {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  display: inline-block;
  background: yellow;
  color: hsl(25deg, 50%, 20%);
  border: 1.5px solid hsl(25deg, 25%, 40%);
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(128, 98, 77, 0.1);
}

.an-1:target {
  animation: highlight-flash 2s ease-out;
}

/* Fonts */
.ft-f1 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ft-f2 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.ft-f3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ft-f4 {
  font-family: "EB Garamond", "Times New Roman", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft-h1 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 42px;
}

.ft-h2 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 26px;
}

.ft-h3 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-style: italic;
}

.ft-t3 {
  @Include fam2();
  font-size: 10px;
}

.ft-d1 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  font-weight: bold;
}

.ft-d2 {
  font-family: "Roboto", "Arial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
}

.ft-lg {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
}

.ft-md {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.ft-sm {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.ft-pr {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft-32 {
  font-size: 32px;
}

.ft-24 {
  font-size: 24px;
}

.ft-20 {
  font-size: 20px;
}

.ft-18 {
  font-size: 18px;
}

.ft-16 {
  font-size: 16px;
}

.ft-12 {
  font-size: 12px;
}

.ft-10 {
  font-size: 10px;
}

.ft-si {
  font-style: italic;
}

/* Layout */
.ly-aictr {
  align-items: center;
}

.ly-aiend {
  align-items: flex-end;
}

.ly-aistr {
  align-items: stretch;
}

.ly-asctr {
  align-self: center;
}

.ly-asend {
  align-self: flex-end;
}

.ly-bxb {
  box-sizing: border-box;
}

.ly-bxc {
  box-sizing: content-box;
}

div.ly-btnfoot {
  padding: 10px 10px 20px 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: transparent;
}

.ly-dirltr {
  direction: ltr;
}

.ly-dirrtl {
  direction: rtl;
}

.ly-flxcol {
  display: flex;
  flex-direction: column;
}

.ly-flx1 {
  flex: 1;
}

.ly-flxshr0 {
  flex-shrink: 0;
}

.ly-flxgrw1 {
  flex-grow: 1;
}

.ly-flxwrap {
  flex-wrap: wrap;
}

.ly-flxrow {
  display: flex;
  flex-direction: row;
}

div.ly-fp {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px;
  border-radius: 6px;
  column-gap: 25px;
}

div.ly-fh {
  display: flex;
  flex-direction: column;
}

div.ly-col2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
}

div.ly-col3 {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
}

div.ly-col5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto;
}

.ly-gp0 {
  gap: 0;
}

.ly-gp005 {
  gap: 5px;
}

.ly-gp010 {
  gap: 10px;
}

.ly-gp015 {
  gap: 15px;
}

.ly-gp020 {
  gap: 20px;
}

.ly-gp025 {
  gap: 25px;
}

.ly-gp050 {
  gap: 50px;
}

.ly-gp100 {
  gap: 100px;
}

.ly-gp150 {
  gap: 150px;
}

.ly-hctr {
  margin: 0 auto;
}

.ly-hfull {
  height: 100%;
}

.ly-h3 {
  height: 18px;
}

.ly-h24 {
  height: 24px;
}

.ly-h4 {
  height: 28px;
}

.ly-h5 {
  height: 32px;
}

.ly-h40 {
  height: 40px;
}

.ly-h6 {
  height: 44px;
}

.ly-hmin0 {
  min-height: 0;
}

.ly-jcctr {
  justify-content: center;
}

.ly-jcfe {
  justify-content: flex-end;
}

.ly-jcsa {
  justify-content: space-around;
}

.ly-jcsb {
  justify-content: space-between;
}

.ly-jcse {
  justify-content: space-evenly;
}

.ly-mg0 {
  margin: 0;
}

.ly-ovh {
  overflow: hidden;
}

.ly-ovv {
  overflow: visible;
}

.ly-ovxh {
  overflow-x: hidden;
}

.ly-ovya {
  overflow-y: auto;
}

.ly-ovyh {
  overflow-y: hidden;
}

.ly-ovyo {
  overflow-y: overlay;
}

.ly-pd0 {
  padding: 0;
}

.ly-pd10 {
  padding: 10px;
}

.ly-pd20 {
  padding: 20px;
}

.ly-pl10 {
  padding-left: 10px;
}

.ly-pl15 {
  padding-left: 15px;
}

.ly-pr10 {
  padding-right: 10px;
}

.ly-posrel {
  position: relative;
}

.ly-vatop {
  vertical-align: top;
}

.ly-vc {
  display: grid;
  align-items: center;
  text-wrap: nowrap;
}

.ly-wfull {
  width: 100%;
}

.ly-w50 {
  width: 50px;
}

.ly-w110 {
  width: 110px;
}

.ly-w150 {
  width: 150px;
}

.ly-w4 {
  width: 180px;
}

.ly-w5 {
  width: 128px;
}

.ly-w200 {
  width: 200px;
}

.ly-w6 {
  width: 225px;
}

.ly-w250 {
  width: 250px;
}

.ly-w7 {
  width: 300px;
}

.ly-w8 {
  width: 360px;
}

.ly-w400 {
  width: 500px;
}

.ly-w500 {
  width: 500px;
}

/* Headings, labels, text entry, etc (tx) 
 *
 * TODO: For starters, we want all colors, fonts, layout defined in their
 * respective SCSS files. Maybe this file will use them as mixins later.
 */
/*
h2 {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 7px 7px 10px 7px;
    background-color: dc.$gray-lo1;
    color: dc.$gray-hi1;
}

h3 {
    display: block;
    font-family: 'EB Garamond';
    // font-style: italic;
    font-size: 20px;
    font-weight: 800;
    // text-decoration: underline;
    color: hsl(0, 0%, 45%);
    padding: 0;
    margin: 4px;

}

input[type=text], textarea {
    // background-color: dc.$gray-lo3;
    // border-color: black dc.$gray-lo1 dc.$gray-lo1 black;
    background-color: transparent;
    background-color: dc.$gray-lo1;
    border-radius: 6px;
    // border-color: transparent transparent dc.$gray-lo1 transparent;
    border-color: transparent;
    color: dc.$gray-hi2;
}

input[type=text].tx-ul {
    padding: 4px 8px;
    border-radius: 6px;
    background-color: transparent;
    border-color: transparent transparent hsla(0, 0%, 100%, 0.10) transparent;
    color: dc.$gray-hi2;

    &:hover {
        border-color: hsla(0, 0%, 100%, 0.60);
    }

    &:active {
        border-color: hsla(0, 0%, 100%, 0.10);
    }
}

// Soft - no borders when inactive
input[type=text].tx-sf {
    padding: 4px 8px;
    border-radius: 6px;
    background-color: transparent;
    border-color: transparent;
    color: dc.$gray-hi2;

    &:hover {
        border-color: hsla(0, 0%, 100%, 0.60);
    }

    &:active {
        border-color: hsla(0, 0%, 100%, 0.10);
    }
}

input[type=text]:focus {
    outline: 2px solid dc.$gray-mid;
}

input::selection {
    color: dc.$gray-lo4;
    background-color: dc.$gray-hi4;
}

label, p {
    color: dc.$color-text;
}
*/
.tx-rt {
  text-align: right;
}

.tx-ct {
  text-align: center;
}

.tx-lt {
  text-align: left;
}

.tx-usno {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 480px) {
  h1 {
    margin: 5px 0;
  }
  p {
    margin: 10px 0;
  }
  div.page {
    margin: 1px 0 1px 0;
    padding: 15px;
    color: hsl(25deg, 10%, 90%);
  }
  a.section {
    display: block;
    position: relative;
    visibility: hidden;
    top: -68px;
  }
}
@media (min-width: 481px) {
  div.page {
    margin: 5px 0 5px 0;
    padding: 50px;
    color: hsl(25deg, 10%, 90%);
  }
  a.section {
    display: block;
    position: relative;
    visibility: hidden;
    top: -104px;
  }
}
@media (min-width: 481px) {
  div.header {
    padding-left: 15px;
    display: flex;
    align-content: center;
    column-gap: 50px;
    background-color: hsl(0deg, 0%, 5%);
    color: white;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
  }
  div.header img {
    align-self: center;
    width: 25px;
    height: 25px;
  }
  div.header a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(0deg, 0%, 5%);
    color: hsl(0deg, 0%, 50%);
    text-decoration: none;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: hsl(0deg, 0%, 5%);
  }
  div.header a:hover {
    color: hsl(205deg, 100%, 75%);
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: hsl(205deg, 100%, 75%);
  }
  div.header a.top-menu-unselected {
    color: hsl(0deg, 0%, 50%);
  }
  div.header a.top-menu-selected {
    color: hsl(205deg, 100%, 75%);
    border-width: 0 0 2px 0;
    border-color: hsl(205deg, 100%, 75%);
  }
}
@media (max-width: 480px) {
  div.header {
    display: flex;
    flex-flow: column;
    background-color: hsl(0deg, 0%, 5%);
    color: white;
  }
  div.header div.top-line {
    display: flex;
    flex-flow: row no-wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: fixed;
    top: 0;
    width: 96%;
    height: 50px;
    overflow: hidden;
    background-color: hsl(0deg, 0%, 5%);
    border-style: solid;
    border-color: gray;
    border-width: 0 0 2px 0;
  }
  div.header div.top-line img {
    width: 25px;
    height: 25px;
    margin: 5px 5px 5px 15px;
  }
  div.header div.top-line a {
    margin-right: 15px;
  }
  div.header div#hdr-menu-items {
    background-color: hsl(0deg, 0%, 5%);
    display: block;
    position: fixed;
    z-index: 10;
    height: 100%;
    padding-top: 11px;
    top: 45px;
    left: 8px;
    right: 8px;
  }
  div.header div#hdr-menu-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17px;
    padding: 14px 16px;
    text-decoration: none;
  }
}
@media (min-width: 481px) {
  div.intro_ {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    background-color: hsl(205deg, 50%, 10%);
  }
  div.intro_ div.info {
    background-color: hsl(205deg, 50%, 10%);
    width: 500px;
  }
  div.intro_ div.info p {
    width: 500px;
  }
  div.intro_ div.info button {
    margin: 50px 0;
  }
  div.intro_ div.info ul {
    list-style-type: none;
    padding-inline-start: 0;
  }
  div.intro_ div.info li {
    margin-bottom: 10px;
  }
  div.intro_ div.graphic {
    background-size: 100%;
    background-color: hsl(205deg, 50%, 10%);
    background-image: linear-gradient(to right, hsl(205deg, 100%, 20%), hsla(205deg, 0%, 0%, 0)), url("/img/pexels-mart-production-8471892.jpg");
  }
  div.intro_ div.graphic img {
    width: 580px;
    height: 450px;
  }
}
@media (max-width: 480px) {
  div.intro_ {
    display: flex;
    flex-flow: column;
    background-color: hsl(205deg, 50%, 10%);
  }
  div.intro_ button {
    margin: 10px 40px;
  }
  div.intro_ ul {
    list-style-type: none;
    padding-inline-start: 0;
  }
  div.intro_ li {
    margin-bottom: 10px;
  }
  div.intro_ div.graphic {
    height: 65vw;
    width: 88vw;
    margin: 2vw auto 4vw auto;
    overflow: hidden;
  }
  div.intro_ div.graphic img {
    margin: -112px 0 0 -135px;
    width: 700px;
  }
}
@media (min-width: 481px) {
  div.solution_ {
    display: flex;
    column-gap: 100px;
    background-image: linear-gradient(120deg, rgb(54, 54, 54), rgb(35, 35, 35) 300px, rgb(25, 25, 25) 1300px, rgb(15, 15, 15) 1600px);
  }
  div.solution_ div.graphic img {
    margin-top: 110px;
    margin-left: 50px;
    width: 578px;
    height: 413px;
  }
  div.solution_ div.info {
    width: 500px;
  }
  div.solution_ p.attention {
    font-size: 20px;
  }
  div.solution_ em.traction {
    color: hsl(170deg, 60%, 60%);
  }
  div.solution_ em.distraction {
    color: hsl(10deg, 65%, 60%);
  }
}
@media (max-width: 480px) {
  div.solution_ {
    display: flex;
    flex-flow: column;
    background-image: linear-gradient(120deg, rgb(54, 54, 54), rgb(35, 35, 35) 60px, rgb(25, 25, 25) 260px, rgb(15, 15, 15) 320px);
  }
  div.solution_ div.graphic-1 {
    height: 174px;
    width: 329px;
    margin: 10px auto 20px auto;
    overflow: hidden;
  }
  div.solution_ div.graphic-1 img {
    margin: -83px 0 0 -228px;
    width: 675px;
  }
  div.solution_ div.graphic-2 {
    height: 117px;
    width: 329px;
    margin: 10px auto 20px auto;
    overflow: hidden;
  }
  div.solution_ div.graphic-2 img {
    margin: -347px 0 0 -14px;
    width: 675px;
  }
  div.solution_ p.attention {
    font-size: 20px;
  }
  div.solution_ em.traction {
    color: hsl(170deg, 100%, 60%);
  }
  div.solution_ em.distraction {
    color: hsl(10deg, 100%, 60%);
  }
}
@media (min-width: 481px) {
  div.stack_ {
    color: black;
    background-position: 50px 130px;
    background-size: 1222px 585px;
    background-repeat: no-repeat;
    background-color: hsl(25deg, 10%, 90%);
    background-image: url("/img/stack_optimized.svg");
    height: 630px;
    position: relative;
  }
  div.stack_ h1 {
    margin-left: 635px;
  }
  div.stack_ p {
    position: absolute;
  }
  div.stack_ p.computer {
    width: 350px;
    top: 492px;
    left: 90px;
  }
  div.stack_ p.dongle {
    width: 250px;
    top: 545px;
    left: 610px;
  }
  div.stack_ p.target {
    width: 230px;
    top: 200px;
    left: 680px;
  }
}
@media (max-width: 480px) {
  div.stack_ {
    color: black;
    background-color: hsl(25deg, 10%, 90%);
  }
  div.computer-graphic {
    height: 248px;
    width: 329px;
    margin: 10px auto 30px auto;
    overflow: hidden;
  }
  div.computer-graphic img {
    margin: -2px 0 0 -2px;
    width: 675px;
  }
  div.dongle-graphic {
    height: 63px;
    width: 319px;
    margin: 10px auto 40px auto;
    overflow: hidden;
  }
  div.dongle-graphic img {
    margin: -332px 0 0 -564px;
    width: 1200px;
  }
  div.target-graphic {
    height: 503px;
    width: 323px;
    margin: 10px auto 15px auto;
    overflow: hidden;
  }
  div.target-graphic img {
    margin: -36px 0 0 -912px;
    width: 1240px;
  }
}
@media (min-width: 481px) {
  div.benefits_ {
    display: flex;
    column-gap: 100px;
    background-image: linear-gradient(120deg, rgb(54, 54, 54), rgb(35, 35, 35) 300px, rgb(25, 25, 25) 1300px, rgb(15, 15, 15) 1600px);
  }
  div.benefits_ div.graphic img {
    margin: 20px 0px 20px 50px;
    width: 769px;
    height: 575px;
  }
  div.benefits_ div.info {
    width: 500px;
  }
}
@media (max-width: 480px) {
  div.benefits_ {
    display: flex;
    flex-flow: column;
    background-image: linear-gradient(120deg, rgb(74, 94, 84), rgb(45, 45, 45) 60px, rgb(25, 25, 25) 260px, rgb(15, 15, 15) 320px);
  }
  div.benefits_ div.bring-up-graphic {
    height: 161px;
    width: 338px;
    margin: 10px auto 20px auto;
    overflow: hidden;
  }
  div.benefits_ div.bring-up-graphic img {
    margin: -685px 0 0 -1340px;
    width: 1675px;
  }
  div.benefits_ div.quality-graphic {
    height: 162px;
    width: 329px;
    margin: 10px auto 20px auto;
    overflow: hidden;
  }
  div.benefits_ div.quality-graphic img {
    margin: -573px 0 0 -473px;
    width: 1400px;
  }
  div.benefits_ div.aesthetics-graphic {
    width: 249px;
    height: 518px;
    margin: 10px auto 20px auto;
    overflow: hidden;
  }
  div.benefits_ div.aesthetics-graphic img {
    margin: -67px 0 0 0;
    width: 1800px;
  }
}
div.testimonials_ {
  background-color: hsl(205deg, 50%, 10%);
}
div.testimonials_ div.entries {
  display: flex;
  flex-flow: row wrap;
  column-gap: 100px;
  row-gap: 30px;
  justify-content: space-evenly;
}
div.testimonials_ div.entries div,
div.testimonials_ div.entries p,
div.testimonials_ div.entries em {
  max-width: 250px;
}

div.features_ {
  background-image: linear-gradient(to right, rgba(24, 24, 24, 0.97), rgba(24, 24, 24, 0.97)), url("/img/circuit-board-5907811_1280.jpg");
}
div.features_ div.tables {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 100px;
  row-gap: 30px;
}
div.features_ h3 {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: hsl(205deg, 10%, 20%);
}
div.features_ ul {
  list-style-type: none;
  padding-inline-start: 0;
}
div.features_ li {
  margin-bottom: 10px;
}
div.features_ li.ctrl {
  color: hsl(205deg, 50%, 75%);
}
div.features_ img {
  margin-top: 30px;
}
div.features_ h4 {
  color: pink;
  font-style: italic;
}

div.faq_ {
  color: hsl(205deg, 80%, 20%);
  background-color: hsl(25deg, 10%, 90%);
}
div.faq_ h1 {
  margin-bottom: 25px;
}

div.newsletter_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsl(25deg, 0%, 10%);
}
div.newsletter_ button {
  width: 200px;
}

div.footer_ {
  background-color: white;
}

button.cta-button {
  background-color: hsl(205deg, 100%, 60%);
  color: black;
  border: 2px solid hsl(25deg, 10%, 10%);
  border-radius: 20px;
  padding: 10px 20px;
}

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