.breadcrumbs {
    position: relative;
    display: flex;
    display: none
}

@media (min-width:1024px) {
    .breadcrumbs {
        display: block
    }
}

@media(min-width: 991px) {
    .video-player:before {
        content: '';
        background: url("images/b-slide.webp") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: center;
        position: absolute;
        left: 10px;
        top: 90px;
        width: 10px;
        height: 237px;
    }

    .video-player:after {
        content: '';
        background: url("images/b-slide.webp") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: center;
        position: absolute;
        right: 0;
        bottom: 90px;
        width: 10px;
        height: 237px;
        transform: rotate(180deg);
    }

    .breadcrumbs:after {
        content: '';
        background: url("images/a-slide.webp") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 130px;
        height: 11px;
    }
}

.breadcrumbs {
    margin-top: 40px
}

.breadcrumbs ol {
    display: flex;
    align-items: center
}

.breadcrumbs ol>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem*var(--tw-space-x-reverse));
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)))
}

.breadcrumbs ol li div {
    display: flex;
    align-items: center
}

.breadcrumbs ol li div svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity,1))
}

.breadcrumbs ol li div a {
    margin-left: .25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.breadcrumbs ol li div a:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity,1))
}

.item-box .item-box__image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.7);
    aspect-ratio: 5/3
}

@media(max-width:767px) {
    .item-box .item-box__image {
        aspect-ratio: 282/197.4
    }
}

.item-box .item-box__image:hover {
    border-radius: 0
}

.item-box .item-box__image:hover .item-box__mist {
    opacity: 1
}

.item-box .item-box__image img {
    margin: auto;
    width: 100%
}

.item-box .item-box__image--vertical {
    aspect-ratio: 3/4!important
}

@media(max-width:767px) {
    .item-box .item-box__image--vertical {
        aspect-ratio: 3/4!important
    }
}

.item-box .item-box__mist {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5)
}

.item-box .item-box__mist .item-box__mist__play {
    border-radius: 9999px;
    padding: 1rem;
    background: #222;
    width: 60px;
    height: 60px;
}

.item-box .item-box__mist .item-box__mist__play svg {
    fill: var(--primary-color)
}

.item-box .item-box__labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: .25rem;
    padding: 6px;
}

@media(max-width:757px) {
    .item-box .item-box__labels {
        padding: .2rem;
    }
}

.item-box .item-box__labels .item-box__label {
    border-radius: 1rem;
    padding: 5px 6px 4px 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    background: none repeat scroll 0 0 #7a4c0cad;
}

@media(max-width:767px) {
    .item-box .item-box__labels .item-box__label {
        font-size: 10px
    }
}

.item-box .item-box__meta {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.4rem;
}

@media(max-width:757px) {
    .item-box .item-box__meta {
        padding: .2rem;
    }
}

.item-box .item-box__meta span {
    border-radius: 1rem;
    padding: .25rem .5rem;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    background: rgba(0,0,0,.7)
}

@media(max-width:767px) {
    .item-box .item-box__meta span {
        font-size: 10px
    }
}

.item-box .item-box__title {
    margin-top: .625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0
}

.item-box .item-box__title:hover {
    color: var(--primary-color)
}

.list-items {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0.4rem;
}

@media (min-width:768px) {
    .list-items {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width:1024px) {
    .list-items {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

.paginator {
    flex-wrap: wrap;
    gap: .75rem
}

.paginator,.paginator .paginator__item a {
    display: flex;
    align-items: center;
    justify-content: center
}

.paginator .paginator__item a {
    border-radius: 9999px;
    text-align: center;
    width: 45px;
    height: 45px;
    font-weight: 400;
    font-size: 16px
}

.paginator .paginator__item:hover a {
    background-color: #333
}

.paginator .paginator__item.paginator__item--active a {
    background-color: var(--primary-color);
    color: #111
}

.search-form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem
}

.navbar__search {
    position: relative;
    display: flex;
    align-items: center;
}

/* Search Button */
.navbar__search__button {
    border-radius: 50%;
    background: rgba(20, 21, 22, 0.34);
    backdrop-filter: blur(7.6px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 50;
}

.navbar__search__button:hover {
    background: rgba(20, 21, 22, 0.6);
    transform: scale(1.1);
}

.navbar__search__box {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid var(--primary-color, #ff6b35);
    border-radius: 25px;
    padding: 8px 50px 8px 20px;
    width: 350px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
}

.navbar__search__box.active {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    visibility: visible;
}

.navbar__search__input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.navbar__search__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.navbar__search__box.active + .navbar__search__close {
    opacity: 1;
    visibility: visible;
}

@media (min-width:1024px) {
    .search-form {
        padding-left: 0;
        padding-right: 0
    }
}

.search-form {
    max-width: 900px
}

.search-form .search-form__wrapper {
    display: flex;
    overflow: hidden;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity,1))
}

.search-form input {
    display: block;
    min-width: 0;
    flex-grow: 1;
    border-style: none;
    padding: .625rem
}

.search-form input:focus {
    outline-width: 0;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

@media (min-width:1024px) {
    .search-form input {
        padding: 1rem
    }
}

.search-form input {
    font-size: 14px;
    font-weight: 500
}

.search-form .search-form__button-wrapper {
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem
}

.search-form .search-form__button {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width:1024px) {
    .search-form .search-form__button {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.search-form .search-form__button span {
    display: none
}

@media (min-width:1024px) {
    .search-form .search-form__button span {
        display: block
    }
}

.search-form .search-form__popular-keywords {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    font-size: 16px;
    font-weight: 400
}

.search-form .search-form__popular-keywords p {
    display: none
}

@media (min-width:1024px) {
    .search-form .search-form__popular-keywords p {
        display: block
    }
}

.top-trending {
    margin-bottom: 1.25rem
}

.top-trending .badge {
    margin-right: .5rem;
    border-radius: .375rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    background: #333
}

.top-trending .badge.badge--active {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity,1));
    background: var(--primary-color)
}

.top-trending-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 5rem
}

@media (min-width:1024px) {
    .top-trending-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 9rem
    }
}

.top-trending-container .list-items {
    margin-bottom: 1.25rem
}

.list-categories-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 5rem
}

@media (min-width:1024px) {
    .list-categories-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 9rem
    }
}

.list-categories-container .list-categories {
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .75rem
}

@media (min-width:768px) {
    .list-categories-container .list-categories {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width:1024px) {
    .list-categories-container .list-categories {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }
}

.list-categories-container .list-categories .list-categories__item {
    display: flex;
    gap: .5rem
}

.list-categories-container .list-categories .list-categories__item .list-categories__item__thumbnail {
    overflow: hidden;
    border-radius: .75rem;
    width: 70px;
    height: 70px
}

.list-categories-container .list-categories .list-categories__item .list-categories__item__thumbnail img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.list-categories-container .list-categories .list-categories__item h3 {
    font-size: 16px;
    font-weight: 400
}

#footer {
    margin-top: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #111
}

#footer .container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .75rem
}

@media (min-width:1024px) {
    #footer .container {
        flex-direction: row
    }
}

#footer .footer__logo {
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity,1))
}

@media (min-width:1024px) {
    #footer .footer__logo {
        align-items: flex-start;
        max-width: 32rem
    }
}

#footer .footer__logo img {
    height: 40px
}

#footer .footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width:1024px) {
    #footer .footer__menu {
        gap: 2.5rem
    }
}

#footer .footer__menu .footer__menu__item {
    flex-grow: 1
}

#footer .footer__menu .footer__menu__item .footer__menu__item__submenu {
    margin-top: .75rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

#navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    background: linear-gradient(180deg,#111,hsla(0,0%,7%,0));
    padding: 24px 0
}

#navbar.navbar--show {
    --tw-translate-y: 0px
}

#navbar.navbar--hide,#navbar.navbar--show {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#navbar.navbar--hide {
    --tw-translate-y: -100%
}

#navbar.navbar--black {
    background: #000
}

@media (max-width:1199px) {
    #navbar {
        padding: 16px
    }
}

#navbar .navbar__burger {
    display: block;
    cursor: pointer
}

@media (min-width:1024px) {
    #navbar .navbar__burger {
        display: none
    }
}

#navbar .navbar__burger {
    width: 30px;
    height: 30px
}

#navbar .navbar__logo img {
    height: 32px
}

#navbar .navbar__menu--desktop {
    display: none
}

@media (min-width:1024px) {
    #navbar .navbar__menu--desktop {
        display: block
    }
}

#navbar .navbar__menu--desktop {
    max-width: 70%
}

@media (min-width:1024px) {
    #navbar .navbar__menu {
        display: flex;
        flex-wrap: wrap
    }
}

#navbar .navbar__menu__item {
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    gap: 4px
}

#navbar .navbar__menu__item a {
    display: flex;
    align-items: center;
    gap: .5rem
}

#navbar .navbar__menu__item--active {
    color: var(--primary-color)
}

#navbar .navbar__search button {
    border-radius: 50%;
    background: rgba(20,21,22,.34);
    -webkit-backdrop-filter: blur(7.599999904632568px);
    backdrop-filter: blur(7.599999904632568px);
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: relative
}

#navbar .container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar__mobile {
    position: relative;
    z-index: 40
}

.navbar__mobile .navbar__mobile__mist {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.navbar__mobile.navbar__mobile--active .navbar__mobile__mist {
    display: block
}

.navbar__mobile .navbar__mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 45px 20px 20px
}

.navbar__mobile .navbar__mobile__header .navbar__mobile__logo {
    height: 30px
}

.navbar__mobile .navbar__mobile__header .navbar__mobile__logo img {
    height: 100%
}

.navbar__mobile .navbar__mobile__header .navbar__mobile__close {
    display: flex;
    cursor: pointer;
    align-items: center;
    background-color: var(--primary-color);
    height: 40px;
    width: 28px;
    margin-right: -20px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.navbar__mobile .navbar__mobile__header .navbar__mobile__close svg {
    height: 100%
}

.navbar__mobile .navbar__mobile__wrapper {
    position: fixed;
    overflow: scroll;
    --tw-translate-x: -100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .7s;
    top: 0;
    left: 0;
    background-color: #101010;
    width: 300px;
    height: 100%
}

.navbar__mobile .navbar__mobile__wrapper,.navbar__mobile.navbar__mobile--active .navbar__mobile__wrapper {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.navbar__mobile.navbar__mobile--active .navbar__mobile__wrapper {
    --tw-translate-x: 0px
}

.navbar__mobile .navbar__mobile__menu__item {
    padding: 0 20px
}

.navbar__mobile .navbar__mobile__menu__item.navbar__mobile__menu__item--active {
    color: var(--primary-color)
}

.navbar__mobile .navbar__mobile__menu__item a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    border-bottom: 1px solid #393939;
    padding: 20px 0
}

.navbar__mobile .navbar__mobile__menu__item a span {
    margin-right: auto
}

.navbar__mobile .navbar__mobile__menu__item a img {
    width: 24px;
    height: auto!important
}

.navbar__mobile .navbar__mobile__menu__item:last-child a {
    border-bottom: none
}

.page-hero {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column-reverse
}

@media (min-width:575px) {
    .page-hero {
        height: 300px
    }
}

@media (max-width:575px) {
    .page-hero {
        justify-content: center;
        height: 240px
    }
}

.page-hero:before {
    content: "";
    background: linear-gradient(180deg,#111,hsla(0,0%,7%,0));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1
}

@media(min-width:575px) {
    .page-hero:before {
        z-index: -1
    }
}

.page-hero .page-hero__content {
    z-index: 10;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center
}

@media(min-width:575px) {
    .page-hero .page-hero__content {
        padding-bottom: 100px
    }
}

@media(max-width:575px) {
    .page-hero .page-hero__content {
        margin-top: 20px
    }
}

.page-hero .page-hero__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-hero .page-hero__background img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-hero .page-hero__background img.page-hero__background__img--full {
    height: 403px;
    display: none
}

@media (min-width:575px) {
    .page-hero .page-hero__background img.page-hero__background__img--full {
        display: block!important
    }
}

.page-hero .page-hero__background img.page-hero__background__img--mobile {
    height: 261px;
    display: none
}

@media (max-width:575px) {
    .page-hero .page-hero__background img.page-hero__background__img--mobile {
        display: block!important
    }
}

.page-hero h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 28px;
    margin-bottom: 15px
}

@media(max-width:575px) {
    .page-hero h1 {
        font-size: 20px
    }
}

.page-hero p {
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.page-hero .page-hero__search-form {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: -35px
}

@media(max-width:575px) {
    .page-hero .page-hero__search-form {
        bottom: -120px
    }
}

.page-hero__search-form__spacing {
    height: 60px
}

@media(max-width:575px) {
    .page-hero__search-form__spacing {
        height: 135px
    }
}

.post-details {
    padding-top: 75px!important
}

.post-details .video-player {
    position: relative;
    margin-top: 1rem
}

@media(min-width:991px) {
    .post-details .video-player {
        padding: 0 60px
    }
}

.post-details .video-player iframe {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 1rem
}

.post-details .media-wrapper {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem
}

.post-details .media-wrapper .file-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.post-details .media-wrapper #video-info {
    flex-grow: 1
}

@media (min-width:1024px) {
    .post-details .media-wrapper #video-info {
        text-align: right
    }
}

.post-details .categories {
    margin-top: 1rem;
    margin-bottom: .75rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.post-details .categories a:after {
    content: ",";
    color: #fff
}

.post-details .categories a:last-child:after {
    content: ""
}

.post-details .featured-labels {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.post-details .featured-labels a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem .5rem .5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity,1));
    background: #fff
}

.post-details .featured-labels a,.post-details .featured-labels a span {
    border-radius: 9999px
}

.post-details .featured-labels a span {
    display: block;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
    height: 30px;
    width: 30px
}

.post-details .featured-labels a span img {
    margin: auto;
    width: 100%
}

.post-details .tags {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.post-details h3.h1 {
    margin-top: 4rem
}

.related-videos {
    text-align: center
}

.related-videos .loading,.related-videos button {
    margin-top: 1.25rem
}

.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 200px 20px!important
}

.error-page h1 {
    margin-bottom: 0!important
}

.error-page p {
    margin-bottom: 1.25rem
}

.error-page a {
    color: var(--primary-color)
}

body {
    font-family: Montserrat,serif;
    background: #141516;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

@media (min-width:1536px) {
    .container {
        max-width: 1510px!important
    }
}

.main-content {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1199px) {
    .main-content {
        padding: 6px;
    }
}

.button {
    border-radius: 1rem;
    padding: .25rem .75rem;
    font-weight: 600;
    color: rgb(255 255 255/var(--tw-text-opacity,1));
    background-color: #333
}

.button,.button.button--primary {
    --tw-text-opacity: 1
}

.button.button--primary {
    color: rgb(0 0 0/var(--tw-text-opacity,1));
    background-color: var(--primary-color)
}

.button.button--small {
    padding: .25rem .625rem;
    font-size: .75rem;
    line-height: 1rem
}

.button.button--large {
    padding: .5rem .875rem
}

@media (min-width:1024px) {
    .button.button--large {
        padding: .625rem 1.25rem
    }
}

.h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}

.hashtag {
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    padding: 7px 10px;
    border-radius: 16px;
    line-height: 18px
}

.loading {
    width: 48px;
    height: 48px;
    border: 5px dotted #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.text-logo {
    font-size: 25px
}

.text-logo span:first-child {
    color: var(--primary-color)
}