.TextUs {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #00daff;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: #00daff;
  text-align: center;
  /* box-shadow: inset 0px 0px 0px 2px #000000; */
  font-size: 1.406vw;
  letter-spacing: 0.028vw;
}

.TextUs span a {
  display: inline-block;
  width: auto;
  padding: 0 2vw;
  height: auto;
  font-size: 1.2vw;
  line-height: 2.516vw;
  letter-spacing: 0.021vw;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #eb8ef8;
  border: 2px solid #ffffff;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #57d7fb;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: #57d7fb;
  text-align: center;
  box-shadow: inset 0px 0px 0px 2px #000000;
  /* transition: all 0.5s ease-out; */
}

.TextUs span a:hover {
  opacity: 0.5;
}
.TextUs span a span {
  font-size: 1vw;
}

span.textus {
  margin-left: 10px;
  display: block;
  margin-top: 16px;
}
span.number {
  display: block;

  margin: 0;
}
.TextUs span {
  display: inline-block;
  vertical-align: middle;
}

.ctaImg,
.ctaContent {
  display: inline-block;
  vertical-align: middle;
}

.ctaImg {
  max-width: 7.5vw;
  width: 100%;
  height: auto;
  margin-right: 1vw;
}

.ctaTitle {
  font-size: 1.563vw;
  color: #00daff;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: #00daff;
  letter-spacing: 0.023vw;
}
.ctaLinkfire a {
  font-size: 25px;
  letter-spacing: 0.25px;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: #00daff;
  color: #00daff;
  text-decoration: underline;
}

.HedaerCtaSection {
  position: absolute;
  right: 2.5vw;
  bottom: 6vw;
  border: 3.5px solid #fff;
  margin: 0 auto;
  background: #eb8ef8;
  box-shadow: inset 5px 5px 5px 5px #eb8ef8;
  box-shadow: inset 0px 0px 0px 3px #000000;
  padding: 1vw;
}
.ctaLinkfire {
  text-align: center;
}

.ctaLinkfire a:hover {
  opacity: 0.5;
}
/* @media screen and (orientation: portrait) and (max-width: 1024px) { */
@media screen and (max-width: 1024px) {
  .TextUs {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: #00daff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.36px;
    margin: 20px auto;
  }

  .TextUs span a {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.27px;
    padding: 0 20px;
  }
  .TextUs span a span {
    font-size: 16px;
  }
  span.textus {
    margin-left: 0;
  }
  span.number {
    margin-left: 0;
  }

  .communitySection {
    position: static;
    top: 31.5vw;
    right: auto;
  }

  .HedaerCtaSection {
    position: static;
    right: 2.5vw;
    bottom: 6vw;
    border: 3.5px solid #fff;
    margin: 0 auto;
    background: #eb8ef8;
    box-shadow: inset 5px 5px 5px 5px #eb8ef8;
    box-shadow: inset 0px 0px 0px 2px #000000;
    padding: 15px;
    max-width: 85%;
    margin: 0 auto;
    width: 85%;
  }

  .videolb {
    display: none;
  }
  .ctaImg {
    max-width: 96px;
    width: 100%;
    height: auto;
    margin-right: 15px;
  }

  .ctaTitle {
    font-size: 16px;
    color: #00daff;
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: #00daff;
    letter-spacing: 0.24px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
  .TextUs {
    margin: 45px auto;
  }
  .HedaerCtaSection {
    width: 48%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
  .HedaerCtaSection {
    width: 31.4%;
  }
}
