html, body, div, h1, h2, h3, p, span, a, img
{
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}

body
{
    font-family: "Roboto", sans-serif;
    color:#000305;
    font-size: 14px;
    line-height: 1.5;
    background-color: #FEFEFE;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button, input, textarea
{
    font-family: "Roboto", sans-serif;
}

a.public_btn
{
    padding: 0 26px;
    height: 44px;
    background: #007bc7;
    border: 1px solid #007bc7;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 1px 1px rgb(0 0 0 / 24%);
    margin-top: 16px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
}

a.public_btn:hover
{
    background: #0084d6;
}

.public_container
{
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}


.public_hero_container
{

    background: #ffffff url(/images/discover/hero-bgr.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-top: 16px;
}

.public_hero
{
    padding: 120px 0 130px 0;
    display: flex;
    align-items: center;
}

.public_hero_title
{
    line-height: 44px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

.public_hero_subtitle
{
    font-size: 16px;
    padding: 16px 0 36px 0;
    color: #ffffff;
    line-height: 24px;
}

.public_hero_image
{
    margin-right: -110px;
    margin-left: 88px;
}

.public_hero_image img
{
    width: 657px;
}

.public_main_content
{
    padding: 64px 0;
    background: #f3f4f7;
}

.public_main_content_feed
{
    padding: 16px 0;
    background: #f3f4f7;
}

.public_catalog_section
{
    margin-bottom: 120px;
    display: flex;
    align-items: start;
}

.public_catalog_section:last-child
{
    margin-bottom: 0;
}

a.back_to_discovery
{
    margin-top: 12px;
    color: #e8e8e8;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-size: 11px;
    font-weight: bold;
    background: rgba(0,0,0,0.3);
    padding: 2px 8px 0px 8px;
    height: 24px;
    white-space: nowrap;
}

a.back_to_discovery span
{
    padding-right: 4px;
    font-size: 14px;
}

.bundle_container a.back_to_discovery,
.public_feed_preview a.back_to_discovery
{
    position: absolute;
    top: 80px;
    color: #fff;
}

.public_catalog_section_info {
    width: 260px;
    min-width: 260px;
    margin-right: 40px;
}

.public_catalog_section_info h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 2.2rem;
}

.public_catalog_section_info p{
    font-size: 16px;
    color: #626d7f;
    line-height: 24px;
    margin: 8px 0 24px 0;
}

.public_catalog_section_cards
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.public_browse_link:link, .public_browse_link:active, .public_browse_link:visited{
    font-size: 16px;
    color: #007BC7;
    font-weight: 500;
}

.public_browse_link:hover
{
    text-decoration: underline;
}

.public_category_card
{
    width: 30%;
    margin: 12px;
    padding: 92px 16px 16px 16px;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.public_category_card:hover
{
    color: #ffffff;
    opacity: 0.9;
}

.icon-chevron-thin-right
{
    display: inline-block;
    transform: rotate(270deg);
}

.public_category_card h3
{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.public_category_card p
{
   font-size: 14px;
    opacity: 0.8;
    color: #ffffff;
}

.public_category_list
{
    width: 46.5%;
    margin: 12px;
    background: #ffffff;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgb(49, 53, 67, 0.07);
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.public_feed{
    display: flex;
    width: 100%;
}

.public_feed_image
{
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #E0E5EB;
    min-width: 58px;
    width: 58px;
    height: 58px;
    margin-right: 16px;
}

.public_feed_info
{
    width: 100%;
}

.public_feed_link
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public_feed_info h3
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2rem;
    margin-right: 16px;
}

.public_feed_info .public_feed_description{
    color: #707D90;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.public_feed_info .public_feed_subscribers{
    color: #707D90;
    font-size: 12px;
    text-align: left;
}

.public_feed_btn:link, .public_feed_btn:active, .public_feed_btn:visited
{
    font-size: 12px;
    color: #007BC7;
    border: 1px solid #007BC7;
    border-radius: 3px;
    white-space: nowrap;
    padding: 0 12px;
    transition: all 0.1s ease-in;
    line-height: 24px;
    display: inline-block;
}

.public_feed_btn:hover
{
    background: #007BC7;
    color: #ffffff
}

.public_section
{
    margin-top: 48px;
    padding-bottom: 48px;
}

.public_section h2
{
    font-size: 32px;
    margin-bottom: 16px;
}

.public_text{
    font-size: 16px;
    color: #5F6062;
    line-height: 1.3rem;
    padding-top: 0;
    margin-bottom: 16px;
}

.public_value_prop
{
    background: #1A2433 url(/images/discover/value-bgr.png) repeat;
    padding: 160px 0px;
}

.public_value_prop_text
{
    color: #ffffff;
    max-width: 420px;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.public_footer
{
    padding: 24px 0;
}

.app_store_badges a
{
    margin-left: 8px;
}



#public_back_to_top
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3d6baa;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 3px;
    font-size: 18px;
}

#public_back_to_top:hover
{
    background-color: #20395A;
}


/* Category Page */

.public_centered_narrow
{
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.public_catalog_hero
{
    background: #ffffff
    url("https://www.inoreader.com/cdn/catalogues/2/v12/c81e728d9d4c2f636f067f89cc14862c.jpg?s=1270") no-repeat center center;  /* set category img */
    background-size: cover;
    overflow: hidden;
    margin-top: 16px;
}

.public_collections_hero
{
    background: #ffffff
    url("../images/bundle/public_collections_hero.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-top: 16px;
}

.public_catalog_section_tab:first-child {
    margin-left: 0px;
}

.public_catalog_hero_sections
{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

a.public_catalog_section_tab {
    padding: 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    margin-left: 24px;
    white-space: nowrap;
}

.public_catalog_section_tab_current
{
    border-bottom: 2px solid #FFFFFF;
}

.public_catalog_sub_sections
{
    margin-top: 18px;
    padding-left: 10px;
}

.public_catalog_sub_section_tab
{
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 4px;
}

.public_catalog_sub_section_tab.public_catalog_sub_section_tab_current
{
    background-color: #e2e6ec;
}

.public_catalog_sub_section.public_catalog_section_info
{
    width: 100%;
}

.public_catalog_feed
{
    padding: 36px;
    background: #fefefe;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 16px;
    display: flex;
}

.public_catalog_feed_info_part
{
    width: 268px;
    min-height: 250px;
    display: inline-block;
}

.public_catalog_feed_info_part_info
{
    margin-top: 10px;
    margin-right: 24px;
}

.public_catalog_feed_info_part_title
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2rem;
}

.public_catalog_feed_info_part_description
{
    margin-top: 8px;
    font-size: 14px;
    line-height: 1rem;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.public_catalog_feed_info_part_stats
{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.43;
}

.graylink
{
    color: #828d9d;
}

.public_catalog_feed_info_part_button
{
    margin-top: 24px;
}

.public_catalog_feed_articles_part
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}

.public_catalog_feed_info_part_picture
{
    border-radius: 100px;
    overflow: hidden;
    width: 58px;
    height: 58px;
}

.public_catalog_feed_info_part_picture img
{
    width: 58px;
    height: 58px;
}

.public_catalog_feed_article
{
    width: 192px;
    vertical-align: top;
}

.public_catalog_feed_article_picture
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 108px;
    border-radius: 3px;
}

.public_catalog_feed_article_title
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-top: 20px;
}

.public_catalog_feed_article_date
{
    margin-top: 10px;
    font-size: 12px;
    color: #828d9d;
}

.bluebutton, .bluebutton:active, .bluebutton:hover, .bluebutton:visited
{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #007bc7;
    border: 1px solid #007bc7;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

.bluebutton:hover
{
    background: #40679e;
}

.bluebutton_outline, .bluebutton_outline:hover, .bluebutton_outline:active, .bluebutton_outline:focus, .bluebutton_outline:disabled
{
    color: #5b93e1;
    background-color: transparent;
    border: 1px solid #5b93e1;
}

.bluebutton_outline:active, .bluebutton_outline:hover
{
    color: #40679e;
    border-color: #40679e;
}


/*Category Page End */

/*Feed Page Start */

.public_feed_preview
{
    max-width: 800px;
    margin: 0 auto;
}

.public_feed_heading{

    padding: 56px;
    background: #fefefe;
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.public_feed_heading_info
{
    display: flex;
    align-items: center;
    width: 100%;
}
.public_heading_info
{
    width: 100%;
}

.public_feed_cover_img
{
    height: 260px;
    margin: -36px -36px 36px -36px;
    background: #f3f4f7 no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px 3px 0 0;
}

.public_heading_bottom_row
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public_heading_bottom_row .details
{
    display: flex;
}

.public_feed_img
{
    border-radius: 100%;
    overflow: hidden;
    height: 144px;
    min-width: 144px;
    width: 144px;
    margin-right: 36px;
}

.public_heading_info h1
{
    line-height: 2rem;
}

.public_heading_info p
{
    font-size: 15px;
    color: #626d7f;
    line-height: 20px;
    margin: 8px 0 24px 0;
}

.discover_feed_kpi_item
{
    font-size: 12px;
    color: #1A2433 !important;
    margin-right: 8px;
    font-weight: bold;
}

.public_hero_text {
    max-width: 420px;
}

.public_feed_articles
{
    padding: 36px 56px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.public_feed_latest
{
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #828d9d;
    padding: 0 56px;
    background: #fff;
}

.public_feed_article{

    display: flex;
    margin: 56px 0px;
}

.public_feed_article:first-child
{
    margin-top: 0;
}

.public_feed_article_img
{
    min-width: 222px;
    width: 222px;
    height: 156px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 30px;
    background-image: url(https://www.inoreader.com/camo/syPDkvoBZwbsybGUXwpubSY5-12iJLWIXVvk5MMxGCoc,q80,x600,b64/aHR0cHM6Ly9jZG4udm94LWNkbi5jb20vdGh1bWJvci9sQ0RTb2tzcHpzMHk2M0EyUDdINjZpcXZzcDQ9LzB4MDoyMDQweDEzNjAvMTMxMHg4NzMvY2RuLnZveC1jZG4uY29tL3VwbG9hZHMvY2hvcnVzX2ltYWdlL2ltYWdlLzY2Nzc2NDI3L1ZSR19JTExPXzQwMTVfS2lkc19HYWRnZXRzLjAuanBn);
    background-size: cover;
    background-position: center;
}

.public_feed_article h2
{
    font-size: 17px;
    margin-bottom: 8px;
    max-height: 66px;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
    line-clamp: 3;
}

.public_feed_article p{
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.public_article_date {
    font-size: 12px;
    color: #828d9d;
    margin-top: 8px;
}

/*Feed Page End */

/* Bundle Page Start */

.bundle_container_outer {
    background-color: #f3f4f7;
    margin-top: 16px;
}

.bundle_container {
    max-width: 930px;
    margin: 0 auto;
}

.bundle_header {
    padding: 16px;
    border-bottom: 1px solid #E0E5EB;
    background: #fefefe;
}

.bundle_header .container {
    display: flex;
    justify-content: space-between;
}

.collection_content {
    padding: 16px 0;
}

.cover_img {
    height: 310px;
    margin: -36px -36px 36px -36px;
    background: #f3f4f7 no-repeat;
    background-size: cover;
    background-position: center;
}

.heading {
    display: flex;
    align-items: center;
}

.collection_img {
    border-radius:100px;
    overflow: hidden;
    min-width: 144px;
    width: 144px;
    height: 144px;
}

.heading_info {
    margin-left: 64px;
    width: 100%;
}

.heading_info h1{
    font-size: 36px;
    margin: 0;
    display: flex;
    align-items: center;
    letter-spacing: -0.02rem;
}

.heading_info h1 span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.04rem;
    color: #828D9D;
    border: 1px solid #DCE3EC;
    padding: 2px 4px;
    line-height: 1;
    border-radius: 3px;
    margin-left: 8px;
}

.heading_info p {
    font-size: 16px;
    color: #5E6979;
    line-height: 1.3rem;
}

.heading_bottom_row {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.heading_bottom_row .details {
    display: flex;
}


.collection_heading {
    padding: 36px;
    background: #fefefe;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.collection_feed {
    padding: 36px;
    background: #fefefe;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 16px;
    display: flex;
}

.collection_feed_info_part {
    flex: 0 0 200px;
    min-width: 200px;
    min-height: 250px;
    display: inline-block;
}

.collection_feed_info_part_info {
    margin-top: 10px;
    margin-right: 24px;
}

.collection_feed_info_part_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2rem;
}

.collection_feed_info_part_description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 19px;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #626d7f;
}

.collection_feed_info_part_stats {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.3rem;
}

.graylink {
    color: #828d9d;
}

.collection_feed_info_part_button {
    margin-top: 24px;
}

.collection_feed_articles_part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: top;
}

.collection_feed_info_part_picture {
    border-radius: 100px;
    overflow: hidden;
    width: 58px;
    height: 58px;
}

.collection_feed_info_part_picture img {
    width: 58px;
    height: 58px;
}

.collection_feed_article {
    width: 192px;
    vertical-align: top;
}

.collection_feed_article_picture {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 108px;
    border-radius: 3px;
}

.collection_feed_article_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 16px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.collection_feed_article_date {
    margin-top: 10px;
    font-size: 12px;
    color: #828d9d;
}



.collection_heading h1
{
    line-height: 2rem;
    margin: 8px 0;
}

.public_collections
{
    display: flex;
    flex-wrap: wrap;
}

.public_collection
{
    width: 31%;
    margin: 12px;
    padding: 32px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgb(49, 53, 67, 0.07);
    border-radius: 5px;
    text-align: center;
}

.public_catalog_section_cards .public_collection {
    width: 30%;
    margin: 12px;
}

.public_collection_picture {
    border-radius: 100px;
    overflow: hidden;
    width: 144px;
    height: 144px;
    margin: 0px auto 36px auto;
    border: 1px solid #E0E5EB;
}

.public_collection_info_part_title
{
    font-size: 18px;
    line-height: 24px;
}

.public_collection_info_part_description {
    font-size: 14px;
    line-height: 16px;
    color: #707D90;
    margin-top: 8px;
}

.public_collection_info_part_stats
{
    display: flex;
    margin: 16px 0px;
    line-height: 1;
    justify-content: center;
}

.public_collection_info_part_button
{
    margin-top: 24px;
}

#signup_dialog
{
    display: none;
}

.signup_dialog_flex
{
    display: flex;
    justify-content: space-between;
    height: 452px;
 }

.signup_dialog_poster
{
    width: 400px;
    height: 452px;
    background-image: url('/images/discover/sign-up-features.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    background-color: #f1f5fa;
}

#signup_dialog_poster_title
{
    padding: 36px 56px 8px 56px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

#signup_dialog_poster_subtitle
{
    font-size: 16px;
    padding-left: 56px;
}

.signup_dialog_login_form
{
    flex: 1;
    height: 452px;
    padding-top: 32px;
    padding-left: 16px;
}

#signup_dialog_poster_image
{
    padding-top: 56px;
}

#signup_dialog_poster_image img
{
    display: block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    margin: 0 0 24px 56px;
}

.public_article_wrapper
{
    width: 650px;
    max-width: 650px;
    margin: 0 auto;
}

.public_article_title
{
    margin-top: 26px;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
}

.public_article_subtitle
{
    color: #828d9d;
    font-size: 13px;
    margin-top: 16px;
}

.public_article_content
{
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.public_article_content img
{
    max-width: 100% !important;
    height: auto;
}

.public_not_found
{
    background-image: url(../images/v2/404-swirl.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 88px 12px;
    background-size: 100%;
}

.public_not_found h1
{
    line-height: 6rem;
    margin: 8px 0;
}

.public_not_found p{
    margin-top:24px;
}

.public_404
{
    font-size: 88px;
    font-weight: bold;
    color: #DCE3EC;
    letter-spacing: -0.4rem;

}

@media screen and (max-width: 1138px) {
}
@media screen and (max-width: 1078px) {
    .public_category_list {
        width: 46%;
    }
}

@media screen and (max-width: 1060px) {
    .public_collection {
        width: 30.6%
    }

    .public_catalog_section_cards .public_collection {
        width: 46%;
    }

    .public_category_card {
        width: 29.95%;
    }
}
@media screen and (max-width: 1041px) {

    .public_category_card {
        width: 29.9%;
    }
}

@media screen and (max-width: 1030px){
    .public_category_card {
        width: 29.5%;
    }
}

@media screen and (max-width: 910px){
    .public_collection {
        width: 30.5%;
    }

}

@media screen and (max-width: 879px){
    .public_collection {
        width: 30.2%;
    }

}

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

    #signup_dialog_wrapper {
        width: 100%;
        height: 650px !important;
    }

    .signup_dialog_flex
    {
        display: block;
        height: 600px;
    }

    .signup_dialog_poster {
        height: auto;
        width: 100%;
        display: flex;
    }

    #signup_dialog_poster_image {
        padding-top: 36px;
    }

    #signup_dialog_poster_image img {
        width: 72px;
        height: 72px;
    }

    #signup_dialog_poster_title {
        padding: 36px 56px 8px 36px;
        font-size: 18px;
    }

    #signup_dialog_poster_subtitle {
        padding-left: 36px;
    }

}

@media screen and (max-width: 798px) {
    .public_collection {
        width: 46%
    }
}

@media screen and (max-width: 632px) {
    .public_collection {
        width: 45%
    }
    .public_catalog_section_cards .public_collection {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .public_collection {
        width: 100%;
        margin: 12px 0;
    }
}


@media screen and (max-width: 876px) {
    .collection_feed_article {
        width: 170px;
    }
}

@media screen and (max-width: 800px) {
    .collection_feed_article {
        width: 160px;
    }
}

@media screen and (max-width: 760px) {
    .collection_feed_article {
        width: 150px;
    }
}

@media screen and (max-width: 740px) {
    .collection_feed_article {
        width: 140px;
    }
}

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

    .collection_feed_article {
        width: 130px;
    }
}

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

    .flex {
        display: block;
        text-align: center;
    }

    .collection_content {
        padding: 0px;
    }

    .collection_img {
        margin: 0 auto;
        margin-top: -90px;
        border: 4px solid #fefefe;
        background: #fefefe;
    }

    .cover_img {
        height: 160px;
        margin: 0;
        width: 100%;
    }

    .heading {
        display: block;
    }

    .heading_info {
        margin: 0;
        padding: 16px;
        width: auto;
        text-align: center;
    }

    .collection_feed {
        display: block;
    }

    .collection_feed_info_part {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .collection_feed_info_part_picture {
        margin: 16px auto;
    }

    .heading_info h1 {
        flex-direction: column;
    }

    .heading_info p {
        margin-top: 16px;
    }

    .heading_bottom_row {
        flex-direction: column;
        text-align: center;
    }

    .heading_bottom_row .details {
        justify-content: center;
    }
    button {
        max-width: 360px;
        margin: 16px auto;
    }

    .collection_feed {
        padding: 0;
    }

    .collection_feed_info_part_info {
        margin-right: 0;
        padding: 0 16px;
    }

    .collection_feed_info_part_stats {
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }

    .collection_feed_info_part_button {
        margin: 0;
    }

    .collection_feed_article {
        min-width: 210px;
        margin-right: 16px;
    }

    .collection_feed_articles_part {
        overflow-x: auto;
        padding: 16px;
        width: auto;
    }
}


/* Bundle Page End */





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

    .public_value_prop
    {
        padding: 50px 0;
    }
    .public_centered
    {
        text-align: center;
    }

    .public_header_logo a
    {
        justify-content: center;
    }

    .public_header_buttons
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .public_hero, .public_value_prop > div
    {
        flex-direction: column;
        width:100%;
        max-width: 500px;
        margin: 64px auto 0;
    }

    .public_hero
    {
        padding-top: 0;
    }

    .public_hero_text
    {
        margin: 30px auto 0 auto;
        order: 2;
    }

    .heading_bottom_row .bluebutton,
    .public_value_prop_text
    {
        margin: 0 auto;
    }

    .public_catalog_hero .public_hero
    {
        margin: 0 auto;
        text-align: center;
        padding: 48px;
    }

    .public_main_content
    {
        padding: 16px;
    }

    .public_hero_image, .public_value_prop_image
    {
        margin-right: 0;
        margin-left: 0;
        margin-top: 64px;
    }


    .public_catalog_sub_sections
    {
        text-align: center;
        margin-bottom: 16px;
    }

    .public_catalog_sub_sections .public_container
    {
        white-space: nowrap;
        overflow: auto;
    }

    .public_catalog_sub_section h2,
    .public_catalog_sub_section p
    {
        text-align: center;
        margin: 0 auto;
    }

    .public_catalog_sub_section h2
    {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .public_catalog_sub_section p
    {
        padding: 0 16px;
        font-size: 14px;
    }

    .public_hero_image img,
    .public_value_prop_image img
    {
        width: 100%;
    }

    .public_catalog_section
    {
        display: block;
        margin-bottom: 64px;
    }

    .public_catalog_section_info {
        width: 90%;
        margin: 20px auto;
    }

    .public_catalog_section_cards
    {
        justify-content: center;
    }

    .public_header_buttons
    {
        display: none;
        position: fixed;
        right: 0;
        top: 32px;
        z-index: 99;
        background: #fff;
        padding: 24px;
        text-align: left;
        line-height: 48px;
        box-shadow: 0 14px 16px rgba(0,0,0,0.2);
        border-radius: 0 0 3px 3px;
    }

    .public_header_buttons>a
    {
        display: block;
    }

    .public_mobile_menu
    {
        display: block;
    }



    .public_main_content {
        padding-top: 16px;
    }


    .bundle_container a.back_to_discovery,
    .public_feed_preview a.back_to_discovery{
        position: absolute;
        top: 60px;
        color: #fff;
    }
}

@media screen and (max-width: 876px) {
    .public_catalog_feed_article {
        width: 170px;
    }
}

@media screen and (max-width: 800px) {
    .public_catalog_feed_article {
        width: 160px;
    }
}

@media screen and (max-width: 760px) {
    .public_catalog_feed_article {
        width: 150px;
    }
}

@media screen and (max-width: 740px) {
    .public_catalog_feed_article {
        width: 140px;
    }
}

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

    .public_catalog_feed_article {
        width: 130px;
    }

    .public_category_card
    {
        width: 100%;
        margin: 8px 0;
    }

    .public_category_list
    {
        width: 100%;
        margin: 8px 0;
    }

    .public_footer
    {
        display: block;
    }

    .app_store_badges
    {
        margin-top: 24px;
    }
}

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

    .flex {
        display: block;
        text-align: center;
    }

    .public_catalog_content {
        padding: 0px;
    }

    .public_catalog_heading {
        padding: 0px;
    }

    .public_catalog_img {
        margin: 0 auto;
        margin-top: -90px;
        border: 4px solid #fefefe;
    }

    .public_catalog_feed {
        display: block;
    }

    .public_catalog_feed_info_part {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        text-align: center;
        padding:16px;
    }

    .public_catalog_feed_info_part_picture {
        margin: 0 auto;
    }

    .public_catalog_hero_sections {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
        position: relative;
    }

    .public_collections_hero .public_catalog_hero_sections{
        background: none;
    }

    .public_catalog_section_tab:first-child {
        margin-left: 16px;
    }
    .public_catalog_section_tab:last-child {
        padding-right: 64px;
    }

    .public_catalog_hero .public_container:after{
        position: absolute;
        top: 56px;
        right: 0;
        height: 48px;
        width: 64px;
        background: linear-gradient(90deg, rgba(59, 56, 74, 0), rgb(29, 28, 37));
        content: '';
    }

    .heading_info h1 {
        flex-direction: column;
    }

    .heading_info p {
        margin-top: 16px;
    }

    .heading_bottom_row {
        flex-direction: column;
        text-align: center;
    }

    .heading_bottom_row .details {
        justify-content: center;
        margin-bottom: 24px;
    }
    button {
        max-width: 360px;
        margin: 16px auto;
    }

    .public_catalog_feed {
        padding: 0;
    }

    .public_catalog_feed_info_part_info {
        margin-right: 0;
        padding: 0 16px;
    }

    .public_catalog_feed_info_part_stats {
        display: flex;
        justify-content: center;
    }

    .public_catalog_feed_info_part_button {
        margin: 0;
    }

    .public_catalog_feed_article {
        min-width: 210px;
        margin-right: 16px;
    }

    .public_catalog_feed_articles_part {
        overflow-x: auto;
        padding: 16px;
        width: auto;
    }

    .public_feed_articles {
        display: flex;
        flex-wrap: wrap;
    }

    .public_feed_article {
        display: block;
        margin: 36px 16px;
        width: 43%;
    }

    .public_feed_article_img {
        margin-bottom: 10px;
    }

    .public_feed_cover_img {
        height: 160px;
    }

    .public_feed_heading_info {
        display: block;
        text-align: center;
    }

    .public_feed_img {
        margin: 0 auto;
        margin-top: -90px;
        border: 4px solid #fefefe;
    }

    .public_heading_bottom_row {
        display: block;
    }

    .public_heading_bottom_row .details {
        justify-content: center;
        margin-bottom: 24px
    }


    .bundle_container a.back_to_discovery,
    .public_feed_preview a.back_to_discovery{
        display: none;
    }
}

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

    .public_feed_article {
        width: 100%;
        display: flex;
    }

    .public_heading_bottom_row {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .social_links
    {
        margin-bottom: 24px;
    }

    .public_feed_article {
        display: block;
        margin: 24px 0;
    }

    .public_feed_article_img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .public_feed_heading {
        display: block;
    }

    .public_feed_img {
        margin-bottom: 16px;
    }

    #signup_dialog_wrapper {
        width: 100%;
        height: 740px !important;
    }

    .signup_dialog_poster {
        display: block;
        background-size: 90%;
        background-position: top center;
    }

    #signup_dialog_poster_image img{
        margin: 0 auto;
    }

    #signup_dialog_poster_title {
        padding: 16px 32px;
        text-align: center;
    }

    #signup_dialog_poster_subtitle {
        padding: 0 16px 16px 16px;
        text-align: center;
    }
}