.banner {
  display: flex;
  margin-top: 1.49rem;
}

.banner__image-container {
  /* width: 50%; */
  position: relative;
  height: 17.2rem;
  width: 15.67rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .banner__image-container {
    left: 0;
    top: -4.3rem;
  }
}

.banner__image-container img {
  height: 100%;
}

.banner__left-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner__blur-container {
  height: 4.6rem;
  /* width: 100%;31.32 */
  width: 31.32rem;
  background-color: rgb(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  /* border: 1px solid red; */
  padding: 0.8rem 1.45rem;
  box-shadow: 0px 13px 19px 0px #00000012;
}
@media screen and (max-width: 768px) {
  .banner__blur-container {
    width: 16.54rem;
    height: 3.09rem;
    padding: 0.863rem;
    position: ;
    border-radius: .2rem;
  }
}

.banner__blur-container > h1 {
  font-size: 0.566rem;
  color: var(--brandClr);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .banner__blur-container > h1 {
    font-size: 0.54rem;
    height: 0.54rem;
  }
}

.banner__blur-container > input {
  height: 1.92rem;
  background-color: white;
  box-shadow: 0px 13px 19px 0px #00000012;
  border: 0;
  padding: 0 0.7rem;
  border-radius: 0.245rem;
  outline: none;
  font-size: 0.471rem;
}
@media screen and (max-width: 768px) {
  .banner__blur-container > input {
    height: 0.8636rem;
  }
}

.banner__blur-container > input::placeholder {
  font-size: 0.471rem;
  color: black;
}
@media screen and (max-width: 768px) {
  .banner__blur-container > input::placeholder {
    font-size: 0.318rem;
  }
}

.banner__input-name {
  width: 4.75rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 768px) {
  .banner__input-name {
    width: 2.45rem;
    height: 0.8636rem;
    font-size: 0.318rem;
  }
}

.banner__input-message {
  width: 11.73rem;
}
@media screen and (max-width: 768px) {
  .banner__input-message {
    width: 5.227rem;
    height: 0.8636rem;
    font-size: 0.318rem;
  }
}

.banner__blur-container input[type="submit"] {
  background-color: var(--brandClr);
  width: 4.73rem;
  color: white;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .banner__blur-container input[type="submit"] {
    width: 3rem;
    font-size: 0.3rem;
    margin-left: 0.4rem;
  }
}

.banner__logo-container {
  display: flex;
  align-items: center;
}

.cion-logo {
  height: 1.88rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cion-logo {
    height: 0.9rem;
  }
}

.vr-line {
  border: 0.01rem solid black;
  height: 0.9rem;
  margin: 0 0.2rem;
}

.omni-logo {
  height: 2.09rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .omni-logo {
    height: 1.1rem;
  }
}

.banner__text {
  display: flex;
  flex-direction: column;
  line-height: 100%;
  font-size: 1.69rem;
  color: white;
  font-weight: 700;
  align-items: flex-start;
  justify-content: ;
}
@media screen and (max-width: 768px) {
  .banner__text {
    font-size: 1.08rem;
  }
}

.text-1 {
  background-color: var(--brandClr);
  padding: 0.1rem 0.3rem;
}
.text-2 {
  background-color: #d47fa1;
  margin-top: 0.15rem;
  /* padding: 0 .4rem; */
  padding: 0.1rem 0.3rem;
}
.text-3 {
  background-color: #d47fa1;
  margin-top: 0.15rem;
  padding: 0.1rem 0.3rem;
}
.text-4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .text-1 {
    border-radius: 0.18rem;
    padding: 0.2rem;
  }
  .text-2,
  .text-3 {
    display: none;
  }
  .text-4 {
    display: initial;
    background-color: #d47fa1;
    margin-top: 0.2rem;
    border-radius: 0.18rem;
    padding: 0.2rem 0.4rem;
  }
}
.banner__title-2 {
  font-size: 0.75rem;
  line-height: 0.849rem;
  background-color: #d47fa1;
  color: white;
  margin-top: 1.2rem;
  padding: 0.15rem 0.4rem;
  margin-bottom: 0.3rem;
  border-radius: 0.136rem;
}
@media screen and (max-width: 768px) {
  .banner__title-2 {
    font-size: 0.45rem;
    font-weight: 700;
    width: 3.909rem;
    height: 0.77rem;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .banner__right-in-mobile-container {
    font-size: 0.45rem;
    font-weight: 700;
    width: 3.909rem;
    height: 0.77rem;
    padding: 0;
    text-align: center;
    margin-left: 0.5rem;
  }
}

.banner__image-small {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner__image-small {
    display: block;
  }
  .banner__image-small {
    flex-shrink: 0;
  }
  .banner__image-container > img {
    display: none;
  }
  .banner__with-title {
    display: flex;
  }
  .banner__image-small {
    height: 6.81rem;
    width: 10.68rem;
    margin-top: 0.5rem;
  }
}
