
/* Wrapper */
.ptv-header {
  width: 100%;
  background: #f8f9fb;
  padding: 16px 0;
  /* border-bottom: 1px solid #eee; */
  position: fixed;
  z-index: 999;
  top: 0;
  transition: all 0.3s ease;
}
.ptv-header.isActive{
    box-shadow: 0 2px 10px 0 var(--neutrals--charcoal-20);
    
}


/* Align elements */
.ptv-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.ptv-logo {
  height: 45px;
  width: auto;
}

/* Button */
.ptv-btn {
  background: #0f1312;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.ptv-btn:hover {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .ptv-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .peptivo_logo_top{width: 35%;}

  /* Logo */
.ptv-logo {
  height: auto;
  width: auto;
}

  .peptivo_top_btn{width: 70%;text-align: right;}

 

  .ptv-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}



.nav_part {
    display: flex;
    column-gap: 26px;
}

 .active.underweight-status,
                                    .active.healthy-status,
                                    .active.overweight-status,
                                    .active.obesity-status {opacity: 1;}
                                    .calculator-hero_result-indicator-true {opacity: 0;}
                                    .calculator-hero_panel.active .calculator-hero_result-indicator-true {opacity: 1;}
                                    .item-calculator-hero_dot-icon {display: none;}
                                    .item-calculator-hero_panel {display: none;}
                                    .item-calculator-hero.active .item-calculator-hero_dot-icon {display: block;}
                                    .item-calculator-hero.active .item-calculator-hero_panel {display: block;}
                                    .item-calculator-hero.active .item-calculator-hero_text,
                                    .item-calculator-hero.active .item-calculator-hero_value {font-weight: 700;}
                                    .calculator-hero_panel.active .calculator-hero_result-indicator-bg {opacity: 0;}
                                    .calculator-hero_panel.active .calculator-hero_result-indicator.is-mobile {opacity: 0;}


                                      [text-trigger]::after {
                                    content: " ";
                                    animation: blink 0.7s infinite;
                                    display: inline-block;
                                    margin-left: 2px;
                                    }
                                    @keyframes blink {
                                    0%, 100% { opacity: 1; }
                                    50% { opacity: 0; }
                                    }



  .faq {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .faq-item {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(17,17,17,0.06), inset 0 -1px 0 rgba(0,0,0,0.02);
    overflow: hidden;
  }

  .faq-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    background: transparent;
    padding: 44px;
    cursor: pointer;
    text-align: left;
  }


  .question {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
  }

  .meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 60px;
  }

  .icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #222;
    display: grid;
    place-items: center;
    transition: transform 300ms cubic-bezier(.2,.9,.3,1), background 200ms linear;
  }

  .icon {
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 300ms cubic-bezier(.2,.9,.3,1);
  }

  .icon::before,
  .icon::after {
    content: "";
    position: absolute;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
  }

  .icon::before {
    width: 2px;
    height: 100%;
  }

  .icon::after {
    width: 100%;
    height: 2px;
  }

  .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 380ms cubic-bezier(.2,.9,.3,1), opacity 220ms linear;
    opacity: 0;
    background: #fff;
  }

  .faq-inner {
    padding: 0 44px 44px 44px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.6;
  }

  .faq-item.open .icon {
    transform: rotate(45deg);
  }

  .faq-item.open .icon-circle {
    background: #2b2b2b;
    transform: scale(1.05);
  }

  .faq-item.open .faq-content {
    opacity: 1;
    max-height: 600px;
  }


.only_mob{
  display: none;
}


  @media (max-width: 720px) {
    .question {
      font-size: 20px;
    }
    .faq-button {
      padding: 28px;
    }
    .faq-inner {
      padding: 0 28px 28px 28px;
    }
  } 
         
  
#type-advanced span{
    font-size: 50px;
}





  .typewriter {
    white-space: nowrap;
    display: inline-block;
  }
  .typewriter .cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background: currentColor;
    margin-left: 6px;
    animation: blink 1s steps(1) infinite;
    vertical-align: bottom;
  }
  @keyframes blink { 50% { opacity: 0 } }

  @media screen and (max-width: 767px) {
    .bmi_tile-wrap {
        width: 100% !important;
    }

    .wl_tile-slider-wrap {
    width: 100% !important;
}



  }


@media screen and (max-width: 991px) {
    .edn_nav-container {
        max-width: var(--container--large);
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .edn_logo-link img {
    padding: 0 12px;
    width: 170px;
    margin: 0 auto;
}

.nav_part a{
    font-size: 14px;
}
.nav_part {

    column-gap: 11px; 
}

    .section_hero-v2
 {
        padding-top: 5rem;
    }

    .sticky-nav {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}


#type-advanced span {
    font-size: 30px;  
}


}

.sec_health {
    background-color: var(--bg-color--tertiary);
    padding-top: 0;
    padding-bottom: 4rem;
    overflow: hidden;
}
.sec_health .text-wrap-balance strong {
    color: #26618b;
}
.health_card{
      -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 0 20px 3px hsla(212,7%,43%,.1);
    box-shadow: 0 0 20px 3px hsla(212,7%,43%,.1);
    display: flex;
    justify-content: center;
    margin:20px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: center;
}
.health_card_container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 0;
    width: 100%;
    text-decoration: none;
}
.health_card_content{
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    height: 100%;
    justify-content: space-between;
    text-align: left;
    width: 100%;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 2rem 0;
    position: relative;
    z-index: 5;
}
.health_card_title{
  color: #2791E4;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.health_card__heading{
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    justify-content: flex-start;
}
.health_card__heading .health_card_title{
  color: #26618b;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.health_card__cta{
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 16px;
}
.health_card__cta > div{
      -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    color: #351f65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    font-size: 1rem;
    font-weight: unset;
    gap: .5rem;
    justify-content: flex-start;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out;
}
.health_card__cta .health_icon{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #2791E4;
  border-radius: 75pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
  transition: transform .3s 
  ease-in-out, -webkit-transform .3s 
  ease-in-out;
  font-size: 16px;
}
.health_card__cta .health_icon svg {
    width: 18px;
    color: #fff;
}
.health_card_img{
      position: relative;
      -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 0;
    align-items: flex-end;
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 275px;
    flex: 0 275px;
    justify-content: center;
    overflow-y: unset;
    position: relative;
    width: 100%;
    z-index: 5;
}
.health_card_img img{
      height: 100%;
    max-height: 275px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.health_card_overlay{
    width: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(25%,transparent),color-stop(60%,rgba(98,64,232,.2)));
    background: linear-gradient(90deg,transparent 25%,rgba(98,64,232,.2) 60%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    width: 0;
    z-index: 0;
}
.health_card:hover .health_card_overlay{
  width: 100%;
}
.health_card:hover .health_card_img img{
    transform: scale(1.025);
}
.health_card:hover .health_card__cta .health_icon{
  transform: translateX(3px);
}
.health_card:hover .health_card__cta > div {
    color: #2791e4;
}
.swiper-health .swiper-slide {
    background-color: transparent;
    border-radius: 0;
    flex: none;
    width: 33.33%;
    height: auto;
    overflow: clip;
    box-shadow: none;
}
.swiper-health .swiper-wrapper.experts-v2 {
    gap: 0;
}
.swiper.swiper-health {
    width: 100%;
    overflow: visible;
}

.sec_exp{
    padding-top: 7rem;
    padding-bottom: 4rem;
    overflow: hidden;
    background-color: #f9f9f9;
}
.sec_exp .text-wrap-balance {
    margin-bottom: 20px;
}

.card_group_container{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    max-height: 750px;
    gap: 0.5rem;
    height: 100%;
}
.card_group_col{
      display: flex;
    gap: 0.5rem;
    flex-direction: column;
    height: 100%;
}
.card_two_row {
    flex: 0.2 1 25%;
}
.card_three_row{
    flex: 0.8 1 50%;
}

.exp_card{   
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #f7f9fb;
    -webkit-box-shadow: 0 0 20px 3px hsla(212, 7%, 43%, .1);
    box-shadow: 0 0 20px 3px hsla(212, 7%, 43%, .1);
    height: 100%;
}
.exp_card_wrapper{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: none;
    background-color: transparent;
}
.element__asset{
  display: block;
  overflow: hidden;
}
.element__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.element__content {
    padding: 2rem;
    text-align: left;
}
.element__title {
    color: rgb(15, 130, 38);
    font-size: 2.25rem;
    line-height: 1.1;
}
.element__wrapper-link {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(15, 130, 38);
    transition: opacity 0.5s ease-in-out;
}
.element__wrapper-link:hover{
  opacity: 1;
}
.element__cta-label-wrapper svg {
    width: 30px;
}
.element__action-link-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 1rem;
}
.element__cta-label-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.element__image {
    width: 100%;
    height: 100%;
    max-height: 225px;
    max-width: 225px;
    margin: auto;
}
.element__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.exp_video {
    flex: 0.4 1;
    height: 200px;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #f7f9fb;
    min-height: 250px;
    position: relative;
}
.cmp-video__thumb-image {
    height: 100%;
}
.cmp-video__thumb-image .cmp-image {
    height: 100%;
    width: 100%;
}
.cmp-video__thumb-image .cmp-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.cmp-video__button {
    background-color: transparent;
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
.cmp-video__button:hover{
  background: transparent;
}
.cmp-video__play-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.cmp-video__play-icon span {
    border: 8px solid #f8f9fa;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.cmp-video__play-icon span svg {
    color: #f8f9fa;
    height: 2rem;
    width: 2rem;
}
.cmp-video__button:hover .cmp-video__play-icon span {
    border-color: #6240e8;
}
.cmp-video__button:hover .cmp-video__play-icon svg {
    color: #6240e8;
}
.alt-secondary-berry .element__wrapper-link {
    background-color: rgb(202, 1, 190);
}
.alt-secondary-berry .element__title{
  color: rgb(202, 1, 190);
}
.alt-primary-aqua .element__title{
  color: rgb(0,140,175);
}
.card_group_col_inner_double {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 0.3 1;
}

.card_group_col_inner_single {
    flex: 1 1;
    height: 100%;
    width: 100%;
}

.exp_card.card_horizontal {
    height: 100% !important;
}
.card_horizontal .exp_card_wrapper {
    flex-direction: row;
}
.exp_card.card_horizontal .element__title {
    color: #26618b;
}
.exp_card.alt-secondary-berry.cardonethird {
    flex: 151%;
}
.exp_card.cardonethird .element__title {
    color: #26618b;
}
.card_group_col_inner_double .exp_card {
    height: 100%;
}
.exp_card.alt-primary-aqua .element__wrapper-link {
    display: none;
}
.exp_card.cardonethird {
    flex: 150%;
}

@media only screen and (max-width: 990px){
  .health_card {
      margin: 10px;
      box-shadow: 0 0 10px 3px hsla(212,7%,43%,.1);
  }
}
@media only screen and (max-width: 880px){
  .element__content {
      padding: 1rem;
      text-align: left;
  }
  .element__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px){
  .card_group_col_inner_double {
    align-items: stretch;
  }
  .card_group_col_inner_double .exp_card {
    height: auto;
    min-height: 200px;
  }
  .card_group_container {
      display: flex;
      flex-direction: column;
      max-height: max-content;
  } 
  .element__content {
      padding: 1rem;
      text-align: center;
      min-height: 170px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .card_horizontal .exp_card_wrapper {
    flex-direction: column-reverse;
  }
  .exp_card.cardonethird {
    flex: 100%;
  }
  .exp_card_wrapper{
    width: 100%;
  }
  .element__title {
      font-size: 1.2rem;
  }
  .health_card_title{
    font-size: 16px;
  }
  .health_card__heading .health_card_title {   
    font-size: 18px;
    line-height: 24px;    
  }
}