/*main_details*/
.main_details {
    position: relative;
}
.partners_logos_wrapper {
    height: 54px;
    display: block;
    overflow: hidden;
}
.main_details .section-bg {
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 66px 0 42px;
    margin-bottom: 27px;
}

.main_details .container2 {
    margin: 0 43px;
}

.main_details .icon-wrapper {
}

.main_details .icon-wrapper svg {
    max-width: 100%;
    height: 100%;
    max-height: 230px;
}

.main-content-wrapper {
    max-width: 701px;
    margin: 0 auto;
}

.main_details .title-wrapper {
    margin-bottom: 14px;
}

.title-wrapper .page-title {
    font-size: 34px;
    line-height: 40px;
    font-family: "Heebo", "Almoni", "sans-serif";
    color: #0d0242;
    text-align: center;
    margin-bottom: 0;
}

.title-wrapper .page-title .marked_word {
    display: inline-block;
    position: relative;
    top: -7px;
    margin: 0 -24px;
    width: 79px;
    height: 52px;
}

.title-wrapper .page-title .marked_word img {
    display: block;
}

@media (max-width: 767px) {
    .main_details .container2 {
        margin: 0 23px;
    }

    .main_details .section-bg {
        background-position: center;
        box-shadow: none;
        padding: 46px 0 42px;
    }

    .main_details .title-wrapper {
        text-align: center;
    }

    .title-wrapper .page-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .title-wrapper .page-title .marked_word {
        top: -1px;
    }
}

@media (min-width: 1400px) {
    .title-wrapper .page-title {
        text-indent: -51px;
    }
}

.search_wrapper {
    max-width: 701px;
    margin: 0 auto 15px;
}

.search_wrapper .search_title .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.search_wrapper .search-form {
    border: none;
    border-radius: 24px;
    background-color: rgb(244, 250, 253);
    box-shadow: inset 2.517px 3.109px 5px 0px rgba(0, 0, 0, 0.02);
    position: relative;
}

.search_wrapper .search-form label {
    display: none;
}

.search_wrapper .search-form button {
    position: absolute;
    left: -11px;
    top: -20px;
    width: 116px;
    height: 116px;
    border-radius: 100%;
    background: url(../img/search_icon_light.png) no-repeat center;
    font-size: 0;
    border: none;
    outline: none;
    transition: background 1s ease;
}

.search_wrapper .search-form:hover button {
    background: url(../img/search_icon.png) no-repeat center;
    transition: background 1s ease;
}

.search_wrapper .search-form #search {
    border: none;
    height: 79px;
    line-height: 79px;
    color: #0d014c;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 29px 29px 0px rgba(0, 0, 0, 0.05);
    border-radius: 31px;
    font-size: 20px;
    text-indent: 13px;
    font-weight: 300;
}

#search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0d014c;
    opacity: 1; /* Firefox */
}

#search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0d014c;
}

#search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0d014c;
}

.search_terms {
    padding-right: 29px;
}

.search_terms p {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    opacity: 0.5;
    color: #0d014c;
    margin-left: 6px;
}

.search_terms p.heading {
    margin-left: 11px;
}

.search_terms p a {
    color: #0d014c;
    text-decoration: none;
    border-bottom: 1px solid rgba(13, 1, 76, 0.5);
}

.search_terms p:last-child {
    font-size: 0;
}

.search_terms p:last-child a {
    font-size: 14px;
}

@media (max-width: 767px) {
    .search_terms {
        text-align: center;
        padding-right: 0;
    }

    .search_wrapper .search-form {
        box-shadow: inset 2.517px 3.109px 5px 0px rgba(0, 0, 0, 0.02);
    }

    .search_wrapper .search-form #search {
        height: 59px;
        line-height: 59px;
    }

    .search_wrapper .search-form button {
        background-size: 80%;
        width: 96px;
        height: 96px;
        top: -21px;
    }
}

/*end of main_details*/

/*trends_now*/
.trends_now .section-bg {
    background: #fff;
}

.trends_now .title_wrapper {
    display: inline-block;
}

.trends_now .page-title {
    font-size: 16px;
    padding-right: 32px;
    position: relative;
    margin: 0;
}

.trends_now .page-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    background: url(../img/fire_icon.png) no-repeat center;
    background-size: 100%;
    width: 25px;
    height: 26px;
}

.review_item a {
    color: #0d0242;
    text-decoration: underline;
    font-size: 16px;
    opacity: 0.62;
    text-transform: uppercase;
}

.review_item:hover a {
    color: #0c0a5f;
    opacity: 1;
}

@media (max-width: 767px) {
    .trends_now .section-bg {
        margin: 0 15px;
        border: 1px solid #e8e8e8;
        background: #fff;
        border-radius: 8px;
        padding-bottom: 6px;
        margin-bottom: 12px;
    }

    .trends_now .block_wrapper {
        max-height: 59px;
        overflow: hidden;
    }

    .trends_now .title_wrapper {
        display: block;
    }

    .trends_now .review_item {
        display: inline-block;
        margin-left: 10px;
    }
}

/*end of trends_now*/

/*partners_element*/
.partners_element .page-title {
    font-size: 24.5px;
    font-weight: 300;
    text-align: right;
    text-indent: 0;
    margin-top: 16px;
}

#main .partners_element .parent_item {
    height: 54px;
}

#main .partners_element .parent_item img {
    display: block;
    width: auto;
    max-height: 100%;
}

/*end of partners_element*/

/*main_reviews*/
.main_reviews {
    padding: 42px 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.main_reviews .col-box {
    padding: 0 12px;
    margin-bottom: 20px;
}

.main_reviews .grid .grid-item {
    color: #131313;
    position: relative;
    height: 348px;
    background: #f7f7f7 !important;
    padding: 18px 23px 28px;
}

.grid-item .title-wrapper {
    margin-bottom: 7px;
}

.main_reviews .grid .grid-item .divider {
    display: block;
    width: 40px;
    height: 6px;
    margin-bottom: 10px;
}

.main_reviews .grid .grid-item a {
    color: #131313;
    text-decoration: none;
}

.grid-item .title-wrapper .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    margin: 0;
    color: #0d0242;
    letter-spacing: -0.25px;
}

@media (max-width: 767px) {
    .grid-item .title-wrapper .title {
        font-size: 20px;
    }

    .main_reviews .grid .grid-item {
        height: auto;
    }
}

.grid-item .desc-wrapper p {
    font-size: 15px;
    line-height: 17px;
    color: #0d0242;
}

.grid-item.pos_0 {
    padding: 18px 16px 28px;
}

.grid-item.pos_0 .title-wrapper {
    padding-left: 20px;
    margin-bottom: 9px;
}

.grid-item.pos_0 .desc-wrapper {
    margin-bottom: 37px;
    padding-left: 110px;
}

.grid-item:hover .img-wrapper {
    transition: transform 1s ease;
    transform: scale(1.1);
}

@media (max-width: 767px) {
}

.main_reviews .grid .grid-item.pos_1,
.main_reviews .grid .grid-item.pos_2 {
    height: 131px;
}

.grid-item.pos_1 .desc-wrapper {
    padding-left: 150px;
    margin-top: 4px;
}

.grid-item.pos_1 .img-wrapper {
    position: absolute;
    bottom: 19px;
    left: 20px;
    max-width: 145px;
}

@media (max-width: 767px) {
    .main_reviews .grid .grid-item.pos_1,
    .main_reviews .grid .grid-item.pos_2 {
        height: 231px;
    }

    .grid-item.pos_1 .desc-wrapper {
        padding-left: 0;
    }
}

.grid-item.pos_2 .title-wrapper {
    padding-left: 90px;
    margin-bottom: 7px;
}

.grid-item.pos_2 .desc-wrapper {
    padding-left: 134px;
}

.grid-item.pos_2 .img-wrapper {
    max-width: 84px;
    position: absolute;
    left: 20px;
    top: -10px;
}

@media (max-width: 767px) {
    .grid-item.pos_2 .desc-wrapper {
        padding-left: 0;
    }

    .grid-item.pos_2 .img-wrapper {
        top: auto;
        bottom: -10px;
        left: -10px;
    }
}

.main_reviews .grid .grid-item.pos_3 {
    height: 198px;
}

.main_reviews .grid .grid-item.pos_3 .title-wrapper {
    padding-left: 230px;
}

.main_reviews .grid .grid-item.pos_3 .desc-wrapper {
    padding-left: 260px;
}

.grid-item.pos_3 .img-wrapper {
    position: absolute;
    left: 100px;
    top: 15px;
}

@media (max-width: 767px) {
    .main_reviews .grid .grid-item.pos_3 {
        height: auto;
    }

    .main_reviews .grid .grid-item.pos_3 .title-wrapper {
        padding-left: 100px;
    }

    .main_reviews .grid .grid-item.pos_3 .desc-wrapper {
        padding-left: 90px;
    }

    .grid-item.pos_3 .img-wrapper {
        left: 0;
        top: 15px;
    }
}

.main_reviews .grid .grid-item.pos_4 .title-wrapper {
    padding-left: 77px;
    margin-bottom: 15px;
}

.main_reviews .grid .grid-item.pos_4 .desc-wrapper {
    margin-bottom: 26px;
}

.main_reviews .grid .grid-item.pos_4 .img-wrapper img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main_reviews .grid .grid-item.pos_4 .img-wrapper {
        text-align: left;
    }
}

.main_reviews .grid .grid-item.pos_5,
.main_reviews .grid .grid-item.pos_6 {
    height: 166px;
}

.main_reviews .grid .grid-item.pos_5 {
    padding-left: 120px;
}

.grid-item.pos_5 .desc-wrapper {
    margin-bottom: 13px;
}

.main_reviews .grid .grid-item.pos_5 .img-wrapper {
    position: absolute;
    left: 10px;
    top: 37px;
}

.grid-item.pos_5 .img-wrapper img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main_reviews .grid .grid-item.pos_5,
    .main_reviews .grid .grid-item.pos_6 {
        height: 252px;
    }

    .main_reviews .grid .grid-item.pos_5 .img-wrapper {
        top: auto;
        bottom: 0;
        left: -11px;
    }
}

.main_reviews .grid .grid-item.pos_6 .title-wrapper {
    padding-left: 100px;
    margin-bottom: 0;
}

.main_reviews .grid .grid-item.pos_6 .desc-wrapper {
    padding-left: 130px;
}

.grid-item.pos_6 .img-wrapper {
    position: absolute;
    top: 35px;
    left: 28px;
}

@media (max-width: 767px) {
    .grid-item.pos_6 .img-wrapper {
        position: static;
    }

    .main_reviews .grid .grid-item.pos_6 .desc-wrapper {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .grid-item.pos_6 .img-wrapper img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}

.grid-item.pos_7 .title-wrapper {
    margin-bottom: 3px;
}

.grid-item.pos_7 .desc-wrapper {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
}

.grid-item.pos_8 .title-wrapper {
    margin-bottom: 0;
}

.grid-item.pos_8 .desc-wrapper {
    margin-bottom: 9px;
}

@media (max-width: 767px) {
}

.grid-item.pos_9 .title-wrapper {
    margin-bottom: 4px;
    padding-left: 100px;
}

.grid-item.pos_9 .desc-wrapper {
    margin-bottom: 47px;
}

@media (max-width: 767px) {
    .grid-item.pos_9 .img-wrapper {
        text-align: left;
    }
}

/*end of main_reviews*/

/*reviews_by_categories*/
.reviews_by_categories {
    background: #f9f9f9;
    padding: 28px 0 53px;
}

@media (max-width: 767px) {
    .reviews_by_categories {
        padding: 28px 0 0;
    }
}

/*end of reviews_by_categories*/

/*reviews_by_modal*/
.reviews_by_modal {
    padding: 39px 0 60px;
}

@media (max-width: 767px) {
    .reviews_by_modal {
        padding: 27px 0 60px;
    }
}

.reviews_by_modal .section-title .title {
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
}

.review_modal_wrapper {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 8px;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .reviews_by_modal .section-title .title {
        font-weight: 600;
    }

    .review_modal_wrapper {
        margin-bottom: 13px;
    }
}

.review_modal_wrapper > .row > .col-6:first-child {
    border-left: 1px solid #e7e7e7;
}

.review_modal_wrapper .review_modal_box {
    padding: 17px 40px 14px;
}

.review_modal_box .image-wrapper {
    max-width: 106px;
    height: 106px;
    margin: 0 auto 12px;
}

.review_modal_box .title_wrapper {
    max-height: 18px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .review_modal_box .title_wrapper {
        margin-bottom: 6px;
    }
}

.review_modal_box .title_wrapper .title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: underline;
}

.review_modal_box .review_link a {
    color: #131313;
    text-decoration: underline;
    font-size: 12px;
    line-height: 15px;
    display: block;
}

.review_modal_box .review_link span {
    margin-left: 5px;
}

.review_modal_box .review_link span img {
    width: 10px;
}

.review_modal_wrapper .modal_name_wrapper {
    background-color: rgba(42, 42, 42, 0.9);
    color: #fff;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #a6a6a6;
}

.review_modal_wrapper .modal_name_wrapper .title {
    margin: 0;
    font-size: 13.5px;
    /* font-family: "Azo-Sans", "Almoni", "sans-serif"; */
    font-family: "Heebo", sans-serif;
    font-weight: 900;
    line-height: 35px;
    padding: 0 15px;
}

/*end of reviews_by_modal*/

/*homepage_article*/
.homepage_article {
    padding-top: 115px;
    margin-bottom: 117px;
}

.homepage_article .section-title {
    padding-bottom: 9px;
    margin-bottom: 19px;
}

.homepage_article .section-title .title-icon {
    display: inline-block;
    vertical-align: middle;
}

.homepage_article .section-title .title {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #2bdefc;
    font-weight: 600;
}

.homepage_article .title-wrapper {
    margin-bottom: 17px;
}

.homepage_article .title-wrapper .title {
    margin: 0;
    font-size: 70px;
    line-height: 63px;
    font-weight: 300;
    font-family: "Heebo", "sans-serif";
    color: #0d0242;
}

.homepage_article .content_wrapper {
    padding-left: 60px;
}

.homepage_article .content_wrapper p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
    color: #0d014c;
}

@media (max-width: 767px) {
    .homepage_article .section-title {
        margin-bottom: 36px;
    }

    .homepage_article .title-wrapper {
        margin: 0 0 5px;
        padding: 0;
    }

    .homepage_article .title-wrapper .title {
        font-size: 25px;
        line-height: 29px;
    }

    .homepage_article .content_wrapper {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .homepage_article .content_wrapper p {
        font-size: 13.5px;
        line-height: 22px;
    }
}

/*end of homepage_article*/

/*finder_magazine*/
.finder_magazine {
    display: block;
    margin-bottom: 80px;
}
@media (min-width: 1200px) {
    .finder_magazine .container {
        max-width: 1405px;
    }
}
.finder_magazine .topElement {
    display: flex;
    flex-flow: column;
    height: 577px;
    background-image: linear-gradient(to top, #0c0a5f, #410540);
    padding: 90px 0 0;
}
.finder_magazine .titles_wrapper {
    display: block;
    width: 100%;
    text-align: center;
}

.finder_magazine .titles_wrapper .page-title {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: -0.2px;
    margin-bottom: 7px;
}

.finder_magazine .titles_wrapper .logo-wrapper {
    margin-bottom: 28px;
}
.finder_magazine .mainElement {
    margin-top: -220px;
}
.top_articles_wrapper {
    box-shadow: 25.8px 13.2px 18px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 69px 83px 61px;
}

.finder_magazine .article_item {
    width: 100%;
    max-width: 380px;
    text-align: right;
    box-shadow: none;
}

.article_item .image_wrapper {
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
}
.article_item .image_wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.article_item .image_wrapper:hover img {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.article_item .image_wrapper img {
    width: auto;
    min-height: 100%;
    max-width: 1000%;
    object-fit: cover;
}

.article_item .image_wrapper .category_link {
    position: absolute;
    bottom: 36px;
    left: 0;
    height: 40px;
    width:auto;
    background-color: #ff0066;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17.5px;
    padding: 0 16px;
}

.article_item .image_wrapper .category_link:hover {
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s ease;
}

.article_item .titles_wrapper .article_name {
    font-size: 30.5px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: -0.31px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: right;
}

.finder_magazine .article_item .article_content {
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    margin-bottom: 6px;
    padding-left: 20px;
}

.article_item .titles_wrapper .article_name a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.article_item .meta-data {
    text-align: right;
}

.article_item .meta-data p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: rgba(13, 1, 76, 0.34);
    margin-left: 9px;
}

.article_item .titles_wrapper .read-more {
    display: block;
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: -0.23px;
    text-decoration: underline;
    margin-top: 9px;
}

.magazine_links {
    display: block;
    text-decoration: underline;
    font-size: 21.5px;
    line-height: 23.5px;
    font-weight: 300;
    letter-spacing: -0.22px;
    text-align: center;
    margin-top: 30px;
}
.extraLinks {
    margin: 40px 0;
    padding: 40px 0 0;
    border-top: 1px solid #cccccc75;
}
.blogLink {
    display: inline-flex;
    flex-flow: column;
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    color: rgb(19, 19, 19);
    margin-bottom: 20px;
}
.blogLink a:hover {
    color: #0d0242;
    text-decoration: underline;
}
.title {
    margin-left: 5px;
}
.blogLink .meta-data .category, .blogLink .meta-data .author, .blogLink .meta-data .date {
    font-size: 14px;
    color: #aca8c2;
    margin-left: 5px;
}
.blogLink .meta-data .category {
    font-weight: bold;
}
@media (max-width: 992px) {
    .extraLinks {
        margin: 0 0 20px;
    }
    .article_item {
        margin-bottom: 40px;
    }

    .article_item .image_wrapper,
    .article_item .image_wrapper img,
    .article_item.big_box .image_wrapper img {
        height: auto;
    }
    .article_item .image_wrapper a {
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

/*end of finder_magazine*/

/*related_articles*/
.related_articles {
    margin: 80px 0 104px;
}

.article_item {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.article_item .image-wrapper {
    max-height: 233px;
    overflow: hidden;
}

.article_item .image-wrapper img {
    width: 100%;
}

.article_item .image-wrapper:hover img {
    opacity: 0.6;
}

.article_item .content-wrapper {
    border-top: 1px solid #efefef;
    background: #fff;
    padding: 12px 17px 22px;
}

.article_item .content-wrapper a {
    text-decoration: none;
}

.article_item .content-wrapper .title {
    overflow: hidden;
    font-size: 21px;
    font-weight: bold;
    color: #131313;
    margin-top: 10px;
    height: 68px;
    font-family: "Heebo", "Heebo", "sans-serif";
}

.article_item .content-wrapper .title:hover {
    color: #0d0242;
}

.article_item .article-content {
    margin-bottom: 15px;
}

.article_item .read_more a {
    color: #0d0242;
    text-decoration: underline;
    background-color: transparent;
}

.magazine_links:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .finder_magazine {
        background: none;
        position: relative;
        height: auto;
        margin-bottom: 40px;
    }

    .finder_magazine:after {
        content: "";
        display: block;
        width: 100%;
        height: 577px;
        background-image: linear-gradient(to top, #0c0a5f, #410540);
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .top_articles_wrapper {
        padding: 39px 23px 10px;
    }
}

/*end of related_articles*/

/*all_categories*/
.all_categories {
    padding-top: 45px;
    padding-bottom: 64px;
}

.all_categories .section-title {
    border-bottom: 1px solid #ececec;
    padding-bottom: 11px;
    margin-bottom: 30px;
}

.all_categories .section-title .title {
    font-size: 23px;
    line-height: 35px;
    margin: 0;
}

.category_col {
    margin-bottom: 47px;
}

@media (max-width: 767px) {
    .all_categories {
        padding-bottom: 36px;
    }

    .category_col {
        margin-bottom: 17px;
    }
}

.category_col .title-wrapper .title {
    margin: 0;
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
}

.category_col .title-wrapper .title a {
    color: #131313;
    font-family: "Heebo", "Heebo", "sans-serif";
}

.category_col .links-wrapper .links-list {
    padding: 0;
    list-style: none;
}

.category_col .links-wrapper .links-list a {
    color: #0d0242;
    font-size: 15px;
    line-height: 35px;
}

/*end of all_categories*/

/*finder_experts*/
.finder_experts {
    margin-bottom: 100px;
}

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

.finder_experts .titles_wrapper .title {
    font-size: 22px;
    font-weight: 300;
    color: #0d014c;
    letter-spacing: -0.1px;
}

.finder_experts .button_wrapper {
    display: block;
    text-align: center;
}

.finder_experts .button_wrapper .go_to_experts {
    font-size: 22px;
    font-weight: 300;
    color: #0d014c;
    letter-spacing: -0.1px;
    text-decoration: underline;
}

.finder_experts .button_wrapper .go_to_experts:hover {
    font-weight: 500;
}

/*end of finder_experts*/

/*finder_lab*/
.finder_lab {
    margin-top: 22px;
    background: url("../img/finder_lab_bg.png") no-repeat left center;
    background-color: #100a5f;
    padding: 49px 30px 20px;
    margin-bottom: 100px;
}

.finder_lab .intro_wrapper {
    margin-bottom: 30px;
}

.finder_lab .intro_wrapper .image_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.finder_lab .intro_wrapper .content {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.finder_lab .intro_wrapper .content p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.finder_lab .intro_wrapper .sub_title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.finder_lab .intro_wrapper .sub_title strong {
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.finder_lab .review_item {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.18);
    background-color: #fff;
    position: relative;
    padding-top: 37px;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
.finder_lab .review_item a {
    opacity: 1;
}
.finder_lab .review_item .related_category {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px 11px;
    background-color: #00ffd8;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #0e1739;
}

.finder_lab .review_item .lab_rate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57.1px;
    height: 62.7px;
    background: url("../img/rate_wrapper.svg") no-repeat center;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 10px;
}

.finder_lab .review_item .image_wrapper {
    height: 218px;
    padding: 20px;
}

.finder_lab .review_item .image_wrapper a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.finder_lab .review_item .image_wrapper a img {
    width: auto;
    height: auto;
}

.finder_lab .review_item .content_wrapper {
    padding: 0 30px;
}
.finder_lab .review_item .content_wrapper .title {
    text-align: center;
}
.finder_lab .review_item .content_wrapper .title a {
    font-size: 18px;
    line-height: 1.22;
    font-weight: bold;
    text-align: center;
    color: #0e1739;
    height: 22px;
    overflow: hidden;
    margin-bottom: 7px;
    text-decoration: none;
}

.finder_lab .review_item .content_wrapper .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    color: #000;
    height: 20px;
    overflow: hidden;
    padding-bottom: 31px;
    border-bottom: 1px solid #e6e6e6;
}

.finder_lab .review_item .rate_wrapper {
    padding-top: 13px;
}

.finder_lab .review_item .rate_wrapper .stars_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    margin-bottom: 6px;
}

.finder_lab .review_item .rate_wrapper .stars_wrapper .number {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.12px;
    color: #000;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.finder_lab .review_item .rate_wrapper .stars_wrapper .stars i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    background-color: #0a0b5d;
    margin-right: 2px;
}

.finder_lab .review_item .rate_wrapper .reviews_count {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    text-align: center;
    color: #0c6dff;
}

@media (min-width: 992px) {
    .finder_lab {
        padding: 99px 0 0;
        margin-bottom: 280px;
    }

    .finder_lab .intro_wrapper {
        margin-bottom: 30px;
    }

    .finder_lab .intro_wrapper .content p {
        text-align: right;
    }
    .finder_lab .reviews_wrapper {
        position: relative;
        margin-top: -178px;
        top: 178px;
    }
}

/*end of finder_lab*/

@media (max-width: 767px) {
    .partners_logos_wrapper {
        height: 78px;
    }
}


/*articlesTicker*/
.articlesTicker {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.articlesTicker .container {
    max-width: 900px;
}
.updates-ticker {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .75rem;
    border: 1px solid #e0e0e038;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
}
.updates-ticker__label {
    color: #0d0242;
    flex: 0 0 auto; font-weight: 600; white-space: nowrap;
}
.updates-ticker__item {
    flex: 1 1 auto; display: inline-block; min-width: 0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    text-decoration: none;
}
/* Simple enter/leave micro-animations */
.updates-ticker__item.is-leaving { opacity: 0; transform: translateY(-6px); transition: opacity .25s, transform .25s; }
.updates-ticker__item.is-entering { opacity: 0; transform: translateY(6px); }
.updates-ticker__item.is-entering.is-shown { opacity: 1; transform: translateY(0); transition: opacity .25s, transform .25s; }

@media (max-width: 600px) {
    .updates-ticker {
        flex-direction: column; align-items: stretch; gap: .35rem;
        padding: .7rem .9rem;
    }
    .updates-ticker__label {
        font-size: .9rem; align-self: flex-start;
    }
    .updates-ticker__item {
        display: -webkit-box;           /* multi-line clamp */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        white-space: wrap;
        overflow: hidden;
        line-height: 1.35;
        font-size: 1rem;
        padding: .1rem 0;               /* bigger tap target */
    }
}
/*end of articlesTicker*/
