@charset "UTF-8";
:root {
  --page-max-width: 1150px;
  --page-padding-x: 55px;
  --page-padding-y: 95px;
}

* {
  margin: 0;
}

body {
  font-family: Poppins, Arial;
  background: rgb(2, 0, 5);
}

h2 {
  font-size: 25px;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #005aff;
}

body > header {
  position: fixed !important;
  background: inherit !important;
}
body > header .nav-links > li {
  font-weight: 300 !important;
}
body > header .nav-cta {
  font-weight: 500 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 6px 15px !important;
  color: rgba(0, 0, 0, 0.9215686275) !important;
}

canvas {
  pointer-events: none;
}

section {
  padding: var(--page-padding-y) var(--page-padding-x);
  box-sizing: border-box;
}

section .main-container {
  max-width: var(--page-max-width);
  margin: auto;
}

section.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  min-height: calc(100vh - var(--header-height));
  margin-top: var(--header-height);
}
section.hero .main-container {
  background: radial-gradient(41% 50% at 50% 50%, rgba(136, 85, 255, 0.15) 0%, rgb(2, 0, 5) 100%);
  /*height: 680px;  Påverkar höjden på bakgrundsfärgen bakom texten */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.hero .logo-area {
  color: rgb(255, 255, 255);
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
section.hero .logo-area img {
  color: rgb(0, 0, 238);
  width: 20px;
  height: 20px;
  border: 0px none rgb(0, 0, 238);
  display: block;
  cursor: pointer;
}
section.hero h1 {
  font-size: clamp(29px, 9vw, 64px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.28px;
  margin: 44px 0px;
  color: rgb(255, 255, 255);
}
section.hero p {
  line-height: 25.6px;
  color: rgb(186, 186, 186);
  margin-bottom: 32px;
  max-width: 761px;
}
section.hero .link-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.hero .link-container a {
  transition: 0.3s;
}
section.hero .link-container a:hover {
  background: rgb(136, 85, 255);
}
section.hero a {
  color: rgb(0, 0, 238);
  background: rgba(136, 85, 255, 0) none repeat scroll 0% 0%/auto padding-box border-box;
  background-color: rgba(136, 85, 255, 0);
  width: 119.656px;
  height: 42.3958px;
  padding: 10px 20px;
  border: 0px none rgb(0, 0, 238);
  border-radius: 4px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  font-size: 14px;
  line-height: 22.4px;
  white-space: pre;
  color: rgb(255, 255, 255);
  width: 79.6562px;
  height: 22.3958px;
  min-width: auto;
  min-height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
section.hero a:last-of-type {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 42.3958px;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-decoration-color: rgb(0, 0, 238);
  width: 117.031px;
  border-color: transparent;
}
section.hero .text-background {
  background: radial-gradient(ellipse 700px 460px at center, rgba(136, 85, 255, 0.25) 0px, rgba(136, 85, 255, 0.25) 430px, rgba(136, 85, 255, 0.05) 580px, rgb(2, 0, 5) 750px);
  width: 97vw;
  height: 92vh;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 14%;
}
section.hero canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 74vh;
  opacity: 1;
}

section.services .main-container {
  gap: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.services header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.services header .tagline {
  display: none;
}
section.services header h2 {
  font-weight: 400;
  letter-spacing: -0.96px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
section.services header p {
  line-height: 25.6px;
  color: rgb(186, 186, 186);
  max-width: 570px;
  border: 0px none rgb(186, 186, 186);
  margin: 0;
}
section.services .container {
  box-sizing: border-box;
  background-color: rgb(8, 4, 18);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: grid;
  flex-shrink: 0;
  row-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
section.services .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgb(2, 0, 5);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  text-decoration-color: rgb(0, 0, 238);
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
section.services .item:hover .img-container {
  background: rgb(136, 85, 255);
}
section.services .item a {
  color: inherit;
}
section.services .item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.services .item .img-container {
  color: rgb(0, 0, 238);
  background: rgba(255, 255, 255, 0.13);
  width: 20px;
  height: 20px;
  padding: 10px;
  border: 0px none rgb(0, 0, 238);
  border-radius: 4px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.2s ease-out;
}
section.services .item .img-container img {
  width: 20px;
  filter: invert(1);
}
section.services .item .text-container {
  margin-top: 71px;
}
section.services .item h3 {
  margin-bottom: 10px;
}
section.services .item p {
  font-size: 14px;
  line-height: 22.4px;
  color: rgb(186, 186, 186);
}
section.services .item:last-of-type {
  background: none;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}
section.services .item:last-of-type .text-container {
  max-width: 233px;
}
section.services .item:last-of-type h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(255, 255, 255);
  width: 263.333px;
  height: 22.3958px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgb(255, 255, 255);
  cursor: pointer;
}
section.services h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: -0.44px;
  color: rgb(255, 255, 255);
}
section.services canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.unknown .main-container {
  display: flex;
  flex-direction: column;
  gap: 125px;
}
section.unknown .container {
  border-radius: 10px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 79px;
  margin: auto;
  justify-content: space-between;
  width: 100%;
}
section.unknown .text-container {
  max-width: 470px;
}
section.unknown img {
  width: 512px;
  height: 520px;
  border-radius: 10px;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(181, 168, 255, 0.27);
  -o-object-fit: cover;
     object-fit: cover;
}
section.unknown .container:last-of-type img {
  filter: brightness(1.1);
}
section.unknown h2 {
  font-family: "Inter Display", "Inter Display Placeholder", sans-serif;
  line-height: 1.17;
  color: rgb(255, 255, 255);
  border: 0px none rgb(255, 255, 255);
  font-weight: 400;
  margin-bottom: 9px;
}
section.unknown p {
  font-family: "Inter Display", "Inter Display Placeholder", sans-serif;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
  min-width: auto;
  min-height: auto;
  border: 0px none rgba(255, 255, 255, 0.7);
}

section.cards {
  width: 1080px;
  max-width: 1080px;
  padding: 72px 0px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  margin: auto;
}
section.cards header span {
  font-family: "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.28px;
  white-space: pre;
  color: rgba(255, 255, 255, 0.8);
  width: 148.604px;
  height: 21px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgba(255, 255, 255, 0.8);
}
section.cards header h2 {
  font-family: "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 41.8px;
  letter-spacing: -1.52px;
  color: rgb(255, 255, 255);
  width: 480px;
  height: 83.6042px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgb(255, 255, 255);
}
section.cards header p {
  font-family: "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: rgba(255, 255, 255, 0.8);
  width: 480px;
  height: 48px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgba(255, 255, 255, 0.8);
}
section.cards .container {
  display: flex;
  gap: 24px;
}
section.cards .item img {
  width: 344px;
  height: 235.99px;
  display: block;
}
section.cards .item h3 {
  font-family: "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.96px;
  color: rgb(255, 255, 255);
  width: 276px;
  height: 26.3958px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgb(255, 255, 255);
}
section.cards .item p {
  font-family: "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: rgba(255, 255, 255, 0.8);
  width: 296px;
  height: 48px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgba(255, 255, 255, 0.8);
}

section.contact .container {
  background: rgba(0, 0, 0, 0) linear-gradient(149deg, rgba(129, 74, 200, 0.4) 0%, rgba(13, 13, 13, 0.8) 29%, rgba(13, 13, 13, 0.8) 74%, rgba(129, 74, 200, 0.4) 100%) repeat scroll 0% 0%/auto padding-box border-box;
  background-image: linear-gradient(149deg, rgba(129, 74, 200, 0.4) 0%, rgba(13, 13, 13, 0.8) 29%, rgba(13, 13, 13, 0.8) 74%, rgba(129, 74, 200, 0.4) 100%);
  height: 363px;
  max-width: 750px;
  padding: 80px 60px;
  border-radius: 12px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: auto;
}
section.contact .container h2 {
  font-family: "Figtree Variable", "Figtree Placeholder", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: 517px;
}
section.contact .container p {
  font-family: Figtree, "Figtree Placeholder", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.36px;
  text-align: center;
  color: rgb(204, 204, 204);
  margin: 14px;
  margin-bottom: 17px;
}
section.contact .container .link-container {
  display: flex;
  gap: 14px;
}
section.contact .container .link-container a:last-of-type {
  background: #5c00ff;
}
section.contact .container a {
  color: rgb(0, 0, 238);
  background: rgb(129, 74, 200) none repeat scroll 0% 0%/auto padding-box border-box;
  background-color: rgb(129, 74, 200);
  width: 140.188px;
  height: 36px;
  padding: 9px 13px;
  border: 0px none rgb(0, 0, 238);
  border-radius: 6px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
  font-family: Figtree, "Figtree Placeholder", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.6px;
  text-align: center;
  white-space: pre;
  color: rgb(255, 255, 255);
  width: 93.1875px;
  height: 18px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgb(255, 255, 255);
  cursor: pointer;
}

section.benefits h2 {
  font-family: "Inter Display", "Inter Display Placeholder", sans-serif;
  font-size: 35.2px;
  font-weight: 400;
  line-height: 35.2px;
  color: rgb(255, 255, 255);
  width: 1200px;
  height: 35.1979px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgb(255, 255, 255);
}
section.benefits .items {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
section.benefits .item {
  background: rgb(18, 18, 18) none repeat scroll 0% 0%/auto padding-box border-box;
  background-color: rgb(18, 18, 18);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
section.benefits .item .img-container {
  background: rgb(28, 28, 28) none repeat scroll 0% 0%/auto padding-box border-box;
  background-color: rgb(28, 28, 28);
  width: 54px;
  height: 54px;
  min-width: auto;
  min-height: auto;
  padding: 15px;
  border-radius: 100%;
  box-sizing: border-box;
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
section.benefits .item .img-container img {
  filter: invert(1);
}
section.benefits .item .text-container h3 {
  font-family: "Inter Display", "Inter Display Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(255, 255, 255);
  width: 245px;
  height: 22.3958px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgb(255, 255, 255);
  margin-bottom: 10px;
}
section.benefits .item .text-container p {
  font-family: "Inter Display", "Inter Display Placeholder", sans-serif;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.7);
  width: 245px;
  height: 38.3958px;
  min-width: auto;
  min-height: auto;
  border: 0px none rgba(255, 255, 255, 0.7);
}

.tagline {
  background: rgba(0, 255, 247, 0.25) none repeat scroll 0% 0%/auto padding-box border-box;
  padding: 5px 14px;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 255, 247);
  height: 13.4375px;
  border: 0px none rgb(0, 255, 247);
  margin-bottom: 20px;
  text-align: center;
}

body > footer {
  padding: var(--page-padding-y) var(--page-padding-x) !important;
}

body > footer.dark-mode, body > footer.dark-mode .footer-bottom {
  background: transparent !important;
}

body > footer canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 98%;
  opacity: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1150px) {
  section.unknown img {
    width: 432px;
    height: 423px;
  }
}
@media (max-width: 1110px) {
  section.services .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 970px) {
  :root {
    --page-padding-x: 20px;
    --page-padding-y: 35px;
  }
  .tagline {
    font-size: 11px;
  }
  section.unknown .main-container {
    gap: calc(var(--page-padding-y) * 2);
  }
  section.unknown .container {
    flex-direction: column;
    gap: 20px;
  }
  section.unknown .container figure {
    width: 100%;
  }
  section.unknown .container figure img {
    width: 100%;
    height: 407px;
  }
  section.unknown .container .text-container {
    width: 100%;
    max-width: 100%;
  }
  section.unknown .container:last-of-type figure {
    order: 2;
  }
  section.contact h2 {
    font-size: clamp(23px, 6vw, 46px) !important;
    letter-spacing: 0px !important;
  }
}
@media (max-width: 850px) {
  section.hero {
    margin-top: 35px;
  }
  section.hero .main-container {
    align-items: flex-start;
    text-align: left;
  }
  section.hero h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  section.services .container {
    grid-template-columns: repeat(1, 1fr);
  }
  section.services header {
    align-items: flex-start;
    text-align: left;
  }
  section.services header .tagline {
    display: block !important;
  }
  section.services h3 {
    font-size: 21px !important;
  }
  section.services .item .text-container {
    margin-top: 40px;
  }
  section.services .item .text-container p {
    font-size: 14px !important;
  }
  section.services .item:last-of-type {
    display: none;
  }
}
/* 660px and above */
@media (min-width: 661px) {
  section.services header h2 {
    font-size: 47px;
  }
}
@media (max-width: 455px) {
  section.contact .container {
    padding: 80px 40px;
  }
}
@media (max-width: 335px) {
  section.contact .container {
    padding: 80px 30px;
  }
}