.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1188px) {
    .container {
        max-width: 1188px;
    }
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}
.bg-transparent {
    background-color: transparent;
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-center {
    background-position: 50%;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}
.border-gray-dark {
    --tw-border-opacity: 1;
    border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}
.border-gray-darker {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
}
.border-gray-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(55, 55, 55, var(--tw-border-opacity));
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-solid {
    border-style: solid;
}
.border {
    border-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.box-border {
    box-sizing: border-box;
}
.cursor-pointer {
    cursor: pointer;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.float-right {
    float: right;
}
.font-bold,
.font-normal {
    font-weight: 700;
}
.h-72 {
    height: 18rem;
}
.h-full {
    height: 100%;
}
.text-xs {
    font-size: 0.75rem;
}
.text-sm {
    font-size: 13px;
}
.text-base {
    font-size: 1rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-2xl {
    font-size: 22px;
}
.text-3xl {
    font-size: 1.875rem;
}
.text-4xl {
    font-size: 2rem;
}
.text-5xl {
    font-size: 3rem;
}
.leading-20 {
    line-height: 20px;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-auto {
    margin-bottom: auto;
}
.p-1 {
    padding: 0.25rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-5 {
    padding: 1.25rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pr-1 {
    padding-right: 0.25rem;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pl-1 {
    padding-left: 0.25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pr-12 {
    padding-right: 3rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pr-32 {
    padding-right: 8rem;
}
.fixed {
    position: fixed;
}
.top-0 {
    top: 0;
}
* {
    --tw-shadow: 0 0 transparent;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
* {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 134, 255, var(--tw-text-opacity));
}
.text-gray-darker {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.text-gray-darkest {
    --tw-text-opacity: 1;
    color: rgba(55, 55, 55, var(--tw-text-opacity));
}
.hover\:text-black:hover,
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.w-full {
    width: 100%;
}
.z-20 {
    z-index: 2000;
}
.gap-0 {
    gap: 0;
}
.gap-7 {
    gap: 1.75rem;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@-webkit-keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
.animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@media (min-width: 640px) {
    .sm\:border-none {
        border-style: none;
    }
    .sm\:cursor-default {
        cursor: default;
    }
    .sm\:block {
        display: block;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:font-light {
        font-weight: 400;
    }
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:pb-0 {
        padding-bottom: 0;
    }
    .sm\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .lg\:inline {
        display: inline;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .lg\:pl-3 {
        padding-left: 0.75rem;
    }
    .lg\:text-gray-darkest {
        --tw-text-opacity: 1;
        color: rgba(55, 55, 55, var(--tw-text-opacity));
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.blog .story_view {
    max-width: 991px;
}
@media screen and (max-width: 767px) {
    .blog .story_view {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.blog .story_view .narrow {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.blog .story_view .blog-quote {
    text-align: center;
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}
.blog .story_view .blog-quote-footer {
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 16px;
    color: #878787;
}
.blog .story_view .story-header {
    font-weight: 800;
    line-height: 54px;
}
.blog .story_view a {
    text-decoration: underline;
}
.blog .branded-hero-video video {
    width: 100%;
}
.blog .branded-hero-video h2 {
    margin-top: -90px;
    z-index: 999;
}
.blog .container-fluid {
    width: 100%;
}
@media screen and (min-width: 767px) {
    .blog .transparent-overlay {
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }
    .blog .transparent-overlay:after {
        content: ' ';
        display: block;
        background: none;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0.9));
        position: absolute;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        transition: opacity 0.4s;
    }
    .blog .transparent-overlay:hover:after {
        opacity: 0;
    }
}
@media screen and (min-width: 767px) {
    .blog .container {
        max-width: 1188px;
    }
}
.blog h1,
.blog h2 {
    line-height: 1;
}
.blog .row {
    display: flex;
    flex-wrap: wrap;
}
.blog .col-2,
.blog .col-3,
.blog .col-3-1,
.blog .col-3-2 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
}
@media screen and (min-width: 991px) {
    .blog .col-2 {
        box-sizing: border-box;
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .blog .col-3 {
        width: 100%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .blog .col-3-2 {
        width: 100%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
}
.blog .tag_bar {
    padding-left: 35px;
    padding-right: 35px;
}
@media screen and (max-width: 767px) {
    .blog .tag_bar {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 767px) {
    .blog .tag_bar .dropdown-button {
        display: none;
    }
}
.blog .tag_bar .clear-button {
    flex-grow: 1;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .blog .tag_bar .clear-button {
        text-align: left;
    }
}
.blog .tag_bar ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog .tag_bar li {
    display: inline-block;
}
.blog .tag_bar li.active > a,
.blog .tag_bar li:hover {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .blog .tag_bar li {
        align-items: center;
        justify-content: space-between;
        margin: 5px 0;
    }
    .blog .tag_bar li .fa {
        color: #d7d7d7;
        cursor: pointer;
    }
    .blog .tag_bar li .fa:hover {
        color: #fff;
    }
    .blog .tag_bar li.active {
        display: flex;
        order: -1;
    }
}
@media screen and (min-width: 767px) {
    .blog .tag_bar li:not(:last-child) {
        margin-right: 25px;
    }
}
.blog .tag_bar li a {
    color: #b4b4b4;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width: 767px) {
    .blog .tag_bar li a {
        padding-right: 10px;
    }
}
.blog .tag_bar li a.active,
.blog .tag_bar li a:hover {
    color: #fff;
}
.blog .tag_bar li a.active:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    border: solid #fff;
    border-width: 0 0 1px;
}
.blog .tag_bar .fa-close {
    color: #fff;
}
.blog .branded-hero {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    background-position: 50%;
    font-weight: 700;
}
.blog .branded-hero.podkasts .wrap {
    height: 100%;
}
.blog .branded-hero.podkasts .wrap.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog .branded-hero.podkasts img {
    height: 100%;
}
.blog .branded-hero.podkasts {
    background-image: url('/img/blog/podkasts/headerbg.png');
    height: 325px;
}
.blog .branded-hero.podkasts .heading {
    font-size: 53px;
    line-height: 51px;
    font-weight: 800;
    padding-bottom: 10px;
}
.blog .branded-hero.podkasts .desc {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}
@media (max-width: 890px) {
    .blog .branded-hero.podkasts .wrap.flex {
        flex-direction: column;
    }
    .blog .branded-hero.podkasts {
        height: auto;
    }
    .blog .branded-hero.podkasts img {
        width: 100%;
    }
    .blog .branded-hero.podkasts .heading {
        font-size: 36px;
        line-height: 36px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1227px) {
    .blog .wrap {
        width: 100% !important;
        margin: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog .branded-hero {
        max-height: 180px;
    }
}

.blog .branded-hero h1,
.blog .branded-hero .main-title {
    margin-right: auto;
    margin-left: auto;
    max-width: 1188px;
    width: 100%;
    font-size: 52px;
}

.blog .branded-hero .main-title {
    margin-top: -90px;
}

@media screen and (max-width: 767px) {
    .blog .branded-hero h1,
    .blog .branded-hero .main-title {
        font-size: 32px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.blog .branded-hero p {
    margin-top: 15px;
    font-size: 24px;
    line-height: 29px;
}

.blog .branded-hero-video {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
    color: #fff;
    padding-top: 75px;
}
.blog .branded-hero-video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog .branded-hero-video .description-container {
    position: absolute;
    z-index: 1;
}
@media screen and (min-width: 991px) {
    .blog .branded-hero-video .description-container h1 {
        font-size: 52px;
    }
    .blog .branded-hero-video .description-container p {
        margin-top: 15px;
        font-size: 24px;
        line-height: 29px;
    }
}
.blog .important_news {
    margin-top: 62px;
}
@media screen and (max-width: 767px) {
    .blog .important_news {
        margin-bottom: 10px;
    }
}
.blog .important_news h2 {
    font-size: 32px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .blog .important_news h2 {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.blog .important_news .news-block {
    max-width: 520px;
    max-height: 280px;
    padding-right: 30px;
    padding-left: 30px;
}
@media screen and (max-width: 767px) {
    .blog .important_news .news-block {
        margin-bottom: 15px;
    }
}
.blog .important_news .img-placeholder {
    position: relative;
    min-width: 277px;
    max-width: 277px;
    height: 297px;
    width: 100%;
    background-color: #d9dee4;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.blog .img-placeholder img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 4px #000);
}
@media screen and (max-width: 767px) {
    .blog .important_news .img-placeholder {
        max-width: 300px;
    }
}
.blog .important_news .date {
    color: #777;
    margin-bottom: 23px;
    font-size: 15px;
}
.blog .important_news h2 {
    font-size: 22px;
}
@media screen and (min-width: 991px) {
    .blog .important_news h2 {
        font-size: 43px;
    }
}
.blog .important_news p {
    margin-bottom: 35px;
}
.blog .important_news .btn3 {
    margin-bottom: 33px;
}
.blog .important_news .share-icons {
    text-align: right;
    margin-bottom: 33px;
}
.blog .related_news {
    background-color: #dfdfe0;
}
.blog .related_news.post_related {
    background-color: #fff;
    margin-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
}
.blog .related_news.post_related .transparent-overlay:after {
    background: none;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0.9));
}
.blog .related_news.post_related h2 {
    font-size: 38px;
    padding-right: 20px;
    padding-left: 20px;
}
.blog .related_news .inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 1188px;
    justify-content: space-between;
}
.blog .related_news a {
    color: #000;
}
.blog .related_news h2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1188px;
    color: #000;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .blog .related_news h2 {
        box-sizing: border-box;
        font-size: 28px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
.blog .related_news h2 {
    font-size: 22px;
    margin-bottom: 22px;
}
.blog .related_news .img-placeholder {
    position: relative;
    max-width: 320px;
    height: 297px;
    width: 100%;
    background-color: #d9dee4;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    float: left;
    margin-right: 30px;
}
@media screen and (max-width: 767px) {
    .blog .related_news .img-placeholder {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
}
.blog .related_news .date {
    color: #373737;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.blog .related_news .news-text {
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .blog .related_news .news-text {
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 15px;
    }
}
.blog .related_news .col-3 {
    width: 100%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    flex-wrap: wrap;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .blog .related_news .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (min-width: 767px) {
    .blog .related_news .col-3:not(:last-child) {
        padding-right: 30px;
        border-right: 1px solid #d4d4d4;
    }
    .blog .related_news .col-3:not(:first-child) {
        padding-left: 30px;
    }
}
.blog .related_news .transparent-overlay:after {
    background: none;
    background: linear-gradient(180deg, rgba(223, 223, 224, 0), rgba(223, 223, 224, 0) 40%, rgba(223, 223, 224, 0.9));
}
.blog .related_news.bg-black {
    background-color: #000;
}
/* .blog .related_news.bg-black h1,
.blog .related_news.bg-black h2 {
    color: #fff;
} */
.blog .related_news.bg-black .col-3 {
    background: #fff;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .blog .related_news.bg-black .col-3 {
        padding-right: 40px;
        padding-left: 40px;
        border-right: 20px solid #000;
        border-left: 20px solid #000;
    }
}
@media screen and (min-width: 767px) {
    .blog .related_news.bg-black .col-3:not(:last-child) {
        padding-right: 30px;
        border-right: 30px solid #000;
    }
    .blog .related_news.bg-black .col-3:not(:first-child) {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .blog .related_news.bg-black .news-text {
        border-bottom: none;
    }
}
.blog .related_news.bg-black .transparent-overlay:after {
    background: none;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0.9));
}
.blog .related_news.bg-black .btn-load-more-news {
    display: inline-block;
    font-family: Tele2Slab, Arial, Helvetica, Trebuchet MS, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 9px 80px 8px;
}
.blog .related_news.bg-black .btn-load-more-news:hover {
    color: #0086ff;
    border: 1px solid #0086ff;
}
.blog .all_news {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    margin-right: auto;
    margin-left: auto;
    max-width: 1188px;
}
@media screen and (max-width: 767px) {
    .blog .all_news {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.blog .all_news .img-placeholder {
    position: relative;
    max-width: 277px;
    height: 297px;
    width: 100%;
    background-color: #d9dee4;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    float: left;
    margin-right: 30px;
}
@media screen and (max-width: 767px) {
    .blog .all_news .img-placeholder {
        float: none;
        min-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}
.blog .all_news .date {
    color: #373737;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 220px;
}
.blog .all_news h2 {
    padding-bottom: 20px;
    font-size: 22px;
}
.blog .all_news .news-text {
    font-size: 13px;
}
.blog .all_news .col-2 {
    flex-wrap: wrap;
    margin-top: 35px;
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .blog .all_news .col-2 {
        padding-bottom: 35px;
        border-bottom: 1px solid #dfdfdf;
    }
}
@media screen and (min-width: 767px) {
    .blog .all_news .col-2:nth-child(odd):not(:last-child) {
        padding-right: 30px;
        border-right: 1px solid #dfdfdf;
    }
}
@media screen and (min-width: 767px) {
    .blog .all_news .col-2:nth-child(2n):not(:first-child) {
        padding-left: 30px;
    }
}
.blog .all_news .col-3 {
    margin-top: 70px;
    border-bottom: 1px solid #dfdfdf;
}
@media screen and (min-width: 991px) {
    .blog .all_news .col-3 {
        border-bottom: none;
    }
    .blog .all_news .col-3:not(:last-child) {
        border-right: 1px solid #dfdfdf;
    }
}
.blog .all_news .col-3 {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
    .blog .all_news .col-3 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.blog .all_news .share-icons {
    margin-top: 27px;
    margin-bottom: 44px;
}
@media screen and (min-width: 991px) {
    .blog .all_news.less-than-three .col-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .blog .all_news.less-than-three .col-3:not(:last-child) {
        border-right: none;
    }
    .blog .all_news.less-than-three .img-placeholder {
        width: 30%;
        margin-bottom: 40px;
        float: left;
        margin-right: 35px;
    }
}
.blog .all_news a,
.blog .important_news a {
    color: inherit;
}
.blog .btn-load-more-news {
    display: inline-block;
    font-family: Tele2Slab, Arial, Helvetica, Trebuchet MS, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    padding: 9px 80px 8px;
}
.blog .btn-load-more-news:hover {
    color: #0086ff;
    border: 1px solid #0086ff;
}
.blog .news-social-share-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
    text-align: center;
    color: #fff;
}
.blog .news-social-share-bar a {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}
.blog .news-social-share-bar a:first-child {
    padding-left: 35px;
}
.blog .no-records {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #000;
}
.blog .no-records:first-letter {
    text-transform: capitalize;
}
.blog .related-product-banners {
    font-family: Tele2Slab, Arial, Helvetica, Trebuchet MS, sans-serif;
    margin: 120px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
@media screen and (min-width: 1188px) {
    .blog .related-product-banners {
        justify-content: space-between;
    }
}
.blog .related-product-banners .item {
    width: 350px;
    height: 315px;
    margin-right: 22px;
    margin-bottom: 145px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.blog .related-product-banners .item.middle {
    width: 780px;
    height: 315px;
}
.blog .related-product-banners .item.large {
    width: 1188px;
    height: 315px;
    margin-right: 65px;
    margin-left: 65px;
    margin-bottom: 80px;
}
.blog .related-product-banners .item.large .block {
    position: absolute;
    right: -65px;
    transform: translateY(-50%);
    width: 400px;
}
@media screen and (min-width: 320px) {
    .blog .related-product-banners .item.large .block {
        top: 50%;
    }
}
@media screen and (max-width: 320px) {
    .blog .related-product-banners .item.large .block {
        transform: none;
        position: absolute;
        right: -22px;
        bottom: -55px;
        width: 200px;
        padding: 20px;
    }
}
@media screen and (max-width: 320px) {
    .blog .related-product-banners .item.middle {
        width: 350px;
        height: 315px;
    }
    .blog .related-product-banners .item.large {
        width: 350px;
        height: 315px;
        position: relative;
        margin-right: 22px;
        margin-left: 0;
    }
}
.blog .related-product-banners .item .block {
    display: block;
    background-size: 200% 100%;
    background-image: linear-gradient(90deg, #000 50%, #0086ff 0);
    transition: background-position 0.5s;
    color: #fff;
    position: absolute;
    right: -22px;
    bottom: -55px;
    width: 200px;
    padding: 20px;
}
.blog .related-product-banners .item .block:hover {
    background-position: -100% 0;
}
.blog .related-product-banners .item .block:hover .desc {
    color: #fff;
}
.blog .related-product-banners .item .block .btn-arr {
    margin-bottom: -3px;
    margin-left: 10px;
}
.blog .related-product-banners .item .block a,
.blog .related-product-banners .item .block a > span {
    color: #fff;
}
.blog .related-product-banners .item .block .header {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}
.blog .related-product-banners .item .block .desc {
    font-size: 13px;
    line-height: 19px;
    color: #dcdcdc;
    padding-bottom: 20px;
}
.keyword-sub-categories {
    width: 100%;
    display: flex;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1188px;
    align-items: center;
}
.keyword-sub-categories.mob {
    width: 100%;
    display: none;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1188px;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .keyword-sub-categories {
        display: none;
    }
    .keyword-sub-categories.mob {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.keyword-sub-categories > a {
    background: #cdcdcd;
    border-radius: 25px;
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 15px;
    padding: 7px 15px;
}
.keyword-sub-categories.mob > a {
    background: #cdcdcd;
    border-radius: 25px;
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 7px 15px;
}
.vote-card {
    background-color: #d1d1d1;
    width: 280px;
}
@media screen and (max-width: 767px) {
    .vote-card {
        margin-right: 30px;
        margin-left: 30px;
    }
}
.vote-card h4 {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 15px;
}
.vote-card h3 {
    font-size: 27px;
    line-height: 1;
    padding-bottom: 45px;
}
.vote-card .vote_button {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    background-color: #000;
    color: #fff !important;
    text-align: center;
    max-width: 164px;
    padding: 12px 25px;
}
.vote-card .vote-radios {
    margin-bottom: 50px;
}
.vote-card .vote-radios label {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 27px;
    vertical-align: top;
    font-size: 14px;
    padding-right: 20px;
    max-width: 230px;
    text-align: justify;
    line-height: 1;
    margin-bottom: 25px;
}
.vote-card .vote-radios label:hover {
    color: #08f;
}
.vote-card .vote-radios label:hover:before {
    border: 1px solid #08f;
}
.vote-card .vote-radios label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #797979;
    background-color: transparent;
    text-align: right;
}
.vote-card .vote-radios label.hidden {
    padding-left: 45px;
    margin-bottom: -3px;
}
.vote-card .vote-radios label.hidden:before {
    display: none;
}
.vote-card .vote-radios label.hidden:hover {
    color: #000;
}
.vote-card .vote-radios input[type='radio'] {
    opacity: 0;
    display: none;
}
.vote-card .vote-radios input[type='radio']:checked + label:before {
    background-color: #08f;
}
.vote-card .result-wrap {
    display: none;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.vote-card .result-wrap .result {
    font-weight: 700;
    width: 45px;
    margin-top: -15px;
}
.vote-card .result-wrap .bar {
    margin-top: 7px;
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0086ff;
}
