:root {
  --violet: #966aff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  background-color: #0000;
  min-height: 100vh;
  position: relative;
}

.block-logo {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  max-width: 15%;
}

.block-formats {
  margin-left: 0%;
  margin-right: 0%;
  position: absolute;
  inset: auto 0% 5%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 16px;
}

.card-1 {
  color: #000;
  background-color: #ffffff40;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.card-1:hover {
  border-color: var(--violet);
  background-color: #ffffff61;
}

.block-heading {
  position: absolute;
  inset: auto 10% 45%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 150%;
}

.block-1 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 1;
  max-width: 1000px;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.heading-2._2 {
  margin-bottom: 0;
}

.block-grid-format {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-grid-format._1 {
  margin-top: 24px;
}

.grid-2 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.grid-2._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2._2._1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.card-text {
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 8px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.card-text:hover {
  border-color: var(--violet);
  background-color: #ffffff1a;
}

.block-img {
  background-color: #a3a3a3;
  border-radius: 8px;
}

.block-name-site {
  background-color: #4e4e4e00;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 20px;
  display: flex;
}

.image {
  width: 136px;
}

.image._4 {
  width: 112px;
}

.image-2 {
  width: 136px;
}

.image-2._1 {
  width: 80px;
}

.image-2._2 {
  margin-bottom: 4px;
}

.image-2._3 {
  width: 88px;
}

.text-block {
  color: #fff;
  text-align: center;
}

.image-3 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.image-3._1 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.background-video {
  background-color: #00000087;
  min-height: 100vh;
}

.body {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  line-height: 150%;
}

.layout-wrapper {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: #ffffff1a;
  border-color: #757575;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.paragraph {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.6;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: #fff;
}

.text-block-7, .text-block-8 {
  color: #fff;
  text-align: center;
}

.text-block-9, .text-block-10 {
  color: #fff;
}

.block-el {
  z-index: 0;
  width: 200px;
  position: absolute;
  inset: auto 0% 84%;
}

.block-el._1 {
  width: 64px;
  inset: -3% auto auto 2%;
}

.block-el._2 {
  inset: -5% 0% auto auto;
}

.block-el-2 {
  z-index: 0;
  width: 120px;
  position: absolute;
  inset: auto -3% 0% auto;
}

.block-el-2._1 {
  inset: auto 26% 3% auto;
}

.block-el-2._2 {
  width: 100px;
  inset: auto auto 40% 0%;
}

.block-el-2._3 {
  width: 80px;
  inset: -6% auto auto 2%;
}

.block-el-2._4 {
  width: 144px;
  inset: 23% auto auto -2%;
}

.block-el-2._5 {
  width: 144px;
  inset: 5% auto auto 0%;
}

.block-el-2._6 {
  inset: 0% auto auto 2%;
}

.block-el-2._7 {
  width: 80px;
  inset: 0% auto auto 2%;
}

.block-el-2._8 {
  width: 250px;
  inset: 0% auto auto 0%;
}

.block-el-2._9 {
  width: 100px;
  inset: -5% auto auto 0%;
}

.block-2 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.block-elenent {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  max-width: 60%;
}

.block-3 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.block-el-3 {
  z-index: 0;
  width: 64px;
  position: absolute;
  inset: auto 3% 1% auto;
}

.block-el-3._1 {
  inset: auto 26% 3% auto;
}

.block-el-3._2 {
  width: 100px;
  inset: auto auto 40% 0%;
}

.block-el-3._4 {
  width: 200px;
}

.block-el-3._5 {
  width: 200px;
  bottom: 3%;
}

.block-el-3._6 {
  width: 100px;
  right: 2%;
}

.block-el-3._7 {
  width: 80px;
}

.block-el-3._8 {
  width: 80px;
  bottom: -6%;
  right: 8%;
}

.block-4, .block-5 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.block-6, .block-7, .block-8 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.block-9 {
  background-color: #000;
  background-image: linear-gradient(#000, #543e88 57%, #000);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.block-10 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.blockfooter-2 {
  color: #b3b3b3;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.cont1 {
  max-width: 860px;
}

.footertext-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.back-to-top {
  z-index: 999;
  border: 1px solid var(--violet);
  opacity: 0;
  color: #fff;
  background-color: #adadad66;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.text-block-11 {
  font-size: 16px;
  font-weight: 600;
}

.mob-section {
  display: none;
}

.faq_item {
  border-bottom: .0625rem #aad0ff;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  background-color: #ffffff0f;
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  color: #3d3d3d;
  flex: 1;
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_answer-content {
  color: #3d3d3d;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.down-arrow {
  display: none;
}

.image-5 {
  max-width: 46%;
}

.block-11 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: visible;
}

.block-12 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.text-block-12 {
  text-align: center;
  font-weight: 200;
}

.text-block-13, .text-block-14, .text-block-15 {
  font-weight: 200;
}

.text-block-16 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 27px;
  font-weight: 700;
}

.block-13 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.text-span {
  white-space: nowrap;
}

.block-name-material {
  background-color: #4e4e4e00;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 20px;
  display: flex;
}

.img1 {
  width: 100px;
}

.heading-3 {
  font-size: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1.25fr 1.25fr 1fr 1fr;
}

.block-14 {
  background-color: #000;
  background-image: linear-gradient(#000, #543e88 57%, #000);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.block-bg {
  background-color: #4f3d7a00;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 20px;
}

.block-gradient {
  height: 100px;
}

@media screen and (min-width: 1280px) {
  .blockfooter-2 {
    background-color: #000;
  }

  .footertext-2 {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .div-block {
    background-color: var(--violet);
    border-radius: 8px;
    width: 200px;
    height: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    max-width: 15%;
  }

  .block-el-2._2 {
    width: 300px;
  }

  .block-el-2._5 {
    width: 200px;
  }

  .block-el-2._7 {
    width: 140px;
  }

  .block-el-3 {
    width: 150px;
  }

  .block-el-3._5 {
    width: 240px;
  }

  .block-el-3._7 {
    width: 140px;
  }

  .footertext-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 900px;
  }

  .block-el {
    display: none;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .mob-section {
    display: none;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    max-width: 25%;
  }

  .block-formats, .section-1 {
    display: none;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-el, .block-el-2, .section-2, .section-3, .block-el-3, .section-4, .section-6, .section-7, .section-8, .section-9, .section-10 {
    display: none;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .cont1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .footertext-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .back-to-top {
    display: none;
  }

  .mob-section {
    display: block;
  }

  .faq_item {
    background-color: #000;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .text-weight-medium.text-size-large {
    color: #fff;
  }

  .faq_answer {
    margin-bottom: 0;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .block-arrow {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .down-arrow {
    display: block;
  }

  .section-11, .section-12, .section-13, .section-14 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .block-logo {
    padding-top: 4%;
  }

  .link-block {
    max-width: 30%;
  }

  .block-formats {
    display: none;
  }

  .block-heading {
    bottom: 35%;
  }

  .heading {
    font-size: 36px;
  }

  .section-1 {
    display: none;
  }

  .block-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2 {
    font-size: 24px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .section-2 {
    display: none;
  }

  .block-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-3 {
    display: none;
  }

  .block-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-4 {
    display: none;
  }

  .block-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-6 {
    display: none;
  }

  .block-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-7 {
    display: none;
  }

  .block-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-8 {
    display: none;
  }

  .block-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-9 {
    display: none;
  }

  .block-9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-10 {
    display: none;
  }

  .block-10 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .cont1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .back-to-top {
    display: none;
  }

  .faq_item {
    background-color: #000;
  }

  .text-weight-medium.text-size-large {
    color: #fff;
    font-size: 24px;
  }

  .faq_expand-icon {
    background-color: #5a5a5a4f;
  }

  .faq_answer {
    margin-bottom: 0;
  }

  .faq_answer-content {
    background-color: #000;
  }

  .block-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .down-arrow {
    display: block;
  }

  .section-11 {
    display: none;
  }

  .block-11 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-12 {
    display: none;
  }

  .block-12 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-13 {
    display: none;
  }

  .block-13 {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .text-span-2 {
    white-space: nowrap;
  }

  .section-14 {
    display: none;
  }

  .block-14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

#w-node-_3828dd76-f496-5a19-5ef0-df1c51a4d84a-bcf42636, #w-node-_89e3c416-7805-b8b4-d9de-a1b272293cfc-bcf42636, #w-node-_89e3c416-7805-b8b4-d9de-a1b272293d01-bcf42636, #w-node-_37ae390b-5c8a-244a-59c7-b56e9012289d-bcf42636, #w-node-_37ae390b-5c8a-244a-59c7-b56e901228a3-bcf42636, #w-node-_048b2dca-af7d-a36d-0ef7-9bdf02c50ffe-bcf42636, #w-node-_048b2dca-af7d-a36d-0ef7-9bdf02c51004-bcf42636, #w-node-_048b2dca-af7d-a36d-0ef7-9bdf02c51019-bcf42636, #w-node-_048b2dca-af7d-a36d-0ef7-9bdf02c5101f-bcf42636 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


