/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
:root {
  --white: #FFFAFF;
  --black-900: #030303;
  --black-850: #0F0F0F;
  --black-800: #1C1C1C;
  --black-750: #292929;
  --black-700: #363636;
  --black-600: #4F4F4F;
  --black-500: #696969;
  --black-400: #828282;
  --black-300: #B5B5B5;
  --black-200: #CFCFCF;
  --black-100: #E8E8E8;
  --blue-900: #001414;
  --blue-800: #003232;
  --blue-700: #005555;
  --blue-600: #007B7B;
  --blue-500: #00A3A3;
  --blue-400: #01CDCD;
  --blue-300: #01F9F9;
  --blue-200: #62FEFE;
  --blue-100: #94FFFF;
  --purple-900: #130029;
  --purple-800: #1E0042;
  --purple-700: #2B005E;
  --purple-600: #5200A8;
  --purple-500: #7D01F9;
  --purple-400: #9760FF;
  --purple-300: #B496FF;
  --purple-200: #D4C6FF;
  --purple-100: #F2EFFF;
  --gradient-bento: linear-gradient(107.58deg, #161517 0.32%, rgba(38, 35, 47, 0.958904) 99.29%);
}
@font-face {
  font-family: 'Switzer-Variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2'), url('../fonts/Switzer-Variable.woff') format('woff'), url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
body {
  font-family: 'Switzer-Variable', sans-serif;
}
h1 {
  font-family: 'Switzer-Variable', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 58px;
  line-height: 74px;
  text-align: center;
  background: none;
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: none;
}
h2 {
  font-family: 'Switzer-Variable', sans-serif;
  font-weight: 700;
  font-size: 32px;
}
h3 {
  font-family: 'Switzer-Variable', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--white);
}
p {
  font-size: 18px;
  font-family: 'Switzer-Variable', sans-serif;
  font-weight: 400;
  color: var(--black-200);
}
.bento h3 {
  margin-bottom: 1rem;
  font-weight: 700;
}
@keyframes bs {
  from {
    box-shadow: 32px -32px 144px 0px rgba(1, 249, 249, 0.2), 0px 4px 16px 0px rgba(82, 0, 168, 0.3), -32px -32px 144px 0px rgba(82, 0, 168, 0.16);
  }
  to {
    box-shadow: -32px 32px 144px 0px rgba(82, 0, 168, 0.16), 0px -4px 24px 0px rgba(1, 249, 249, 0.2), 32px -32px 144px 0px rgba(1, 249, 249, 0.12);
  }
}
a {
  transition: all 0.2s linear;
}
body {
  background: var(--Color-Black-850, #0F0F0F);
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}
.header-nav {
  padding: 0;
}
.ellipse {
  position: absolute;
  width: 746px;
  height: 406px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  background: #130029;
  opacity: 0.7;
  filter: blur(100px);
  z-index: 0;
}
nav {
  border-bottom: 1px solid var(--Color-Purple-700, #2B005E);
  background: rgba(0, 20, 20, 0.3);
  box-shadow: 0px 4px 32px 0px #1E0042;
  backdrop-filter: blur(calc(var(--Spacing-half, 4px) / 2));
  padding: 1rem;
}
header h1 {
  background: linear-gradient(91deg, #94FFFF 6.89%, #F7F7F7 95.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .feature-img {
  margin-top: 3rem;
  border-radius: 1rem;
  border: 1px solid var(--gradient-bento);
  animation: bs infinite alternate 5s linear;
  padding: 0;
  margin-bottom: 6rem;
}
header .diag {
  background: url(../images/diag-bg.png);
  background-size: cover;
  width: 100%;
  height: 560px;
  position: absolute;
}
header .value-copy {
  margin-top: 4rem;
}
header .value-copy p {
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
  font-family: 'Switzer-Variable', sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
header .value-copy .inline-container {
  max-width: none !important;
}
header form {
  margin-top: 2rem auto;
}
header form .mb-2 {
  margin-bottom: 0 !important;
}
header form input[type="email"] {
  box-sizing: border-box;
  padding: 12px 16px !important;
  isolation: isolate;
  height: 48px !important;
  width: 320px !important;
  background: #030303;
  border: 1px solid #363636;
  box-shadow: inset 4px 8px 16px rgba(20, 20, 26, 0.25) !important;
  border-radius: 2px !important;
  font-size: 18px !important;
  margin-right: 0rem;
  margin-left: 0;
  display: inline-block !important;
  font-family: 'Switzer-Variable', sans-serif !important;
}
header form input[type="email"]::placeholder {
  color: var(--white);
}
header form input[type="submit"] {
  padding: 10px 20px 9px 16px !important;
  background: linear-gradient(254.31deg, #01F9F9 -6.16%, #7DF901 72.75%);
  font-size: 18px !important;
  border: none;
  margin-bottom: 0 !important;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  display: inline-block !important;
  border-radius: 0 !important;
  font-family: 'Switzer-Variable', sans-serif !important;
  width: auto !important;
  margin-top: 0 !important;
}
.mastfoot.text-center.no-bg {
  display: none;
}
.bento .row div {
  margin-bottom: 2rem;
}
.bento .row div .sp {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--gradient-bento, linear-gradient(108deg, #161517 0.32%, rgba(38, 35, 47, 0.96) 99.29%));
  height: 100%;
}
.bento .row div .sp img {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.bento .row div h2 {
  color: var(--white);
}
.trusted-by {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.social-proof .quote {
  background: var(--gradient-bento, linear-gradient(108deg, #161517 0.32%, rgba(38, 35, 47, 0.96) 99.29%));
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
}
.social-proof .quote .cite {
  text-align: center;
  width: 100%;
}
.social-proof .quote .cite .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.social-proof .quote .cite .quote-req .quote-name {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
}
.social-proof .quote .cite .quote-req .quote-team {
  display: block;
  color: var(--black-200);
  margin-bottom: 1rem;
}
.social-proof .quote .quote-copy {
  display: inline-block;
  flex-grow: 3;
}
.social-proof .quote .quote-copy p {
  color: var(--white);
  font-style: italic;
}
.value-prop {
  margin-top: 8rem;
  text-align: center;
  margin-bottom: 4rem;
}
.value-prop h1 {
  color: white;
  font-weight: 900;
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 2rem;
}
.value-prop p {
  font-size: 20px;
}
.value-prop .inline-container {
  max-width: none !important;
}
.value-prop .octo-form {
  margin-top: 2rem;
}
.value-prop form {
  margin-top: 2rem auto !important;
}
.value-prop form .mb-2 {
  margin-bottom: 0 !important;
}
.value-prop form input[type="email"] {
  box-sizing: border-box;
  padding: 12px 16px !important;
  isolation: isolate;
  height: 48px !important;
  width: 320px !important;
  background: #030303;
  border: 1px solid #363636;
  box-shadow: inset 4px 8px 16px rgba(20, 20, 26, 0.25) !important;
  border-radius: 2px !important;
  font-size: 18px !important;
  margin-right: 0rem;
  margin-left: 0;
  display: inline-block !important;
  font-family: 'Switzer-Variable', sans-serif !important;
}
.value-prop form input[type="email"]::placeholder {
  color: var(--white);
}
.value-prop form input[type="submit"] {
  padding: 10px 20px 9px 16px !important;
  background: linear-gradient(254.31deg, #01F9F9 -6.16%, #7DF901 72.75%);
  font-size: 18px !important;
  border: none;
  margin-bottom: 0 !important;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  display: inline-block !important;
  border-radius: 0 !important;
  font-family: 'Switzer-Variable', sans-serif !important;
  width: auto !important;
  margin-top: 0 !important;
}
footer {
  background: var(--black-900);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer svg {
  margin-bottom: 2rem;
}
footer .riot p {
  font-size: 0.8rem;
  font-style: italic;
}
footer .internal {
  text-align: right;
}
footer .internal a {
  color: var(--blue-300);
  display: inline-block;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--blue-300);
  text-decoration: none;
}
footer .internal a:hover {
  border-bottom: 1px solid transparent;
}
footer .social {
  text-align: center;
}
footer .social a {
  background: var(--gradient-bento, linear-gradient(108deg, #161517 0.32%, rgba(38, 35, 47, 0.96) 99.29%));
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}
footer .social a:hover {
  border: 1px solid var(--blue-300);
}
footer .social a:first-of-type {
  margin-left: 0;
}
footer .social a:last-of-type {
  margin-right: 0;
}
footer .social img {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.glow {
  animation: move 6s linear infinite;
  offset-path: rect(0% auto 100% auto);
  background: radial-gradient(var(--blue-200), var(--purple-500), transparent);
  width: 100px;
  height: 6px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  inset: 0px;
  position: absolute;
  overflow: hidden;
}
@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.feature-img {
  overflow: hidden;
}
@media only screen and (max-width: 746px) {
  .diag {
    background: none !important;
  }
  .ellipse {
    display: none;
  }
  footer .riot,
  footer .social,
  footer .internal {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.just-text {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.just-text * {
  color: var(--white) !important;
}
.just-text small {
  margin-bottom: 2rem;
  display: block;
}
.just-text p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.just-text ul,
.just-text ol {
  margin-bottom: 2rem;
}
.just-text ul li,
.just-text ol li {
  font-size: 1rem;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.just-text h3,
.just-text h4,
.just-text h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.just-text a:hover {
  text-decoration: none;
}
.just-text table {
  margin-bottom: 2rem;
}
.just-text table th,
.just-text table tr,
.just-text table td {
  vertical-align: top;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid var(--black-700);
}
.just-text table th:nth-of-type(3),
.just-text table tr:nth-of-type(3),
.just-text table td:nth-of-type(3) {
  text-align: right;
  border-right: none;
}
.just-text table th:first-of-type,
.just-text table tr:first-of-type,
.just-text table td:first-of-type {
  padding-left: 0;
}
.just-text table thead th {
  border-bottom: 1px solid var(--black-700);
  padding-bottom: 1rem;
}
.just-text table tr:first-of-type td {
  padding-top: 1rem;
}
