@import"https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Lexend:wght@100;200;300;400;500;600;700;800&display=swap";*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:Lexend,sans-serif;background-color:#f5f5f5;max-width:100vw}@media only screen and (min-width:550px){.mainpageTextArea{position:relative;top:0;width:100%;height:100vh;margin-top:15vh}.mainpageTextArea h1{font-weight:400;font-size:3rem;position:relative;width:100%;text-align:center}.mainpageTextArea h2,.mainpageTextArea h3,.mainpageTextArea p{font-weight:300;font-size:1.7rem;position:relative;margin-left:auto;margin-right:auto;width:80%;text-align:center}.productsLink{width:max-content;padding:1vh 2vw;display:block;background-color:#004225;color:#fff;border-radius:25px;margin-top:1vh;margin-left:auto;margin-right:auto}}@media only screen and (max-width:550px){.mainpageTextArea{position:relative;top:0;width:100%;height:100vh}.mainpageTextArea h1{font-weight:500;font-size:2rem;position:relative;width:100%;text-align:center;top:15vh}.mainpageTextArea h2,.mainpageTextArea h3,.mainpageTextArea p{text-align:justify;justify-content:inter-character;font-weight:400;font-size:1.3rem;position:relative;margin-left:auto;margin-right:auto;width:80%}.productsLink{width:max-content;padding:1vh 2vw;display:block;background-color:#004225;color:#fff;border-radius:25px;margin-top:1vh;margin-left:auto;margin-right:auto}}body{background-color:#f5f5f5}@media only screen and (min-width:550px){.image-container{position:relative;display:inline-block;overflow:hidden;display:block;width:100%;height:auto}.image-container img{width:100vw;height:100vh;object-fit:fill;animation:zoomInOut 20s cubic-bezier(.46,.03,.52,.96) infinite}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.image-container .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.image-container .overlay #scrollDownBtn{position:absolute;top:90vh;left:48.75vw;background-color:rgba(0,0,0,0);background-repeat:no-repeat;border:none;cursor:pointer;outline:none;color:#fff;font-size:7vh}.image-container .overlay #scrollDownBtn .scrollDownButtonText{height:0;font-size:2vh}.image-container .overlay #scrollDownBtn .scrollDownSymbol{box-shadow:0 2px 5px rgba(0,0,0,.2);transition:transform .3s ease-in-out;animation:pullDown 1.5s ease-in-out infinite;transform-origin:top}@keyframes pullDown{0%{transform:scaleY(1)}50%{transform:scaleY(1.1)}to{transform:scaleY(1)}}.image-container .overlay #scrollDownBtn .scrollDownSymbol:hover{transform:translateY(10px)}.image-container .overlay P.title{top:20vh;left:5vw;position:absolute;font-weight:400;font-size:7vh;padding-top:1vh;padding-bottom:2vh;color:#fff}.image-container .overlay p.handwritten{position:absolute;top:35vh;left:5vw;font-size:4vh;font-family:handwritten_font;font-weight:300;font-style:normal;color:#fff;width:80vw}.image-container .overlay .animated-text{opacity:0;animation:fadeIn 2.5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.textArea{background-color:#f5f5f5;color:#1f1f1f;position:relative;top:10vh;width:100%}.textArea .title{color:#302f23;font-weight:400;padding-top:5vh}.textArea .text,.textArea .title{font-size:2.5rem;position:relative;padding-bottom:2vh;width:100%;text-align:center}.textArea .text{font-weight:500;padding-top:2vh}.textArea .link,.textArea .text{color:#fff;background-color:#004225}.textArea .link{width:max-content;padding:1vh 2vw;border-radius:25px;margin-top:1vh;margin-left:auto;margin-right:auto}.textArea .divider{position:relative;width:100vw;height:20vh}.textArea .description{position:relative;width:100vw;margin-left:auto;margin-right:auto;padding-bottom:1%;display:inline-flex;background-color:#f5f5f5;color:#1f1f1f;width:100%;font-weight:300;font-size:1.1rem}.textArea .description .col1,.textArea .description .col2{position:relative;top:0;width:47%}.textArea .description .col1{margin:auto 2vw}.textArea .description .col1 .tablesList{position:relative;font-size:1.3rem;font-weight:400!important;width:100%;background-color:#f5f5f5;margin-left:auto;margin-right:auto;padding-bottom:5vh}.textArea .description .col1 .tablesList h3{font-weight:400;margin-top:3vh;margin-bottom:3vh;text-align:center}.textArea .description .col1 .tablesList table{margin-left:auto;margin-right:auto;width:100%;border-collapse:collapse}.textArea .description .col1 .tablesList td,.textArea .description .col1 .tablesList th{border:1px solid #bbb;text-align:left;padding:2px}.textArea .description .col1 .tablesList tr:nth-child(2n){background-color:#f5f5f5}.textArea .description .col1 .tablesList table{counter-reset:rowNumber}.textArea .description .col1 .tablesList table tr:first-child:before{content:""}.textArea .description .col1 .tablesList table tr:nth-child(n+2):before{font-size:1.2rem;font-weight:400;counter-increment:rowNumber;content:counter(rowNumber) "."}.textArea .description p{width:100%;text-align:center;padding-top:1vh}.textArea .productsContainer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.textArea .productsContainer .product{flex:0 0 30vw!important;height:-moz-fit-content;height:fit-content;padding:10px 0;margin:2vh 1.25vw;background-color:#f6f6f6;border:#cdcdcd}.textArea .productsContainer .product .imagesGallery .imagesContainer{position:relative;width:30vw}.textArea .productsContainer .product .productName{font-weight:400;font-size:1.5rem;padding-bottom:5px}.textArea .productsContainer .product .productDiscount{font-weight:400;font-size:1.1rem;margin:1.5vh 0 1.5vh 5px;padding:5px 0;color:#f12f11}.textArea .productsContainer .product .productDiscount .discountPrice{margin:0;font-weight:300;font-size:1.5rem}.textArea .productsContainer .product .productDiscount .discountPrice2{margin:0;font-size:1rem}.textArea .productsContainer .product .price{font-weight:300;font-size:1.5rem}.textArea .productsContainer .product .price2{font-weight:300;font-size:1rem}.textArea .productsContainer .product .productEligibility{font-weight:600;font-size:1.1rem;padding-top:5px;padding-bottom:5px;color:#6ac600}.textArea .productsContainer .product img{position:relative;height:30vh;margin-left:auto;margin-right:auto;display:block}.textArea .productsContainer .product p{margin:2px 0 2px 5px;font-weight:300;font-size:1.1rem}.imagesGallery{top:0;margin-left:auto;margin-right:auto}.imagesGallery .imagesContainer{position:relative;width:30vw;height:120%;overflow-y:hidden;overflow-x:hidden;background-color:#f5f5f5}.imagesGallery .imagesContainer .imgItem,.imagesGallery .imagesContainer .imgItemFade{display:block;align-items:center;cursor:pointer}.imagesGallery .imagesContainer .imgItemFade{width:100vw}.spol{position:relative;height:100%;width:100%;background-color:#f5f5f5;color:#1f1f1f;padding-top:5vh}.spol .title{font-weight:400;font-size:2rem;padding-top:2vh}.spol .title,.spol .titlel2{color:#302f23;position:relative;width:100%;text-align:center}.spol .titlel2{font-weight:500;font-size:1.2rem;padding-top:1vh;padding-bottom:1vh}.spol .tables{position:relative;font-size:1.3rem;font-weight:300;width:80%;background-color:#f5f5f5;margin-left:auto;margin-right:auto;padding-bottom:5vh}.spol .tables h3{font-weight:300;margin-top:3vh;margin-bottom:3vh;text-align:center}.spol .tables table{margin-left:auto;margin-right:auto;width:100%;table-layout:fixed;border-collapse:collapse;counter-reset:rowNumber}.spol .tables table thead{width:100%}.spol .tables td,.spol .tables th{border:1px solid #bbb;text-align:left;padding:2px}.spol .tables tr:nth-child(2n){background-color:#f5f5f5}.spol .tables table td:first-child:before{content:"";font-size:1.2rem;font-weight:400;counter-increment:rowNumber;content:counter(rowNumber) ".";margin-right:.5em}footer{font-size:1.5rem;padding-top:5vh;text-align:center;height:20vh;background-color:#f5f5f5}footer a{color:#738a6a}}@media only screen and (max-width:550px){.image-container{position:relative;display:inline-block;overflow:hidden;display:block;width:100%;height:auto}.image-container img{position:relative;height:100vh;left:-120vw;object-fit:fill;animation:zoomInOut 20s cubic-bezier(.46,.03,.52,.96) infinite}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.image-container .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.45)}.image-container .overlay #scrollDownBtn{position:absolute;top:80vh;left:46.5vw;background-color:rgba(0,0,0,0);background-repeat:no-repeat;border:none;cursor:pointer;outline:none;color:#fff;font-size:7vh}.image-container .overlay #scrollDownBtn .scrollDownButtonText{height:0;font-size:2vh}.image-container .overlay #scrollDownBtn .scrollDownSymbol{box-shadow:0 2px 5px rgba(0,0,0,.2);transition:transform .3s ease-in-out;animation:pullDown 1.5s ease-in-out infinite;transform-origin:top}@keyframes pullDown{0%{transform:scaleY(1)}50%{transform:scaleY(1.1)}to{transform:scaleY(1)}}.image-container .overlay #scrollDownBtn .scrollDownSymbol:hover{transform:translateY(10px)}.image-container .overlay P.title{display:none}.image-container .overlay p.handwritten{position:absolute;top:35vh;left:5vw;font-size:4vh;font-family:handwritten_font;font-weight:300;font-style:normal;color:#fff}.image-container .overlay .animated-text{opacity:0;animation:fadeIn 2.5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.textArea{overflow-y:scroll!important;-webkit-overflow-scrolling:touch;background-color:#f5f5f5;position:relative;top:5vh;width:100vw;height:max-content}.textArea .title{color:#1f1f1f;font-size:1.5rem}.textArea .text,.textArea .title{font-weight:500;position:relative;width:100%;text-align:center}.textArea .text{margin-bottom:3vh;padding:1vh 0;color:#fff;background-color:#004225;font-size:1.3rem}.textArea .titleL2{font-weight:400;font-size:1.1rem!important}.textArea .link{width:max-content;padding:1vh 2vw;background-color:#004225;color:#fff;border-radius:25px;margin-left:auto;margin-right:auto}.textArea .description{width:100vw;padding-top:3vh;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;font-weight:200;font-size:1rem;background-color:#f5f5f5;color:#1f1f1f;display:flex-box}.textArea .description,.textArea .description .col1{margin-left:auto;margin-right:auto;padding-bottom:5vh;text-align:center;position:relative}.textArea .description .col1{top:0;width:90vw}.textArea .description .col1 ul{list-style-type:none!important}.textArea .description .col1 .tablesList{background-color:#f5f5f5;position:relative;font-size:.8rem;font-weight:200;margin-left:auto;margin-right:auto;color:#1f1f1f}.textArea .description .col1 .tablesList h3{font-size:1.5rem;margin-top:3vh;margin-bottom:3vh;text-align:center}.textArea .description .col1 .tablesList table{margin-left:auto;margin-right:auto;width:80vw;border-collapse:collapse}.textArea .description .col1 .tablesList td,.textArea .description .col1 .tablesList th{border:1px solid #d8d8d8;text-align:center;padding:2px;color:#1f1f1f}.textArea .description .col1 .tablesList tr:nth-child(2n){background-color:rgba(255,255,255,.3019607843)}.textArea .description .col1 .tablesList table{counter-reset:rowNumber}.textArea .description .col1 .tablesList table tr:first-child:before{content:""}.textArea .description .col1 .tablesList table tr:nth-child(n+2):before{font-size:1rem;font-weight:300;counter-increment:rowNumber;content:counter(rowNumber) "."}.textArea .description .col2{width:100vw;height:max-content;position:relative;margin-top:auto;margin-bottom:auto}.textArea .description p{width:100%}.textArea .productsContainer{display:flex;flex-wrap:wrap;align-items:stretch}.textArea .productsContainer .product{display:block;flex:0 0 44vw;width:44vw;height:-moz-fit-content;height:fit-content;padding:10px 0;margin:2vh 1vw;background-color:#f6f6f6;border-bottom:solid}.textArea .productsContainer .product .productName{font-weight:500;font-size:1.2rem;padding-bottom:5px}.textArea .productsContainer .product .price{font-weight:500;font-size:1.2rem}.textArea .productsContainer .product .price2{font-size:.8rem}.textArea .productsContainer .product .productDiscount{font-weight:400;font-size:1.1rem;padding-top:5px;padding-bottom:5px;margin:2px 0 2px 5px;color:#f12f11}.textArea .productsContainer .product .productDiscount .discountPrice{margin:0;font-weight:500;font-size:1.2rem}.textArea .productsContainer .product .productDiscount .discountPrice2{margin:0;font-size:.8rem}.textArea .productsContainer .product .productEligibility{font-weight:400;font-size:1.1rem;padding-top:5px;padding-bottom:5px;color:#6ac600}.textArea .productsContainer .product img{position:relative;width:45vw;height:100%;margin-left:auto;margin-right:auto;display:block}.textArea .productsContainer .product p{margin:2px 0 2px 5px;font-weight:200;font-size:1rem}.imagesGallery{background-color:#f5f5f5;width:100vw;margin-left:auto;margin-right:auto}.imagesGallery .imagesContainer{width:100vw;overflow:visible;background-color:#f5f5f5}.imagesGallery .imagesContainer .imgItem{cursor:pointer;width:100vw!important;height:max-content}.imagesGallery li.indicator{position:relative;z-index:3;cursor:pointer;top:-10vh;width:40px!important;height:40px!important;text-align:center;margin:0;color:#fff;background-color:#004225;border-right:1px solid #004225;border-radius:20px}.imagesGallery li.indicator.active{color:#004225;background-color:#fff;border-right:1px solid #004225;border-radius:20px}.spol{position:relative;top:5vh;background-color:#f5f5f5;width:100vw}.spol .title{font-size:1rem}.spol .title,.spol .titlel2{color:#302f23;font-weight:400;position:relative;padding-top:2vh;width:100%;text-align:center}.spol .titlel2{font-size:.8rem}.spol .tables{background-color:#f5f5f5;position:relative;font-size:.7rem;font-weight:400;margin-left:auto;margin-right:auto;color:#1f1f1f;padding-bottom:10vh}.spol .tables h3{font-size:1.5rem;font-weight:200;margin-top:3vh;margin-bottom:3vh;text-align:center}.spol .tables table{margin-left:auto;margin-right:auto;width:100%!important;table-layout:auto;border-collapse:collapse}.spol .tables td,.spol .tables th{border:1px solid #d8d8d8;text-align:center;padding:2px .7px;color:#1f1f1f;max-width:-moz-fit-content;max-width:fit-content}.spol .tables table{counter-reset:rowNumber}.spol .tables table td:first-child:before{font-size:.6rem;font-weight:300;counter-increment:rowNumber;content:counter(rowNumber) "."}}a{text-decoration:none}@media screen and (min-width:600px){.navigation{position:fixed;top:0;height:7vh;width:100%;z-index:5}.navigation .checkbox,.navigation .hamburger-lines,.navigation .logo-text{display:none}.navigation .linksContainer{width:100vw;text-align:center;background-color:rgba(37,37,37,.4235294118)}.navigation .linksContainer .active{background-color:#004225}.navigation .linksContainer a{display:inline-flex;color:#fff;padding:2.5vh 5vw 2.7vh}.navigation .linksContainer a:hover{background-color:#116541}}@media screen and (max-width:600px){.navigation{display:flex;position:-webkit-sticky;position:sticky;top:0;height:60px;background-color:#004225;width:100vw;z-index:20}.navigation .logo-text{width:100%;color:#fff;text-align:center;margin:auto;z-index:3}.navigation .checkbox{position:absolute;display:block;height:32px;width:32px;top:20px;left:85%;z-index:3;opacity:0;cursor:pointer}.navigation input[type=checkbox]:checked~.linksContainer{transform:translateX(0)}.navigation input[type=checkbox]:checked~.hamburger-lines .line1{transform:rotate(45deg);background-color:#f4f4f4}.navigation input[type=checkbox]:checked~.hamburger-lines .line2{transform:scaleY(0)}.navigation input[type=checkbox]:checked~.hamburger-lines .line3{transform:rotate(-45deg);background-color:#f4f4f4}.navigation .hamburger-lines{display:block;height:26px;width:32px;position:absolute;top:17px;left:85%;z-index:2;display:flex;flex-direction:column;justify-content:space-between}.navigation .hamburger-lines .line{display:block;height:4px;width:100%;border-radius:10px;background:#fff}.navigation .hamburger-lines .line1{transform-origin:0 0;transition:transform .4s ease-in-out}.navigation .hamburger-lines .line2{transition:transform .2s ease-in-out}.navigation .hamburger-lines .line3{transform-origin:0 100%;transition:transform .4s ease-in-out}.navigation .linksContainer{top:0;left:0;height:100vh;width:100vw;position:fixed;transform:translate(-120%);display:flex;flex-direction:column;padding-top:15%;transition:transform .5s ease-in-out;text-align:center;align-items:center;background-color:rgba(37,37,37,.9058823529);z-index:1}.navigation .linksContainer a.active{width:100%;justify-content:center;background-color:#004225;color:#fff}.navigation .linksContainer a{width:max-content;display:inline-flex;color:#fff;margin-bottom:1.2rem;text-align:center;font-size:1.5rem;font-weight:500;padding:1.5vh max(11px,2vw) 2vh}.navigation .linksContainer a:hover{background-color:#116541}}@media screen and (min-width:600px){.sluzbyPage{width:100%;height:100vh;background-color:#f5f5f5;color:#1f1f1f;overflow-x:hidden}.sluzbyPage h1{position:relative;top:15vh;left:5vw}.sluzbyPage .sluzby{background-color:#f5f5f5;color:#1f1f1f;position:relative;width:max-content;top:15vh;height:10vh;padding-top:5vh;margin-left:auto;margin-right:auto}.sluzbyPage .sluzby p{text-align:center}}@media screen and (max-width:600px){.sluzbyPage{width:100%;height:100vh;background-color:#f5f5f5;color:#1f1f1f}.sluzbyPage h1{left:5vw}.sluzby,.sluzbyPage h1{position:relative;top:15vh}.sluzby{background-color:#f5f5f5;color:#1f1f1f;width:max-content;height:10vh;padding-top:5vh;margin-left:auto;margin-right:auto}.sluzby p{text-align:center}}@media screen and (min-width:600px){.contact{position:relative;top:0;height:100vh;background-color:#f5f5f5;color:#1f1f1f;text-align:center}.contact .contactsSection{text-align:center;padding-top:20vh!important}.contact .contactsSection a{cursor:pointer;font-size:1.3rem;color:#4278ec}}@media screen and (max-width:600px){.contact{position:relative;top:0!important;background-color:#f5f5f5;color:#1f1f1f;top:5vh;height:100vh;padding-bottom:10vh}.contact .contactsSection{height:120vh;text-align:center;padding-top:5vh!important;margin-bottom:20vh}.contact .contactsSection h1,.contact .contactsSection h2{font-weight:500}.contact .contactsSection li{padding-left:3vw;padding-right:3vw;padding-top:.5vh;font-size:1.1rem;font-weight:400}.contact .contactsSection li a{color:#4278ec}}@keyframes animatedButton{2%{transform:translateX(2px)}4%{transform:translateX(-1px)}6%{transform:translateX(1px)}8%{transform:translateX(-1px)}10%{transform:translateX(1px)}12%{transform:translateX(-1px)}14%{transform:translateX(1px)}16%{transform:translateX(-1px)}18%{transform:translateX(1px)}20%{transform:translateX(-1px)}}@media only screen and (min-width:550px){.contactButton{position:fixed;background:url(/_next/static/media/phoneIcon.c60c53d7.webp);background-size:100px 100px;top:84vh;left:92vw;background-repeat:no-repeat;width:100px;height:100px;transition-duration:.4s;cursor:pointer;z-index:10;animation:animatedButton .7s ease 2s infinite alternate}.contactButton .contactButtonText{position:relative;text-align:center;margin-left:auto;margin-right:auto;margin-top:1rem;background-color:#33a868!important;color:#fff!important}.contactButton .textLabel{border-radius:5px 5px 5px 5px;top:80px;font-size:.8rem}}@media only screen and (max-width:550px){.contactButton{position:-webkit-sticky;position:sticky;background:url(/_next/static/media/phoneIcon.c60c53d7.webp);background-size:80px 80px;top:90vh;left:5vw;z-index:10;background-repeat:no-repeat;width:100px;height:100px;transition-duration:.4s;animation:animatedButton .7s ease 2s infinite alternate;cursor:pointer;border-radius:5px 5px 5px 20px;color:#fff!important}.contactButton .contactButtonText{position:relative;text-align:center;margin-left:auto;margin-right:auto;margin-top:1rem;background-color:#33a868!important;color:#fff!important}.contactButton .textLabel{border-radius:5px 5px 5px 5px;top:-10px;left:-20px;font-size:.7rem}}@media only screen and (min-width:550px){.imagesGallery{top:0;height:auto;margin-left:auto;margin-right:auto}.imagesGallery .imagesContainer{position:relative;width:47vw;overflow-y:hidden;overflow-x:hidden;background-color:#f5f5f5}.imagesGallery .imagesContainer .imgItem{display:block;align-items:center;cursor:pointer;width:auto;height:50vh}.imagesGallery li.indicator{cursor:pointer;top:-5vh;width:40px!important;height:40px!important;z-index:5;text-align:center;margin:0;color:#000;background-color:#f5f5f5;border-right:1px solid #f5f5f5;border-radius:20px}.imagesGallery li.indicator.active{color:#f5f5f5;background-color:#014326;border-right:1px solid #f5f5f5;border-radius:20px}}@media only screen and (max-width:550px){.imagesGallery{background-color:#f5f5f5;width:100%;margin-left:auto;margin-right:auto}.imagesGallery .imagesContainer{width:100%;overflow:visible;background-color:#f5f5f5}.imagesGallery .imagesContainer .imgItem{cursor:pointer;width:100vw!important;height:max-content}.imagesGallery li.indicator{position:relative;z-index:3;cursor:pointer;top:-5vh;width:40px!important;height:40px!important;text-align:center;margin:0;color:#000;background-color:#f5f5f5;border-right:1px solid #f5f5f5;border-radius:20px}.imagesGallery li.indicator.active{color:#f5f5f5;background-color:#014326;border-right:1px solid #f5f5f5;border-radius:20px}footer{position:relative;background-color:#004225;margin-top:10vh;display:flex}footer .content-wrapper{width:97%;margin-left:auto}footer .content-wrapper .footer-col-empty{width:24%;flex:1 1;padding:1em}footer .content-wrapper .navigation-col,footer .content-wrapper br{display:none}footer .content-wrapper .slogan-col{float:left;text-align:left}footer .content-wrapper .contact-col{margin-top:2vh;text-align:center}footer .content-wrapper .footer-col{width:95%;padding:1em;box-sizing:border-box}footer .content-wrapper .footer-col p{font-weight:300;padding-top:1vh;padding-bottom:2vh;color:#fff}footer .content-wrapper .footer-col p a{font-size:1rem;color:#fff}footer .content-wrapper .footer-col p a:hover{font-size:1rem;color:#fff;text-decoration:underline}footer .content-wrapper .footer-col p.handwritten{font-family:handwritten_font;font-weight:300;font-style:normal}}@media only screen and (min-width:550px){footer{position:relative;background-color:#004225;margin-top:10vh;height:100%;display:flex}footer .content-wrapper{width:95%;margin-left:auto}footer .content-wrapper .footer-col,footer .content-wrapper .footer-col-empty{width:24%;flex:1 1;padding:1em;float:left}footer .content-wrapper .footer-col{height:90%;box-sizing:border-box;border-left:1px solid #bbb;text-align:left}footer .content-wrapper .footer-col p{font-weight:300;padding-bottom:1vh;color:#fff}footer .content-wrapper .footer-col p a{font-size:1rem;color:#fff}footer .content-wrapper .footer-col p a:hover{font-size:1rem;color:#fff;text-decoration:underline}footer .content-wrapper .footer-col p.handwritten{font-family:handwritten_font;font-weight:300;font-style:normal}}@import"https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Lexend:wght@100;200;300;400&display=swap";@font-face{font-family:handwritten_font;src:url(/_next/static/media/IndieFlower-Regular.6321e1f6.ttf)}@media only screen and (max-width:550px){.gallery-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;padding:20px}.gallery-item{border:1px solid #ddd;border-radius:5px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);flex:1 1 300px;max-width:350px;text-align:center}.gallery-item img{width:100%;height:200px;object-fit:cover;display:block}.gallery-item .caption{padding:10px;font-size:.9em;color:#333}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}}@media only screen and (min-width:550px){.gallery-container{position:relative;top:15vh;height:80vh;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;padding:20px}.gallery-container .gallery-item{border:1px solid #ddd;border-radius:5px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);flex:1 1 300px;max-width:350px;height:-moz-fit-content;height:fit-content;text-align:center}.gallery-container .gallery-item img{width:100%;object-fit:cover;display:block}.gallery-container .gallery-item .caption{padding:10px;font-size:.9em;color:#333}.gallery-container .gallery-item:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}}