.matrix-animation_component {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-xxl {
  color: #fbf9fc;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.bg-circle {
  z-index: -1;
  width: 150%;
  height: 150%;
  opacity: .6;
  filter: blur(30px);
  background-color: #000;
  border-radius: 100%;
  position: absolute;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #ff7676;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-6:hover {
  opacity: .8;
}

.page-wrapper {
  overflow: hidden;
}

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.text-size-medium {
  color: #fbf9fc;
  margin-top: 0;
  font-size: 1.25rem;
}

.text-size-medium._22 {
  margin-top: 32px;
}

.main-wrapper {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section_tip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #000;
}

.heading {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-heading {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.cta-heading.sub {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 15px;
}

.link-wrap-cta {
  text-decoration: none;
}

.cloneable-text {
  flex-direction: row;
  align-items: flex-end;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.text-wrap-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-container {
  z-index: 999999999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10px;
}

.assulin-com-link {
  z-index: 999;
  color: #d1d1d1;
  text-align: left;
  text-decoration: none;
}

.assulin-com-link:hover {
  color: #c7ccff;
  text-decoration: none;
}

.aidkit-wrapper {
  align-items: stretch;
}

.cta-flex-block {
  height: 64px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(228, 228, 228, .5);
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  align-items: center;
  padding: 10px 25px;
  transition: all .2s;
}

.cta-flex-block:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: scale(1.01);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.cta-flex-block.aidkit {
  background-color: rgba(175, 182, 255, .7);
  border-color: #a1a9f8;
}

.subscript {
  padding-left: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  bottom: 1px;
}

.webflow-text-span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/644c5b63e523893746b52c7c_62c41f7269b0da78165bc220.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  margin-left: 5px;
}

.cta-img {
  width: 50px;
  object-fit: contain;
}

.empty-spacer {
  width: 0;
  height: 0;
}

.empty-spacer._2-0 {
  height: 5px;
}

.heading-of-cta {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.link {
  opacity: .26;
  color: #fff;
  font-size: 1rem;
  line-height: 10px;
}

.div-block {
  justify-content: center;
  display: flex;
}

.image {
  max-width: 25%;
}

@media screen and (min-width: 1920px) {
  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-6 {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .heading-xxl {
    font-size: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-wrapper {
    width: 100%;
    grid-template-columns: 100%;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .section_tip {
    overflow: visible;
  }
}


