.paragraph--text {
  position: relative;
}

.paragraph--text .text--wrapper {
  justify-content: center;
  display: flex;
}

.paragraph--text .text--wrapper .field--paragraph--text--text {
  width: 100%;
  max-width: 1500px;
}

@media (width <= 1023.98px) {
  .paragraph--text .text--wrapper .field--paragraph--text--text {
    max-width: 1000px;
  }
}

.rocket {
  justify-content: end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -30px;
}

@media (width <= 767.98px) {
  .rocket {
    display: none;
  }
}

.rocket__smoke {
  max-width: none;
  margin-right: 120px;
  position: relative;
}

.rocket__ship {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)rotate(72deg);
}

.smoke {
  justify-content: end;
  display: flex;
  position: absolute;
  bottom: -30px;
}

@media (width <= 767.98px) {
  .smoke {
    display: none;
  }
}

.smoke__smoke {
  max-width: none;
  margin-right: 120px;
  position: relative;
}

.custom-text-type, .typed-cursor {
  color: #0170f7;
  font-weight: 500;
}

hr {
  border: none;
  border-top: 1px solid #e2e2e2;
  max-width: 1500px;
  height: 1px;
  margin: auto;
}

.prompt-margin-control {
  margin: 100px auto 0;
}

@media (width <= 1023.98px) {
  .prompt-margin-control {
    margin: 60px auto 0;
  }
}

@media (width <= 479.98px) {
  .prompt-margin-control {
    margin: 20px auto 0;
  }
}

.prompt-input-wrapper {
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  display: flex;
  overflow: hidden;
}

@media (width <= 479.98px) {
  .prompt-input-wrapper {
    flex-direction: column;
  }
}

.prompt-input-wrapper .wrapper {
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.prompt-input-wrapper textarea {
  resize: none;
  border: 1px solid #0000001a;
  border-radius: 100px;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 22px 30px 18px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.prompt-input-wrapper textarea:focus, .prompt-input-wrapper textarea:focus-visible {
  border-radius: 20px;
}

.prompt-input-wrapper p {
  margin-top: 0;
}

.prompt-input-wrapper .submit-button {
  filter: brightness(0) saturate() invert(27%) sepia(67%) saturate(4499%) hue-rotate(204deg) brightness(102%) contrast(99%);
  width: 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

.prompt-input-wrapper .btn-primary {
  margin-right: 0%;
  padding: 16px 20px;
  transition: all .3s;
  position: relative;
}

.prompt-input-wrapper .btn-primary.hide {
  margin-right: -180px;
}

.prompt-input-wrapper .custom-input-field {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  width: 100%;
  height: 56px;
  font-size: 14px;
  line-height: 1;
}

.prompt-input-wrapper .custom-input-field a {
  align-items: center;
  width: 100%;
  height: 56px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.prompt-input-wrapper .custom-input-field span {
  color: #a6a7ae;
  font-weight: 400;
}

.prompt-input-wrapper .custom-input-field span.custom-text-type {
  text-align: left;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: calc(100% - 70px);
  max-height: 45px;
  padding: 20px 0 20px 30px;
  text-decoration: none;
  display: -webkit-box;
  position: relative;
  top: -8px;
  overflow: hidden;
}

.custom-banner-logo {
  background: linear-gradient(214deg, #eff5fa 49.31%, #fff 104.43%), #ebf4ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width <= 767.98px) {
  .custom-banner-logo {
    height: 400px;
  }
}

.custom-banner-logo:before {
  content: "";
  filter: blur(250px);
  background: #963af61a;
  border-radius: 1508px;
  width: 1508px;
  height: 1272px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.custom-banner-logo__logo {
  background: #fff;
  border: 2px solid #0170f7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  box-shadow: 0 0 28px #106bb117;
}

@media (width <= 767.98px) {
  .custom-banner-logo__logo {
    width: 200px;
    height: 200px;
  }
}

.custom-banner-logo .btn-primary {
  min-width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.custom-banner-logo img {
  width: 120px;
}

@media (width <= 767.98px) {
  .custom-banner-logo img {
    width: 80px;
  }
}

.custom-card {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
  display: flex;
}

.custom-card__item {
  --icon-bg: white;
  --icon-overlay: #f4f4f4;
  --icon-text: #c9c9c9;
  --icon-tick: brightness(0) saturate(100%) invert(71%) sepia(50%) saturate(0%) hue-rotate(196deg) brightness(101%) contrast(100%);
  cursor: pointer;
  background-color: #ffffffb3;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 0 calc(25% - 7.5px);
  justify-content: space-between;
  min-width: 200px;
  max-width: 300px;
  height: 170px;
  padding: 30px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width <= 767.98px) {
  .custom-card__item {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (width <= 479.98px) {
  .custom-card__item {
    flex: 0 0 100%;
  }
}

.custom-card__item > svg {
  content: "";
  opacity: .25;
  width: 100px;
  filter: var(--icon-tick);
  transition: all .3s;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.custom-card__item:hover, .custom-card__item.active {
  --icon-bg: #f2f8ff;
  --icon-overlay: #d5e8ff;
  --icon-text: #0170f7;
  --icon-tick: brightness(0) saturate(100%) invert(27%) sepia(50%) saturate(5423%) hue-rotate(204deg) brightness(102%) contrast(99%);
  background-color: #fff;
  border-color: #0170f7;
  transition: all .3s;
  box-shadow: 0 0 28px #106bb117;
}

.custom-card__item:hover .custom-card__text, .custom-card__item.active .custom-card__text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(92deg, #14b0e0 0%, #4157cc 54.54%, #f15cdb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.custom-card__icon {
  background-color: var(--icon-bg);
  z-index: 1;
  border-radius: 100%;
  width: 62px;
  height: 62px;
  transition: all .3s;
  position: relative;
}

.custom-card__icon:before {
  content: "";
  background-color: var(--icon-overlay);
  border-radius: 100%;
  width: 46px;
  height: 46px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-card__icon svg, .custom-card__icon:after {
  content: "";
  color: var(--icon-text);
  width: 25px;
  height: 25px;
  filter: var(--icon-tick);
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-weight: 300;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-card__icon.gem:after {
  content: "";
}

.custom-card__text {
  font-size: 20px;
  font-weight: 500;
}

.custom-logo {
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-top: 60px;
  display: flex;
}

@media (width <= 1023.98px) {
  .custom-logo {
    gap: 20px;
  }
}

.custom-logo__item {
  width: 200px;
}

@media (width <= 479.98px) {
  .custom-logo__item {
    width: 120px;
  }
}

.custom-bg-color {
  z-index: 1;
  background: linear-gradient(214deg, #eff5fa 49.31%, #fff 104.43%);
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.custom-bg-color.hide {
  display: none;
}

.custom-bg-color:before {
  content: "";
  filter: blur(250px);
  z-index: -1;
  background: #2f5bfa1f;
  border-radius: 100%;
  width: 2086px;
  height: 1760px;
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.custom-bg-color:after {
  content: "";
  filter: blur(250px);
  z-index: -1;
  background: #963af61a;
  border-radius: 100%;
  width: 1508px;
  height: 1272px;
  position: absolute;
  top: 90%;
  right: 20%;
  transform: translate(50%, -50%);
}
/*# sourceMappingURL=paragraph--text.css.map */
