@keyframes scale
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    45%
    {
        transform: scale(.1);

        opacity: .7;
    }
    80%
    {
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes glowPulse
{
    0%
    {
        background: hsla(0, 0%, 0%, .61);
    }
    50%
    {
        background: hsla(0, 0%, 0%, .8);
    }
    100%
    {
        background: hsla(0, 0%, 0%, .61);
    }
}
.blog,
.podcast
{
    position: relative;
}
.blog .top_blogs_item,
.blog_main_item,
.podcast .top_blogs_item,
.podcast_main_item
{
    display: flex;
    flex-direction: column;

    flex-wrap: wrap;
    justify-content: space-between;
}
.blog .top_blogs_item_img,
.blog_main_item_img,
.podcast .top_blogs_item_img,
.podcast_main_item_img
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 12px;

    border-radius: 5px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog .top_blogs_item_img,
    .blog_main_item_img,
    .podcast .top_blogs_item_img,
    .podcast_main_item_img
    {
        margin-bottom: calc(.0166666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog .top_blogs_item_img,
    .blog_main_item_img,
    .podcast .top_blogs_item_img,
    .podcast_main_item_img
    {
        margin-bottom: 24px;
    }
}
.blog .top_blogs_item_img img,
.blog_main_item_img img,
.podcast .top_blogs_item_img img,
.podcast_main_item_img img
{
    position: absolute;
    top: 50%;
    left: 50%;

    max-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);
}
.blog .top_blogs_item_title,
.blog_main_item_title,
.podcast .top_blogs_item_title,
.podcast_main_item_title
{
    display: block;

    margin-top: 8px;
    margin-bottom: 8px;

    transition: .2s;
    text-decoration: none;

    color: #2f2f2f;

    flex: auto;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog .top_blogs_item_title,
    .blog_main_item_title,
    .podcast .top_blogs_item_title,
    .podcast_main_item_title
    {
        margin-bottom: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog .top_blogs_item_title,
    .blog_main_item_title,
    .podcast .top_blogs_item_title,
    .podcast_main_item_title
    {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog .top_blogs_item_title,
    .blog_main_item_title,
    .podcast .top_blogs_item_title,
    .podcast_main_item_title
    {
        margin-top: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog .top_blogs_item_title,
    .blog_main_item_title,
    .podcast .top_blogs_item_title,
    .podcast_main_item_title
    {
        margin-top: 16px;
    }
}
.blog .top_blogs_item_title:hover,
.blog_main_item_title:hover,
.podcast .top_blogs_item_title:hover,
.podcast_main_item_title:hover
{
    color: #ff7117;
}
.blog .top_blogs_item_otherInfo .item_cat .cat,
.blog_main_item_otherInfo .item_cat .cat,
.podcast .top_blogs_item_otherInfo .item_cat .cat,
.podcast_main_item_otherInfo .item_cat .cat
{
    display: inline-block;

    margin: 4px 4px 0;
    padding: 2px 8px;

    transition: .2s;
    text-align: center;
    text-decoration: none;

    color: #2f2f2f;
    border: 1px solid #e6e9f3;
    border-radius: 24px;
}
.blog .top_blogs_item_otherInfo .item_cat .cat:hover,
.blog_main_item_otherInfo .item_cat .cat:hover,
.podcast .top_blogs_item_otherInfo .item_cat .cat:hover,
.podcast_main_item_otherInfo .item_cat .cat:hover
{
    color: #ff7117;
    border-color: #ff7117;
}
.blog .top_blogs_item .podcast_icon,
.blog_main_item .podcast_icon,
.podcast .top_blogs_item .podcast_icon,
.podcast_main_item .podcast_icon
{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;

    display: flex;

    width: 45px;
    height: 45px;

    animation: glowPulse 2s ease-in-out infinite;
    pointer-events: none;

    border-radius: 4px;

    align-items: center;
    justify-content: center;
}
.blog .top_blogs_item .podcast_icon svg,
.blog_main_item .podcast_icon svg,
.podcast .top_blogs_item .podcast_icon svg,
.podcast_main_item .podcast_icon svg
{
    width: 25px;
    height: 25px;
}
.blog_head .title_row,
.podcast_head .title_row
{
    margin-top: 32px;
    margin-bottom: 36px;
}
@media only screen and (max-width: 767px)
{
    .blog_head .title_row br,
    .podcast_head .title_row br
    {
        display: none;
    }
}
@media screen and (max-width: 1440px) and (min-width: 687.7611940299px)
{
    .blog_head .title_row,
    .podcast_head .title_row
    {
        margin-top: calc(.0465277778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_head .title_row,
    .podcast_head .title_row
    {
        margin-top: 67px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_head .title_row,
    .podcast_head .title_row
    {
        margin-bottom: calc(.05 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_head .title_row,
    .podcast_head .title_row
    {
        margin-bottom: 72px;
    }
}
.blog_head .title_row h1,
.podcast_head .title_row h1
{
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_head .title_row h1,
    .podcast_head .title_row h1
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_head .title_row h1,
    .podcast_head .title_row h1
    {
        margin-bottom: 32px;
    }
}
.blog .top_blogs,
.podcast .top_blogs
{
    display: flex;

    margin-top: 20px;

    justify-content: space-between;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog .top_blogs,
    .podcast .top_blogs
    {
        margin-top: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog .top_blogs,
    .podcast .top_blogs
    {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .blog .top_blogs,
    .podcast .top_blogs
    {
        justify-content: center;
    }
}
.blog .top_blogs_item,
.podcast .top_blogs_item
{
    max-width: 570px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px)
{
    .blog .top_blogs_item,
    .podcast .top_blogs_item
    {
        max-width: 400px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog .top_blogs_item,
    .podcast .top_blogs_item
    {
        margin-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog .top_blogs_item,
    .podcast .top_blogs_item
    {
        margin-bottom: 60px;
    }
}
.blog .top_blogs_item_img,
.podcast .top_blogs_item_img
{
    height: 180px;
}
@media screen and (max-width: 1440px) and (min-width: 906.2937062937px)
{
    .blog .top_blogs_item_img,
    .podcast .top_blogs_item_img
    {
        height: calc(.1986111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog .top_blogs_item_img,
    .podcast .top_blogs_item_img
    {
        height: 286px;
    }
}
.blog .top_blogs_item_info d,
.podcast .top_blogs_item_info d
{
    color: #ff7117;
}
.blog .top_blogs_item_otherInfo,
.podcast .top_blogs_item_otherInfo
{
    display: flex;

    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.blog .top_blogs_item_otherInfo .item_cat,
.podcast .top_blogs_item_otherInfo .item_cat
{
    display: inline-block;

    width: calc(100% - 112px);
    margin: 0 -4px;
}
.blog .top_blogs_item_otherInfo .item_cat .cat,
.podcast .top_blogs_item_otherInfo .item_cat .cat
{
    padding: 2px 16px;
}
.blog .top_blogs_item_otherInfo .item_date,
.podcast .top_blogs_item_otherInfo .item_date
{
    display: inline-block;

    min-width: 120px;
}
.blog_main .cats,
.podcast_main .cats
{
    display: flex;

    margin-top: 24px;
    margin-bottom: 15px;
    margin-bottom: 33px;

    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_main .cats,
    .podcast_main .cats
    {
        margin-top: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_main .cats,
    .podcast_main .cats
    {
        margin-top: 48px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_main .cats,
    .podcast_main .cats
    {
        margin-bottom: calc(.0208333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_main .cats,
    .podcast_main .cats
    {
        margin-bottom: 30px;
    }
}
.blog_main .cats a,
.podcast_main .cats a
{
    display: none;

    padding: 2px 16px;

    transition: .2s;
    text-decoration: none;

    color: #2f2f2f;
    border: 1px solid #e6e9f3;
    border-radius: 24px;
    background: transparent;
}
.blog_main .cats a:hover,
.podcast_main .cats a:hover
{
    color: #ff7117;
    border-color: #ff7117;
}
.blog_main .cats .more,
.podcast_main .cats .more
{
    cursor: pointer;
    transition: .2s;

    color: #ff7117;
}
.blog_main .cats .more:hover,
.podcast_main .cats .more:hover
{
    font-size: 16px;
}
.blog_main_content,
.podcast_main_content
{
    display: flex;

    justify-content: space-between;
}
@media only screen and (max-width: 767px)
{
    .blog_main_content,
    .podcast_main_content
    {
        justify-content: center;
    }
}
.blog_main_item,
.podcast_main_item
{
    max-width: 345px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 1307.3684210526px)
{
    .blog_main_item,
    .podcast_main_item
    {
        max-width: calc(.2638888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_main_item,
    .podcast_main_item
    {
        max-width: 380px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_main_item,
    .podcast_main_item
    {
        margin-bottom: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_main_item,
    .podcast_main_item
    {
        margin-bottom: 48px;
    }
}
.blog_main_item_img,
.podcast_main_item_img
{
    height: 180px;
}
@media screen and (max-width: 1440px) and (min-width: 1296px)
{
    .blog_main_item_img,
    .podcast_main_item_img
    {
        height: calc(.1388888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_main_item_img,
    .podcast_main_item_img
    {
        height: 200px;
    }
}
.blog_main_item_info,
.podcast_main_item_info
{
    display: flex;
    flex-direction: row;

    flex-wrap: nowrap;
    justify-content: space-between;
}
.blog_main_item_info .item_author,
.podcast_main_item_info .item_author
{
    width: calc(100% - 90px);
}
.blog_main_item_info .item_date,
.podcast_main_item_info .item_date
{
    width: 90px;
}
.blog_load_more,
.podcast_load_more
{
    margin-top: 4px;
    margin-bottom: 36px;

    text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_load_more,
    .podcast_load_more
    {
        margin-top: calc(.0055555556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_load_more,
    .podcast_load_more
    {
        margin-top: 8px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_load_more,
    .podcast_load_more
    {
        margin-bottom: calc(.05 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_load_more,
    .podcast_load_more
    {
        margin-bottom: 72px;
    }
}
.blog_load_more .loader > .load,
.podcast_load_more .loader > .load
{
    display: inline-block;

    margin: 0 5px;
}
.blog_load_more .loader > .load > div,
.podcast_load_more .loader > .load > div
{
    position: relative;
    top: 3px;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 2px;

    border-radius: 100%;
    background-color: #fff;

    animation-fill-mode: both;
}
.blog_load_more .loader > .load > div:nth-child(1),
.podcast_load_more .loader > .load > div:nth-child(1)
{
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.blog_load_more .loader > .load > div:nth-child(2),
.podcast_load_more .loader > .load > div:nth-child(2)
{
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.blog_load_more .loader > .load > div:nth-child(3),
.podcast_load_more .loader > .load > div:nth-child(3)
{
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.blog_subscribe,
.podcast_subscribe
{
    margin-bottom: 26px;
    padding-right: 30px;
    padding-left: 30px;

    border: 1px solid #e6e9f3;
    border-radius: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_subscribe,
    .podcast_subscribe
    {
        padding-left: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_subscribe,
    .podcast_subscribe
    {
        padding-left: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_subscribe,
    .podcast_subscribe
    {
        padding-right: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_subscribe,
    .podcast_subscribe
    {
        padding-right: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_subscribe,
    .podcast_subscribe
    {
        margin-bottom: calc(.0361111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_subscribe,
    .podcast_subscribe
    {
        margin-bottom: 52px;
    }
}
.blog_subscribe_content,
.podcast_subscribe_content
{
    justify-content: space-between;
    align-content: center;
}
.blog_subscribe_content .blog_subscribe_title,
.blog_subscribe_content .contact_form,
.podcast_subscribe_content .blog_subscribe_title,
.podcast_subscribe_content .contact_form
{
    margin: 0 !important;
    padding: 0 !important;
}
.blog_subscribe_content .blog_subscribe_title,
.podcast_subscribe_content .blog_subscribe_title
{
    max-width: 400px !important;
}
.blog_subscribe_content .blog_subscribe_title .decor,
.podcast_subscribe_content .blog_subscribe_title .decor
{
    width: 72px;
    height: 4px;
    margin-bottom: 22px;

    background: #ff7117;
}
@media screen and (max-width: 1440px) and (min-width: 660px)
{
    .blog_subscribe_content .blog_subscribe_title .decor,
    .podcast_subscribe_content .blog_subscribe_title .decor
    {
        margin-bottom: calc(.0333333333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_subscribe_content .blog_subscribe_title .decor,
    .podcast_subscribe_content .blog_subscribe_title .decor
    {
        margin-bottom: 48px;
    }
}
.blog_subscribe_content .blog_subscribe_title .title,
.podcast_subscribe_content .blog_subscribe_title .title
{
    margin-bottom: 8px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .blog_subscribe_content .blog_subscribe_title .title,
    .podcast_subscribe_content .blog_subscribe_title .title
    {
        margin-bottom: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .blog_subscribe_content .blog_subscribe_title .title,
    .podcast_subscribe_content .blog_subscribe_title .title
    {
        margin-bottom: 16px;
    }
}
.blog_subscribe_content .contact_form,
.podcast_subscribe_content .contact_form
{
    max-width: 480px !important;
}
@media only screen and (max-width: 767px)
{
    .blog_subscribe_content .contact_form,
    .podcast_subscribe_content .contact_form
    {
        margin-top: 30px !important;
    }
}

.share_podcast_hub
{
    margin-top: 8px;
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .share_podcast_hub
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .share_podcast_hub
    {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .share_podcast_hub
    {
        margin-top: calc(.0111111111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .share_podcast_hub
    {
        margin-top: 16px;
    }
}
.share_podcast_hub .post_content_info
{
    display: flex;

    justify-content: center;
}
.share_podcast_hub .post_content_info_items
{
    display: flex;

    max-width: 800px;

    justify-content: center;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}
.share_podcast_hub .post_content_info_items .post_content_info_item
{
    display: flex;

    min-width: 120px;
    padding: 10px 16px;

    transition: .2s;
    white-space: nowrap;
    text-decoration: none;

    color: #2f2f2f;
    border: 1px solid #e6e9f3;
    border-radius: 5px;
    background: white;

    align-items: center;
    gap: 8px;
    justify-content: center;
}
.share_podcast_hub .post_content_info_items .post_content_info_item:hover
{
    transform: translateY(-2px);

    color: #ff7117;
    border-color: #ff7117;
    box-shadow: 0 4px 12px rgba(255, 113, 23, .2);
}
.share_podcast_hub .post_content_info_items .post_content_info_item .icon
{
    width: 20px;
    height: 20px;

    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
}
.share_podcast_hub .post_content_info_items .post_content_info_item .labelM
{
    font-weight: 500;

    white-space: nowrap;
}
@media only screen and (max-width: 767px)
{
    .share_podcast_hub .post_content_info_items
    {
        padding: 0 12px;

        gap: 16px;
    }
    .share_podcast_hub .post_content_info_items .post_content_info_item
    {
        min-width: 120px;
        max-width: 45%;
        padding: 10px 8px;

        flex: 1 1 45%;
        justify-content: center;
    }
    .share_podcast_hub .post_content_info_items .post_content_info_item .icon
    {
        width: 18px;
        height: 18px;
    }
    .share_podcast_hub .post_content_info_items .post_content_info_item .labelM
    {
        font-size: 13px;
        line-height: 1.2;
    }
}

#breadcrumbs
{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;

    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    #breadcrumbs
    {
        margin-bottom: calc(.0222222222 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    #breadcrumbs
    {
        margin-bottom: 32px;
    }
}
#breadcrumbs a
{
    color: #606b7f !important;
}
#breadcrumbs span
{
    color: #2f2f2f !important;
}
