body {
    background: #f9fcff;
}

.use-colored-background {
    background-image: url('../images/rect_left.svg'), url('../images/rect_right.svg');
    background-position: 0% 50%, 100% 50%;
    background-size: contain, contain;
    background-repeat: no-repeat;
}

.section-personalized-advice-text {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
}

.section-personalized-advice-text__flex {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.section-personalized-advice-text__image {
    width: 340px;
    margin: 60px 110px 60px 50px;
}

.section-personalized-advice-text__image img {
    width: 100%;
}

.section-personalized-advice-text__image__contents {

}

.section-personalized-advice-text__image__contents b {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0px;
}

.section-personalized-advice-text__image__contents p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    max-width: 480px;
    text-align: left;
}

.section-personalized-advice-text__image__contents__links span, .section-personalized-advice-text__image__contents__links a {
    color: rgb(69, 130, 201);
    font-size: 18px;
    line-height: 24px;
    margin-right: 16px;
    float: left;
    cursor: pointer;
}


@media (max-width: 1040px) {
    .section-personalized-advice-text {
        padding-bottom: 16px;
    }

    .section-personalized-advice-text__image {
        width: 240px;
        margin: 15px 60px 15px 40px;
    }

    .section-personalized-advice-text__image__contents {
        margin-top: 0px;
        padding: 0 24px 0 14px;
    }

    .section-personalized-advice-text__image__contents b {
        font-size: 24px;
    }

    .section-personalized-advice-text__image__contents p {
        font-size: 14px;
    }

    .section-personalized-advice-text__image__contents__links span, .section-personalized-advice-text__image__contents__links a {
        font-size: 16px;
    }
}

@media (max-width: 640px) {

    .section-personalized-advice-text__image {
        margin: 15px 20px 15px 20px;
    }

    .section-personalized-advice-text {
        padding-bottom: 26px;
    }

    .section-personalized-advice-text__flex {
        flex-direction: column;
    }
}

@media (max-width: 440px) {
    .section-personalized-advice-text__image__contents b {
        max-width: 280px;
        display: inline-block
    }

    .section-personalized-advice-text__image__contents p {
        max-width: 280px;
        font-size: 13px;
    }
}

.section-special-price {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
}

.section-special-price__flex {
    display: flex;
}

.section-special-price__image {
    width: 254px;
    height: 140px;
    margin-top: 40px;
}

.section-special-price__image img {
    width: 100%;
}

.section-special-price__inner {
    width: 400px;
    margin: 0 -40px;
    z-index: 5;
}

.section-special-price__inner__price-block {
    text-align: center;
}

.section-special-price__inner__price-block .price-struck {
    color: rgb(144, 171, 207);
    font-size: 40px;
    font-weight: 600;
    text-decoration: line-through;
    letter-spacing: 0px;
    vertical-align: middle;
}

.section-special-price__inner__price-block .price-large {
    color: rgb(38, 56, 86);
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-left: 18px;
}

.section-special-price__inner__text {
    color: rgb(0, 189, 189);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    line-height: 40px;
    margin-top: 20px;
}

.section-special-price__inner__text img {
    width: 15px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
    display: inline-block;
}

.section-special-price__inner__checkbox {
    display: flex;
    flex-wrap: wrap;
    -moz-box-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.section-special-price__inner__checkbox__icon {
    margin-right: 12px;
    margin-bottom: 8px;
    height: 30px;
    width: 30px;
}

.section-special-price__inner__checkbox__wrapper {
    cursor: pointer;
    margin-bottom: 8px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    vertical-align: middle;

    padding: 6px 20px 6px 8px;
    height: 24px;
    background: rgb(249, 252, 255);
    border: 1px solid rgb(28, 46, 57);
    border-radius: 4px;
}

.consultation__checkbox {
    cursor: pointer;
    padding-left: 26px;
    font-size: 12px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    color: #263856;
}

.consultation__checkbox span {
    position: relative;
    top: 2px;
}

.consultation__checkbox::before {
    display: block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url("/static/img/common/elements/checkbox/active.svg");
    content: "";
}

.consultation__checkbox__active::before {
    display: block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url("/static/img/common/elements/checkbox/checked.svg");
    content: "";
}


.consultation__checkbox__input {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    margin: 0px;
}

.section-special-price__inner__checkbox__help {
    width: auto;
    height: auto;
    min-width: initial;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    padding: 2px;
    cursor: pointer;
    margin-left: 8px;
}

.section-special-price__inner__book-text {
    color: rgb(143, 171, 207);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 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: 240px;
    margin: 30px auto;
}

.section-special-price__get-report:hover {
    background: rgb(242, 105, 11) none repeat scroll 0% 0%;
    border-color: rgb(242, 105, 11);
}

@media (max-width: 1040px) {
    .section-special-price__image {
        width: 204px;
        height: auto;
        margin-top: 60px;
    }
}

@media (max-width: 740px) {
    .section-special-price__image {
        width: 154px;
        height: auto;
        margin-top: 70px;
    }

    .section-special-price__inner {
        width: 400px;
        margin: 0 -80px;
    }
}

@media (max-width: 550px) {
    .section-special-price {
        margin: 40px 0;
    }

    .section-special-price__image {
        width: 154px;
        height: auto;
        margin-top: 70px;
    }

    .section-special-price__inner {
        width: 400px;
        margin: 0 -180px;
    }
}

@media (max-width: 400px) {
    .section-special-price__image {
        width: 104px;
        height: auto;
        margin-top: 70px;
    }

    .section-special-price__inner {
        width: 300px;
        margin: 0 -100px;
    }
}

.section-traits-picked {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    margin-top: 60px;
}

.section-traits-picked__flex {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: flex-top;
}

.section-traits-picked__image {
    width: 480px;
    margin: 0px 40px 0px 0px;
}

.section-traits-picked__image img {
    width: 100%;
}

.section-traits-picked__contents b {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0px;
}

.section-traits-picked__contents {
    max-width: 440px;
    width: 100%;
}

.section-traits-picked__contents p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    max-width: 440px;
    width: 100%;
    text-align: left;
}

.section-traits-picked + .section-traits-picked {
    margin-top: 40px;
}

@media (max-width: 1040px) {
    .section-traits-picked__image {
        width: 240px;
        margin: 0 60px 0 40px;
    }

    .section-traits-picked__contents {
        margin-top: 0px;
        padding: 0 24px 0 14px;
    }

    .section-traits-picked__contents b {
        font-size: 24px;
    }

    .section-traits-picked__contents p {
        font-size: 14px;
    }

    .time {

        width: 200px;
    }
}


@media (max-width: 640px) {
    .section-traits-picked__image {
        margin: 0 0px 20px 0px;
    }

    .section-traits-picked__contents {
        padding-bottom: 26px;
    }

    .section-traits-picked__flex {
        flex-direction: column;
    }

    .section-traits-picked {
        margin-top: 30px;
    }

    .section-traits-picked + .section-traits-picked {
        margin-top: 10px;
    }
}

@media (max-width: 440px) {
    .section-personalized-advice-text__image__contents b {
        max-width: 335px;
        display: inline-block
    }

    .section-personalized-advice-text__image__contents p {
        max-width: 335px;
        font-size: 16px;
        line-height: 24px;
    }
}

.traits-and-advice-in-the-report {
    margin-top: 80px;
    padding-bottom: 80px;
}

.traits-and-advice-in-the-report h2 {
    color: rgb(38, 56, 86);
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    padding: 0 26px 40px 26px;
}

.traits-and-advice-in-the-report__flex {
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.traits-and-advice-in-the-report__column {
    margin: 0 20px;
    width: 340px;
}

.traits-and-advice-in-the-report__column b {
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

.traits-and-advice-in-the-report__list-item {
    margin-top: 20px;
    padding: 4px 0 4px 40px;
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    background-size: 26px 30px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-image: url("/static/img/fitness/list-item-red.svg");
}

.traits-and-advice-in-the-report__list-item.yellow {
    background-image: url("/static/img/fitness/list-item-yellow.svg");
}

.traits-and-advice-in-the-report__list-item.green {
    background-image: url("/static/img/fitness/list-item-green.svg");
}


@media (max-width: 640px) {
    .traits-and-advice-in-the-report__flex {
        flex-direction: column;
    }

    .traits-and-advice-in-the-report__column {
        width: 280px;
        margin: 0 auto 40px;
    }
}

.what-our-customers-say {
    margin-top: 60px;
    padding-bottom: 90px;
}

.what-our-customers-say h2 {
    color: rgb(38, 56, 86);
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    padding: 0 26px 40px 26px;
}

.what-our-customers-say__flex {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;

}

.what-our-customers-say__carousel {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;

}

.what-our-customers-say__carousel--left {
    height: 17px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/fitness/slider_arrow_left.png");
    margin-right: 70px;
    cursor: pointer;
}

.what-our-customers-say__carousel--right {
    height: 17px;
    width: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/fitness/slider_arrow_right.png");
    margin-left: 70px;
    cursor: pointer;
}

.what-our-customers-say__carousel-item {
    width: 320px;
}


.carousel-item__photo {
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 16px 0 0 100px;
}

.carousel-item__username {
    color: rgb(38, 56, 86);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
}

.carousel-item__title {
    color: rgb(255, 124, 17);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 4px;
}

.carousel-item__contents {
    margin-top: 30px;
}

.carousel-item__contents b {
    color: rgb(38, 56, 86);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
    display: block;
    padding: 0 0 6px;
}

.what-our-customers-say__carousel-divider {
    width: 1px;
    background: #c9d6e4;
    margin: 0 80px;
    height: 224px;
}

.modal {
    display: none;
    z-index: 99999;
    position: relative;
}

.modal.is-open {
    display: block;
}


.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}


/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}


.modal__container.modal__container__references {
    max-width: 852px;
}

.modal__container.modal__container__help {
    max-width: 652px;
}


.modal__help__contents {
    text-align: left;
    color: rgb(38, 56, 86);
}

.moda__help__header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.moda__help__paragraph {
    font-size: 14px;
    margin-bottom: 38px;
}

.modal__close__wrapper {
    position: absolute;
    top: 14px;
    right: 14px;
}

.modal__close__button {
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    padding: 3px;
    cursor: pointer;
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    line-height: initial;
}

.modal__references__wrapper {
    text-align: left;
    color: rgb(38, 56, 86);
    padding: 12px;
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.modal__references__header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal__references__section {
    margin-top: 24px;
}

.modal__references__image_wrapper {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}

.modal__references__image_wrapper em {
    color: rgb(166, 189, 213);
    font-size: 14px;
    margin-left: 14px;
    margin-top: 10px;
}

.modal__references__image_tag {
    margin-right: 24px;
}

.modal__references__single-title {
    margin-top: 14px;
}

.references__color__one {
    text-decoration: none;
}

.references__color__one strong {
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.references__color__one span {
    color: rgb(0, 189, 189);
}


.references__color__two {
    text-decoration: none;
}

.references__color__two strong {
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.references__color__two span {
    color: rgb(114, 32, 157);
}


.references__color__three {
    text-decoration: none;
}

.references__color__three strong {
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.references__color__three span {
    color: rgb(255, 83, 149);
}

.section-traits-picked__contents b {
    color: rgb(38, 56, 86);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 34px;
}

.traits-and-advice__nutrition-report {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px;
}

.traits-and-advice__nutrition-report__header {
    padding: 0 0 0 40px;

    color: rgb(38, 56, 86);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 34px;
    margin: 10px 0;

    background-image: url('/static/img/nutrition/bullet-a.svg');
    background-repeat: no-repeat;
    background-position: left center;

}

.traits-and-advice__nutrition-report__header.header-b12 {
    background-image: url('/static/img/nutrition/bullet-b12.svg');
}

.traits-and-advice__nutrition-report__header.header-c {
    background-image: url('/static/img/nutrition/bullet-c.svg');
}

.traits-and-advice__nutrition-report__header.header-d {
    background-image: url('/static/img/nutrition/bullet-d.svg');
}

.traits-and-advice__nutrition-report__header.header-e {
    background-image: url('/static/img/nutrition/bullet-e.svg');
}

.traits-and-advice__nutrition-report__header.header-folate {
    background-image: url('/static/img/nutrition/bullet-folate.svg');
}

.traits-and-advice__nutrition-report__texts {
    max-width: none;

    margin: 0 0 30px;
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: left;
}


.traits-and-advice-in-the-report h2 {
    padding-bottom: 20px
}

.traits-and-advice-in-the-report h4 {
    color: rgb(38, 56, 86);
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    line-height: 34px;
    margin: 0;
}

.traits-and-advice-in-the-report + .section-traits-picked {
    margin-top: 0;
}

.section-traits-picked__flex__flipped .section-traits-picked__contents {
    max-width: 480px;
    margin: 0 40px 0 0;
}

.section-traits-picked__flex__flipped .section-traits-picked__image {
    margin: 0 0 0 0;
}

.section-traits-picked__contents__links {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    width: 100%;
    text-align: left;
}

.section-traits-picked__contents__links a {
    color: rgb(69, 130, 201);
    font-size: 20px;
    line-height: 18px;
    margin-right: 16px;
    cursor: pointer;
}

.section-traits-picked__flex__larger-margin {
    margin-top: 40px;
}

h1.ready_to_meet {
    color: rgb(38, 56, 86);
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    line-height: 40px;
    margin: 100px 0 60px 0;
}

h1.sale-sale-sale-sale {
    color: rgb(38, 56, 86);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    line-height: 34px;
    margin-top: 120px;
}

h2.sale-sale-sale-sale {
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
}

.section-special-price__half-off {
    text-align: center;
    color: rgb(255, 124, 17);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
    height: 42px;
    margin: 36px -26px 20px;
}

.section-special-price__half-off .left, .section-special-price__half-off .right {
    position: relative;
    top: 6px;
    margin: 0 20px;
}

.section-special-price__information {
    max-width: 930px;
    color: rgb(38, 56, 86);
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 60px;
}

.section-viking-top__image__contents p {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 640px) {


    h1.sale-sale-sale-sale {
        font-size: 22px;
        margin-top: 60px;
    }

    h2.sale-sale-sale-sale {
        font-size: 18px;
    }


    .section-special-price__information {
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }

    .traits-and-advice-in-the-report {
        margin-top: 40px;
        padding-bottom: 40px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .traits-and-advice-in-the-report h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .traits-and-advice-in-the-report h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .traits-and-advice__nutrition-report {
        padding: 0 14px;
    }

    .traits-and-advice__nutrition-report__texts {
        max-width: none;

        margin: 0 0 30px;
        font-size: 16px;
        line-height: 24px;
    }


    .section-traits-picked__flex__flipped .section-traits-picked__image {
        order: 0;
        margin: 0 20px 20px 20px;
    }

    .section-traits-picked__flex__flipped .section-traits-picked__contents {
        order: 1;
        margin: 0 0 0 0;
    }

}

body {
    background-image: url('../images/610ba943825cf23f6e4289bd_updated-ancestry-map-bg-reports.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

p, span, div, button, a, li {
    font-family: SF-Pro-Text-Regular, sans-serif;
}

h1, h2, h3, h4 {
    font-family: SF-Pro-Text-Bold, sans-serif;
}

.section-traits-picked__image {
    position: relative;
}

.section-traits-picked__image .time {
    position: absolute;
    width: 267px;
    top: -133.5px;
    right: -28%;
    z-index: 0;
}

.section-traits-picked__image .overlay {
    position: relative;
    z-index: 1;
}

.section-personalized-advice-text__header {
    color: rgb(38, 56, 86);
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 58px;
    margin: 0 0 20px 0;
}

.section-personalized-advice-text__beyond {
    color: rgb(38, 56, 86);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 48px;
    margin: 0 0 30px 0;
}

.section-personalized-advice-text__beyond span {
    color: #ff7c11;
}

.section-personalized-advice-text__list {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    color: rgb(38, 56, 86);
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 28px;
}

.section-special-price__inner__price-block .price-large {
    color: #ff7c11;
}


.section-traits-picked__flex.section-traits-picked__flex-reversed {
    flex-direction: row-reverse;
}

.section-traits-picked__flex.section-traits-picked__flex-reversed .section-traits-picked__image {
    margin: 0 0 0 40px;
}

.section-traits-picked__flex.section-traits-picked__flex-reversed .section-traits-picked__contents {
    margin: 0 0 0 0;
    max-width: 480px;
    width: 100%;
}

.pc-only {
    display: block;
}

.mobile-only {
    display: none;
}


.section-traits-picked + .section-traits-picked {
    margin-top: 60px;
}

@media (max-width: 640px) {
    .section-traits-picked__image .time {
        position: absolute;
        width: 267px;
        top: -133.5px;
        right: -133.5px;
        z-index: 0;
    }

    .section-traits-picked__image .overlay {
        position: relative;
        z-index: 1;
    }

    .section-personalized-advice-text__header {
        color: rgb(38, 56, 86);
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 58px;
        margin: 0 0 20px 0;
    }

    .section-personalized-advice-text__beyond {
        color: rgb(38, 56, 86);
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 48px;
        margin: 0 0 30px 0;
    }

    .section-personalized-advice-text__beyond span {
        color: #ff7c11;
    }

    .section-personalized-advice-text__list {
        margin: 0 0 30px 0;
        padding: 0 0 0 20px;
        color: rgb(38, 56, 86);
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0px;
        line-height: 28px;
    }

    .section-special-price__inner__price-block .price-large {
        color: #ff7c11;
    }


    .section-traits-picked__flex.section-traits-picked__flex-reversed {
        flex-direction: row-reverse;
    }

    .section-traits-picked__flex.section-traits-picked__flex-reversed .section-traits-picked__image {
        margin: 0 0 0 40px;
    }

    .section-traits-picked__flex.section-traits-picked__flex-reversed .section-traits-picked__contents {
        margin: 0 0 0 0;
        max-width: 480px;
        width: 100%;
    }

    .pc-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }


    .section-traits-picked + .section-traits-picked {
        margin-top: 60px;
    }

    @media (max-width: 640px) {

        .new_ancestry__buttons-container {
            flex-direction: column;
        }

        .new-ancestry__sample-button {
            margin-left: 0 !important;
        }

        .pc-only {
            display: none;
        }

        .mobile-only {
            display: block;
        }

        .section-traits-picked__flex.section-traits-picked__flex-reversed {
            flex-direction: column;
        }

        .section-traits-picked__flex.section-traits-picked__flex-reversed .section-traits-picked__image {
            margin: 0 0 40px 0;
        }

        .section-traits-picked__flex.section-traits-picked__flex-reversed .section-traits-picked__contents {
            margin: 0 0 0 0;
            max-width: 440px;
            width: 100%;
        }

        .section-personalized-advice-text__image__contents .mobile-only {
            max-width: 80%;
            margin: 10px auto 10px;
        }

        .section-personalized-advice-text__header {
            text-align: center;
        }

        .section-personalized-advice-text__beyond {
            text-align: center;
        }

        .section-personalized-advice-text__image__contents__links a {
            width: 100%;
            height: 40px;
            line-height: 38px;
            text-align: center;
            border: 1px solid rgb(69, 130, 201);
            border-radius: 20px;
        }

        .section-traits-picked__image {
            padding: 0 24px 0 14px;
            max-width: 440px;
            width: 100%;
        }

        .section-traits-picked {
            overflow: hidden;
        }

        .section-traits-picked__image .time {
            top: auto;
            bottom: -137px;
        }

        .section-traits-picked + .section-traits-picked {
            margin-top: 10px;
        }
    }
}


.container {
    max-width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.report-review {
    max-width: 360px;
}

.report-review__container {
    display: flex;
    align-items: center;
}

.report-review__container img {
    flex-shrink: 0;
    height: 65px;
    width: 65px;
    border-radius: 65px;
    margin-right: 27px;
}

.report-review__name {
    color: rgb(38, 56, 86);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
}

.report-review__type {
    margin-top: 4px;
    color: rgb(255, 124, 17);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
}

.report-review__text {
    margin-top: 36px;
    color: rgb(38, 56, 86);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
}

.report-review__text b {
    font-weight: 500;
}

.report-separator {
    background: rgb(201, 214, 228);
    width: 1px;
    margin: 0 20px;
}

.section-traits-picked__contents__links {
    font-size: 18px !important;
    line-height: 20px !important;
}

.section-traits-picked__contents b {
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .report-separator {
        display: none;
    }

    .new-ancestry__subtitle {
        max-width: none;
        font-size: 16px !important;
        text-align: center !important;

    }
}

.section-traits-picked__flex {
    align-items: flex-top;
}

.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;
    transition: all 200ms ease-in-out;
    margin-left: 25px;
}

.new-ancestry__sample-button a {
    color: #79A9FF;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}


.new-ancestry__sample-button:hover {
    background-color: #79A9FF;
}

.new-ancestry__sample-button:hover a {
    color: #2058b2;
}

.new_ancestry__buttons-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.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: 30px 0;
    transition: all 200ms ease-in-out;
}

.section-special-price__get-report:hover {
    box-shadow: 0px 5px 19px rgb(242 105 11);
    transform: translateY(-4px);

}



/*
           #soon {
               position: relative;
           }

           #soon:before {
               position: absolute;
               content: 'SooN';
               width: 30px;
               height: 14px;
               justify-content: center;
               background: rgba(255, 124, 17, 0.1);
               border-radius: 4px;
               font-weight: 600;
               font-size: 10px;
               line-height: 14px;
               display: flex;
               align-items: center;
               text-transform: uppercase;
               color: #FF7C11;
               left: calc(100% + 6px);
               top: 2px;
               padding: 2px 4px;
           }

           */

.icon-active {
    transform: rotate(180deg);
}

@media screen and (max-width: 479px) {

    /*
        #soon:before {
          content: 'Coming soon';
        width: 90px;
        height: 18px;
        background: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        line-height: 18px;
        left: calc(100% + 16px);
        top: 8px;
        padding: 3px 16px;
      }



      #new-report {
          position: relative;
      }

      #new-report:before {
        position: absolute;
        content: 'new';
        width: 28px;
        height: 18px;
        justify-content: center;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 6px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FF7C11;
        left: calc(100% + 16px);
        padding: 3px 16px;
    }
        */
}



.how-video__watch-btn:hover {
    box-shadow: 0 0.5em 0.5em -0.4em rgba(255, 124, 17, 1);
    -webkit-transform: translateY(-.25em);
    transform: translateY(-.25em);
}


.how-video__watch-btn:after {
    animation: shine 5s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(5deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

.how-video__watch-btn:active:after {
    opacity: 0;
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}
