.InfiniteCarousellBlog_carousell__QOdTL {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(1turn, #571494 29.37%, #d2157b 123.2%);
    height: 70vh;
    position: relative
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell__QOdTL {
        height: 80vh
    }
}

.InfiniteCarousellBlog_carousell_overlay__qo20B {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.InfiniteCarousellBlog_carousell_arrow_left__sgk4X {
    left: 2.5%
}

.InfiniteCarousellBlog_carousell_arrow_left__sgk4X,
.InfiniteCarousellBlog_carousell_arrow_right__0I5o7 {
    background-color: hsla(0, 0%, 100%, .7);
    border: none;
    position: absolute;
    z-index: 15;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.InfiniteCarousellBlog_carousell_arrow_right__0I5o7 {
    right: 2.5%
}

.InfiniteCarousellBlog_carousell_container___Cznz {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    transform: translateX(0);
    height: 85%;
    align-items: center
}

.InfiniteCarousellBlog_carousell_container_item__xavnE {
    width: 85%;
    height: 90%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 5%;
    left: 2.5%;
    position: relative;
    border-radius: 20px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item__xavnE {
        width: 95%;
        margin: 0;
        left: 2.5%
    }
}

.InfiniteCarousellBlog_carousell_container_item_content__ao9tf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%
}

.InfiniteCarousellBlog_carousell_container_item_content__ao9tf span {
    width: 50% !important
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content__ao9tf span {
        width: 90% !important
    }

    .InfiniteCarousellBlog_carousell_container_item_content__ao9tf {
        flex-direction: column
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_image__Ii5Xx {
    width: 50%;
    height: auto
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_image__Ii5Xx {
        width: 80%;
        margin-bottom: 20px
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_image__Ii5Xx img {
    width: 100%;
    height: auto;
    max-height: 40vh;
    object-fit: cover;
    border-radius: 10px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_image__Ii5Xx img {
        max-height: 18vh
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_image_default__iFjUY {
    background-color: #dbdbdb;
    width: 100%;
    height: 40vh;
    max-height: 40vh;
    border-radius: 10px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_image_default__iFjUY {
        max-height: 18vh
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_description__z5YGp {
    width: 50%;
    padding: 0 5%;
    color: #fff
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_description__z5YGp {
        width: 100%;
        margin-top: 10px
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_description_date__fPEvI {
    font-size: 12px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_description_date__fPEvI {
        font-size: 10px
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_description_title__c8wQy {
    font-size: 30px;
    margin-top: 20px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_description_title__c8wQy {
        font-size: 16px;
        margin-top: 10px
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_description_text__PHNFk {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_description_text__PHNFk {
        font-size: 12px;
        margin-top: 10px
    }
}

.InfiniteCarousellBlog_carousell_container_item_content_description_button__tkfJO {
    background-color: #d2157b;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_content_description_button__tkfJO {
        font-size: 11px;
        margin-top: 15px
    }
}

.InfiniteCarousellBlog_carousell_container_item_shading__IHpl9 {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(89.86deg, #563684 -3.37%, rgba(112, 47, 130, .85) 38.51%, rgba(210, 21, 123, 0) 99.88%);
    border-radius: 20px
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_container_item_shading__IHpl9 {
        background: linear-gradient(89.86deg, #563684 -3.37%, rgba(112, 47, 130, .85) 60.51%, rgba(210, 21, 123, 0) 99.88%)
    }
}

.InfiniteCarousellBlog_carousell_navigation__l_hAs {
    display: flex;
    height: 10%;
    width: 80%;
    align-items: center
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_navigation__l_hAs {
        width: 95%;
        margin-bottom: 20px
    }
}

.InfiniteCarousellBlog_carousell_navigation_list__FxtGI {
    display: flex;
    height: 40px;
    align-items: center;
    margin: 0 30px;
    width: 100%;
    justify-content: center
}

.InfiniteCarousellBlog_carousell_navigation_list_item__u1ktL {
    height: 7px;
    width: 25%;
    border-radius: 20px;
    margin: 10px;
    background-color: hsla(0, 0%, 92%, .5)
}

.InfiniteCarousellBlog_carousell_navigation_list_item_active__aBw_X {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fff
}

.InfiniteCarousellBlog_carousell_navigation__l_hAs button {
    background-color: #d9d9d9;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 40px;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .InfiniteCarousellBlog_carousell_navigation__l_hAs button {
        width: 30px;
        height: 30px
    }

    .InfiniteCarousellBlog_carousell_navigation__l_hAs button svg {
        height: 60%
    }
}

.Loader_loader__SVClf {
    border-radius: 50%;
    border: 3px solid #d2157b;
    border-top-color: #fff;
    width: 12px;
    height: 12px;
    animation: Loader_spin__GvVcn 2s linear infinite
}

.Loader_big__rMw7o {
    width: 48px;
    height: 48px
}

.Loader_white__PHx_6 {
    border: 3px solid #fff;
    border-top-color: #d2157b
}

.Loader_logo__IJNcC {
    display: flex;
    flex-direction: column;
    align-items: center
}

.Loader_logo__IJNcC img {
    width: 100px;
    animation: Loader_logo__IJNcC 3s linear infinite
}

@keyframes Loader_spin__GvVcn {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes Loader_logo__IJNcC {
    0% {
        filter: none
    }

    50% {
        filter: grayscale(100%)
    }

    to {
        filter: none
    }
}

.Blog_loader__tbbhp {
    min-height: calc(100vh - 80px);
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Blog_blog__uEt_v {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.Blog_blog_header__Tugo4 {
    width: 100%;
    background: #f7f7f7
}

@media only screen and (max-width:768px) {
    .Blog_blog_header__Tugo4 {
        padding-bottom: 30px
    }
}

.Blog_blog_header_title__puN1l {
    font-size: 40px;
    color: #585659;
    text-align: center;
    margin-top: 40px
}

@media only screen and (max-width:768px) {
    .Blog_blog_header_title__puN1l {
        font-size: 24px
    }
}

.Blog_blog_header_search__SyUfn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.Blog_blog_header_search_input__O4zup {
    border: 1px solid #bebebe;
    height: 40px;
    border-radius: 5px;
    color: #585659;
    width: 350px;
    padding: 0 15px;
    margin-right: 10px
}

.Blog_blog_header_search_input__O4zup::placeholder {
    color: #bebebe
}

.Blog_blog_header_search_input__O4zup:focus {
    outline: none;
    border: 1px solid #d2157b
}

@media only screen and (max-width:768px) {
    .Blog_blog_header_search_input__O4zup {
        width: 60%
    }
}

.Blog_blog_header_search_button__uJIZ5 {
    background-color: #d2157b;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center
}

.Blog_blog_header_search_button__uJIZ5 svg {
    margin-right: 5px
}

.Blog_blog_header_tag__Sq1Qu {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.Blog_blog_header_tag__Sq1Qu img {
    height: 30px;
    margin-right: 10px;
    margin-top: 5px
}

.Blog_blog_header_tag_collection__i9KhH {
    width: 20%
}

.Blog_blog_header_tag_collection_item__d5K6I {
    padding: 10px 15px;
    background-color: #e9e9e9;
    color: #585659;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    display: inline-block;
    margin: 5px
}

.Blog_blog_content__rvi1P {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.Blog_blog_content_nav__3kCU4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    padding-top: 30px;
    background: #f7f7f7
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_nav__3kCU4 {
        display: grid;
        grid-template-columns: auto auto auto;
        margin-bottom: 30px
    }
}

.Blog_blog_content_nav_item__0C7ve {
    width: 16.6666666667%;
    font-size: 20px;
    display: flex;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_nav_item__0C7ve {
        font-size: 14px;
        width: 100%;
        padding: 5px 10px
    }
}

.Blog_blog_content_nav_item__0C7ve div {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    color: #585659;
    padding: 10px 0
}

.Blog_blog_content_nav_item_active__AjFmC {
    transition: 1s;
    color: #d2157b !important;
    border-bottom: 3px solid #d2157b !important
}

.Blog_blog_content_loader__zV7Uk {
    margin-top: 20px;
    margin-bottom: 40px
}

.Blog_blog_content_body__4FVWo {
    margin-bottom: 40px;
    width: 85%
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body__4FVWo {
        margin-bottom: 20px
    }
}

.Blog_blog_content_body_title__NsIRE {
    margin-left: 20px;
    color: #585659
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_title__NsIRE {
        margin-left: 0;
        font-size: 20px
    }
}

.Blog_blog_content_body_list__fRuDI {
    display: grid;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    justify-content: space-between;
    margin-top: 10px
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_list__fRuDI {
        grid-template-columns: auto;
        width: 100%
    }
}

.Blog_blog_content_body_list_item__YNNtr {
    margin: 20px;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_list_item__YNNtr {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 10px;
        height: 90px
    }

    .Blog_blog_content_body_list_item_image__9VyrE {
        width: 40% !important;
        max-height: 100%;
        height: auto
    }
}

.Blog_blog_content_body_list_item_image__9VyrE img {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(186, 53, 191, .1);
    width: 100%;
    height: 13vw
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_list_item_image__9VyrE img {
        border-radius: 5px;
        height: auto;
        max-height: 100%
    }
}

.Blog_blog_content_body_list_item_image_default__aoBbc {
    background-color: #dbdbdb;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(186, 53, 191, .1);
    width: 100%;
    height: 13vw
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_list_item_image_default__aoBbc {
        border-radius: 5px;
        height: auto;
        max-height: 100%
    }

    .Blog_blog_content_body_list_item__YNNtr span {
        width: 50% !important
    }

    .Blog_blog_content_body_list_item_text__3dlQV {
        width: 60%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center
    }
}

.Blog_blog_content_body_list_item_text_detail__0EHl9 {
    display: flex;
    padding: 10px;
    font-size: 14px
}

.Blog_blog_content_body_list_item_text_detail_date__Qfu2S {
    margin-right: 30px;
    color: #434343
}

.Blog_blog_content_body_list_item_text_detail_tag__LCF27 {
    color: #434343;
    margin: 0 2px
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_list_item_text_detail__0EHl9 {
        font-size: 9px
    }
}

.Blog_blog_content_body_list_item_text_description__6t_sk {
    padding: 0 10px;
    line-height: 1.6
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_list_item_text_description__6t_sk {
        padding-top: 0;
        font-size: 11px
    }
}

.Blog_blog_content_body_button__0P9J0 {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_button__0P9J0 {
        margin-top: 10px;
        margin-bottom: 30px
    }
}

.Blog_blog_content_body_button_item__HWe7e {
    padding: 15px 30px;
    color: #fff;
    background-color: #d2157b;
    border: none;
    border-radius: 10px;
    cursor: pointer
}

.Blog_blog_content_body_load__tEi5L {
    background-color: #fff;
    padding: 10px 20px;
    border: solid #d2157b;
    border-width: 1px 1px 3px;
    color: #d2157b;
    font-weight: 700;
    width: 150px;
    cursor: pointer;
    margin: 20px calc(50% - 75px);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.Blog_blog_content_body_load__tEi5L:hover {
    background-color: #d2157b;
    color: #fff;
    transition: .3s
}

@media only screen and (max-width:768px) {
    .Blog_blog_content_body_load__tEi5L {
        margin: 20px calc(50% - 75px)
    }
}