.button {
  cursor: pointer;
  margin: auto;
  padding: 0.8rem 1.5rem;
  color: #fff;
  display: block;
  width: 100%;
  background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
  border-radius: 8px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease-in;
  border: none;
  outline: none;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:hover transform:scale(1.05) > span {
  font-weight: 700;
}
.button.black {
  background: #030819;
  width: 100%;
  border: 1px solid #fff;
}
.button.transparent {
  background: transparent;
}

@media (min-width: 769px) {
  .button:hover transform:scale(1.1) > span {
    font-weight: 700;
  }
  .button.black:hover {
    background: #fff;
    box-shadow: 0 0 20px 1px hsla(0, 0%, 100%, 0.5);
  }
  .button.black:hover > span {
    background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.mainFeatureContainer {
  width: 100%;
  padding-top: 6.25rem;
  border-top: 1px solid rgba(139, 139, 139, 0.3);
}
.mainFeatureContainer .mainContent {
  width: 85%;
  margin: auto;
}
.mainFeatureContainer .mainContent p {
  margin-top: 2rem;
}
.mainFeatureContainer .heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  background: linear-gradient(125.02deg, #ffffff 47.98%, #95d3ff 72.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mainFeatureContainer .paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #e6e7e8;
  text-align: center;
}
.mainFeatureContainer .left {
  text-align: left;
}

@media (min-width: 769px) {
  .mainFeatureContainer {
    width: 100%;
    gap: 1rem;
    padding: 5.5rem 0;
  }
  .mainFeatureContainer .mainContent {
    position: relative;
    max-width: 1160px;
    width: 80%;
    padding: 8.5rem 0;
    border-radius: 40px;
    overflow: hidden;
  }
  .mainFeatureContainer .mainContent p {
    max-width: 602px;
    margin: auto;
    margin-top: 2rem;
  }
  .mainFeatureContainer .heading {
    font-size: 80px;
    line-height: 100%;
    max-width: 800px;
    margin: auto;
  }
  .mainFeatureContainer .bgPatternLeft {
    position: absolute;
    width: 1694px;
    height: 1694px;
    left: 219px;
    top: -305px;
    background: radial-gradient(50% 50% at 50% 50%, #1477f8 0, rgba(5, 11, 25, 0) 100%);
    opacity: 0.3;
  }
  .mainFeatureContainer .bgPatternRight {
    position: absolute;
    width: 1394.02px;
    height: 1394.02px;
    left: -465.73px;
    top: -501.73px;
    background: radial-gradient(63.28% 63.28% at 50% 50%, #1477f8 0%, rgba(5, 11, 25, 0) 100%);
    opacity: 0.35;
    border-radius: 50%;
  }
}
.heroContainer {
  margin: auto;
  width: 327px;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.heroContainer .secondaryHeading {
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.heroContainer .heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}
.heroContainer .heading span {
  color: #0b9dff;
}
.heroContainer .uppercase {
  text-align: center;
  text-transform: uppercase;
}
.heroContainer .withoutPeriod > span {
  display: none;
}
.heroContainer .h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 115%;
}
.heroContainer .inputForm {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.heroContainer .inputForm button {
  padding: 14px 28px;
}
.heroContainer .inputForm .button {
  cursor: pointer;
  margin: auto;
  padding: 0.8rem 1.5rem;
  color: #fff;
  display: block;
  background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease-in;
  border: none;
  outline: none;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroContainer .inputForm .button:hover {
  transform: scale(1.05);
}
.heroContainer .inputForm .button:hover > span {
  font-weight: 700;
}
.heroContainer .inputBox {
  font-family: "Averta Std";
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  background-color: #030819;
}
.heroContainer .showcasePage .inputBox {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 16px 24px;
  border: 1px solid #90939e;
  backdrop-filter: blur(15px);
}
.heroContainer .showcasePage button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: fit-content;
  height: 48px;
}
.heroContainer .inputBox::placeholder {
  color: #cfd2dc;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.heroContainer .modalContent {
  color: black;
  padding: 2rem;
}
.heroContainer .socialIcons {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  list-style-type: none;
}
.heroContainer .socialIcons li {
  cursor: pointer;
  padding: 0 1.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.heroContainer .socialIcons li:last-child {
  border-right: none;
}

@media (min-width: 769px) {
  .heroContainer {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .heroContainer .heroBackground {
    position: absolute;
    background: url("../images/Hero/cloud.png") top/827.58px no-repeat;
    z-index: -9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    bottom: 4.5rem;
  }
  .heroContainer .secondaryHeading {
    font-size: 21px;
    line-height: 125%;
    margin-top: 4.2rem;
  }
  .heroContainer .heading {
    font-size: 68px;
    line-height: 68px;
  }
  .heroContainer .h3 {
    font-size: 68px;
    line-height: 100%;
  }
  .heroContainer .inputForm {
    align-items: stretch;
    flex-direction: row;
    width: 520px;
    height: 56px;
    margin: 2rem auto;
  }
  .heroContainer .inputForm .inputBox {
    border-radius: 12px;
    padding: 14px 24px;
  }
  .heroContainer .inputForm button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 148px;
    height: 48px;
  }
  .heroContainer .inputForm button:hover {
    transform: none;
  }
  .heroContainer .inputForm button:hover > span {
    font-weight: 600;
  }
  .heroContainer .inputForm .button:hover {
    transform: scale(1.1);
  }
  .heroContainer .inputForm .button:hover > span {
    font-weight: 700;
  }
}
.featureListWrapper {
  margin: auto;
  padding-bottom: 6.25rem;
  background-color: #030819;
}
.featuresContainer .featureListWrapper {
  padding-bottom: 2.75rem;
  background-color: #000;
}
.featureListWrapper .container {
  position: relative;
  width: 327px;
  margin: auto;
  padding-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.featureListWrapper .container button {
  width: 146px;
  height: 52px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid rgba(139, 139, 139, 0.6);
  padding: 0;
  margin: 2rem auto 0;
}
.featureListWrapper .icon {
  position: relative;
  height: 180px;
  width: 180px;
}
.featureListWrapper .textContainer {
  text-align: center;
  width: 100%;
}
.featureListWrapper .textContainer p {
  margin-top: 1.25rem;
}
.featureListWrapper .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 115%;
}
.featureListWrapper .paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #e6e7e8;
  text-align: center;
}
.featureListWrapper .left {
  text-align: left;
}
.featureListWrapper .button {
  font-family: inherit;
  cursor: pointer;
  margin: auto;
  padding: 0.8rem 1.5rem;
  color: #fff;
  display: block;
  width: 100%;
  background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease-in;
  border: none;
  outline: none;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featureListWrapper .button:hover {
  transform: scale(1.05);
}
.featureListWrapper .button:hover > span {
  font-weight: 700;
}
.featureListWrapper .black {
  background: #030819;
  width: 100%;
  border: 1px solid #fff;
}
.featureListWrapper .transparent {
  background: transparent;
}

@media (min-width: 769px) {
  .featureListWrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    border-top: 1px solid rgba(139, 139, 139, 0.3);
    padding: 5.5rem 0;
    flex-wrap: wrap;
  }
  .featuresContainer .featureListWrapper {
    padding-bottom: 0;
  }
  .featureListWrapper .container {
    padding: 0;
    justify-content: flex-start;
    width: 350px;
    margin: 0;
  }
  .featureListWrapper .container button {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .featureListWrapper .icon {
    height: 250px;
    width: 250px;
  }
  .featureListWrapper .textContainer {
    height: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .featureListWrapper .button:hover {
    transform: scale(1.1);
  }
  .featureListWrapper .button:hover > span {
    font-weight: 700;
  }
  .featureListWrapper .black:hover {
    background: #ffffff;
    box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.5);
  }
  .featureListWrapper .black:hover > span {
    background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.rootWrapper {
  position: relative;
  border-top: 1px solid rgba(139, 139, 139, 0.3);
  text-align: center;
  padding-bottom: 6rem;
  overflow: hidden;
}
.rootWrapper .containerWithIcon button {
  margin-top: 2rem;
  padding: 1rem 2rem;
}
.rootWrapper .vultContainer {
  height: auto;
}
.rootWrapper .logo {
  display: block;
  position: absolute;
  top: 100px;
  left: 55px;
  z-index: 10;
  width: 65px;
  height: 30px;
}
.rootWrapper .blimpArt {
  position: relative;
  width: 424px;
  height: 268px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 150px;
}
.rootWrapper .textContent {
  margin-top: 2rem;
  z-index: 5;
}
.rootWrapper .textContent p {
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.rootWrapper .textContent button {
  width: 327px;
}
.rootWrapper .ellipseTop {
  position: absolute;
  width: 858px;
  height: 858px;
  left: -307px;
  top: -298px;
  background: radial-gradient(50% 50% at 50% 50%, #1477f8 0%, rgba(5, 11, 25, 0) 100%);
  opacity: 0.4;
  z-index: -9;
}
.rootWrapper .ellipseContainer {
  z-index: -1;
}
.rootWrapper .blimpArtDesktop {
  display: none;
}
.rootWrapper .heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}
.rootWrapper .heading span {
  color: #0b9dff;
}
.rootWrapper .uppercase {
  text-align: center;
  text-transform: uppercase;
}
.rootWrapper .withoutPeriod > span {
  display: none;
}
.rootWrapper .h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 115%;
}
.rootWrapper .paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #e6e7e8;
  text-align: center;
}
.rootWrapper .left {
  text-align: left;
}
.rootWrapper .button {
  font-family: inherit;
  cursor: pointer;
  margin: auto;
  padding: 0.8rem 1.5rem;
  color: #fff;
  display: block;
  width: 100%;
  background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease-in;
  border: none;
  outline: none;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rootWrapper .button:hover {
  transform: scale(1.05);
}
.rootWrapper .button:hover > span {
  font-weight: 700;
}
.rootWrapper .black {
  background: #030819;
  width: 100%;
  border: 1px solid #fff;
}
.rootWrapper .transparent {
  background: transparent;
}

@media (min-width: 769px) {
  .rootWrapper {
    padding: 7.8rem 0;
  }
  .containerWithIcon {
    position: relative;
    max-width: 1160px;
    height: 625px;
    width: 85%;
    margin: auto;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .containerWithIcon button {
    margin: 0;
    margin-top: 2rem;
    max-width: 155px;
  }
  .containerWithIcon .vultContainer {
    height: 680px;
  }
  .containerWithIcon .logo {
    top: 50px;
    left: 50px;
  }
  .containerWithIcon .blimpContainer {
    height: 650px;
    flex-direction: column;
  }
  .containerWithIcon .blimpArt {
    width: 868px;
    height: 550px;
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    z-index: 2;
  }
  .containerWithIcon .ellipseContainer {
    background: #06122a;
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
  }
  .containerWithIcon .ellipseTop {
    width: 812.68px;
    height: 812.68px;
    left: -150px;
    top: -210.5px;
    border-radius: 50%;
    z-index: 1;
  }
  .containerWithIcon .rectangle {
    position: absolute;
    width: 1160px;
    height: 463px;
    left: 0px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(3, 8, 25, 0) 13.81%, rgba(6, 18, 42, 0.92) 42.42%);
    border-radius: 40px;
    z-index: 3;
  }
  .containerWithIcon .textContent {
    margin-top: 16rem;
    max-width: 700px;
  }
  .containerWithIcon .textContent button {
    max-width: 200px;
    margin: 2rem auto 0 auto;
  }
  .containerWithIcon .heading {
    font-size: 68px;
    line-height: 68px;
  }
  .containerWithIcon .h3 {
    font-size: 68px;
    line-height: 100%;
  }
  .button:hover {
    transform: scale(1.1);
  }
  .button:hover > span {
    font-weight: 700;
  }
  .black:hover {
    background: #ffffff;
    box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.5);
  }
  .black:hover > span {
    background: linear-gradient(121.99deg, #00d3ff -26.48%, #1a49ff 64.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .containerWithIcon {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .blimpContainer {
    height: 650px;
  }
}
.showcasecontainer {
  position: relative;
  border-top: 1px solid 1px solid rgba(139, 139, 139, 0.3);
  text-align: center;
  padding-bottom: 6rem;
  overflow: hidden;
}
.showcasecontainer .containerWithIcon button {
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-family: inherit;
}
.showcasecontainer .ellipseContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.showcasecontainer .ellipseLeft {
  position: absolute;
  width: 558.94px;
  height: 558.94px;
  left: -260px;
  top: -130px;
  background: radial-gradient(50% 50% at 50% 50%, #4ba7b4 0%, rgba(5, 11, 25, 0) 100%);
  opacity: 0.3;
}
.showcasecontainer .ellipseRight {
  position: absolute;
  width: 700px;
  height: 700px;
  left: 150px;
  top: 400px;
  background: radial-gradient(50% 50% at 50% 50%, #4ba7b4 0%, rgba(5, 11, 25, 0) 100%);
  opacity: 0.3;
}
.showcasecontainer .showcaseArt {
  position: relative;
  width: 334.44px;
  height: 246px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 2rem;
  overflow: hidden;
}
.showcasecontainer .showcaseArt video {
  height: 92%;
  width: 92.5%;
  position: absolute;
  top: 9px;
  left: 13.5px;
  object-fit: cover;
  z-index: -1;
  rotate: -0.5deg;
  border-top-right-radius: 25px;
}
.showcasecontainer .textContentWrapper {
  position: relative;
  margin-top: 4rem;
  padding: 0 1.5rem;
  z-index: 2;
}
.showcasecontainer .textContentWrapper button {
  padding: 1rem 2rem;
  width: fit-content;
  margin-top: 2rem;
}
.showcasecontainer .textContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: none;
}
.showcasecontainer .textContent h3 {
  text-align: center;
}
.showcasecontainer .textContent p {
  margin-top: 2rem;
}
.showcasecontainer .listContainer {
  margin-top: 20px;
}
.showcasecontainer .listContainer > div {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding: 2px 0;
}
.showcasecontainer .heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}
.showcasecontainer .heading span {
  color: #0b9dff;
}
.showcasecontainer .uppercase {
  text-align: center;
  text-transform: uppercase;
}
.showcasecontainer .withoutPeriod > span {
  display: none;
}
.showcasecontainer .bulletTextContainer {
  display: flex;
  font-size: 14px;
  line-height: 160%;
  color: #cfd2dc;
  text-align: left;
}
.showcasecontainer .bulletTextContainer li {
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
}

@media (min-width: 769px) {
  .showcasecontainer {
    padding: 18rem 0 7.8rem;
  }
  .showcasecontainer .containerWithIcon {
    position: relative;
    max-width: 1160px;
    height: 625px;
    width: 85%;
    margin: auto;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .showcasecontainer .containerWithIcon button {
    margin: 0;
    margin-top: 2rem;
    max-width: 155px;
  }
  .showcasecontainer .vultContainer {
    height: 680px;
  }
  .showcasecontainer .logo {
    top: 50px;
    left: 50px;
  }
  .showcasecontainer .blimpContainer {
    height: 650px;
    flex-direction: column;
  }
  .showcasecontainer .showcaseArt {
    position: relative;
    width: 537px;
    height: 395px;
    left: unset;
    transform: none;
    top: -350px;
    z-index: 2;
    overflow: hidden;
    flex-shrink: 0;
  }
  .showcasecontainer .showcaseArt video {
    height: 92%;
    width: 93%;
    position: absolute;
    top: 14px;
    left: 21.5px;
  }
  .showcasecontainer .ellipseLeft {
    width: 1694px;
    height: 1694px;
    left: -920px;
    top: -930.5px;
    opacity: 0.5;
  }
  .showcasecontainer .ellipseRight {
    width: 1694px;
    height: 1694px;
    left: 228px;
    top: -196.5px;
    opacity: 0.5;
  }
  .showcasecontainer .textContentWrapper {
    position: absolute;
    bottom: 3rem;
    padding: 0;
  }
  .showcasecontainer .textContentWrapper h3 {
    font-size: 42px;
    max-width: 700px;
    line-height: 110%;
  }
  .showcasecontainer .textContentWrapper button {
    max-width: fit-content;
    margin: 2rem auto 0;
  }
  .showcasecontainer .textContent {
    margin-top: 16px;
    gap: 20px;
  }
  .showcasecontainer .textContent p {
    max-width: 382px;
  }
  .showcasecontainer .listContainer {
    max-width: 382px;
  }
  .showcasecontainer .heading {
    font-size: 68px;
    line-height: 68px;
  }
  .showcasecontainer .h3 {
    font-size: 68px;
    line-height: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .showcasecontainer .containerWithIcon {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .showcasecontainer .blimpContainer {
    height: 650px;
  }
  .showcasecontainer .showcaseArt {
    top: -220px;
  }
  .showcasecontainer .textContentWrapper {
    position: static;
    margin: -10rem auto 3rem;
  }
  .showcasecontainer .textContent {
    margin-top: 0;
  }
}
.vultInfo .vultArt {
  position: relative;
  width: 336px;
  height: 271px;
  left: 55%;
  transform: translateX(-50%);
  margin-top: 185px;
}
.vultInfo .textContent {
  padding: 0 1.5rem;
  margin: 56px auto 0;
}
.vultInfo .textContent {
  margin-top: 2rem;
}
.vultInfo .textContent button {
  width: 327px;
}
.vultInfo .vultArtDesktop {
  display: none;
}
.vultInfo .ellipseTop {
  position: absolute;
  width: 740.95px;
  height: 740.95px;
  left: -272.48px;
  top: -238.48px;
  background: radial-gradient(50% 50% at 50% 50%, #4987ff 0, rgba(0, 10, 240, 0) 100%);
  opacity: 0.4;
  z-index: -9;
}

@media (min-width: 769px) {
  .vultInfo .vultArt {
    margin-top: 180px;
    margin-left: -5%;
    height: 500px;
    width: 600px;
    left: unset;
    transform: unset;
    flex-shrink: 0;
  }
  .vultInfo .ellipseContainer {
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
    z-index: -1;
  }
  .vultInfo .ellipseTop {
    width: 1694px;
    height: 1694px;
    left: -699px;
    top: -735.5px;
  }
  .vultInfo .ellipseBottom {
    position: absolute;
    width: 1694px;
    height: 1694px;
    left: 219px;
    top: -305.5px;
    background: radial-gradient(50% 50% at 50% 50%, #4987ff 0, rgba(0, 10, 240, 0) 100%);
    opacity: 0.5;
  }
  .vultInfo .textContainerWrapper {
    margin: 0 0 0 -4%;
  }
  .vultInfo .textContent {
    text-align: left;
    padding: 0;
  }
  .vultInfo .textContent p {
    text-align: left;
    padding: 0;
    width: 90%;
  }
  .vultInfo .textContent .button {
    margin-left: 0;
  }
  .vultInfo .textContainerBorderWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: streach;
    gap: 2.5rem;
    margin-top: 3.25rem;
  }
  .vultInfo .textContainerBorderWrapper > div:first-child {
    width: 173px;
    height: 156px;
  }
  .vultInfo .textContainerBorderWrapper > div:nth-child(2) {
    width: 307px;
    height: 156px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .vultInfo .vultArt {
    margin-left: 0;
  }
  .vultInfo .textContainerWrapper {
    width: 70%;
    padding-bottom: 3rem;
    margin: 3rem auto auto;
  }
  .vultInfo .textContainerWrapper .textContent {
    text-align: center;
  }
  .vultInfo .textContainerWrapper .textContent p {
    text-align: center;
    width: 100%;
  }
  .vultInfo .textContainerWrapper .textContent button {
    margin-left: auto;
    margin-right: auto;
  }
  .vultInfo .textContainerWrapper .textContainerBorderWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
  }
  .vultInfo .ellipseTop {
    top: 200px;
  }
}
.chimneyInfo .chimneyArt {
  position: relative;
  width: 650px;
  height: 650px;
  left: 50%;
  transform: translateX(-50%);
}
.chimneyInfo .textContent {
  margin-top: -9rem;
  padding: 0 1.5rem;
}
.chimneyInfo .textContent p {
  margin-top: 2rem;
}
.chimneyInfo .textContent button {
  width: 327px;
}
.chimneyInfo .ellipseTop {
  position: absolute;
  width: 424.89px;
  height: 424.89px;
  left: -133.21px;
  top: -2.94px;
  background: radial-gradient(50% 50% at 50% 50%, #b44b91 0, rgba(5, 11, 25, 0) 100%);
  opacity: 0.5;
  z-index: -9;
}

@media (min-width: 769px) {
  .chimneyInfo .chimneyArt {
    width: 786px;
    height: 799px;
    margin-left: -28%;
    margin-top: 2rem;
    left: 0;
    transform: none;
  }
  .chimneyInfo .ellipseContainer {
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
    z-index: -1;
  }
  .chimneyInfo .ellipseTop {
    width: 1694px;
    height: 1694px;
    left: -850px;
    top: -735.5px;
  }
  .chimneyInfo .ellipseBottom {
    position: absolute;
    width: 1694px;
    height: 1694px;
    left: 400px;
    top: -250px;
    background: radial-gradient(50% 50% at 50% 50%, #b44b91 0, rgba(5, 11, 25, 0) 100%);
    opacity: 0.5;
  }
  .chimneyInfo .textContent {
    margin: 0;
    max-width: 466px;
    text-align: left;
    padding: 0;
  }
  .chimneyInfo .textContent p {
    text-align: left;
    padding: 0;
  }
  .chimneyInfo .textContent button {
    margin-left: 0;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .chimneyInfo .chimneyArt {
    margin-left: 0;
    margin-top: -3rem;
  }
  .chimneyInfo .textContent {
    text-align: center;
    width: 70%;
    padding-bottom: 3rem;
    margin-top: -8rem;
  }
  .chimneyInfo .textContent p {
    text-align: center;
    width: 100%;
  }
  .chimneyInfo .textContent button {
    margin-left: auto;
    margin-right: auto;
  }
}
.chalkInfo .chalkArtMobile {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 424px;
  height: 283.05px;
  margin-top: 200px;
}
.chalkInfo .textContent {
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.chalkInfo .textContent p {
  margin-top: 2rem;
}
.chalkInfo .textContent button {
  width: 327px;
}
.chalkInfo .chalkArtDesktop {
  display: none;
}
.chalkInfo .ellipseTop {
  position: absolute;
  width: 424.89px;
  height: 424.89px;
  left: -123.21px;
  top: -62.94px;
  background: radial-gradient(44.65% 54.66% at 50% 50%, #ffb076 0, rgba(5, 11, 25, 0) 100%);
  opacity: 0.4;
  z-index: -9;
}

@media (min-width: 769px) {
  .chalkInfo .chalkArtMobile {
    display: none;
  }
  .chalkInfo .chalkArtDesktop {
    display: block;
    margin-right: -15%;
    margin-top: -100px;
  }
  .chalkInfo .ellipseContainer {
    background: rgba(16, 21, 52, 0.7);
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
    z-index: -1;
  }
  .chalkInfo .ellipseTop {
    width: 862.71px;
    height: 862.71px;
    left: 47.29px;
    top: -142.71px;
  }
  .chalkInfo .ellipseBottom {
    position: absolute;
    width: 1694px;
    height: 1694px;
    left: 219px;
    top: -305.5px;
    background: radial-gradient(50% 50% at 50% 50%, #4b4fb4 0, rgba(5, 11, 25, 0) 100%);
    opacity: 0.5;
  }
  .chalkInfo .textContent {
    width: 45%;
    text-align: left;
    margin: 3rem 0 0;
  }
  .chalkInfo .textContent p {
    text-align: left;
    padding: 0;
    width: 80%;
  }
  .chalkInfo .textContent button {
    margin: 2rem 0 0;
    max-width: 155px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .chalkInfo .chalkArtDesktop {
    margin: 4rem 0 0;
    order: 1;
  }
  .chalkInfo .textContent {
    text-align: center;
    width: 70%;
    padding-bottom: 3rem;
    margin-top: 3rem;
    order: 2;
  }
  .chalkInfo .textContent P {
    text-align: center;
    width: 100%;
  }
  .chalkInfo .textContent button {
    margin-left: auto;
    margin-right: auto;
  }
}
.privateSharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 1100px;
  margin: 3rem auto 8rem;
  padding: 2rem;
  text-align: center;
}
.privateSharing .heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}

@media (min-width: 769px) {
  .privateSharing .heading {
    font-size: 68px;
    line-height: 68px;
  }
}
.partnersContainer {
  position: relative;
  max-width: 1160px;
  margin: auto;
  padding: 2rem;
  text-align: center;
}
.partnersContainer .heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}
.partnersContainer .partners {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

@media (min-width: 769px) {
  .partnersContainer .heading {
    font-size: 68px;
    line-height: 68px;
  }
}
.Accordion_container {
  width: 100%;
}
.Accordion_title {
  font-weight: 600;
  font-size: 21px;
  line-height: 125%;
}
.Accordion_line {
  border-top: 1px solid hsla(0, 0%, 55%, 0.3);
}
.Accordion_header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.Accordion_header img {
  width: 20px;
}
.Accordion_children {
  opacity: 0;
  height: 0;
  transform: translateY(10px);
}
.Accordion_children > div {
  padding: 0 1rem 1rem;
}
.Accordion_container.active .Accordion_header img {
  display: none;
}
.Accordion_container.active .Accordion_children {
  height: auto;
  opacity: 1;
  transform: translateZ(0px);
  transition: height 250ms, opacity 250ms, transform 250ms;
}

.FAQ_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 4rem;
  gap: 50px;
  background: #061631;
}
.FAQ_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  max-width: 1040px;
}
.FAQ_header .FAQ_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  color: #fff;
}
.FAQ_header .FAQ_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #cfd2dc;
}
.FAQ_header .FAQ_description > a {
  color: #0b9dff;
  display: inline-block;
}
.FAQ_content {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 8px;
  width: 1040px;
}
.FAQ_content > div {
  width: 646px;
}
.FAQ_faq {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #cfd2dc;
}

@media (max-width: 1200px) {
  .FAQ_content, .FAQ_content > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .FAQ_container {
    padding: 4rem 2rem;
  }
}
.FooterFeature {
  position: relative;
  padding: 5rem 1rem;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180.15deg, #00d3ff -29.76%, #1a49ff 125.39%);
  border-top: 1px solid hsla(0, 0%, 55%, 0.3);
  border-bottom: 1px solid hsla(0, 0%, 55%, 0.3);
}
.FooterFeature h3 {
  position: relative;
  font-size: 28px;
  line-height: 115%;
  max-width: 70%;
  margin: 1.5rem auto auto;
  z-index: 1;
}
.FooterFeature p {
  margin-top: 2rem;
  font-weight: 600;
  line-height: 125%;
  color: #fff;
  opacity: 0.9;
  max-width: 800px;
  z-index: 1;
}
.FooterFeature .bgPattern {
  position: absolute;
  z-index: -1;
  width: 2118.19px;
  height: 2118.19px;
  left: calc(50% - 1059.095px);
  top: -919.1px;
  background: radial-gradient(50% 50% at 50% 50%, #5da3ff 0, rgba(5, 11, 25, 0) 100%, rgba(156, 185, 255, 0) 0);
}
.FooterFeature .zusLogoWhite {
  position: relative;
  width: 45.88px;
  height: 40px;
  margin: auto;
}
.FooterFeature .buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.FooterFeature .buttons button {
  width: 159px;
  height: 48px;
  margin: 0;
}
.FooterFeature .buttons button:first-child {
  background: #fff;
  color: #202127;
}

.socialIcons {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.socialIcons li {
  cursor: pointer;
  padding: 0 1.8rem;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}
.socialIcons li:last-child {
  border-right: none;
}

.FooterCommunity.socialLinksContainer {
  position: relative;
  padding: 4rem 1.25rem;
  background: linear-gradient(208.49deg, #151618 -19.53%, #151618 80.31%), linear-gradient(208.49deg, #092a5c -19.53%, #022d77 80.31%), linear-gradient(213.75deg, #5ac7de -102.42%, #132e95 77.58%);
  width: 100%;
  text-align: center;
  overflow: hidden;
  border: none;
}
.FooterCommunity .background {
  position: absolute;
  width: 808px;
  height: 808px;
  left: 50%;
  transform: translateX(-50%);
  top: -460px;
  background: radial-gradient(50% 50% at 50% 50%, #1a5aff 0, rgba(5, 11, 25, 0) 100%);
}
.FooterCommunity .textContent h3 {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 21px;
  line-height: 125%;
}
.FooterCommunity .textContent p {
  font-size: 14px;
  line-height: 160%;
  opacity: 0.9;
  padding: 1.25rem 0;
}
.FooterCommunity .textContent ul {
  margin-top: 1.5rem;
}
.FooterCommunity .textContent ul li {
  padding: 1rem 1.75rem;
}
.FooterCommunity .socialIcons a {
  display: block;
}
.FooterCommunity .socialIcons img {
  height: 2rem;
  width: 2rem;
}

.Footer .menuContainer {
  margin-top: -1rem;
  margin-bottom: 4rem;
  text-align: center;
}
.Footer .leftmenuContainer {
  padding: 0 30px;
}
.Footer .leftmenuContainer h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #cfd2dc;
  margin-top: 40px;
}
.Footer .leftmenuContainer p {
  font-size: 14px;
  line-height: 160%;
  color: #90939e;
  margin-top: 20px;
}
.Footer .menuLinksContainer {
  width: 100%;
}
.Footer .footerMenuItem {
  margin-top: 2rem;
  text-align: left;
}
.Footer .titleMenu {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #90939e;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 55%, 0.3);
  padding: 20px 30px;
}
.Footer .subMenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 0 30px;
  gap: 10px;
}
.Footer .subMenu li {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  min-width: 160px;
  color: #cfd2dc;
}
.Footer .subMenu li:hover {
  color: #0b9dff;
}
.Footer .subMenu a[disabled] {
  opacity: 0.5;
}
.Footer .subMenu a[disabled]:hover {
  color: #cfd2dc;
}
.Footer .subMenu a[disabled]:hover span {
  display: none;
}
.Footer .subMenu a[disabled]:hover::after {
  content: "Coming Soon";
}
.Footer .dynamicPosts li {
  min-width: 300px;
}
.Footer .bottomContainer {
  text-align: center;
  padding: 2rem 2rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #cfd2dc;
}
.Footer .bottomContainer p {
  font-size: 16px;
  color: #cfd2dc;
}

.FooterSocialIcons {
  border-top: 1px solid hsla(0, 0%, 55%, 0.3);
  border-bottom: 1px solid hsla(0, 0%, 55%, 0.3);
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.FooterSocialIcons .bottomIcons > a:last-child,
.FooterSocialIcons .topIcons > a:last-child {
  border-right: 1px solid hsla(0, 0%, 55%, 0.3);
}
.FooterSocialIcons .bottomIcons {
  border-top: 1px solid hsla(0, 0%, 55%, 0.3);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FooterSocialIcons_icon {
  display: inline-block;
  padding: 43px 25px;
  border-left: 1px solid hsla(0, 0%, 55%, 0.3);
}

.FooterProducts {
  margin-top: 60px;
  text-align: left;
}
.FooterProducts h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #90939e;
  border-bottom: 1px solid hsla(0, 0%, 55%, 0.3);
  padding: 20px 30px;
}
.FooterProducts img {
  height: 24px;
  width: 24px;
}
.FooterProducts a p:hover {
  color: #0b9dff;
}
.FooterProducts a[disabled] {
  opacity: 0.5;
}
.FooterProducts a[disabled]:hover p {
  display: none;
}
.FooterProducts a[disabled]:hover:after {
  content: "Coming Soon";
}
.FooterProducts .productWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  padding: 0 30px;
}
.FooterProducts .productWrapper p {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #f1f2f2;
}

@media (min-width: 769px) {
  .FooterFeature {
    width: 100%;
    padding: 4.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .FooterFeature h3 {
    font-size: 54px;
    line-height: 110%;
    max-width: 800px;
  }
  .FooterFeature p {
    font-size: 21px;
  }
  .FooterFeature .zusLogoWhite {
    width: 65px;
    height: 45px;
  }
  .FooterFeature .buttons {
    gap: 1rem;
  }
  .FooterFeature .buttons button {
    width: 167px;
    height: 56px;
  }
  .FooterCommunity.socialLinksContainer {
    background: linear-gradient(208.49deg, #151618 -19.53%, #151618 80.31%);
    padding: 5.5rem 0;
  }
  .FooterCommunity .background {
    width: 2118.19px;
    height: 2118.19px;
    top: -1600px;
    background: radial-gradient(50% 50% at 50% 50%, #1a5aff 0, rgba(5, 11, 25, 0) 100%, rgba(156, 185, 255, 0) 0);
  }
  .FooterCommunity .textContent h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 115%;
  }
  .FooterCommunity .textContent p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
  }
  .FooterCommunity .textContent ul {
    margin-top: 4rem;
  }
  .FooterCommunity .textContent ul li {
    padding: 0 3rem;
  }
  .FooterCommunity .socialIcons img {
    height: 4rem;
    width: 4rem;
  }
  .Footer .menuContainer {
    overflow: hidden;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 80px;
    gap: 6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .Footer .leftmenuContainer {
    max-width: 250px;
    text-align: left;
    padding: 0 0 0 20px;
    margin-top: -10px;
    flex-shrink: 0;
  }
  .Footer .leftmenuContainer h3 {
    margin-top: 20px;
  }
  .Footer .leftmenuContainer p {
    text-align: left;
  }
  .Footer .menuLinksContainer {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    width: 100%;
    padding: 0 3rem;
  }
  .Footer .footerMenuItem {
    align-items: flex-start;
    width: 135px;
    margin: 0;
  }
  .Footer .footerMenuItem h5 {
    border-bottom: none;
    padding: 0;
  }
  .Footer .dynamicPosts {
    width: 250px;
  }
  .Footer .titleMenu {
    font-size: 13px;
  }
  .Footer .subMenu {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
  }
  .Footer .subMenu li {
    flex: 1 1 130px;
    width: 130px;
  }
  .Footer .bottomContainer {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
    padding: 2rem 8rem;
  }
  .FooterSocialIcons {
    margin-top: 4rem;
  }
  .FooterSocialIcons .bottomIcons {
    width: auto;
    display: block;
  }
  .FooterSocialIcons_icon {
    padding: 43px 48px;
  }
  .FooterProducts {
    margin: 0;
    width: 135px;
  }
  .FooterProducts h5 {
    border-bottom: none;
    padding: 0;
  }
  .FooterProducts > div:first-child {
    margin-top: 0 !important;
  }
  .FooterProducts .productWrapper {
    justify-content: flex-start;
    margin-top: 10px;
    gap: 15px;
    padding: 0;
  }
}
@media (min-width: 1201px) {
  .FooterSocialIcons .bottomIcons {
    border-top: none;
  }
  .FooterSocialIcons .bottomIcons > a:first-child {
    border-left: none;
  }
}

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