@import url("../common/floating_cta.2a548c2c9070.css");

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 0;
    position: relative;
    z-index: 300;
}

.container-accent{
    max-width: 100vw;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #313749;
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.small-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}


.report-landing-page {
    position: relative;
    background-color: #000;
}

.new-ancestry__bg-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    max-height: 790px;
    height: 91%;
}

.new-ancestry__bg-main{
    width: 120%;
    position: relative;
    top: -55px;
    left: -25px;
    animation: 31s stars linear infinite;
}

@keyframes stars {
    0% {
    transform: rotateZ(0deg)
  }
  50% {
    transform: rotateZ(3deg)
  }
  100%{
    transform: rotateZ(0deg)
  }
}

.new-ancestry__bg-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 69px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.285352) 54.28%, rgba(0, 0, 0, 0) 100%);
}

.new-ancestry__map-main {
    width: 35%;
    position: absolute;
    top: 0;
    z-index: 400;
}

.new-ancestry__feedback-title {
    font-style: normal;
    font-weight: 600;
    max-width: 584px;
    width: 100%;
    font-size: 36px;
    line-height: 38px;
    margin: 0 auto 32px;
    color: #FFFFFF;
    text-align: center;

}

.mobile {
    display: none;
}


@media (max-width: 2110px) {
    .new-ancestry__map-main {
        width: 39%;
    }
}

@media (max-width: 1860px) {
    .new-ancestry__map-main {
        width: 44%;
    }
}

@media (max-width: 1500px) {
    .new-ancestry__map-main {
        width: 56%;
    }
}

.new-ancestry__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.new-ancestry__column {
    width: 43.9%;
    position: relative;
}

.new-ancestry__title {
    font-weight: bold;
    font-size: 46px;
    line-height: 58px;
    color: #FFFFFF;
    max-width: 427px;
    margin: 80px 0 30px;
}

.new-ancestry__subtitle-container {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.new-ancestry__subtitle-img {
    width: 41px;
    margin-right: 16px;
}

.new-ancestry__subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    color: #FFFFFF;
}

.section-pricing__pre-order {
    color: #263856;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 58px;
}

.grid__text_highlight {
    font-weight: bold;
}

.section-special-price__inner {
    z-index: 5;
    display: flex;
    flex-direction: column;

}

.section-special-price__inner__price-block .price-struck {
    color: #5a7192;
    font-size: 30px;
    font-weight: 600;
    text-decoration: line-through;
    letter-spacing: 0px;
    vertical-align: middle;
}

.section-special-price__inner__price-block .price-large {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-right: 18px;
}


.section-special-price__get-report {
    min-width: 120px;
    padding: 0px 14px;
    cursor: pointer;
    color: white;
    border: 1px solid rgb(255, 124, 17);
    background: rgb(255, 124, 17) none repeat scroll 0% 0%;
    border-radius: 28px;
    min-height: 40px;
    width: 200px;
    margin: 0px 25px 0 0;
}

.section-special-price__get-report-wider{
    width: 235px;
    min-height: 48px;
}

.section-special-price__get-report:hover {
    background: rgb(242, 105, 11) none repeat scroll 0% 0%;
    border-color: rgb(242, 105, 11);
}


.new_ancestry__buttons-container {
    display: flex;
    margin-top: 11px;
}

.new-ancestry__sample-button {
    border: 1px solid #79A9FF;
    border-radius: 20px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #79A9FF;
    width: 200px;
    height: 40px;
    justify-content: center;
    cursor: pointer;
}

.new-ancestry__sample-button:hover {
    background-color: rgba(121, 169, 255, 0.3);
}

.new-ancestry__sample-button-less{
    height: 48px;
    border: 0;
    width: auto;
    margin-left: 15px;
}
.new-ancestry__sample-button-less:hover{
    background-color: unset;
}

.new_ancestry__price-not {
    width: 50%;
}

.new_ancestry__guarantee-box{
    background-color: #282E3E;
    padding:16px;
    max-width: 500px;
    width:100%;
    margin: 60px auto;
    border-radius: 12px;
    color: #FFF;
}
@media (max-width: 1000px) {
    .new_ancestry__guarantee-box{
        margin-top: 38px;
        margin-bottom: 0;
    }
    
    .new-ancestry__bg-main{
        width: 530%;
        left: -105px;
    }
    
    .new-ancestry__bg-container{
        max-height: inherit;
    }
}
.new_ancestry__guarantee-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
@media (max-width: 1000px) {
    .new_ancestry__guarantee-title{
        margin-bottom: 12px;
    }
}
.new_ancestry__guarantee-body{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.new_ancestry__guarantee-body a {
    color:#4582C9;
    text-decoration: none;
}

.new-ancestry__algorithm-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    color: #FFFFFF;
}

.new-ancestry__algorithm-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 40px 0 0;
    max-width: 500px;
}

.new-ancestry__algorithm-title {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 58px;
    margin: 80px 0 10px;
    color: #FFFFFF;
}

.new-ancestry__title-algorithm {
    margin: 0 0 10px;
    max-width: none;
}

.new-ancestry__algorithm-img {
    width: 157.2%;
    position: absolute;
    top: -65px;
    left: -161px;
}

.new-ancestry__column-wide {
    width: 49.2%;
}

.new-ancestry__algorithm-subtitle_short {
    max-width: 439px;
}

.algorithm-bg {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.7) 54.28%, rgba(0, 0, 0, 0) 100%);
    height: 69px;
    width: 100%;
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 200;
}

.algorithm-columns {
    margin-top: 62px;
    margin-bottom: 40px;
}

.new-ancestry__column-small {
    width: 300px;
}

.column-small__title {
    margin: 30px 0 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}


.column-small__img {
    width: 100%;
}

.new-ancestry__column-medium {
    width: 310px;
}

.time {
    padding-top: 40px;
}

.new-ancestry__title-power {
    text-align: center;
    margin-top: 144px;
}

.power {
    margin-top: 24px;
}


.power__img {

    width: 100%;
}

.power__text {
    text-align: center;
    max-width: 67.6%;
    margin: 52px auto 108px;
}

.ethnicities {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 98px;
}

.ethnicities__container {
    max-height: 331px;
}

.ethnicity__container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ethnicity__color {
    border: 6px solid #1B202D;
    width: 27px;
    height: 27px;
    margin-right: 20px;
    border-radius: 50px;
}

.ethnicity__name {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #FFFFFF;
}

.new-ancestry__power-subtitle {
    text-align: center;
}


.science {
    padding-top: 75px;
    padding-bottom: 73px;
}

.new-ancestry__title-science {
    text-align: center !important;
    margin: 0 0 50px;
}

.new-ancestry__column-science {
    width: 330px;
    display: flex;
    flex-direction: column;

}

.science-img {
    width: 200px;
}

.sience-name {
    margin: 20px 0 10px;
}

.text-center {
    text-align: center;
}

.science-columns {
    width: 95%;
    margin: 0 auto 80px;
}

.paper-columns {
    align-items: center;
}


.new-ancestry__column-paper {
    width: 43.9%;
}

.column-paper__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0 0 21px;
}

.paper__text {
    margin-bottom: 21px;
}

.column-paper__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #80CAFF;
}

.column-paper__link:hover {
    opacity: 0.7;
}

.feedback {
    padding-top: 96px;
    padding-bottom: 120px;
}

.feedback__price-block {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-special-price__get-report_feedback {
    width: 200px;
    margin: 24px 0 0;
}

.feedback__container {
    position: relative;
    margin-top: 20px;
}

.feedback__img {
    width: 100%;
}

.feedback__box {
    position: absolute;
    background: rgba(30, 38, 49, 0.8);
    box-shadow: inset 0px 0px 68px rgba(255, 255, 255, 0.05), inset 0px 2px 1px rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    width: 100%;
    padding: 36px 84px 78px;
    bottom: 245px;
}

.new-ancestry__column-feedback {
    width: 33%;
    padding: 20px 40px;
}

.column__user-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.column-user__img {
    width: 65px;
    border-radius: 50px;
    margin-right: 20px;
}

.column-feedback__borders {
    border-left: 1px solid rgba(143, 171, 207, 0.4);
    border-right: 1px solid rgba(143, 171, 207, 0.4);
}

.faq__container {
    margin-bottom: 28px;
}

.faq__name-container {
    display: flex;
    align-items: center;
}

.faq__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 0 0 0 20px;
}

.faq__text {
    margin: 20px 0 0 62px;
    padding-bottom: 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 61.5%;
    display: none;
}

.faq__button_rotate {
    transform: rotate(180deg)
}

.new-ancestry__title-faq {
    margin: 0 0 31px;
}

.new-ancestry__map::-webkit-media-controls-start-playback-button {
      display: none;
}

.new-ancestry__map-main_mobile {
    display: none;
}

.power__img_mobile {
    display: none;
}

.ethnicities__img {
    display: none;
}

.sample-button_mobile {
    display: none;
}

/*.splide {*/
/*    display: none;*/
/*}*/

.faq__container {
    cursor: pointer;
}

.faq__container:hover {
    opacity: 0.7;
}

.navigation-row__reports {
    z-index: 1000;
    top: 20px;
    position: relative;
}

.new-ancestry__title-head {
    margin-top: 100px;
}

@media (max-width: 1400px) {
    .new-ancestry__algorithm-img {
        width: 152%;
    }
}

@media (max-width: 1338px) {

    .container {
        overflow: hidden;
        padding: 0 20px;
    }

}


@media (max-width: 1116px) {
    .new-ancestry__column-science {
        width: 280px;
    }
}







.new_ancestry__price-special{
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.6);
}

.new_ancestry__price-special_first{
    margin: 8px 25px 0 0;
}


@media (max-width: 1000px) {
    .new_ancestry__price-special_first{
        margin-right: 0;
        margin-top: 0;
    }
    
    .new-ancestry__sample-button-less{
        margin-left: 0;
    }
    .new_ancestry__price-special_last{
        margin-top: -32px;
    }
    
    .new-ancestry__special-bottom{
        flex-direction: row;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .new-ancestry__special{
        margin-bottom: 15px;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .new-ancestry__description div{
        margin: 0;
    }

    .sample-button_desktop {
        display: none;
    }

    .new-ancestry__bg-shadow{
        height: 80%;
    }
    
    .new-ancestry__columns {
        flex-direction: column;
    }

    .new-ancestry__column {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .new-ancestry__map-main {
        display: none;

    }

    .new_ancestry__price-not {
        width: 100%;
    }

    .new-ancestry__title {
        font-size: 34px;
        line-height: 42px;
        text-align: center;
        margin: 20px 0 34px;
        margin-bottom:15px;
        margin-top: 5px;
    }

    .new-ancestry__subtitle-img {
        width: 28px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .new-ancestry__subtitle {
        font-size: 16px;
        line-height: 22px;
        max-width: 400px;
    }

    .new-ancestry__subtitle-container {
        justify-content: center;
        margin-bottom: 0;
    }

    .new-ancestry__map-main_mobile {
        display: block;
        width: 136%;
        z-index: -1;
        margin-top: -25px;
    }

    .new_ancestry__buttons-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 45px;
    }

    .section-special-price__inner__price-block {
        justify-content: center;
        align-items: center;
        display: flex;

    }

    .new-ancestry__section-pricing {
        margin-top: -223px;
        width: 100%;
    }

    .price-large {
        font-size: 48px;
        line-height: 57px;
    }

    .price-struck {
        font-size: 36px;
        line-height: 43px;
    }

    .section-special-price__get-report {
        margin: 9px 0 40px;
        width: 335px;
        height: 50px;
        font-size: 16px;
        line-height: 14px;
    }

    .new-ancestry__sample-button {
        width: 335px;
        height: 50px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 25px;
    }
    .new-ancestry__title-algorithm {
        text-align: inherit;
        margin: 0 0 20px;
    }



    .new-ancestry__algorithm-text {
        margin-top: 30px;
    }

    .new-ancestry__algorithm-img {
        position: relative;
        left: 0;
        top: -60px;
    }

    .columns__xgm {
        margin-top: -70px;
        align-items: flex-start;
    }

    .column__xgm {
        align-items: flex-start;
    }

    .xgm-title {
        margin: 0 0 10px;
        text-align: inherit;
        font-size: 28px;
        line-height: 36px;
    }

    .new-ancestry__column-small {
        width: 100%;
        margin-bottom: 43px;
    }

    .column-small__img {
        width: 300px;
    }

    .column-small__title {
        margin: 10px 0 10px;
    }

    .algorithm-columns {
        margin-bottom: 37px;
    }

    .new-ancestry__column-medium {
        margin-bottom: 40px;
    }

    .time-columns {
        margin-bottom: 40px;
        align-items: center;
    }

    .power {
        background-image: none !important;
    }

    .power__img {
        display: none;
    }

    .power__img_mobile {
        display: block;
        width: 100%;
        order: 2;
        margin-bottom: 80px;
    }

    .container-power {
        display: flex;
        flex-direction: column;
    }

    .power__text {
        order: 1;
        max-width: 100%;
        margin: 0 0 40px;
        text-align: inherit;
    }

    .new-ancestry__title-power {
        order: 3;
    }

    .new-ancestry__power-subtitle {
        order: 3;
        text-align: inherit;
    }

    .ethnicities__img {
        display: block;
        width: 114%;
        margin-left: -19px;
    }

    .ethnicities {
        height: 300px;
        overflow-y: scroll;
    }

    .science-img {
        width: 118.65px;
    }

    .science-columns {
        align-items: center;
        margin-bottom: 26px;
    }

    .new-ancestry__column-science {
        width: 100%;
        align-items: center;
        margin-bottom: 40px;
    }

    .text_science {
        text-align: center;
        width: 200px;
    }

    .new-ancestry__title-science {
        margin-bottom: 60px;
    }

    .new-ancestry__column-paper {
        width: 100%;
    }

    .new-ancestry__column-paper {
        margin-bottom: 40px;
    }

    .science {
        padding-bottom: 20px;
    }

    .feedback {
        padding-top: 60px;
    }

    .new-ancestry__feedback-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .sample-button_mobile {
        display: flex;
    }

    .feedback__img {
        width: 103%;
        margin-top: 20px;
    }

    .new-ancestry__title-faq {
        text-align: inherit;
    }

    .feedback__box {
        height: 345px;
        padding: 30px;
        bottom: -170px;
    }

    .title-feedback {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;

    }

    .new-ancestry__columns_feedback {
        display: none;
    }

    /*.splide__arrows {*/
    /*    display: none;*/
    /*}*/

    .new-ancestry__column-feedback {
        padding: 0;
    }

    /*.splide__pagination {*/
    /*    bottom: -3.5em;*/
    /*}*/

    .faq__text {
        max-width: 100%;
        margin: 20px 0 10px;
    }

    .faq__name {
        font-size: 20px;
        line-height: 28px;
    }

    /*.splide {*/
    /*    display: block;*/
    /*}*/

    .new-ancestry__algorithm-text {
        max-width: none;
    }
}

@media (max-width: 780px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .columns__xgm {
        margin-top: 80px;
    }

    .new-ancestry__column-wide {
        align-items: flex-start;
    }


}


/*testimonials*/

.testi-block {
  width: 100%;
  color: white;
  padding: 0 0 80px;
  max-width: 1140px;
  display: flex;
  flex-direction:column;
  align-items:center;
}


.testi-title {
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}
.testi-subtitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.testi-title-small{
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}
.testi-slider {
  padding: 0 0 40px;
  /*min-width: calc(100vw - 20px);*/
}

.testi-list {
  
}

.testi-slide {

}

.testi-slide__content {
  width: 100%;
  color: white;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: rgba(30, 38, 49, 0.7);
  box-shadow: inset 0px 0px 68px rgba(255, 255, 255, 0.05), inset 0px 2px 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 12px;
}

.testi-slide__head {
  margin-bottom: 24px;
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.testi-slide__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.testi-slide__name {
  margin: 0 0 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.testi-slide__str {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.testi-slide__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 0;
}

.testi-slide__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
 }
 
 .text-testi-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
 }
 
 .text-testi-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 }
 
  .splide__pagination__page.is-active {
   background: #FFF;
   transform: none;
   opacity: 1;
 }
 
 @media screen and (max-width: 1139px) {
   .testi-slider {
      min-width: 100vw;
      transform: translateX(-20px)
  }
 }
 
 @media screen and (max-width: 800px) {
  .testi-slide__content {
    padding: 16px;
  }
  
  .testi-title{
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin: 0 auto 20px;
  }
  .testi-subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .testi-title-small{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }
  
  .testi-block {
    padding: 40px 0 40px;
  }
  
   .text-testi-1,
   .text-testi-2 {
      -webkit-line-clamp: 5;
     }
   
   .container-accent{
       padding-top: 0px;
       padding-bottom: 0px;
   }
 }


