@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}
html *::selection {
  background: #43CE8B;
  color: #ffffff;
}
html body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  color: #27303c;
  line-height: 1.3;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-weight: 300;
  letter-spacing: 1px;
}
html h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 799px) {
  html h1 {
    font-size: 2rem;
  }
}
html h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 799px) {
  html h2 {
    font-size: 1.5rem;
  }
}
html h3 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 799px) {
  html h3 {
    font-size: 1.25rem;
  }
}
html h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 799px) {
  html h4 {
    font-size: 1.125rem;
  }
}
html p {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 799px) {
  html p {
    font-size: 1rem;
  }
}
html a {
  text-decoration: none;
}
html strong {
  font-weight: 700;
}
html img {
  max-width: 100%;
}
html .btn {
  background-color: #43CE8B;
  border: 2px solid #6A9B7E;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  height: fit-content;
  font-weight: 700;
  transition: all ease 0.5s;
}
html .btn:hover {
  background-color: #6A9B7E;
  color: #ffffff;
}
html header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all ease 0.5s;
}
html header.scrolled {
  background-color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 4px 2px -2px #d2d2d2;
}
html header.scrolled .header-container #logo-neg {
  display: none;
}
html header.scrolled .header-container #logo {
  display: block;
}
html header .header-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
html header .header-container #logo-neg {
  height: 3rem;
}
@media screen and (max-width: 400px) {
  html header .header-container #logo-neg {
    height: 2.5rem;
  }
}
html header .header-container #logo {
  display: none;
  height: 3rem;
}
@media screen and (max-width: 400px) {
  html header .header-container #logo {
    height: 2.5rem;
  }
}
html .gradient {
  background-image: linear-gradient(293deg, #19B4F2 0%, #43CE8B 100%);
  color: #ffffff;
}
html .header {
  color: #ffffff;
  min-height: 75vh;
  max-height: 75vh;
  position: relative;
}
html .header #header-gradient {
  height: 74vh;
  max-height: 75vh;
  z-index: 2;
}
html .header .container {
  position: relative;
  z-index: 10;
}
html .header .hidden {
  opacity: 0;
}
html .header .console-container {
  font-size: 4em;
  text-align: center;
  height: 12.5rem;
  width: 50rem;
  display: block;
  position: absolute;
  color: white;
  top: -15rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html .header .console-container {
    font-size: 2em;
    width: 100%;
    top: -8rem;
  }
}
html .header #cursor {
  display: inline-block;
  position: relative;
  left: -0.75rem;
}
html .header .waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 40%;
}
html #content .container {
  padding: 5rem 2rem;
}
html #content .computer-mockup-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  html #content .computer-mockup-wrapper {
    display: block;
  }
}
html #content .computer-mockup-wrapper .computer-mockup {
  position: relative;
  z-index: 9;
  margin-top: -22.5rem;
  width: 800px;
  max-width: 100%;
}
html #content .iphonex-mockup-wrapper {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 991px) {
  html #content .iphonex-mockup-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  html #content .iphonex-mockup-wrapper .iphonex-mockup img {
    width: 100%;
    max-width: 300px;
  }
}
html #content .icon-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 1399px) {
  html #content .icon-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  html #content .icon-container {
    grid-template-columns: 1fr;
  }
}
html #content .icon-container--small {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  html #content .icon-container--small {
    grid-template-columns: 1fr;
  }
}
html #content .icon-container--space-top {
  margin-top: 5rem;
}
@media screen and (max-width: 1399px) {
  html #content .icon-container--space-top {
    margin-top: 1rem;
  }
}
html #content .icon-container .icon-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.25rem;
  padding: 1.75rem;
  box-shadow: 0 0 0.75rem 0.1rem #d2d2d2;
}
html #content .icon-container .icon-card--glow {
  flex-direction: row;
  box-shadow: none;
  padding: 0;
}
html #content .icon-container .icon-card--glow .icon-card__icon {
  background-color: #ffffff;
  text-align: center;
  color: #27303c;
  border-radius: 0.25rem;
  padding: 1rem;
  font-size: 1.5rem;
  height: fit-content;
  box-shadow: 0 0 1rem 0.25rem #d2d2d2;
}
html #content .icon-container .icon-card .icon-card__header {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.5rem;
}
html #content .icon-container .icon-card .icon-card__icon {
  font-size: 1.75rem;
  height: fit-content;
}
html #content .icon-container .icon-card .icon-card__title {
  padding-left: 1rem;
}
html #content .icon-container .icon-card .icon-card__title h3 {
  margin-bottom: 0;
}
html #content .icon-container .icon-card .icon-card__content p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
html #content .accordion .accordion-button {
  font-size: 1.25rem;
}
html #content .accordion .accordion-button:hover, html #content .accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
html #content .accordion .accordion-button:not(.collapsed) {
  color: #6A9B7E;
  background-color: unset;
  border-bottom: 1px solid #6A9B7E;
}
html #content .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
html #content .accordion .accordion-collapse .accordion-body p {
  text-align: left;
}
html footer {
  width: 100%;
  height: fit-content;
  color: #ffffff;
  background-color: #27303c;
  padding: 1rem;
}
html footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  html footer .container {
    flex-direction: column;
    align-items: center;
  }
}
html footer .container p {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}
html footer .container img {
  height: 3rem;
}

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