.container-894 {
    width: 100%;
    max-width: 89.4rem;
    margin: 0 auto;
}

.container-1126 {
    width: 100%;
    max-width: 112.6rem;
    margin: 0 auto;
}

.container-1352 {
    width: 100%;
    max-width: 135.2rem;
    margin: 0 auto;
}

.container-1356 {
    width: 100%;
    max-width: 135.6rem;
    margin: 0 auto;
}

.header_transparent .header {
    height: 6.3rem;
}

.header_transparent .header_in {
    background: unset;
    border-bottom: 1px solid rgba(40, 69, 57, 0.3);
}

.header nav * {
    color: var(--primary);
}

.header_transparent .logo svg:not(.v2_logo_flag) path {
    fill: var(--primary);
}

.breadcrumbs-wrapper {
    margin-top: 2rem;
}

.hero-content {
    margin-top: 12rem;
}

.hero-content .container > .content-wrapper {
    width: 100%;
    max-width: 55.1rem;
    margin: 0 auto;
}

.hero-content .container > .content-wrapper > h1 {
    font-size: 5.4rem;
    line-height: 6.6rem;
    text-align: center;
    font-family: 'mikhmoret';
    font-weight: 700;
}

.hero-content .container > .content-wrapper {
    margin-top: 0.8rem;
}

.hero-content .container > .content-wrapper > p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.hero-content .container > .image-wrapper {
    margin-top: 9rem;
    width: 89.4rem;
}

.hero-content .container > .image-wrapper > img {
    width: 100%;
    height: auto;
    border-radius: 4rem;
}

.hero-content .container > .central-item {
    margin-top: 2.4rem;
}

.hero-content .container > .central-item .hashtags {
    display: flex;
    align-items: center;
}

.hero-content .container > .central-item .hashtags .single-hashtag {
    font-size: 1.1rem;
    line-height: 0.559rem;
}

.hero-content .container > .central-item .hashtags .single-hashtag:not(:first-child) {
    margin-right: 0.5rem;
}

.hero-content .container > .central-item > .content-wrapper {
    margin-top: 0.4rem;
}

.hero-content .container > .central-item > .content-wrapper > h2 {
    font-size: 3.8rem;
    line-height: 4.4rem;
    font-family: 'mikhmoret';
    font-weight: 700;
}

.hero-content .container > .central-item > .content-wrapper > p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.6rem;
}

.hero-content .container > .central-item > .content-wrapper > h2 + p {
    margin-top: 0.4rem;
}

.more-items-wrapper {
    margin-top: 10rem;
}

.more-items-wrapper .container > .title-wrapper {
    font-size: 3.8rem;
    line-height: 4.4rem;
}

.more-items-wrapper .container > .more-items {
    margin-top: 2.4rem;
    display: grid;
}

.more-items-wrapper .container > .more-items.grid-1 {
    grid-template-columns: minmax(0, 1fr);
}

.more-items-wrapper .container > .more-items.grid-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 3.8rem;
}

.more-items-wrapper .container > .more-items.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3.8rem;
}

.more-items-wrapper .container > .more-items .single-item .image-wrapper > img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.more-items-wrapper .container > .more-items .single-item .content-inner {
    padding: 0 1.6rem;
    margin-top: 2rem;
}

.more-items-wrapper .container > .more-items .single-item .content-inner .hashtags-wrapper {
    display: flex;
    align-items: center;
}

.more-items-wrapper .container > .more-items .single-item .content-inner .hashtags-wrapper .single-hashtag {
    font-size: 1.1rem;
    line-height: 0.559rem;
    text-align: center;
}

.more-items-wrapper .container > .more-items .single-item .content-inner .hashtags-wrapper .single-hashtag:not(:first-child) {
    margin-right: 0.5rem;
}

.more-items-wrapper .container > .more-items .single-item .content-inner > .content-wrapper {
    margin-top: 0.6rem;
}

.more-items-wrapper .container > .more-items .single-item .content-inner > .content-wrapper > h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: right;
    font-family: 'mikhmoret';
    font-weight: 700;
}

.more-items-wrapper .container > .more-items .single-item .content-inner > .content-wrapper > p {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: right;
}

.more-items-wrapper .container > .more-items .single-item .content-inner > .content-wrapper > p:not(:nth-child(2)) {
    margin-top: 0.8rem;
}

.marketing-banner {
    margin-top: 10rem;
}

.marketing-banner > .container {
    display: grid;
}

.marketing-banner > .container > * {
    grid-area: 1/1/-1/-1;
}

.marketing-banner > .container .image-wrapper {
    width: 100%;
    height: 46.7rem;
}

.marketing-banner > .container .image-wrapper > img {
    width: 100%;
    height: 100%;
}

.marketing-banner > .container .content-wrapper {
    align-self: center;
    justify-self: center;
    z-index: 2;
    background: var(--bg_btn);
    padding: 4.8rem 10.4rem;
    border-radius: 4rem;
    border: 1px solid var(--primary);
}

.marketing-banner > .container .content-wrapper > .subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 0.8rem;
}

.marketing-banner > .container .content-wrapper > .title-wrapper {
    font-size: 3.8rem;
    line-height: 4.4rem;
    text-align: center;
    margin-bottom: 2rem;
}

.marketing-banner > .container .content-wrapper > .button-wrapper {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 1.1rem 0;
    color: var(--bg_light);
    background-color: var(--primary);
    border: 1px solid var(--bg_light);
    width: 22.7rem;
    display: block;
    margin: 0 auto;
    border-radius: 4rem;
}

.video-recipes-wrapper {
    margin-top: 10rem;
}

.video-recipes-wrapper > .container > .title-wrapper {
    font-size: 3.8rem;
    line-height: 4.4rem;
    margin-bottom: 0.6rem;
}

.video-recipes-wrapper > .container > .subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.video-recipes-wrapper > .container .videos-slider,
.video-recipes-wrapper > .container .more_branchs_btns.videos-slider-buttons {
    display: none;
}

.video-recipes-wrapper > .container .videos-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 2.4rem;
    margin-top: 4rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper .image-and-button-wrapper {
    display: grid;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper .image-and-button-wrapper > * {
    grid-area: 1/1/-1/-1;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper .image-and-button-wrapper > .image-wrapper > img {
    width: 100%;
    height: auto;
    border-radius: 4rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper .image-and-button-wrapper > .play-button {
    align-self: center;
    justify-self: center;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper a > .text-wrapper {
    margin-top: 2rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper a > .text-wrapper .hashtags {
    display: flex;
    margin-bottom: 0.6rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper a > .text-wrapper .hashtags .single-hashtag {
    font-size: 1.1rem;
    line-height: 0.559rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper a > .text-wrapper .hashtags .single-hashtag:not(:first-child) {
    margin-right: 0.5rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper  a > .text-wrapper > .title-wrapper {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper  a > .text-wrapper > .writer {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 0.8rem;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper  a > .text-wrapper > .content-wrapper {
    width: 100%;
}

.video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper  a > .text-wrapper > .content-wrapper > p {
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.tips-wrapper {
    margin-top: 10rem;
}

.tips-wrapper > .title-wrapper {
    font-size: 3.8rem;
    line-height: 4.4rem;
    margin-bottom: 4rem;
}

/*
.tips-wrapper .tips-slider {
    padding-right: 1.5rem;
}
*/

.tips-wrapper .owl-stage {
    display: flex;
}

.tips-wrapper .owl-stage-outer {
    padding: 0 2.92vw;
  }
  

.tips-wrapper .tips-slider .single-slide {
    width: 32rem;
    width: 22.2vw;
}

.tips-wrapper .tips-slider .single-slide .image-wrapper {
    margin-bottom: 2rem;
}

.tips-wrapper .tips-slider .single-slide .image-wrapper img {
    border-radius: 2rem;
}

.tips-wrapper .tips-slider .single-slide .hashtags {
    display: flex;
    margin-bottom: 0.6rem;
}

.tips-wrapper .tips-slider .single-slide .hashtags .single-hashtag {
    font-size: 1.1rem;
    line-height: 0.559rem;
    text-align: center;
}

.tips-wrapper .tips-slider .single-slide .hashtags .single-hashtag:not(:first-child) {
    margin-right: 0.5rem;
}

.tips-wrapper .tips-slider .single-slide a > .title-wrapper {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: right;
}

.tips-wrapper .tips-slider .single-slide a > .writer {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: right;
    margin-bottom: 0.8rem;
}

.tips-wrapper .tips-slider .single-slide a > .content-wrapper {
    width: 100%;
    max-width: 25.6rem;
}

.tips-wrapper .tips-slider .single-slide a > .content-wrapper > p {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: right;
}

.tips-wrapper .more_branchs_btns {
    z-index: 2;
    /* align-self: flex-end; */
    margin-top: 6rem;
    margin-bottom: 2.1rem;
    grid-area: 2/1/3/3;
}

.tips-wrapper .more_branchs_btns1 a:last-child {
    margin-right: 1.5rem;
}

.tips-wrapper .more_branchs_btns1 a {
    cursor: auto;
    pointer-events: none;
    border-radius: 50%;
}

.tips-wrapper .more_branchs_btns1 a.active {
    cursor: pointer;
    pointer-events: unset;
}

.tips-wrapper .more_branchs_btns1 svg {
    display: block;
    width: 3.8rem;
    height: 0.97rem;
    opacity: .3;
}
.tips-wrapper .more_branchs_btns1 a.active svg {
    opacity: 1;
}

.tips-wrapper .more_branchs_scroll_bar {
    height: 1px;
    direction: ltr;
    background-color: rgba(40, 69, 57, 0.3);
    margin-top: 2rem;
}

.tips-wrapper .more_branchs_scroll_bar_drag {
    height: 1px;
    width: 40rem;
    background-color: rgba(40, 69, 57, 1);
    position: relative;
    top: 0;
    cursor: pointer;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.articles-archive {
    margin-top: 10rem;
}

.articles-archive > .container > .title-wrapper {
    font-size: 3.8rem;
    line-height: 4.4rem;
}

.articles-archive > .container > .archive-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 2.4rem;
    margin-top: 4rem;
}

.articles-archive > .container > .archive-wrapper .single-post a {
    display: grid;
    grid-template-columns: minmax(0, 35rem) minmax(0, 1fr);
    grid-gap: 2.4rem;
    align-items: center;
}

.articles-archive > .container > .archive-wrapper .single-post a > .image-wrapper > img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper .hashtags {
    display: flex;
    margin-bottom: 0.6rem;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper .hashtags .single-hashtag {
    font-size: 1.1rem;
    line-height: 0.559rem;
    text-align: center;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper .hashtags .single-hashtag:not(:first-child) {
    margin-right: 0.5rem;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .title-wrapper {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: right;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .writer {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: right;
    margin-bottom: 0.8rem;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .content-wrapper {
    width: 100%;
    max-width: 25.6rem;
}

.articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .content-wrapper > p {
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: right;
}
.newsletter-wrapper {
    margin-top: 10rem;
    padding-bottom: 9.2rem;
}
.newsletter-wrapper>.container {
    background-color: var(--accent);
    border-radius: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.5rem 0;
    position: relative;
}
.newsletter-wrapper > .container > svg {
    position: absolute;
    width: 28rem;
    height: auto;
    inset-inline-end: 2rem;
    bottom: -9.2rem;
}
.newsletter-wrapper>.container>.subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 0.8rem;
    color: var(--primary);
}
.newsletter-wrapper>.container>.title-wrapper {
    font-size: 3.8rem;
    line-height: 4.4rem;
    text-align: center;
    margin-bottom: 0.8rem;
    color: var(--primary);
}
.newsletter-wrapper>.container>.acini_form {
    width: 100%;
    max-width: 32.1rem;
}
.newsletter-wrapper .checkbox_mark svg path {
    stroke: var(--primary);
}
.newsletter-wrapper .checkbox_mark {
    border: 1px solid var(--primary);
}
.newsletter-wrapper p,
.newsletter-wrapper .gen_error,
.newsletter-wrapper .acini_form_group_checkbox span,
.newsletter-wrapper .err_handler {
    color: var(--primary);
}


@media (min-width: 768px) {
    .marketing-banner:last-child {
        margin-top: 1rem;
    }
}
@media (max-width: 768px) {
    .breadcrumbs-wrapper {
        display: none;
    }

    .hero-content {
        margin-top: 4rem;
    }

    .hero-content .container {
        padding: 0 1.5rem;
    }

    .hero-content .container > .content-wrapper > h1 {
        font-size: 3.8rem;
        line-height: 4.4rem;
    }

    .hero-content .container > .content-wrapper {
        margin-top: 0;
    }

    .hero-content .container > .content-wrapper > p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .hero-content .container > .image-wrapper {
        margin-top: 4rem;
        width: 100%;
        height: auto;
    }

    .hero-content .container > .image-wrapper img {
        border-radius: 2rem;
    }

    .hero-content .container > .central-item {
        margin-top: 2rem;
    }

    .hero-content .container > .central-item > .content-wrapper {
        margin-top: 0.2rem;
    }

    .hero-content .container > .central-item > .content-wrapper > h2 {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-bottom: .7rem;
    }

    .hero-content .container > .central-item > .content-wrapper > h2 + p {
        margin-top: 0;
    }

    .hero-content .container > .central-item > .content-wrapper > p {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-top: 0.8rem;
    }

    .more-items-wrapper {
        margin-top: 4.8rem;
    }

    .more-items-wrapper .container {
        padding: 0 1.5rem;
    }

    .more-items-wrapper .container > .title-wrapper {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }

    .more-items-wrapper .container > .more-items {
        margin-top: 2rem;
    }

    .more-items-wrapper .container > .more-items.grid-1,
    .more-items-wrapper .container > .more-items.grid-2,
    .more-items-wrapper .container > .more-items.grid-3 {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 4rem;
    }

    .more-items-wrapper .container > .more-items .single-item .content-inner > .content-wrapper {
        margin-top: 0.2rem;
    }

    .more-items-wrapper .container > .more-items .single-item .content-inner > .content-wrapper > h3 {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-bottom: .7rem;
    }

    .marketing-banner {
        margin-top: 4.8rem;
    }

    .marketing-banner > .container .image-wrapper {
        height: 22.7rem;
    }

    .marketing-banner > .container .image-wrapper > img {
        object-fit: cover;
    }

    .marketing-banner > .container .content-wrapper {
        margin: 12.7rem 1.35rem 0;
        padding: 3.2rem 2.4rem 2.4rem;
        backdrop-filter: blur(10px);
    }

    .marketing-banner > .container .content-wrapper > .subtitle {
        margin-bottom: 0.4rem;
    }

    .marketing-banner > .container .content-wrapper > .title-wrapper {
        font-size: 2.8rem;
        line-height: 3.6rem;
        margin-bottom: 1.6rem;
    }

    .marketing-banner > .container .content-wrapper > .button-wrapper {
        width: 24.5rem;
        padding: 0;
        height: 4.5rem;
        line-height: 4.5rem;
    }

    .video-recipes-wrapper {
        margin-top: 4.8rem;
    }

    .video-recipes-wrapper > .container {
        padding: 0 1.5rem;
    }

    .video-recipes-wrapper > .container > .title-wrapper {
        font-size: 2.9rem;
        line-height: 3.6rem;
        margin: 0;
    }

    .video-recipes-wrapper > .container > .subtitle {
        font-size: 1.4rem;
        line-height: 1.652rem;
    }

    .video-recipes-wrapper > .container .videos-wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 4rem;
        margin-top: 2rem;
    }

    .video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper .image-and-button-wrapper > .image-wrapper > img {
        border-radius: 2rem;
    }

    .video-recipes-wrapper > .container .videos-wrapper .single-video-wrapper a > .text-wrapper > .title-wrapper {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-bottom: .7rem;
    }

    /*
    .video-recipes-wrapper > .container .videos-wrapper {
        display: none;
    }

    .video-recipes-wrapper > .container .more_branchs_btns.videos-slider-buttons {
        display: block;
    }

    .video-recipes-wrapper > .container .videos-slider {
        display: block;
        margin-top: 2rem;
    }

    .video-recipes-wrapper > .container .videos-slider .single-slide .image-and-button-wrapper {
        display: grid;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide .image-and-button-wrapper > * {
        grid-area: 1/1/-1/-1;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide .image-and-button-wrapper > .image-wrapper > img {
        width: 100%;
        height: auto;
        border-radius: 2rem;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide .image-and-button-wrapper > .play-button {
        align-self: center;
        justify-self: center;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper {
        margin-top: 2rem;
        text-align: center;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper .hashtags {
        display: flex;
        justify-content: center;
        margin-bottom: 0.2rem;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper .hashtags .single-hashtag {
        font-size: 1.1rem;
        line-height: 0.559rem;
        text-align: center;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper .hashtags .single-hashtag:not(:first-child) {
        margin-right: 0.5rem;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper > .title-wrapper {
        font-size: 2.2rem;
        line-height: 3.5rem;
        text-align: center;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper > .writer {
        font-size: 1.4rem;
        line-height: 1.9rem;
        text-align: center;
        margin-bottom: 0.8rem;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper > .content-wrapper {
        width: 100%;
        max-width: 25.6rem;
        margin: 0 auto;
    }
    
    .video-recipes-wrapper > .container .videos-slider .single-slide a > .text-wrapper > .content-wrapper > p {
        font-size: 1.4rem;
        line-height: 1.9rem;
        text-align: center;
    }
    */

    .video-recipes-wrapper .more_branchs_btns {
        z-index: 2;
        /* align-self: flex-end; */
        margin-top: 3.2rem;
        margin-bottom: 2.1rem;
        grid-area: 2/1/3/3;
    }
    
    .video-recipes-wrapper .more_branchs_btns1 a:last-child {
        margin-right: 1.5rem;
    }
    
    .video-recipes-wrapper .more_branchs_btns1 a {
        cursor: auto;
        pointer-events: none;
        border-radius: 50%;
    }
    
    .video-recipes-wrapper .more_branchs_btns1 a.active {
        cursor: pointer;
        pointer-events: unset;
    }
    
    .video-recipes-wrapper .more_branchs_btns1 svg {
        display: block;
        width: 3.8rem;
        height: 0.97rem;
        opacity: .3;
    }
    .video-recipes-wrapper  .more_branchs_btns1 a.active svg {
        opacity: 1;
    }
    
    .video-recipes-wrapper .more_branchs_scroll_bar {
        height: 1px;
        direction: ltr;
        background-color: rgba(40, 69, 57, 0.3);
        margin-top: 2rem;
    }
    
    .video-recipes-wrapper .more_branchs_scroll_bar_drag {
        height: 1px;
        width: 40rem;
        background-color: rgba(40, 69, 57, 1);
        position: relative;
        top: 0;
        cursor: pointer;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tips-wrapper {
        margin-top: 4.8rem;
        padding: 0 1.5rem 0 0;
    }

    .tips-wrapper .owl-stage-outer {
        padding: 0;
    }

    .tips-wrapper > .title-wrapper {
        font-size: 2.8rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
        padding-inline-end: 1.5rem;
        text-align: center;
    }

    .tips-wrapper .tips-slider {
        padding-right: 0;
    }

    .tips-wrapper .tips-slider .single-slide .hashtags {
        margin-bottom: 0.2rem;
    }

    .tips-wrapper .tips-slider .single-slide a > .title-wrapper {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-bottom: .7rem;
    }

    .tips-wrapper .more_branchs_btns {
        margin-top: 3rem;
        padding-left: 1.5rem;
    }

    .articles-archive {
        margin-top: 4.8rem;
    }

    .articles-archive .container {
        padding: 0 1.3rem;
    }

    .articles-archive > .container > .archive-wrapper {
        margin-top: 2rem;
        grid-template-columns: minmax(0, 1fr);
    }

    .articles-archive > .container > .archive-wrapper .single-post a {
        grid-gap: 2rem;
    }

    .articles-archive > .container > .archive-wrapper .single-post .text-wrapper .hashtags {
        margin-bottom: 0.2rem;
        flex-wrap: wrap;
        gap: 1rem .5rem;
    }

    .articles-archive > .container > .archive-wrapper .single-post .text-wrapper .hashtags .single-hashtag:not(:first-child) {
        margin-right: 0rem;
      }

    .articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .title-wrapper {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin: .35rem 0;
    }

    .articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .writer {
        margin-bottom: 0;
    }

    .articles-archive > .container > .archive-wrapper .single-post .text-wrapper > .content-wrapper {
        display: none;
    }
    .newsletter-wrapper {
        margin-top: 6rem;
        padding: 0;
    }
    .newsletter-wrapper>.container {
        padding: 2.4rem 1.5rem;
        border-radius: 0;
        align-items: flex-start;
    }
    .newsletter-wrapper > .container > svg {
        position: absolute;
        width: 11.5rem;
        height: auto;
        inset-inline-end: 1.5rem;
        bottom: auto;
        top: -2rem;
    }
    .newsletter-wrapper>.container>.subtitle {
        margin-bottom: 0.4rem;
    }
    .newsletter-wrapper>.container>.title-wrapper {
        font-size: 2.8rem;
        line-height: 3.6rem;
        margin-bottom: 2.8rem;
    }
    .newsletter-wrapper>.container>.acini_form {
        max-width: 25.2rem;
    }
    .newsletter-wrapper>.container>.acini_form .acini_form_group textarea:focus+label,
    .newsletter-wrapper>.container>.acini_form .acini_form_group select:focus+label,
    .newsletter-wrapper>.container>.acini_form .acini_form_group input:focus+label,
    .newsletter-wrapper>.container>.acini_form .acini_form_group .input--filled+label {
        line-height: 0.5rem;
    }

}

@media (max-width: 600px) {
    .breadcrumbs-wrapper {
        display: none;
    }

    .header_transparent .header_outer {
        height: auto !important;
    }

    div.header_nav_mobile {
        background-color: #F1E9E1;
        border-bottom: 1px solid rgba(40, 69, 57, 0.3);
    }

    .main_menu_toggle svg line {
        stroke: var(--primary);
    }

    .tips-wrapper .tips-slider .single-slide {
        width: 21.3rem;
    }

    .articles-archive > .container > .archive-wrapper .single-post a {
        grid-template-columns: minmax(0, 13.7rem) minmax(0, 1fr);
    }
}