.header-wrapper {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  min-height: 60px;
  padding: 0 0 0 0;
  letter-spacing: 0.2px;
  position: sticky;
  top: 0;
  z-index: 1001;
  transition: box-shadow 0.25s, margin-bottom 0.25s;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.header__mobile_hamburger {
  display: none;
}

.header__mobile_logo {
  display: none;
}

.header__main-logo-dark{
        display: none !important;
        width: 202px;
    }
    
    .right__icon-dark{
       display: none !important;
    }
    
  .mobile_logo-dark{
    display: none !important;
  }    
  
 .hamburger-dark{
   display: none !important;
   width: 30px;
 }
 
 .header__mobile_menu__close__button-dark{
   display: none !important;
   width: 17px;
 }
 
 .header__main__menu_item__drop__link__icon_wrapper-dark{
   display: none !important;
 }

.header__main__flex {
  background: rgb(249, 252, 255);
  padding: 0 0 0 14px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  height: 80px;
  width: 100%;
  transition: height 0.25s;
}
.header-wrapper.scrolled .header__main__flex {
  box-shadow: 0px 2px 30px 0px rgba(41, 50, 81, 0.16);
}

.header__main {
  margin-top: 0;
  height: 80px;
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  transition: height 0.25s;
}

.header__main__left {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  transition: height 0.25s;
}

.header__main-logo {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  margin: 0 50px;
  text-align: center;
}
.header__main-logo img {
  max-height: 46px;
  display: inline-block;
  transition: all 0.5s;
}
.scrolled .header__main-logo img {
  max-height: 36px;
}

.header__main__right {
  position: absolute;
  width: 138px;
  height: 80px;
  right: 0;
  top: 0;
  transition: height .25s;
}

.header__main__right__clickable_area {
  width: 48px;
  height: 24px;
  cursor: pointer;
  margin: 28px 18px;
  position: relative;
  z-index: 3;
  transition: margin .25s;
}
.header__main__right__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 28px 18px;
  transition: margin .25s;
}
.header__main__right__icon + .header__main__menu_item__drop + .header__main__right__chevron {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("/static/img/chevron-up.2dec463934ea.svg");
  background-size: contain;
  position: absolute;
  top: 34px;
  left: 46px;
  transform: rotateX(180deg);
  transition: 0.2s;
}
.header__main__right__icon.menu-visible + .header__main__menu_item__drop + .header__main__right__chevron {
  transform: rotateX(0deg);
}

.header__main__menu_item {
  text-decoration: none;
  padding: 2px;
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 0;
  border-bottom: medium none;
  float: left;
  position: relative;
  cursor: pointer;
  height: 80px;
  display: inline-flex;
  align-items: center;
}

.header__main__menu_item__inner {
  position: relative;
  font-size: 14px;
  color: rgba(28, 46, 57, 1);
  transition: color 0.25s;
}
@media (max-width: 1171px) {
  .header__main__menu_item__inner {

    position: relative;
    transition: color 0.25s;
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6786AC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
  }
}
.header__main__menu_item:hover .header__main__menu_item__inner {
  color: #ff7c11;
}

.header__main__menu_item__active {
  border-bottom: none;
  padding: 2px 2px 1.5px 2px;
  margin-bottom: -2px;
}

.header__main__menu_item__active .header__main__menu_item__inner {
  font-weight: 500;
}

.header__main__menu_item__active a,
.header__main__menu_item__active .header__main__menu_item__inner {
  transition: border 0.25s;
  border-bottom: 2px solid rgb(28, 46, 57);
}
@media (max-width: 1171px) {
  .header__main__menu_item__active a,
  .header__main__menu_item__active .header__main__menu_item__inner {
    border:none;
  }
}
.header__main__menu_item__active:hover .header__main__menu_item__inner{
  border-bottom: 2px solid #ff7c11;
}

.header__main__menu_item__new-tag {
  display: inline;
  position: absolute;
  top: -8px;
  background: rgb(255, 124, 17) none repeat scroll 0% 0%;
  color: white;
  font-size: 8px;
  border-radius: 7.2px;
  height: 14px;
  width: 30px;
  margin-bottom: 4px;
  padding: 2px 5px;
  line-height: 10px;
}

.header__main__menu_item__nib {
  display: block;
  position: absolute;
  top: 24px;
  right: -8px;
  width: 8px;
  height: 8px;
  background: rgb(255, 124, 17);
  border-radius: 8px;
}

.header__mobile_menu {
  display: none;
  width: 0;
  transition: 0.25s;
  overflow: hidden;
  padding: 35px 0;
  background-position: center;
  letter-spacing: 0.03rem;
}

.header__main__menu_item__dropdown::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("/static/img/chevron-up.2dec463934ea.svg");
  background-size: contain;
  position: relative;
  left: 10px;
  transform: rotateX(180deg);
  transition: 0.2s;
}

.header__main__menu_item__dropdown:hover::after {
  transform: rotateX(0deg);
}

.header__main__menu_item__dropdown ul {
  list-style: none;
}

.header__main__menu_item__dropdown ul li {
  min-height: 24px;
  font-weight: 400;
font-size: 14px;
line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  transition: all 0.3s ease-in;
}

.header__main__menu_item__dropdown ul li a {
  color: #8FABCF;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}

.header__main__menu_item__drop__link__active a.header__main__menu_item__drop__link {
  color: #263856;
}

.header__main__menu_item__dropdown ul li a:hover {
  color: #263856;
}

.header__main__menu_item__dropdown ul li a svg,
.header__main__menu_item__dropdown ul li a svg path {
  transition: all 0.3s ease-in;
  fill: #8FABCF;
}

.header__main__menu_item__dropdown ul li a:hover svg,
.header__main__menu_item__dropdown ul li a:hover svg path {
  fill: #263856;
}

.header__main__menu_item__drop__link__active a .header__main__menu_item__drop__link__icon_wrapper svg,
.header__main__menu_item__drop__link__active a .header__main__menu_item__drop__link__icon_wrapper svg path {
  fill: #263856;
}

.header__main__menu_item__drop__link__active a .header__main__menu_item__drop__link__icon_wrapper-dark svg,
.header__main__menu_item__drop__link__active a .header__main__menu_item__drop__link__icon_wrapper-dark svg path {
  fill: #fff;
}

.header__main__menu_item__dropdown ul li a:hover .header__main__menu_item__drop__link__icon_wrapper-dark svg,
.header__main__menu_item__dropdown ul li a:hover .header__main__menu_item__drop__link__icon_wrapper-dark svg path {
  fill: #fff;
}

.header__mobile_menu .header__main__menu_item__dropdown ul li a svg,
.header__mobile_menu .header__main__menu_item__dropdown ul li a svg path {
  fill: #263856;
}

.header__mobile_menu .header__main__menu_item__dropdown ul li a {
  color: #263856;
}

.header__main__menu_item__dropdown:hover .header__main__menu_item__drop {
  display: block;
}

.header__main__right ul {
  list-style: none;
}

.header__main__right ul li {
  min-height: 24px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.header__main__right ul li a {
  color: #263856;
  white-space: nowrap;
}

.header__main__right ul li a:hover {
  color: #ff7c11;
}

.header__main__right ul li a svg,
.header__main__right ul li a svg path {
  fill: #263856;
}

.header__main__right ul li a:hover svg,
.header__main__right ul li a:hover svg path {
  fill: #ff7c11;
}

.header__main__menu_item__drop {
  cursor: default;
  display: none;
  margin: 0;
  position: absolute;
  top: 60px;
  left: -11px;
  z-index: 20;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 6px 20px 0px rgba(38, 52, 68, 0.15);
  padding: 16px 20px 0 20px;
}
.header__main__menu_item__drop:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}

.header__main__menu_item__drop_home {
  left: -51px;
}

.header__main__right .header__main__menu_item__drop {
  top: 69px;
  left: -32px;
  transition: top 0.25s;
}

.header__main__right .menu-visible + .header__main__menu_item__drop {
  display: block;
}

.header__main__menu_item__drop__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 1120px) {
  .header__main__menu_item__drop__link{
    width: 100%;
    justify-content: center;
  }
}
.header__main__menu_item__drop__link--secondary{
  color: #8A9DB7;
  margin-left:8px;
}
.header__main__menu_item__active .header__main__menu_item__drop__link {
  border-bottom: none;
}

.header__main__menu_item__drop__link__icon_wrapper {
  width: 24px;
  height: 24px;
  margin-right: 6.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__free_plan__info {
  display: flex;
  align-items: center;
  height: 80px;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 138px;
}

.header__free_plan__info__traits {
  color: rgb(143, 171, 207);
  font-size: 14px;
  line-height: 18px;
  margin-right: 22px;
}

.header__free_plan__info__traits b {
  font-weight: 600;
}

.header__free_plan__info .upgrade-button {
  width: 134px;
  height: 24px;
  line-height: 24px;
  background: rgb(255, 124, 17);
  border-radius: 12px;
  color: white;
  margin-right: 40px;
  text-align: center;
  font-size: 14px;
  transition: background 0.25s;
}

.header__free_plan__info .upgrade-button:hover {
  background: #F2690B;
}

.header__free_plan__info .upgrade-button-b {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 34px;
  background: #FF7C11;
  border-radius: 32px;
  
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 20px;
}

.header__free_plan__info .upgrade-button-b:hover {
  background: #F2690B;
}


.header__free_plan__info-grad{
  background: linear-gradient(270deg, #FFA154 0%, #F2690B 100%);
  border-radius: 12px;
  height: fit-content;
  max-height:48px;
  padding: 12px 24px;
  color: white;
  gap: 18px;
  margin-right: 140px;
}

.header__free_plan__info-grad .header__free_plan__info__traits{
  color: white;
  margin: 0;
}

.header__free_plan__info-grad .upgrade-button-b{
  background: none;
  margin: 0;
  border: 1px solid #FFF;
  padding: 4px 29.5px;
}

.header__free_plan__info-grad .upgrade-button-b:hover{
  color:#4582C9;
  background: none;
  border-color: #4582C9;
}

.header__free_plan__info .upgrade-button-c{
  background: linear-gradient(270deg, #F2690B 0%, #FFA154 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-right: 20px;
  transition:all 100ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.header__free_plan__info .upgrade-button-c:hover .btn-pulsar .fill{
  width:100%;
  height: 100%;
}
.header__free_plan__info .upgrade-button-c:hover .btn-pulsar .pulsar-icon{
  filter:brightness(0) invert(1);
}


.header__free_plan__info .btn-pulsar{
  width:44px;
  height: 44px;
}


.header__mobile_menu__items {
  height: auto;
}

.header__mobile_menu__items .header__main__menu_item__drop {
  display: block;
  padding: 0 0 0 20px;
  position: initial;
  top: 0;
  left: 0;
  margin-top: 12px;
  box-shadow: none;
  background: transparent;
}

.header__mobile_menu__items .header__main__menu_item {
  display: block;
  height: auto;
  margin-bottom: 30px;
  font-size: 18px;
  margin-left: 35px;
  width: 90px;
}

.header__mobile_menu__items .header__main__menu_item__dropdown {
  margin-bottom: 6px;
}

.header__mobile_menu__items .header__main__menu_item__dropdown::after {
  display: none;
}

.header__mobile_menu__items .header__main__menu_item__drop__link {
  font-size: 18px;
  font-weight: 300;
}
.header__mobile_menu__items .header__main__menu_item__drop__link a{
  width:100%;
}
.header__mobile_menu__items .header__main__menu_item__drop__link__trait_count {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  text-decoration: none;
  border-bottom: 0;
  padding-left: 34px;
  font-weight: 300;
  color: #6786AC;
}
.header__mobile_menu__items .header__main__menu_item__drop__link__trait_count b {
  font-weight: 500;
  color: #263856;
}

.header__mobile_menu__items .header__main__menu_item__inner {
  font-size: 18px;
}

.header__mobile_menu__items .header__main__menu_item__dropdown ul li {
  margin-bottom: 20px;
}
.header__mobile_menu__items .header__main__menu_item__dropdown ul li.less-margin {
  margin-bottom: 4px;
}

.header__mobile_menu__items .header__main__menu_item__dropdown ul li.more-margin {
  margin-bottom: 15px;
}
.header__mobile_menu__items .header__main__menu_item__dropdown ul li.header__mobile_menu__traits_available {
  flex-direction: column;
  align-items: normal;
}

.header__mobile_menu .header__mobile_menu__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.header__mobile_menu .header__mobile_menu__close__button {
  height: 23px;
  padding: 3px;
}

.header__mobile_menu .header__mobile_menu__close__button img {
  height: 100%;
}

.header__mobile_menu .header__main__menu_item__drop__link__icon_wrapper {
  margin-right: 12px;
}

.header__mobile_menu__underlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgb(0, 0, 0);
  opacity: 0;
  pointer-events: none;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.25s;
  cursor: pointer;
}

.reports-inner-menu {
  padding-left: 11px;
  padding-right: 11px;
  margin: 0 auto;
  max-width: 1400px;
}

.reports-inner-menu__wrapper {
  margin-left: -2px;
  margin-right: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: auto;
}

.reports-inner-menu__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 10px 2px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  color: #8fabcf;
  border: none;
  background: transparent;
  cursor: pointer;
}

.reports-inner-menu__item::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #8fabcf;
  content: '';
}

.reports-inner-menu__item svg {
  max-height: 20px;
  max-width: 20px;
  margin-right: 16px;
}

.reports-inner-menu__item svg path {
  fill: #8fabcf;
}

.reports-inner-menu__item__active {
  font-weight: 600;
}

.reports-inner-menu__item__active.ancient_ancestry {
  color: #56a5ff;
  fill: #56a5ff;
}

.reports-inner-menu__item__active.ancient_ancestry svg path {
  fill: #56a5ff;
}

.reports-inner-menu__item__active.ancient_ancestry::after {
  background-color: #56a5ff;
}

.reports-inner-menu__item__active.personality {
  color: #ec2e77;
  fill: #ec2e77;
}

.reports-inner-menu__item__active.personality svg path {
  fill: #ec2e77;
}

.reports-inner-menu__item__active.personality::after {
  background-color: #ec2e77;
}

.reports-inner-menu__item__active.nutrition_advice {
  color: #7dc147;
  fill: #7dc147;
}

.reports-inner-menu__item__active.nutrition_advice svg path {
  fill: #7dc147;
}

.reports-inner-menu__item__active.nutrition_advice::after {
  background-color: #7dc147;
}

.reports-inner-menu__item__active.fitness_advice {
  color: #00a0a6;
  fill: #00a0a6;
}

.reports-inner-menu__item__active.fitness_advice svg path {
  fill: #00a0a6;
}

.reports-inner-menu__item__active.fitness_advice::after {
  background-color: #00a0a6;
}

.reports-inner-menu__item__active.research {
  color: #ff5395;
  fill: #ff5395;
}

.reports-inner-menu__item__active.research svg path {
  fill: #ff5395;
}

.reports-inner-menu__item__active.research::after {
  background-color: #ff5395;
}

.reports-inner-menu__item__active.family_finder {
  color: #56a5ff;
  fill: #56a5ff;
}

.reports-inner-menu__item__active.family_finder svg path {
  fill: #56a5ff;
}

.reports-inner-menu__item__active.family_finder::after {
  background-color: #56a5ff;
}

.reports-inner-menu__mobile_dropdown {
  display: none;
}


.header__mobile_menu {
  display: none;
}

@media (max-width: 1453px) {
  .header__main__menu_item {
    margin-right: 12px;
  }
}

@media (max-width: 1388px) {
  .header__free_plan__info__traits {
    display: none;
  }
  .header__free_plan__info-grad .header__free_plan__info__traits{
    display: block;
    font-size: 12px;
  }
}

@media (max-width: 1171px) {
  .header__main {
    display: none;
  }

  .header__mobile_menu__items .header__main__menu_item {
    margin-left: 20px;
  }

  .header__mobile_hamburger {
    cursor: pointer;
    display: block;
    height: 30px;
    margin-left: 5px;
  }

  .header__mobile_logo {
    display: block;
    margin: auto;
    max-height: 26px;
    padding-right: 55px;
  }

  .header__main__right {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 40px;
    background: none;
    box-shadow: none;
    width: auto;
    z-index: 4;
  }
  .header__main__right__clickable_area {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .header__main__right__icon {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .header__main__right__icon + .header__main__menu_item__drop + .header__main__right__chevron {
    display: none !important;
  }

  .header__main__right .header__main__menu_item__drop {
    display: block;
    overflow: hidden;
    border-top: 0px solid #d0dceb;
    border-radius: 0;
    top: 55px;
    right: -20px;
    left: unset;
    margin: 0;
    width: 100vw;
    padding-top: 0;
    transition: all .25s;
    opacity: 0;
    pointer-events: none;
  }

  .header__main__right .menu-visible + .header__main__menu_item__drop {
    border-top: 4px solid #d0dceb;
    opacity: 1;
    pointer-events: all;
  }
  .header__main__right .menu-visible + .header__main__menu_item__drop li {
    height: 62.8px;
  }
  .header__main__right .header__main__menu_item__drop::after {
    display: none;
  }

  .header__main__right .header__main__menu_item__drop li {
    height: 0;
    transition: all .25s;
    border-bottom: 1px solid #E4EAF1;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22.8px;
  }
  .header__main__right .header__main__menu_item__drop li:last-of-type {
    border-bottom: 0px solid transparent;
  }
  .header__main__right .header__main__menu_item__drop li a {
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  .header__main__right .header__main__menu_item__drop__link__active a.header__main__menu_item__drop__link {
    border-bottom: 0;
  }

  .header__mobile_menu {
    transition: all .35s;
    display: flex;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    flex-direction: column;
    justify-content: left;
    width: 336px;
    height: 100vh;
    padding: 35px 20px;
    background-color: white;
    background-image: url("/static/img/common/profile/mobile_menu_bg.bbed046d4cd0.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: rgba(125, 125, 125, 0.15) -1px 3px 5px 0;
    position: fixed;
    top: 0;
    left: -336px;
    z-index: 20;
  }

  .menu-visible .header__mobile_menu {
    pointer-events: all;
    opacity: 1;
    left: 0;
    display: flex;
  }

  .menu-visible .header__mobile_menu__underlay {
    opacity: 0.3;
    pointer-events: all;
  }

  .header__mobile_menu__close {
    display: flex;
    justify-content: right;
  }

  .header__mobile_menu__close__button {
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    padding: 3px;
    cursor: pointer;
    height: auto;
    width: auto;
    min-width: auto;
    line-height: 4px;
  }

  .header__mobile_menu__items {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  @media (max-width: 736px) {
    .header__mobile_menu__items {
      height: 100%;
    }
  }
  .header__mobile_menu__traits_available {

  }
  .header__mobile_menu__traits_available__text {
    margin-left: 34px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: none;
  }
  .header__mobile_menu__traits_available__text b {
    font-weight: bold;
    color: #ff7c11;
  }
  .header__mobile_menu__traits_available .upgrade-button {
    display: inline-block;
    width: 254px;
    height: 40px;
    background: rgb(255, 124, 17);
    border-radius: 20px;
    color: white !important;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
  }
  .header__mobile_menu__traits_available a.upgrade-button {
    color:white;
  }
  .header__mobile_menu__traits_available .upgrade-button:hover {
    background: #F2690B;
  }
  
  
  .header__mobile_menu__cta_b{
    background: rgba(255, 124, 17, 0.15);
    border-radius: 12px;
    display: flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction: column;
    padding:10px;
    width: 295px;
    max-width: calc(100vw - 40px);
    margin-left: -20px;
    gap: 8px;
  }
  
  .header__mobile_menu__cta_b .upgrade-button-slim-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align:center;
    color: #263856;
  }
  .header__mobile_menu__cta_b .upgrade-button-b{
    width:100%;
    display: flex;
    align-items:center;
    justify-content:center;
    padding: 8px 16px;
    background: #FF7C11;
    border-radius: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  
  .header__mobile_menu__cta_grad{
    background: linear-gradient(270deg, #FFA154 0%, #F2690B 100%);
    color: #FFF;
    border-radius: 12px;
    display: flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction: column;
    padding:10px;
    width: 295px;
    max-width: calc(100vw - 40px);
    margin-left: -20px;
    gap: 8px;
  }
  
  .header__mobile_menu__cta_grad .upgrade-button-slim-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align:center;
    color: #FFF;
  }
  .header__mobile_menu__cta_grad .upgrade-button-grad{
    width:100%;
    display: flex;
    align-items:center;
    justify-content:center;
    padding: 8px 16px;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  
  
  .header__free_plan__info {
    display: none;
  }

  .reports-inner-menu {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .reports-inner-menu__item::after {
    display: none;
  }

  .reports-inner-menu__wrapper {
    position: absolute;
    width: 100%;
    transition: 0.25s;
    max-height: 0;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    background: rgb(255, 255, 255);
    box-shadow: 3px 4px 10px 0 rgba(170, 185, 202, 0.28);
    border-radius: 0;
    z-index: 10;
  }

  .active-dropdown + .reports-inner-menu__wrapper {
    max-height: 20vh;
    padding: 0;
  }

  .reports-inner-menu__item {
    display: flex;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e5eaf0;
    font-weight: 600;
  }

  .reports-inner-menu__item:last-of-type {
    border-bottom: 0 solid #e5eaf0;
  }

  .reports-inner-menu__item.reports-inner-menu__item__active {
    display: none;
  }

  .reports-inner-menu__item svg {
    max-height: 24px;
    height: 24px;
    max-width: 24px;
    margin-right: 12px;
  }

  .reports-inner-menu__item.ancient_ancestry,
  .reports-inner-menu__item.ancient_ancestry svg path {
    color: #56a5ff;
    fill: #56a5ff;
  }

  .reports-inner-menu__item.personality,
  .reports-inner-menu__item.personality svg path {
    color: #ec2e77;
    fill: #ec2e77;
  }

  .reports-inner-menu__item.nutrition_advice,
  .reports-inner-menu__item.nutrition_advice svg path {
    color: #7dc147;
    fill: #7dc147;
  }

  .reports-inner-menu__item.fitness_advice,
  .reports-inner-menu__item.fitness_advice svg path {
    color: #00a0a6;
    fill: #00a0a6;
  }

  .reports-inner-menu__item.research,
  .reports-inner-menu__item.research svg path {
    color: #ff5395;
    fill: #ff5395;
  }

  .reports-inner-menu__item.family_finder,
  .reports-inner-menu__item.family_finder svg path {
    color: #56a5ff;
    fill: #56a5ff;
  }

  .reports-inner-menu__mobile_dropdown {
    display: flex;
    position: relative;
    cursor: pointer;
  }

  .reports-inner-menu__mobile_dropdown__arrow {
    position: absolute;
    right: 26px;
    bottom: 13px;
    transition: 0.25s;
    transform: rotateX(180deg);
  }

  .active-dropdown .reports-inner-menu__mobile_dropdown__arrow {
    transform: rotateX(0deg);
  }

  .reports-inner-menu__mobile_dropdown__arrow svg {
    margin: 0 !important;
  }

  .reports-inner-menu__mobile_dropdown .contents--personality,
  .reports-inner-menu__mobile_dropdown .contents--ancient_ancestry,
  .reports-inner-menu__mobile_dropdown .contents--nutrition_advice,
  .reports-inner-menu__mobile_dropdown .contents--fitness_advice,
  .reports-inner-menu__mobile_dropdown .contents--research,
  .reports-inner-menu__mobile_dropdown .contents--family_finder {
    display: none;
  }

  .display--personality .contents--personality,
  .display--ancient_ancestry .contents--ancient_ancestry,
  .display--nutrition_advice .contents--nutrition_advice,
  .display--fitness_advice .contents--fitness_advice,
  .display--research .contents--research,
  .display--family_finder .contents--family_finder {
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    border-bottom: 4px solid;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
  }

  .reports-inner-menu__mobile_dropdown svg {
    max-height: 24px;
    height: 24px;
    max-width: 24px;
    margin-right: 12px;
  }

  .display--personality,
  .display--personality svg path {
    color: #ec2e77;
    fill: #ec2e77;
  }

  .display--ancient_ancestry,
  .display--ancient_ancestry svg path {
    color: #56a5ff;
    fill: #56a5ff;
  }

  .display--nutrition_advice,
  .display--nutrition_advice svg path {
    color: #7dc147;
    fill: #7dc147;
  }

  .display--fitness_advice,
  .display--fitness_advice svg path {
    color: #00a0a6;
    fill: #00a0a6;
  }

  .display--research,
  .display--research svg path {
    color: #ff5395;
    fill: #ff5395;
  }

  .display--family_finder,
  .display--family_finder svg path {
    color: #56a5ff;
    fill: #56a5ff;
  }
}

.reports-inner-menu__new-nib {
  width: 40px;
  height: 14px;
  background: rgb(255, 124, 17);
  border-radius: 7.2px;
  color: white;
  color: rgb(255, 255, 255);
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  position: relative;
  top: -10px;
  left: 4px;
}

/* Add email confirmation message */


.header__message {
  height: 80px;
  width: 100%;
  background: #FF7C11;
  padding: 0 60px;
  display: flex;
  align-items: center;
  transition: all 0.25s;
  margin: 0;
}
.header__message__text {
  color: white;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.25s;
}
.header__message__button {
  margin-left: 21px;
  background: #FFFFFF;
  border-radius: 20px;
  height: 40px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #FF7C11;
  opacity: 1;
  transition: all 0.25s;
}

.header__message__button:hover {
  opacity: 0.8; 
}


@media (min-width: 1121px) {
  .header-wrapper.scrolled {
    margin-bottom: 20px; 
  }

  .header-wrapper.scrolled .header__main__flex {
    height: 60px;
  }
  .header-wrapper.scrolled .header__main {
    height: 60px;
  }
  .header-wrapper.scrolled .header__free_plan__info {
    height: 60px;
  }
  .header-wrapper.scrolled .header__main__right {
    height: 60px;
  }
  .header-wrapper.scrolled .header__main__right__clickable_area {
    margin: 18px 18px;
  }
  .header-wrapper.scrolled .header__main__right__icon {
    margin: 18px 18px;
  }
  .header-wrapper.scrolled .header__main__right__icon + .header__main__menu_item__drop + .header__main__right__chevron {
    top: 24px;
  }
  
  .header-wrapper.scrolled .header__main__right .header__main__menu_item__drop {
    top: 59px;
  }

  
  .header-wrapper.scrolled .header__message {
    height: 60px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 30px 0px rgba(41, 50, 81, 0.16);
  }
  .header-wrapper.scrolled .header__message__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .header-wrapper.scrolled .header__message__button {
    height: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
  }
}

@media (max-width: 1171px) {
  .header__message {
    padding: 20px 0;
    flex-wrap: wrap;
    height: auto;
    align-items: normal;
  } 
  .header__message__text {
    font-size: 16px;
    line-height: 24px; 
    text-align: center;
    width: 100%;
  }
  .header__message__button {
    margin: 10px auto;
    height: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 22px;
  }
}


.modal__container.modal__container__email_confirmation {
  width: 98%;
  max-width: 690px;
  padding: 30px 0;
}
.modal__container__email_confirmation .modal__confirmation__header {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #263856;
}
.modal__container__email_confirmation .modal__confirmation__subheader {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #F5760E;
}
.modal__container__email_confirmation .modal__confirmation__image {
  margin: 30px auto 30px;
  height: 140px;
  display: block;
  max-width: 90%;
}
.modal__container__email_confirmation .modal__confirmation__text1 {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.modal__container__email_confirmation .modal__confirmation__text2 {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.modal__container__email_confirmation .modal__confirmation__error {
  margin-top: 0px;
  color: red;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.modal__container__email_confirmation .btn-primary, .modal__container__email_confirmation .btn-tertiary {
  text-transform: uppercase;
  margin: 30px auto 0;
  display: block;
  width: 340px;
}
.modal__container__email_confirmation .btn-secondary {
  text-transform: uppercase;
  display: block;
}
.modal__confirmation__email-update {
  display: flex;
  max-width: 400px;
  margin: 20px auto 20px;
}
.modal__confirmation__email-update .email-input {
  width: 100%;
  margin-right: 10px;
  height: 40px;
}
.modal__confirmation__email-update .btn-secondary {
  min-width: 105px;
  padding: 0;
}

@media (max-width: 1024px) {
  
  .modal__confirmation__email-update {
    flex-wrap: wrap;
    max-width: 295px
  }
  .modal__confirmation__email-update .email-input {
    margin-right: 0;
  }
  .modal__confirmation__email-update .btn-secondary {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 1171px) {
  .modal__confirmation__text1, .modal__confirmation__text2 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal__container__email_confirmation .btn-primary, .modal__container__email_confirmation .btn-tertiary {
    width: 295px;
  }
}

.header__main__menu_list_slim {
  margin: 0;
  z-index: 20;
  margin-top: 25px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 0 20px;
  padding-right: 0;
  list-style: none;
}
@media (max-width: 736px) {
  .header__main__menu_list_slim {
    gap: 28px;
    height: 100%;
  }
}
.header__main__menu_list_slim_item, .header__main__menu_list_slim_item a{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #263856;
  display: flex;
  align-items:center;
  justify-content: flex-start;
  width: 100%;
}

.header__main__menu_list_slim_item__chip {
  height: 24px;
  margin-left:13px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  padding: 3px 8px;
  display: flex;
  align-items: center;
  justify-content:center;
  text-transform: uppercase;
  
  /* Primary/Basic Dark */
  
  color: #263856;
  
}

.header__main__menu_list_slim_item__chip.new{
  background: rgba(255, 124, 17, 0.15);
}

.header__main__menu_list_slim_item__chip.discounted{
  background:#EFE2F5;
}
.header__main__menu_list_slim_item__chip.bundle{
  background:#E0FBF8;
}
.upgrade-button-slim {
width: 295px;
height: 69px;
left: 20px;
top: 583px;

/* Secondary/Attention 1 Semi 15% */

background: rgba(255, 124, 17, 0.15);
border-radius: 12px;
display: flex;
align-items: center;
padding:16px 19px;
margin-left: -20px;
}

.upgrade-button-slim-pic{
  width: 32px;
height: 32px;
margin-right:16px;
}

.upgrade-button-slim-info{
  display:flex;
  flex-direction:column;
}

.upgrade-button-slim-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  
  
  color: #263856; 
  margin-bottom: 3px;
}

.upgrade-button-slim-subtitle{
  font-weight: 400;
font-size: 12px;
line-height: 20px;
/* identical to box height, or 167% */


color: rgba(38, 56, 86, 0.6);
}
.upgrade-button-slim-chevron{
 margin-left: auto;
 width:12px;
}

.upgrade-button-slim-c{
  border: 1px solid rgba(255, 124, 17, 0.6);
  border-radius: 12px;
  background: none;
  gap: 8px;
  padding: 10px 8px 10px 16px;
}
.upgrade-button-slim-c .upgrade-button-slim-title{
  color: #F2690B;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.upgrade-button-slim-c .upgrade-button-slim-chevron{
  width: 18px;
  height: 18px;
}


