.banner-content .blue-txt{color:#0083ef !important;}
.banner-text {
    font-size: clamp(1.25rem, 4vw, 1.5rem) !important;
}
.banner {
  position: relative;
  background: #110F40;
  color: #FFFFFF;
  overflow: hidden;
}

.banner-area{
  transition: all 1s ease 0s;
  opacity: 1;
  transform: scale(1);
}

.banner-wrap{
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0px;
}

.banner-position{
  display: block;
  box-sizing: border-box;
  padding-top: 52.7%;
}

.banner-wrap img{
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}



.banner-container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}

.banner-content h1{
  font-family: 'IBM Plex Serif',serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color:#fff;
  margin-bottom:0;
}

.banner-text {
    margin-top: 0px;
    max-width: 100% !important;
}
.banner-content .banner-text h1, .banner-content .banner-text h1 span{color:#0083ef !important;}
.banner-text p {
  margin-bottom: 1rem;
  font-family:Inter, sans-serif;
  font-size:16px;
  font-weight:400;
  /*color:#ffffff;*/
}

.hero-section-image span {
    background-color: #9c5659 !important;
   }
.hero-section-text.white-text p {
	/*color: #d2d1d6;*/
	font-size: clamp(1.25rem, 4vw, 1.5rem) !important;
	font-weight: 400 !important;
	line-height: 1.5em !important;
  margin-top: 1.4em !important;
}
.hero-section-text.banner-content h1 {
	font-size: clamp(3.75rem, 8vw, 6.25rem) !important;
	/*font-family: 'Outfit', sans-serif !important;*/
	font-weight: 400 !important;
  line-height:0.9em !important;
}
.mb-0{margin-bottom:0px !important;}
.hs-content-id-62874712671 .banner-text, .hs-content-id-61331049503 .banner-text{
	margin-top: 0.6em !important;
}

.banner-cta {
  display: inline-block;
  margin-right: 15px;
}
.hero-section-text.white-text p {
	color: inherit !important;
}
@media screen and (min-width: 1280px){
  .banner-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 992px){
  .banner-content{
    bottom: 4rem!important;
  }
  .banner-text{
    display: block;
  }
}

@media screen and (min-width: 768px){
  .banner-content {
    bottom: 0.5rem;
  }
  .banner-container{
    max-width: 1632px!important;
  }
  .banner-content h1{
    font-size: 56px;
    line-height: 64px;
  }
}

@media screen and (min-width: 480px){
  .banner-container {
    max-width: 1152px;
  }
}

@media screen and (max-width: 767px){
  .banner-position{
    padding-top:92%;
  }
  .banner-content:after{
    display:none;

  }
}