body:has(.page-manifesto) {
  height: unset;
}

body:has(.page-manifesto) main,
.main-content,
.main-inner,
.full-page-section {
  scroll-snap-type: unset;
  scroll-snap-align: unset;
  overflow: unset;
}

body:has(.page-manifesto) main section.text-banner.one-column {
  overflow-y: hidden;
  overflow-x: hidden;
  height: fit-content;
}

.wp-singular.page-template .hero-banner::before,
.wp-singular.page-template .text-banner::before {
  content: none;
}

.full-page-section {
  scroll-snap-align: start;
  position: relative;
  display: flex;
  min-height: calc(100vh - 77px);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  scrollbar-width: none;
}
.main-inner > section:first-of-type {
    min-height: 100vh;
}
.main-inner > section:first-of-type .wrapper{
    padding-top: 0;
}
section.hero-banner.full-page-section.img-small {
    height: 100%;
    min-height: 100%;
}

.full-page-section::-webkit-scrollbar {
  display: none;
}

main .hero-banner,
main .text-banner {
  z-index: 3;
  position: relative;
}

.hero-banner.active {
  z-index: 4;
}

.main-homepage .hero-banner .wrapper.show {
  opacity: 1;
  transform: translateY(0px);
}
section.hero-banner .wrapper {
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  padding: 0rem 5rem;
  gap: 5.5rem;
}
section.hero-banner .wrapper .content{
  width: 100%;
}
section.hero-banner .wrapper .content .image-block img{
  margin: 0 auto;
}
section.hero-banner.page-manifesto .wrapper {
    max-width: 900px;
}

.hero-banner .wrapper,
.hero-banner-solution.title-center .wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 9999;
  gap: 2.5rem;
  padding: 9rem 26rem 0px;
}

.hero-banner .wrapper.no-animation .content img {
  width: 100%;
}

section.hero-banner.content-with-image-small .wrapper .content .img-desktop {
  max-width: 300px;
}

.full-page-section.page-manifesto.hero-banner .wrapper .content .description-container {
  margin-top: 40px;
}

.hero-banner .wrapper .content .description-container ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.hero-banner .wrapper .content .description-container li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.hero-banner .wrapper .content .description-container .index {
  color: var(--Powder-Blue, #aabadc) !important;
  text-align: right;
  font-family: "Funnel Sans";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.full-page-section.page-manifesto.hero-banner .wrapper .content .description-container li.grid-equal  {
  display: grid;
  grid-template-columns: 1fr 1fr;
} 
.full-page-section.page-manifesto.hero-banner .wrapper .content .description-container li.normal-index  {
  display: grid;
  grid-template-columns: 20% 80%;
} 

.hero-banner .wrapper .content .description-container .text > * {
  color: var(--Powder-Blue, #aabadc) !important;

  /* Desktop/Paragraph */
  font-family: "Funnel Sans";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0;
}

.full-page-section.page-manifesto.hero-banner .wrapper .content .description-container ul li .text > * {
  font-size: 16px !important;
  line-height: 1.5;
}

.full-page-section.page-manifesto p,
.full-page-section.page-manifesto strong,
.full-page-section.page-manifesto a {
  line-height: 1.3;
}

.full-page-section.page-manifesto h1{
  /* margin-top: 120px; */
  margin: unset;
  font-size: 80px;
}
.full-page-section.page-manifesto hr{
  margin:80px 0 ;
}
.full-page-section.page-manifesto h3{
  margin-bottom: 40px;
}
.full-page-section.page-manifesto p {
  text-align: justify;
  margin: 12px 0px;
}


.full-page-section.page-manifesto p:first-of-type {
  margin-top: 0;
}

.full-page-section.page-manifesto p:last-of-type {
  margin-bottom: 0;
}

.full-page-section.page-manifesto.hero-banner .hero-banner-text-cont:not(:first-child) {
  margin-top: 50px;
}

.full-page-section.page-manifesto.hero-banner .hero-banner-text-cont {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.full-page-section.page-manifesto.hero-banner .hero-banner-text-cont.headings-with-gradient h2,
.full-page-section.page-manifesto.hero-banner .hero-banner-text-cont.headings-with-gradient h3,
.full-page-section.page-manifesto.hero-banner .hero-banner-text-cont.headings-with-gradient h4 {
  background: linear-gradient(90deg, #006FFF 25.27%, #AABADC 74.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-manifesto .hero-banner-text-cont:first-child h3,
.page-manifesto .hero-banner-text-cont:first-child h2,
.page-manifesto .hero-banner-text-cont h3:not(:first-child),
.page-manifesto .hero-banner-text-cont h2:not(:first-child) {
  margin-top: 40px;
}

.full-page-section.page-manifesto strong {
  font-weight: 700;
}
.full-page-section.page-manifesto.hero-banner .wrapper a {
  font-weight: 400;
  color: #fff !important;
}
.full-page-section.page-manifesto .wrapper .content .description-container .text > *{
  margin: 0;
  color: #fff;
}
.full-page-section.page-manifesto .description-container ul{
    margin: 0;
    padding: 0;
}
.full-page-section.page-manifesto .description-container ul li{
  margin-bottom: 8px;
  display: flex;
  padding: 40px 48px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  background: rgba(170, 186, 220, 0.10);
  backdrop-filter: blur(40px);
}
.full-page-section.page-manifesto .content .description-container ul li span.index{
    padding-left: 24px;
    color: #0D8DE7 !important;
    font-weight: 400;
    font-size: 22px !important;
    text-align: left;
    flex: 0 0 250px;
}
.full-page-section.page-manifesto .description-container ul li span.index::before {
    content: "";
    margin-right: 12px;
    margin-left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgb(13, 141, 231);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 2px;
}

.hero-logo {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 2; 
  text-align: center;
  mix-blend-mode: soft-light;
}

.hero-logo img {
  max-width: 668px; 
  height: auto;
}
  .hero-logo img.only-desktop {
    display: block;
  }
  .hero-logo img.only-mobile {
    display: none;
  }


@media screen and (max-width: 1024px) {
  section.hero-banner {
    min-height: fit-content;
  }
  section.hero-banner .wrapper {
    padding: 0 1.25rem 0 1.25rem;
    height: auto;
    margin: 0;
    width: unset;
  }
  .full-page-section.page-manifesto.hero-banner .wrapper .content .description-container li.grid-equal,
  .full-page-section.page-manifesto.hero-banner .wrapper .content .description-container li.normal-index {
    grid-template-columns: unset;
    grid-template-rows: auto 1fr;
  }
  .hero-logo img {
    max-width: 288px; 
    height: auto;
  }
  .full-page-section.page-manifesto h1{
  font-size: 48px;
}
.full-page-section.page-manifesto hr{
  display: block !important;
}
  .hero-logo img.only-desktop {
    display: none;
  }
  .hero-logo img.only-mobile {
    display: block;
  }
    section.hero-banner.content-with-image-small .wrapper .content .img-desktop {
    max-width: 250px;
  }
  .full-page-section.page-manifesto .content .description-container ul li span.index{
    flex: 0;
  }
  .full-page-section.page-manifesto .description-container ul li span.index::before{
    top: 16px;
  }

  section.hero-banner .wrapper .content .image-block img {
    max-height: 75%;
  }
}
