.hero-inner-banner-outer{
  position: relative;
}
.hero-inner-banner-outer:after { 
  content: "";
  background: linear-gradient(0deg, #FFF 0.05%, rgba(255, 255, 255, 0.00) 99.88%);
  mix-blend-mode: lighten;
  position: absolute;
  background-position: bottom center;
  background-size: contain;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60%;
  background-repeat: repeat-x;
}
.hero-inner-banner-outer .optional-image img{
  border-radius:30px;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.hero-inner-banner-outer .back-to-button a {
  color: #252161;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  padding-left: 31px;
  position: relative;
}
.hero-inner-banner-outer .back-to-button a:before {
  background-image: url(https://145934946.fs1.hubspotusercontent-eu1.net/hubfs/145934946/gynaia-2025/arrow-left.svg);
  content: "";
  height: 12px !important;
  left: 0px;
  position: absolute;
  top: 4px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}
.hero-inner-banner-outer .back-to-button {
  margin-bottom:55px;
}
@media only screen and (max-width: 768px) and (min-width: 220px){
  background: linear-gradient(0deg, #FFF 0.05%, rgba(255, 255, 255, 0.00) 99.88%);
  mix-blend-mode: lighten;
  height: 614px;
}
.hero-inner-banner-outer .top-heading h1 br,
.hero-inner-banner-outer .description p br{
  display: none !important;
}
.hero-inner-banner-outer .hero-banner-inner {
  display: flex;
  align-items: center;
  gap: 112px;
  position: relative;
  z-index: 9;
}
.hero-inner-banner-outer .content-wrapperr {
  width: 100%;
}
@media screen and (min-width: 2001px) {
  .hero-inner-banner-outer .content-wrapperr {
    max-width: 1336px;
    margin: auto; 
    padding-right: 15px;
    padding-left: 15px; !important;
  }
  .hero-inner-banner-outer__content {
    padding-left: 0px !important;
  }
}

.hero-inner-banner-outer .left-content {
  width: 100%;
}
.hero-inner-banner-outer .top-heading h1 {
  color: #FFF;
  font-family: Alexandria;
  font-size: 70px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 31px;
  max-width: 710px;
}
.hero-inner-banner-outer .description p{
  color: #FFF;
  font-family: Alexandria;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom:77px;
  max-width: 730px;
}

.hero-inner-banner-outer .description p:first-child {
  margin-bottom: 15px;
}
.hero-inner-banner-outer .description p:last-child {
  margin-bottom: 77px !important;
}
.hero-inner-banner-outer .buttons-outer {
  display: flex;
  align-items: center;
  gap: 30px 47px;
}
.hero-inner-banner-outer .second-btn {
  display: flex;
}
.hero-inner-banner-outer .first-btn a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 6px;
  padding: 13px 18px;
  display:inline-block;
  text-decoration: none;
  width:100%;
}
.hero-inner-banner-outer .second-btn a {
  color: #252161;
  text-align: center;
  font-family: Alexandria;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
  position:relative;
  transition: .5s;
  text-decoration:none;
}
.hero-inner-banner-outer .second-btn a:after {
  background-image: url(https://145934946.fs1.hubspotusercontent-eu1.net/hubfs/145934946/right-arow.svg);
  content: "";
  height: 12px !important;
  right: -30px;
  position: absolute;
  top: 6px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}
.hero-inner-banner-outer .second-btn a:hover:after {
  right: -35px;
}
.hero-inner-banner-outer .optional-image {
  position: absolute;
  max-height: 185px;
  display: flex;
}
.hero-inner-banner-outer .right-image:before{
  content: "";
  border-radius: 50px 0 0 50px;
  background: radial-gradient(103.61% 87.16% at -15.86% 51.43%, rgba(39, 98, 156, 0.03) 0%, rgba(39, 98, 156, 0.30) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) and (min-width: 220px){
  .hero-inner-banner-outer .first-btn,
  .hero-inner-banner-outer .second-btn{
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .hero-inner-banner-outer .first-btn a,
  .hero-inner-banner-outer .second-btn a{
    font-size:18px;
  }
  .hero-inner-banner-outer .buttons-outer {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) and (min-width: 220px){
  .hero-inner-banner-outer .hero-banner-inner {
    flex-direction: column;
    gap: 88px;
  }
  .hero-inner-banner-outer .right-image:before{
    border-radius: 30px;
  }
  .hero-inner-banner-outer .right-image:not(:has(.optional-image)) {
    padding-left: 0%;
  }
  .hero-inner-banner-outer .right-image {
    border-radius: 30px !important;
    height: auto !important;
    min-height: 280px;
    width: -webkit-fill-available !important;
    margin-left: 10%;
  }
  .hero-inner-banner-outer .optional-image {
    bottom: 10%;
    display: flex;
    position: absolute;
    height: 100%;
    max-width: 150px;
    align-items: end;
  }
  .hero-inner-banner-outer .optional-image img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .hero-inner-banner-outer .top-heading h1 {
    font-size: 40px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .hero-inner-banner-outer .description p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 55px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 992px){
  .hero-inner-banner-outer .hero-banner-inner{
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 2001px){
  .hero-inner-banner-outer .right-image{
    border-radius: 50px !important;
  }
  .hero-inner-banner-outer .right-image:before{
    border-radius: 50px;
  }
}

/***************iPhone Portrait**************/
@media only screen and (max-width: 1200px) and (min-width: 992px){
  .hero-inner-banner-outer .description p {
    max-width: 90%;
  }
}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .hero-inner-banner-outer {
    padding-bottom: 80px !important;
  } 
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .hero-inner-banner-outer {
    padding-bottom: 80px;
  }
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

}