/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*============================HERO===================*/
.heroContainer .blogTypeSItem_media:before ,
.heroContainer .blogTypeSItem_media:after {
    content: none;
}
section.heroContainer {
    overflow: hidden;
    height: auto;
    border-radius: 0;
}
.heroContainer_sliderPart {
    position: relative;
    padding-top: calc(var(--headerHeight)*1.5);
}
.heroContainer_sliderPart .back-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    z-index: 1;
    pointer-events: none;
}
.aboutHero_media {
    position: absolute;
    inset: 0;
    z-index: 1;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    pointer-events: none;
}

.aboutHero_media-mask {
    position: absolute;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    background-position: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url(../img/about-hero-mask.png);
    mask-image: url(../img/about-hero-mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    display: block;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.aboutHero_media-background.size-full {
    background-color: var(--BrandYellow500);
}
section.heroContainer .blogTypeSItem {
    -ms-grid-columns: 2.44fr 1fr;
    grid-template-columns: 2.44fr 1fr;
    padding: 4.06rem  0;
    z-index: 1;
}
section.heroContainer .blogTypeSItem:after {
    content: none;
}
section.heroContainer .blogTypeSItem_info .title {
    font-size: 2.25rem;
    margin: .75rem 0 0 0;
}
.extra-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
}

section.heroContainer .tag_excerpt {
    width: 50%;
}

section.heroContainer .tag_excerpt .cta {
    width: 40%;
    margin: 1.31rem 0 0;
}

.extra-logo .logos .logo {
    width: 6.0625rem;
    height: 5.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 97/86;
}
section.heroContainer .blogTypeSItem:before {
    content: none;
}

section.heroContainer .swiper-pagination {
    width: calc(100% / 3.44) !important;
    margin-right: auto;
    top: calc(100% - 3rem) !important;
    bottom: auto !important;
}
html[dir=ltr] section.heroContainer .swiper-pagination {
    margin-right: 0;
    margin-left: auto;
    right: 0;
}
section.heroContainer .swiper-pagination .swiper-pagination-bullet {
    width: 2.8125rem;
    height: 0.25rem;
    background-color: var(--BrandGreen200);
    opacity: 1;
    margin: 0 .815rem !important;
    border-radius: 0;
}

section.heroContainer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--BrandGreen600);
}
.heroContainer_categoryPart {
    z-index: 2;
    position: relative;
    background-color: var(--BrandGreen600);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.heroContainer_categoryPart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/texture.png);
    mix-blend-mode: overlay;
    opacity: .5;
    z-index: 0;
    pointer-events: none;
}
.category-container .title {
    margin: 0 0 1.5rem;
}
/*============================HERO===================*/
/*============================SEARCH BAR===================*/
.header-blog-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    padding-block: 1rem;
}
.searchBar-container {
    flex: 0.5;
}
.searchBar-container input.search-input {
    color: var(--BrandYellow500);
}
.searchBar-container input.search-input::-webkit-input-placeholder{
    color: var(--BrandYellow500);
}
.searchBar-container input.search-input::-moz-placeholder{
    color: var(--BrandYellow500);
}
.searchBar-container input.search-input:-ms-input-placeholder{
    color: var(--BrandYellow500);
}
.searchBar-container input.search-input::-ms-input-placeholder{
    color: var(--BrandYellow500);
}
.searchBar-container input.search-input::placeholder{
    color: var(--BrandYellow500);
}
.searchBar-container input.search-input:-webkit-autofill,
.searchBar-container input.search-input:-webkit-autofill:hover,
.searchBar-container input.search-input:-webkit-autofill:focus{
    color: var(--BrandYellow500);
}
.searchBar-container:before ,
.searchBar-container:after {
    content: none;
}
.searchBar-container form {
    width: 100%;
}
.searchBar-container input.search-input {
    background: -o-linear-gradient(var(--white)) padding-box,             -o-repeating-linear-gradient(                    left,                    #495D59 0,                    #495D59 45%,                    #FFC53C 70%,                    #495D59 100%,                    #495D59 25%,                    #FFC53C 25%,                    #FFC53C 100%            ) border-box;
    background: -o-linear-gradient(var(--white)) padding-box,             -o-repeating-linear-gradient(                    left,                    #495D59 0,                    #495D59 45%,                    #FFC53C 70%,                    #495D59 100%,                    #495D59 25%,                    #FFC53C 25%,                    #FFC53C 100%            ) border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--white))) padding-box,             repeating-linear-gradient(                    90deg,                    #495D59 0,                    #495D59 45%,                    #FFC53C 70%,                    #495D59 100%,                    #495D59 25%,                    #FFC53C 25%,                    #FFC53C 100%            ) border-box;
    background: -o-linear-gradient(var(--white)) padding-box,             -o-repeating-linear-gradient(                    left,                    #495D59 0,                    #495D59 45%,                    #FFC53C 70%,                    #495D59 100%,                    #495D59 25%,                    #FFC53C 25%,                    #FFC53C 100%            ) border-box;
    /* background: linear-gradient(var(--white)) padding-box,             repeating-linear-gradient(                    90deg,                    #495D59 0,                    #495D59 45%,                    #FFC53C 70%,                    #495D59 100%,                    #495D59 25%,                    #FFC53C 25%,                    #FFC53C 100%            ) border-box; */
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--BrandGreen500);
    border: 1px solid #ffc53c;
    /* width: 20vw; */
}
.searchBar-container input.search-input:-webkit-autofill,
.searchBar-container input.search-input:-webkit-autofill:hover,
.searchBar-container input.search-input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--BrandGreen500) !important;
}
/*============================SEARCH BAR===================*/
/*===================================================RESPONSIVE*/
@media only screen and (max-width: 768px){
    .aboutHero_media .aboutHero_media-mask {
        -webkit-mask-image: url(../img/about-hero-mask-mobile-02.svg);
        mask-image: url(../img/about-hero-mask-mobile-02.svg);
        -webkit-transform: scale(8) !important;;
        -ms-transform: scale(8) !important;;
        transform: scale(8) !important;;
    }
    .heroContainer_sliderPart {
        padding-top: calc(var(--headerHeight)*1);
    }
    section.heroContainer .blogTypeSItem {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 3.25rem;
        padding: 3.06rem  0;
    }

    .blogTypeSItem_info .title_author_timeToRead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    section.heroContainer .blogTypeSItem_info .title {
        font-size: 2rem;
        margin: 0;
    }

    .blogTypeSItem_info {
        gap: 1rem;
    }

    .extra-logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    section.heroContainer .tag_excerpt {
        width: 100%;
    }

    .extra-logo .logos {
        position: absolute;
        top: 0;
        left: 0;
    }
    html[dir=ltr] .extra-logo .logos {
        left: auto;
        right: 0;
    }

    .extra-logo .logos .logo {
        width: 2.3125rem;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .blogTypeSItem_info .tag_excerpt .excerpt {
        margin-top: 2.5rem;
    }

    section.heroContainer .tag_excerpt .cta {
        width: 100%;
    }

    section.heroContainer .swiper-pagination {
        top: calc(((100vw - var(--spaceX)*2)* 1.5 / 2) + 4.06rem) !important;
        width: 100% !important;
    }
    .searchBar-container form {
        width: 100%;
    }

    .searchBar-container {
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    .aboutHero_media .aboutHero_media-mask {
        -webkit-mask-image: url(../img/about-hero-mask-mobile-01.svg);
        mask-image: url(../img/about-hero-mask-mobile-01.svg);
    }
    section.heroContainer .swiper-pagination {
        top: calc(((100vw - var(--spaceX)*2)* 1 / 2) + 3.06rem) !important;
    }
    section.heroContainer .tag_excerpt .cta {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    .aboutHero_media .aboutHero_media-mask {
        -webkit-mask-image: url(../img/about-hero-mask-mobile-01.svg);
        mask-image: url(../img/about-hero-mask-mobile-01.svg);
        -webkit-transform: scale(2.5) !important;
        -ms-transform: scale(2.5) !important;
        transform: scale(2.5) !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){}