body {
    margin: 0;
    padding: 0;
    background-color: #D1D3D8;
    overflow-x: hidden;
    position: relative;
}
.mobile_menu {
    background-color: #D1D3D8;
}
.mobile_menu a {
    color: #000000;
}
.mobile_menu::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;

    background-image: url("/pagrindinis_puslapis/grain.svg");
    background-repeat: repeat;

    opacity: 1;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;

    background-image: url("/pagrindinis_puslapis/grain.svg");
    background-repeat: repeat;

    opacity: 1;
}

body > * {
    position: relative;
    z-index: 1;
}
.header_container {
    flex-wrap: wrap;
}
.nav_item a,
.nav_item-cart a {
    color: #000000;
}
.nav_item a::after {
    background-color: #000000;
}
.nav_item a:hover {
    color: #000000;
}
.laf_logo_container {
    margin-top: 30px;
    width: 100%;
    max-height: 2000px;
    overflow: hidden;
    opacity: 1;

    transition:
        max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.45s ease;
}
.laf_logo_container.hidden {
    max-height: 0;
    opacity: 0;
}
.laf_main_text {
    height: auto;
    padding-bottom: 20px;
}
.laf_main_text h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
    letter-spacing: -1px;
}
.laf_main_text p {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 15pt;
}
.line {
    text-decoration: underline;
    text-decoration-thickness: 1.5 px;
    text-underline-offset: 9px;
}
.line_pink_box {
    text-decoration: underline;
    text-decoration-thickness: 1.5 px;
    text-underline-offset: 9px;
}
 .event_box.expanded .line {
    text-decoration: none;
}
.event_box.expanded .line_pink_box {
    text-decoration: none;
}
.yellow_box {
    position: relative;
    background-color: #CBC458;
    width: 100%;
    height: 150px;
    overflow: hidden;
    cursor: pointer;

    transition:
        height 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.yellow_box h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
}
.box_content {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
    z-index: 1;
}
.yellow_box.expanded {
    height: 500px;
}
.yellow_extra {
    max-width: 1050px;
    margin: 20px auto 0;

    opacity: 0;
    max-height: 0;
    overflow: hidden;

    transition:
        opacity 0.4s ease,
        max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.yellow_box.expanded .yellow_extra {
    opacity: 1;
    max-height: 1000px;
}
.yellow_box::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("/pagrindinis_puslapis/yellow_grain.svg");
    background-repeat: repeat;

    pointer-events: none;
    opacity: 1;
    z-index: 0;
}
.purple_box {
    position: relative;
    background-color: #CBA5CC;
    width: 100%;
    height: 150px;
    cursor: pointer;
    overflow: hidden;
}
.purple_box h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
    align-items: center
}
.purple_box::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("/pagrindinis_puslapis/purple_grain.svg");
    background-repeat: repeat;

    pointer-events: none;
    opacity: 1;
    z-index: 0;
}
.blue_box {
    position: relative;
    background-color: #B3C0DE;
    width: 100%;
    height: 150px;
    cursor: pointer;
    overflow: hidden;
}
.blue_box::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("/pagrindinis_puslapis/blue_grain.svg");
    background-repeat: repeat;

    pointer-events: none;
    opacity: 1;
    z-index: 0;
}
.blue_box h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
}
.pink_box {
    position: relative;
    background-color: #B3255B;
    width: 100%;
    height: 150px;
    cursor: pointer;
    overflow: hidden;
}
.pink_box h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
}
.pink_box::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("/pagrindinis_puslapis/pink_grain.svg");
    background-repeat: repeat;

    pointer-events: none;
    opacity: 1;
    z-index: 0;
}
.footer_container {
    padding-top: 50px;
}
.footer {
    position: relative;
    background-color: transparent;
    color: #000000;
    overflow: hidden;
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
}
.footer::before {
    display: none;
}
.footer_container {
    position: relative;
    z-index: 1;
}
.event_box {
    height: 150px;
    overflow: hidden;
    transition: height 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.event_box .box_content h1 {
    margin: 0;
    letter-spacing: -1px;
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
}
.event_box.expanded .box_extra {
    visibility: visible;
    opacity: 1;
}
.event_box.expanded .box_content {
    height: auto;
    padding-top: 50px;
    align-items: flex-start;
}
.event_box .box_extra_left {
    display: flex;
    flex-direction: column;
}
.event_box .box_extra h1 {
    margin: 0;

    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 20pt;
    font-style: italic;
}
.event_box .box_extra p {
    margin: 25px 0 0;

    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 15pt;
    line-height: 1.25;
}
.event_box .box_extra_right p {
    margin: 20px 0 0;
}
.event_box .box_extra_left a {
    margin-top: 100px;

    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 15pt;
    font-style: italic;

    color: #000;
    text-decoration: underline;
}
.event_box .box_extra_right a {
    margin-top: 50px;

    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 15pt;
    font-style: italic;

    color: #000;
    text-decoration: underline;
}
.event_box.expanded {
    height: auto;
    min-height: 0;
    padding-bottom: 52px;
    box-sizing: border-box;
}
.purple_box.event_box.expanded {
    height: auto;
    min-height: 595px;
}
.blue_box.event_box.expanded {
    height: auto;
    min-height: 625px;
}
.pink_box.event_box.expanded {
    height: auto;
    min-height: 680px;
}
.purple_box .box_extra_left a {
    margin-top: 60px;
}
.pink_box .box_extra_left a {
    margin-top: 50px;
}
.partneriai_container {
    width: fit-content;
    margin: 0 auto;
}
.partneriai_container h1 {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 16pt;
    margin-bottom: 10px;
    margin-top: 80px;
}
.partneriai {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
}
.laf_logo_horizontal {
    display: none;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

body:has(.event_box.expanded) .laf_logo_horizontal {
    display: block;
}
.special_br {
    display: none;
}
.facebook_link_mobile {
    display: none;
}


/* ============================= */
/* ADAPTIVE */
/* ============================= */


/* ============================= */
/* TABLETS */
/* 769px - 1200px */
/* ============================= */
@media (max-width: 1670px) {
    .event_box .box_content {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1656px) {
    .logo_partneriai {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 1506px) {
    .logo_partneriai {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 1395px) {
    .logo_partneriai {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1290px) {
    .logo_partneriai {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1655px) {
    .partneriai_container h1 {
        text-align: start;
    }
}
@media (max-width: 1235px) {
    .logo_partneriai {
        width: auto;
        height: auto;
    }
    .partneriai_container h1 {
        text-align: center;
        padding-bottom: 10px;
    }
}
@media (max-width: 1200px) {
    .event_box .box_extra {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .event_box .box_content h1,
    .event_box .box_extra h1 {
        font-size: 18pt;
    }

    .event_box .box_extra p {
        font-size: 14pt;
    }

    .event_box.expanded {
        height: auto;
        min-height: 600px;
    }

    .purple_box.event_box.expanded {
        min-height: 595px;
    }

    .blue_box.event_box.expanded {
        min-height: 625px;
    }

    .pink_box.event_box.expanded {
        min-height: 680px;
    }


    /* PARTNERIAI */

    .partneriai_container {
        width: 90%;
    }

    .partneriai_container h1 {
        font-size: 16pt;
        margin-top: 70px;
    }

    .partneriai {
        gap: 40px;
    }

    .laf_logo_horizontal {
        max-width: 80%;
        height: auto;
    }
}

@media (max-width: 1100px) {
    .laf_logo {
        padding-left: 50px;
    }
    .laf_main_text {
        padding-left: 50px;
    }
    .event_box .box_content {
        margin-left: 50px;
        margin-right: 30px;
    }
}
@media (max-width: 950px) {
    .special_br {
        display: block;
    }
    .laf_logo_container {
        padding-bottom: 0px;
    }
    .line {
    text-underline-offset: 6px;
    }
    .line_pink_box {
    text-underline-offset: 2px;
    }
}
@media (max-width: 778px) {
    br {
        display: none;
    }
}
/* ============================= */
/* SMALL TABLETS */
/* 481px - 768px */
/* ============================= */

@media (max-width: 768px) {

    /* LOGO */

    .laf_logo {
        width: 200px;
        height: auto;
    }

    .laf_logo_container {
        top: 50px;
        padding-bottom: 0px;
    }


    /* MAIN TEXT */

    .laf_main_text {
        height: auto;
        padding: 0px;
        padding-left: 50px;
    }

    .laf_main_text h1 {
        font-size: 18pt;
    }

    .laf_main_text p {
        font-size: 13pt;
    }


    /* EVENT */

    .event_box .box_content {
        width: auto;
        margin-left: 50px;
        margin-right: 30px;
    }

    .event_box .box_content h1 {
        font-size: 16pt;
    }


    /* EVENT CONTENT */

    .event_box .box_extra {
        width: auto;
        margin-left: 50px;
        margin-right: 30px;
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .event_box .box_extra_left,
    .event_box .box_extra_right {
        width: auto;
    }

    .event_box .box_extra h1 {
        font-size: 17pt;
    }

    .event_box .box_extra p {
        font-size: 13pt;
        line-height: 1.3;
    }
    .event_box .box_extra_right a {
        font-size: 19px;
    }


    /* EXPANDED */

    .event_box.expanded,
    .purple_box.event_box.expanded,
    .blue_box.event_box.expanded,
    .pink_box.event_box.expanded {
        height: auto;
        min-height: 0;
    }


    /* LINKS */

    .event_box .box_extra_left a,
    .purple_box .box_extra_left a,
    .pink_box .box_extra_left a {
        margin-top: 40px;
        margin-bottom: 30px;
    }


    /* COLORED BOXES */

    .yellow_box,
    .purple_box,
    .blue_box,
    .pink_box {
        height: 120px;
    }


    /* PARTNERIAI */

    .partneriai_container {
        width: calc(100% - 60px);
    }

    .partneriai_container h1 {
        font-size: 15pt;
        margin-top: 60px;
        margin-bottom: 15px;
    }

    .partneriai {
        gap: 30px;
    }

    .partneriai img {
        max-width: 180px;
        height: auto;
    }

    .laf_logo_horizontal {
        max-width: 85%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 40px;
    }


    /* FOOTER */

    .footer_container {
        padding-top: 30px;
    }
    .facebook_link_desktop {
        display: none;
    }
    .facebook_link_mobile {
        display: block;
    }
}
@media (max-width: 595px) {
    .event_box .box_content h1 {
        font-size: 14pt;
    }
}

@media (max-width: 550px) {
    .laf_logo {
        padding-left: 20px;
    }
    .laf_main_text {
        padding: 5px;
        padding-left: 20px;
    }
    .event_box .box_content {
        width: auto;
        margin-left: 20px;
        margin-right: 30px;
    }
}
/* ============================= */
/* PHONES */
/* up to 480px */
/* ============================= */

@media (max-width: 480px) {

    /* HEADER */

    .header_container {
        flex-wrap: wrap;
    }

    .laf_logo_container {
        top: 30px;
    }


    /* MAIN TEXT */

    .laf_main_text {
        height: auto;
        padding: 0;
        padding-left: 20px;
    }

    .laf_main_text h1 {
        font-size: 16pt;
    }

    .laf_main_text p {
        font-size: 12pt;
        line-height: 1.3;
    }


    /* EVENT */

    .event_box {
        height: 100px;
    }

    .event_box .box_content {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .event_box .box_content h1 {
        font-size: 14pt;
        line-height: 1.1;
    }


    /* EVENT CONTENT */

    .event_box .box_extra {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;

        grid-template-columns: 1fr;
        gap: 25px;
    }

    .event_box .box_extra_left,
    .event_box .box_extra_right {
        width: auto;
    }

    .event_box .box_extra h1 {
        font-size: 14pt;
        line-height: 1.2;
    }

    .event_box .box_extra p {
        font-size: 11pt;
        line-height: 1.35;
        margin-top: 15px;
    }

    .event_box .box_extra_right p {
        margin-top: 10px;
    }
    .event_box .box_extra_right a {
        font-size: 17px;
    }


    /* EXPANDED */

    .event_box.expanded,
    .purple_box.event_box.expanded,
    .blue_box.event_box.expanded,
    .pink_box.event_box.expanded {
        height: auto;
        min-height: 0;
    }


    /* LINKS */

    .event_box .box_extra_left a,
    .purple_box .box_extra_left a,
    .pink_box .box_extra_left a {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 11pt;
    }


    /* COLORED BOXES */

    .yellow_box,
    .purple_box,
    .blue_box,
    .pink_box {
        height: 100px;
    }


    /* PARTNERIAI */

    .partneriai_container {
        width: calc(100% - 40px);
    }

    .partneriai_container h1 {
        font-size: 14pt;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .partneriai {
        gap: 20px;
        margin-bottom: 15px;
    }

    .partneriai img {
        max-width: 130px;
        max-height: 70px;
        width: auto;
        height: auto;
    }


    /* HORIZONTAL LAF LOGO */

    .laf_logo_horizontal {
        max-width: 90%;
        width: auto;
        height: auto;

        padding-top: 5px;
        padding-bottom: 30px;
    }


    /* FOOTER */

    .footer_container {
        padding-top: 20px;
    }
}

@media (max-width: 440px) {
    .event_box .box_content h1 {
        font-size: 14pt;
    }
}

/* ============================= */
/* VERY SMALL PHONES */
/* up to 360px */
/* ============================= */

@media (max-width: 360px) {
    .laf_main_text h1 {
        font-size: 15pt;
    }

    .laf_main_text p {
        font-size: 11pt;
    }


    .event_box .box_content {
        margin-left: 20px;
        margin-right: 15px;
    }

    .event_box .box_content h1 {
        font-size: 12pt;
    }

    .event_box .box_extra {
        margin-left: 20px;
        margin-right: 15px;
        gap: 20px;
    }

    .event_box .box_extra h1 {
        font-size: 13pt;
    }

    .event_box .box_extra p {
        font-size: 10.5pt;
    }
    .event_box .box_extra_right a {
        font-size: 16px;
    }


    /* PARTNERIAI */

    .partneriai_container {
        width: calc(100% - 30px);
    }

    .partneriai_container h1 {
        font-size: 13pt;
        margin-top: 40px;
    }

    .partneriai {
        gap: 15px;
    }

    .partneriai img {
        max-width: 110px;
        max-height: 60px;
    }

    .laf_logo_horizontal {
        max-width: 95%;
        padding-bottom: 25px;
    }
}
@media (max-width: 295px) {
    .line {
     text-underline-offset: 2px;
    }
}
@media (max-width: 240px) {
    .box_content {
    flex-wrap: nowrap;
    }
}
.event_box .box_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.box_extra {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    overflow: hidden;
    opacity: 1;
}
.box_extra_right {
    width: 1000px;
}
.box_extra_left {
    width: 1000px;
}
.instagram_button {
    color: #000000;
    text-underline-offset: 5px;
}