html {
    scroll-behavior: smooth;
}

.slick-track {
    padding: 1rem 0;
}

.rt-color-containers-grid, .rt-color-containers-grid-2, .rt-color-containers-grid-3 {
    display: flex;
    justify-items: center;
    align-items: center;
    margin: 2rem 0 1rem 0;
    justify-content: flex-end;
}  

.rt-color-containers-grid, .rt-color-containers-grid-2, .rt-color-containers-grid-3 {
    padding-left: 2rem;
}

.rt-color-container-grid-mobile {
    display: flex;
    grid-row-gap: 1rem;
    justify-items: center;
    align-items: center;
    margin: 3rem auto 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.rt-color-containers-grid {
    grid-template-areas:
        "rt-item-1 rt-item-2 rt-item-3";
}

.rt-color-containers-grid-2 {
    grid-template-areas:
        "rt-item-4 rt-item-5 rt-item-6";
}

.rt-color-containers-grid-3 {
    grid-template-areas:
        "rt-item-7 rt-item-8 rt-item-9";
}

.rt-items {
    min-width: 210px;
    min-height: 80px !important;
    padding: 1rem 1.5rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5rem;
}

.rt-items p {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0 !important;
}

.rt-color-container-grid-mobile div.rt-items {
   max-width: 100%;
   padding: 2.5rem 1rem;
}

.rt-item-1, .rt-mobile-item-7 {
    background-color: #21CCDD;
}

.rt-item-2, .rt-mobile-item-1 {
    background-color: #6C63FF;
    
}



.rt-item-3 {
    background-color: #CFA78D;
}

.rt-item-4, .rt-mobile-item-3 {
    background-color: #E5F6F8;
}

.rt-item-4 p, .rt-item-6 p  {
    color: #162C2F;
}

.rt-item-5, .rt-mobile-item-4 {
    background-color: #162C2F;
}

.rt-item-6, .rt-mobile-item-8 {
    background-color: #FCD25C;
}

.rt-item-7, .rt-mobile-item-6 {
    background-color: #F29EB0;
}

.rt-item-8, .rt-mobile-item-5 {
    background-color: #B9BE95;
}

.rt-item-9, .rt-mobile-item-2 {
    background-color: #E54636;
}

.rt-top-container-padding {
    padding: 10rem 0 0 0;
    background-color: #FEF5F7;
}

svg#wave_rt_desktop {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    padding: 0;
}

svg#rt_mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    padding: 0;
}

.researcher-toools-top-btn {
    background-color: #F29EB0;
    color: white;
    width: 288px;
    position: relative;
    border-radius: 15px 15px 0 0;
    display: flex;
    padding: 1.5rem 2rem;
    top: 4px;
    border: none;
    align-items: baseline;
    z-index: 3;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.researcher-toools-top-btn-2 {
    background-color: #21ccdd;
    color: white;
    width: 288px;
    position: relative;
    border-radius: 15px 15px 0 0;
    display: flex;
    padding: 1.5rem 2rem;
    right: 9rem;
    top: 4px;
    border: none;
    align-items: baseline;
    z-index: 2;
    cursor: pointer;
}

.researcher-toools-top-btn-3 {
    background-color: #AADFE5;
    color: white;
    width: 288px;
    position: relative;
    border-radius: 15px 15px 0 0;
    display: flex;
    padding: 1.5rem 2rem;
    right: 18rem;
    top: 4px;
    border: none;
    align-items: baseline;
    z-index: 1;
    cursor: pointer;
}

.researcher-toools-top-btn p{
    font-weight: 700;
    font-size: 1rem;
    color: #162C2F;
    padding-left: .5rem;
    position: relative;
    bottom: 1rem;
    margin-right: auto;
}

.researcher-toools-top-btn h1 {
    font-weight: 600 !important;
    color: #fff;
    position: relative;
    font-size: 1.5rem !important;
    margin-left: auto;
    margin-bottom: 0;
}

.rt-top-container {
    height: auto;
    overflow: hidden;
    
}

.rt-top-img-desktop {
    position: relative;
    display: block;
    margin: auto;
}

.rt-top-container-content {
    padding: 0 0 4rem 0;
}

.rt-top-container-content, .rt-top-arrow-container {
    z-index: 5;
}

.rt-text h1 {
    color: #fff;
    padding-bottom: 1.5rem;
    z-index: 2;
}

.rt-top-text, .rt-lauch-study {
    color: #fff;
    margin-bottom: 0;
    z-index: 2;
}

.rt-lauch-study {
    font-size: 14px !important;
}

.rt-text b{
    color: #C35B71;
}

.rt-container-sm-pink {
    background-color: #C35B71;
    color: white;
    width: 280px;
    margin: 1rem 0 2rem;
    position: relative;
    border-radius: 12px;
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 2.5rem 1.5rem;
}

.rt-arrow-right {
    background: #fff url(../assets/arrow_pink_bh.png) 50% 50% no-repeat;
    background-size: 23px !important;
    border-radius: 20px;
    height: 35px;
    width: 65px;
    border: none;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    position: absolute;
}

.rt_arrow_down_white {
    background: #fff url(../assets/arrow_right2.png) 50% 50% no-repeat;
    background-size: 30px auto;
    border-radius: 20px;
    height: 42px;
    position: absolute;
    transform: rotate(90deg)!important;
    width: 82px;
    box-shadow: 0 0 20px 19px rgb(36 36 36 / 5%);
    border: none;
}

.rt-logos-container {
    background-color: #FEF5F7;
}

.rt-logos-container-content {
    position: relative;
    padding: 8rem 0 1rem;

}

.rt-text-container img {
    position: relative;
    max-width: 55px;
}

.rt-text-container p span {
    color: #F29EB0;
}

.rt-explore-container {
    padding-top: 4rem;
}

.rt-explore-container p {
    font-size: 32px;
}

.rt-explore-container-img {
    max-width: 220px;
    position: relative;
    left: -3rem;
    z-index: 2;
}

.rt-dr-info-container {
    text-align: center;
    background-color: #F7FCFC;
    padding: 2rem 0;
    border-radius: 30px;
    max-width: 560px;
    position: relative;
}

.rt-dr-info-container img{
    max-width: 150px;
}

.rt-dr-info-container p {
    padding: 1rem 0;
    margin-bottom: 0;
}

.rt-dr-info-container h4 {
    margin-bottom: 0;
    padding: 1rem 0;
}


.rt-container-sm-blue, .rt-container-sm-darkblue-2 {
    background-color: #162C2F;
    color: white;
    max-width: 220px;
    margin: 2rem auto;
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: .8rem 1.5rem;
}

.rt-container-sm-darkblue-2 {
    max-width: 240px;
    margin: 4rem 0 2rem; 
}

.rt-container-sm-blue p, .rt-container-sm-darkblue-2 p {
    font-weight: 600;
    margin-bottom: 0;
    color: white;
    font-size: 14px;
}

.rt-container-sm-darkblue-2 p {
    padding: 1rem 0;
}

.researcher-tools_arrow_right_blue {
    background: #fff url(../assets/arrow_blue_bh.png) 50% 50% no-repeat;
    background-size: 25px auto;
    left: 0;
    right: -14rem;
    margin: auto;
    height: 36px;
    max-width: 65px;
    width: 100%;
    position: absolute;
    border-radius: 20px;
    cursor: pointer !important;
    border: none !important;
    top: 50%;
    transform: translateY(-50%);
}

.researcher-tools_arrow_right_darkblue-2 {
    background: #fff url(../assets/arrow_blue_bh.png) 50% 50% no-repeat;
    background-size: 25px auto;
    left: 0;
    right: -14rem;
    margin: auto;
    height: 36px;
    max-width: 65px;
    width: 100%;
    position: absolute;
    border-radius: 20px;
    cursor: pointer !important;
    border: none !important;
}

.rt-container-sm-blue-2 {
    width: 460px;
    background: #F6FBFB;
    border-radius: 12px;
    margin: 3rem auto;
    display: flex;
    padding: 1.2rem 1.5rem;
    align-items: center;
    justify-content: space-around;
}

.rt-container-sm-blue-2 p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.rt-launch-study-container {
    background-color: #F7FCFC;
    padding: 2rem 0;
    margin-bottom: 5rem;
}

.rt-launch-study-text h3  {
    margin-top: 3rem;
    padding-right: 3rem;
    font-weight: 600 !important;
    color: #21ccdd;
}

.rt-launch-study-title-p {
    margin: 3rem 0;
}

.rt-bottom-screen-padding {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 0 11rem;
} 

.rt-bottom-screen-padding p {
    margin-bottom: 0;
}

.rt-rwe-container {
    background-color: #F7FCFC;
    padding: 2rem 2rem;
    border-radius: 35px;
    max-width: 650px;
}

.rt-rwe-container p:nth-of-type(3), .rt-migraine-container p:nth-of-type(2) {
    font-weight: 600;
}

.rt-migraine-container {
    padding: 0 3rem;
}

.rt-bg-coming-soon {
    display: inline-block;
    background-color: #21CCDD;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 15px;
}

.rt_arrow_right_blue-bg-2 {
    background-size: 23px !important;
    border-radius: 20px;
    height: 35px;
    width: 65px;
    border: none;
    position: relative;
    background: url(../assets/arrow_right_white.png) 50% 50% no-repeat;
    background-color: #21CCDD;
}

.rt-change-text-color-blue {
    color: #21CCDD;
}

.rt-change-text-color-gray {
    color: #ADB6D7;
}

.brain-img-container-desktop {
    max-height: 100%;
    height: 100px;
}

.brain-img {
    position: absolute;
    max-width: 200px;
    bottom: -4rem;
}

.rt-individual-card {
    border: none;
    box-shadow: 1px 2px 20px 0px #8080803d;
    border-radius: 30px;
}

.rt-card-group {
    display: flex;
    justify-content: center;
    margin-top: 8rem;
    margin-bottom: 8rem;
    margin-right: 0;
    padding: 0;
}

.rt-card-group-fluid {
    position: relative;
    padding: 0;
}

.slick-list::before {
    bottom: 0;
    z-index: 2;
    content: '';
    position: absolute;
    height: 100%;
    border-right: 30px solid #F29EAF;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    filter: blur(30px) opacity(.9);
}

.card-title {
    font-weight: 600;
}

.nav-menu-links:hover, .active-section {
    background: #F29EB0;
}

.smart-watch-img-desktop {
    position: relative;
    top: -1rem;
}

.smart-watch-img-mobile {
    position: relative;
    top: -2rem;
    max-width: 320px;
}

.rt-logos-text {
    padding-right: 2rem;
}

.rt-logos-imgs {
    padding-left: 2rem;
}

.launch-study-main-container {
    padding-top: 8rem;
}

.rt-top-arrow-container .arrow-down-btn {
    position: relative !important;
    bottom: 0 !important;
}

.rt-dr-flex-container {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.owl-stage {
    padding-bottom: 1rem;
}

.owl-stage {
    display: flex;
}

@media screen and (max-width: 1366px) {
    .rt-top-img-desktop {
        max-width: 600px;
    }
}

@media screen and (max-width: 1200px) { 

    .rt-color-container-grid-mobile p {
        font-size: 14px;
    }

    .rt-color-container-grid-mobile div.rt-items {
        max-width: 300px;
        min-width: 160px;
        padding: 0.5rem 2rem;
    }

    .rt-color-container-grid-mobile {
        margin: 3rem auto 5rem;
    }

    .owl-carousel::after {
        display: none;
    }

    .active-section a.nav-link {
        background: #F29EB0;
    }

    .nav-menu-links:hover, .active-section {
        background: none!important;
    }

    .rt-mobile-item-8 p, .rt-mobile-item-3 p  {
        color: #162C2F;
    }

    .rt-text {
        padding: 0 8rem;
    }

    .rt-text-container img {
        left: 65vw;
    }

    .collective-healing-title {
        font-size: 26px;
    }

    .collective-healing-container {
        padding: 0 8rem;
    }

    .rt-card-group-fluid {
        padding: 0 0 0 8rem;
    }

    .rt-individual-card {
        border: none;
        box-shadow: 1px 2px 20px 0px #8080803d;
        width: 240px;
        border-radius: 30px;
    }

    .launch-study-main-container {
        padding: 8rem 8rem 0 8rem;
    }

    .rt-container-top-btns, .rt_arrow_down_white {
        display: none;
    }

    .rt-bottom-screen-padding {
        padding: 0 5rem;
    } 

    .rt-text p:nth-of-type(2) {
        display: none;
    }

    .rt-container-sm-pink {
        margin: 0 0 2rem;
    }

    .rt-top-img-desktop {
        padding-top: 4rem;
        max-width: 550px;
        display: block;
        margin: auto;
    }

    .rt-logos-container {
        padding: 0 !important;
        padding: 0 !important;
        left: 0;
        margin: auto;
    }

    .rt-logos-imgs {
        position: relative;
        padding: 0;
        display: block;
        margin: auto;
        /* left: 50%; */
        /* transform: translate(-50%); */
        padding: 0 0 4rem;
    }

    .rt-logos-text {
        text-align: center;
        padding: 0 8rem;

    }

    .rt-dr-flex-container {
        justify-content: center;
    }

    .rt-explore-container-img-mobile {
        display: none;
    }

    .rt-top-container-padding {
        padding: 0; 
    }

    .rt-launch-study-grid .row {
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
    }

    .rt-launch-study-grid .row:nth-of-type(1) {
        margin-top: 2rem;
    }

    .brain-img {
        bottom: 0;
    }

    .rt-card-group-fluid::after {
        display: none;
    }

    .rt-explore-container {
        padding: 2rem 0;
        text-align: center;
    }

    .smart-watch-img-desktop {
        display: none;
    }

    svg#wave_rt_desktop {
        display: none;
    }

    .brain-img-container-desktop {
        display: none !important;
    }

    .brain-img-mobile {
        display: block;
        margin: auto;
        max-width: 180px;
        top: 0;
    }
    
    .rt-rwe-container h1, .rt-migraine-container h1 {
        font-size: 28px !important;
    }

    .rt-launch-study-container {
        margin-bottom: 2rem;
        padding: 2rem 8rem;
    }

    .rt-text-container {
        padding: 0 1rem 2rem;
    }

    .rt-explore-container p {
        padding: 0 16rem;
    }

    .rt-rwe-container {
        padding: 4rem 2rem;
        max-width: 480px;
    }

    .rt-migraine-container {
        padding: 0 10rem;
    }

    .rt-color-containers-grid, .rt-color-containers-grid-2, .rt-color-containers-grid-3 {
        display: none;
    } 

}

@media screen and (max-width: 900px) { 

    .launch-study-main-container {
        padding: 8rem 4rem 0 4rem;
    }

    .rt-launch-study-container {
        padding: 2rem 4rem;
    }

    .collective-healing-container {
        padding: 0 4rem;
    }

    .rt-logos-text {
        padding: 0 4rem;
    }

    .rt-text {
        padding: 0 4rem;
    }

    .rt-explore-container p {
        padding: 0 8rem;
    }

    .rt-card-group-fluid {
        padding: 0 0 0 6rem;
    }
}

@media screen and (max-width: 900px) { 
    .rt-color-container-grid-mobile div.rt-items {
        max-width: 220px; 
    }

    .rt-color-container-grid-mobile p {
        font-size: 12px;
    }
}


@media screen and (max-width: 600px) { 

    .rt-color-container-grid-mobile {
        justify-content: space-evenly;
    }    

    .rt-items {
        min-height: 60px !important;
        margin: 0;
    }

    .rt-top-container {
        padding: 0 2rem;
    }

    .rt-text h1 {
        font-size: 21px !important;
    }

    .rt-card-group-fluid {
        padding: 0 0 0 2rem;
    }

    .rt-individual-card {
        width: 145px;
        height: 220px;
        border-radius: 20px !important;
    }

    .rt-rwe-container h1, .rt-migraine-container h1 {
        font-size: 24px !important;
    }

    .migraine-study-container {
        padding: 0 2rem;
    }

    .rt-launch-study-container {
        padding: 2rem;
    }

    .launch-study-main-container {
        padding: 8rem 2rem 0 2rem;
    }

    .collective-healing-container {
        padding: 0 1rem;
    }

    .rt-logos-container-content {
        padding: 8rem 2rem 1rem; 
    }

    .rt-top-container .col-xl-6:nth-of-type(2) {
        padding: 0 1rem;
    }

    .rt-top-img-desktop {
        padding-top: 6rem;
        padding-bottom: 1rem;
        max-width: 300px !important;
    }

    .rt-text h1 {
        color: #fff;
        padding-bottom: 0.5rem;
        z-index: 2;
        font-size: 25px;
    }

    .rt-top-container-content {
        padding: 0;
    }

    .rt-text-container img {
        position: absolute;
        bottom: 1rem !important;
        left: 70%;
        max-width: 40px;
    }

    .rt-text-container p {
        font-size: 19px !important;
    }

    .rt-logos-text {
        padding: 0 0 1rem;
        text-align: center;
        font-size: 1rem;
    }

    .rt-container-sm-pink p {
        font-size: 10px !important;
    }

    .rt-explore-container p {
        text-align: center;
        font-size: 18px !important;
        padding: 0 2rem !important;
    }

    .rt-dr-info-container img {
        max-width: 110px;
    }


    .rt-container-sm-pink {
        width: 205px;
        margin: 0 0 5rem;
        position: relative;
        border-radius: 12px;
        height: 4rem;
        display: flex;
        align-items: center;
        padding: .5rem 1rem;
    }

    .rt-top-arrow-container {
        display: none;
    }

    .rt-logos-imgs {
        padding-left: 0;
    }

    .rt-bottom-screen-padding {
        padding: 1rem;
    }

    .rt-migraine-container {
        padding: 1rem;
    }

    .rt-bg-coming-soon {
        margin-bottom: 2rem;
    }

    .rt-dr-info-container {
        text-align: center;
        padding: 2rem 1rem 1rem;
        max-width: 320px;
        margin: auto;
    }

    .rt-rwe-container {
        padding: 2rem 2rem;
        max-width: 330px;
    }

    .rt-card-group {
        padding: 1rem 0 1rem;
    }

    .rt-card-group-fluid::after {
        border-right: 50px solid #f29eb0;
        height: 300px; 
    }

    .rt_arrow_right_blue-bg-2 {
        background-size: 20px !important;
        height: 30px;
        width: 55px;
    }

    .rt-container-sm-blue-2 {
        width: 300px;
        height: 4rem;
        padding: 0.5rem 1rem;
        text-align: start;
    }

    .rt-launch-study-text {
        padding: 1rem;
    }

    .rt-container-sm-blue p {
        font-size: 12px !important;
    }

    .rt-container-sm-blue {
        max-width: 180px;
        height: 4rem;
        padding: 0.5rem 1rem;
    }

    .researcher-tools_arrow_right_blue {
        background-size: 20px auto;
        right: -11rem;
        height: 30px;
        max-width: 55px;
    }

    .rt-dr-info-container p:nth-of-type(1) {
        font-size: 12px;
    }

    .rt-dr-info-container h4 {
        font-size: 14px;
        padding: 0;
    }

    .rt-card-group {
        margin: 0;
    }

    .rt-card-group-fluid::after {
        display: none;
    }

    .rt-launch-study-title {
        font-size: 18px !important;
    }

    .rt-launch-study-title-p {
        font-size: 14px;
        margin: 1rem 0 2rem;
    }

    .rt-launch-study-text h3 {
        margin-top: 0;
        font-size: 16px;
        padding-right: 0;
    }

    .rt-container-sm-darkblue-2 {
        max-width: 230px;
        margin: 2rem 0 auto;
        height: 4rem;
        padding: 0.5rem 1rem;
    }

    .rt-container-sm-darkblue-2 p {
        font-size: 12px;
    }

    .researcher-tools_arrow_right_darkblue-2 {
        background-size: 20px auto;
        left: 0;
        right: -8rem;
        height: 30px;
        max-width: 55px;
        width: 100%;
    }

    .rt-launch-study-grid p {
        font-size: 12px;
    }

    .rt-bottom-screen-padding {
        padding: 0 2rem !important;
    }

    .rt-bottom-screen-padding h1 {
        font-size: 24px;
    }

    .rt-container-sm-blue-2 p {
        font-size: 10px !important;
        padding-right: .5rem;
    }

    .rt-color-container-grid-mobile div.rt-items {
        max-width: 90px;
        padding: 0.8rem 1rem;
    }

    .rt-color-container-grid-mobile div.rt-items p {
        font-size: 10px !important;
    }

}

@media screen and (max-width: 320px) { 
    .rt-color-container-grid-mobile div.rt-items {
        max-width: 120px;
        min-width: 120px;
    }
}



@media screen and (max-width: 374px) { 

    .rt-bottom-screen-padding {
        padding: 0 1rem !important;
    }

    .rt-items {
        border-radius: 15px;
    }

    .rt-color-container-grid-mobile div.rt-items p {
        font-size: 8px !important;
    }

    
    
    .rt-top-img-desktop {
        max-width: 265px !important;
    }

    .rt_arrow_right_blue-bg-2 {
        right: 0;
    }

    .rt-container-sm-blue-2 {
        width: 100%;
        height: 4rem;
        padding: 0.5rem 1rem;
        text-align: start;
    }

    .rt-top-img-desktop {
        padding-bottom: 0;
    }

    .rt-text-container img {
        bottom: 0; 
    }

    .rt-explore-container p {
        font-size: 18px;
        padding: 0 1rem !important;
    }
}


@media screen and (min-width: 1681px) {

    .rt-bottom-screen-padding {
        padding: 0 10rem;
    }

}

 @media screen and (min-width: 1901px) {

    .rt-individual-card {
        width: 265px !important;
        height: 410px !important;
    }

    .rt-card-group-fluid {
        padding: 0 0 0 16rem !important;
    }
    
    
} 

@media screen and (min-width: 1601px) {

    .rt-items p {
        font-size: 14px !important;
    }

    .rt-color-containers-grid, .rt-color-containers-grid-2, .rt-color-containers-grid-3 {
        grid-column-gap: 0 !important;
    }

    .rt-text-img-container {
        padding: 1rem 10rem !important;
    }

    .rt-text-container {
        padding: 4rem 10rem 2rem !important;
    }

    .rt-launch-study-title {
        font-size: 2.5rem !important;
    }
    
    .smart-watch-img-desktop {
        max-width: 470px !important;
    }

    .rt-text-container p {
        font-size: 38px !important;
    }

    .rt-text-container img {
        left: 70vw !important; 
    }
    

    .rt-logos-container {
        padding: 0 10rem !important;
    }

    .rt-logos-text {
        font-size: 21px !important;
    }

    .rt-top-text {
        font-size: 1rem !important;
    }

    .rt-top-img-desktop {
        max-width: 700px !important;
    }

    .rt-top-container {
        padding: 4rem 10rem 4rem !important;
    }

    .launch-study-main-container {
        padding: 12rem 10rem 0!important;
    }

    .rt-launch-study-container {
        padding: 3rem 10rem !important;
    }

    .migraine-text, .rt-change-text-color-gray {
        font-size: 1rem !important;
    }

    .rt-card-group-fluid {
        padding: 0 0 0 11rem;
    }
}

@media screen and (min-width: 1301px) {

    .rt-color-containers-grid {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .rt-launch-study-container {
        padding: 3rem 4rem 3rem 6rem;
    }

    .launch-study-main-container {
        padding: 10rem 6rem 0;
    }
}

@media screen and (min-width: 1401px) {
    .launch-study-main-container {
        padding: 10rem 8rem 0;
    } 

    .rt-launch-study-container {
        padding: 3rem 4rem 3rem 8rem;
    }
}

@media screen and (min-width: 1201px) {

    .rt-items p {
        font-size: 12px;
    }

    .migraine-text, .rt-change-text-color-gray {
        font-size: 14px;
    }

    .rt-text-container {
        padding: 4rem 7rem 2rem;
    }

    .rt-text-img-container {
        padding: 1rem 7rem;
    }

    .co-founder-container {
        padding: 0 7rem;
    }

    .rt-card-group-fluid {
        padding: 0 0 0 10rem;
    }

    .rt-individual-card {
        width: 235px;
        height: 380px;
    }

    .rt-launch-study-text h3  {
        font-size: 1.5rem !important;
    }

    .smart-watch-img-desktop {
        max-width: 400px;
    }

    .rt-text-container p {
        font-size: 30px;
    }

    .rt-text-container img {
        left: 68vw;
    }

    .rt-logos-container {
        padding: 0 8rem;
    }
    
    .rt-launch-study-title {
        font-size: 2rem;
    }

    .rt-logos-text {
        font-size: 18px;
    }

    .rt-top-text {
        font-size: 14px;
    }

    .rt-top-img-desktop {
        max-width: 600px;
    }

    .rt-top-container {
        padding: 2rem 8rem 2rem;
    }

    .rt-top-container div:nth-of-type(2) {
        padding-top: 6rem;
        padding-right: 3rem;
    }

    .smart-watch-img-mobile {
        display: none;
    }

    svg#rt_mobile {
        display: none;
    } 

    .brain-img-mobile {
        display: none;
    }

    .rt-color-container-grid-mobile {
        display: none;
    }
}

.migraine-study__img--animation {
    z-index: 2;
    animation: brainScale .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes brainScale {
    from {
        transform: scale(.2);
    }

    to {
        transform: scale(1.4);
    }
}

.collective-healing__img--animation, 
.dr-info__img--animation {
    position: relative;
    animation: scale .5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scale {
    from {
        transform: scale(.5);
    }

    to {
        transform: scale(1);
    }
}

.collective-healing__img-mobile--animation {
    position: relative;
    animation: scaleMobile .5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scaleMobile {
    from {
        transform: scale(.8);
    }

    to {
        transform: scale(1.4);
    }
}

.explore-research__img--animation {
    position: relative;
    animation: rigthToLeftHand .5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes rigthToLeftHand {
    from {
        transform: translateX(120%);
    }

    to {
        transform: translateX(5%);
    }
}

.migraine-study__text--animation {
    position: relative;
    animation: bottomToTopMigraine 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes bottomToTopMigraine {
    from {
        transform: translateY(580%);
    }

    to {
        transform: translateY(-70%);
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    @keyframes bottomToTopMigraine {
        from {
            transform: translateY(500%);
        }
    
        to {
            transform: translateY(-80%);
        }
    }

    @keyframes brainScale {
        from {
            transform: scale(.2) translateY(500%);
        }

        to {
            transform: scale(1.4) translateY(-10%);
        }
    }
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
    @keyframes bottomToTopMigraine {
        from {
            transform: translateY(180%);
        }
    
        to {
            transform: translateY(-20%);
        }
    }

    @keyframes brainScale {
        from {
            transform: scale(.2) translateY(180%);
        }

        to {
            transform: scale(1.4) translateY(-15%);
        }
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    @keyframes bottomToTopMigraine {
        from {
            transform: translateY(120%);
        }
    
        to {
            transform: translateY(-25%);
        }
    }

    @keyframes brainScale {
        from {
            transform: scale(.2) translateY(180%);
        }

        to {
            transform: scale(1.4) translateY(-15%);
        }
    }
}
