/*!*****************************************************************************************************************************************!*\
  !*** css ../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \*********************************************************************************************************************************************/
.fade-separator {
  margin: 10px 0 10px 0;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #000 0%, #00aaff 50%, #000 100%) 1;
  border-image-slice: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  font-family: Inter, sans-serif;
  color: #fdfeff;
}

h1, h2, h3, h4 {
  color: #fdfeff;
}

.color-text {
  color: #fdfeff;
}

.color-primary {
  color: #00aaff;
}

.color-secondary {
  color: #fec544;
}

.lead {
  font-size: 1.5rem;
}
.lead p {
  margin: 0;
}
.lead strong {
  font-weight: 600;
  color: #00aaff;
}

.hero .row .full-image { /*full-width on mobile*/
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hero h1 {
  font-weight: 600;
  line-height: 0.8;
  font-size: 3.5rem;
  margin-top: 3rem;
}
.hero img {
  width: 100%;
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 8rem;
    margin-top: 30%;
  }
}
@media (min-width: 768px) {
  .sectionTitle {
    font-size: 4rem;
  }
}
section {
  padding: 0 0 0 0;
}

.sectionTitle {
  color: #fec544;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}

section .sectionListItem {
  margin-bottom: 40px;
}
section .sectionListItem h4 {
  font-size: 2rem;
  color: #00aaff;
}
section .sectionListItem span.meta {
  font-size: 1.25rem;
  color: #fdfeff;
}
.magicQuadrant {
  margin-bottom: 40px;
}
.magicQuadrant h2 {
  font-size: 2rem;
  color: #fdfeff;
}
.magicQuadrant strong {
  color: #00aaff;
}

.magicQuadrant .title text {
  fill: #00aaff;
  font-size: 1.25rem;
  font-weight: 600;
}

.magicQuadrant .labels .label text {
  fill: #fdfeff;
}

.magicQuadrant .quadrants .quadrant text {
  fill: #00aaff;
  font-size: 1.25rem;
  font-weight: 500;
}

.magicQuadrant .data-points .data-point text {
  fill: #000 !important;
  font-size: 1rem !important;
  font-family: Inter, sans-serif !important;
}
