html,body{overflow-x:hidden;background-color:var(--tertiary-color)}#page-content{background-color:#fff}.section-heading-font{text-align:center}.wave-mirrored{transform:scaleY(-1)}.wave-mobile{height:100px;width:100%}@media screen and (max-width:900px){.wave-mobile{height:80px}}header{position:fixed;gap:0}header ul{width:100%;list-style:none;display:flex;flex-direction:row;justify-content:space-around;align-items:center}header ul .animated .animated-line{height:2px;width:100%;margin:3px auto;transition:.3s;opacity:0;border:none;background-color:var(--accent-color)}header ul .animated .animated-line:nth-of-type(1){transform:translateY(-8px)}header ul .animated .animated-line:nth-of-type(2){transform:translateY(8px)}header ul .animated .animated-line.closer{transform:translateY(0);opacity:.75}header ul .menu-icon{--bar-width: 32;--bar-height: 6;--bar-gap: 5;--middle-bar-factor: .75;--x-bar-width: calc(1px*sqrt(2 * pow(calc(3 * var(--bar-height) + 2 * var(--bar-gap)), 2))) ;display:none;flex-direction:column;gap:calc(1px * var(--bar-gap));width:var(--x-bar-width);cursor:pointer}header ul .menu-icon .bar{width:calc(1px * var(--bar-width));height:calc(1px * var(--bar-height));background-color:var(--accent-color);border-radius:20px;transform-origin:left center;transition:.4s}header ul .menu-icon .bar:nth-child(2){width:calc(1px * var(--middle-bar-factor) * var(--bar-width));transition:.2s;will-change:opacity}header ul .menu-icon.rotated .bar:nth-child(1){transform:translateY(calc(1px * -.5 * var(--bar-height))) rotate(45deg);width:var(--x-bar-width)}header ul .menu-icon .bar.rotated:nth-child(2){opacity:0}header ul .menu-icon.rotated .bar:nth-child(3){transform:translateY(calc(1px * .5 * var(--bar-height))) rotate(-45deg);width:var(--x-bar-width)}header ul .list-grow{flex-grow:2;display:flex;justify-content:center}@media screen and (max-width:900px){header ul.icon-list{justify-content:start}header ul .animated{display:none}header ul .menu-icon{display:flex}}#mobile-menu{position:fixed;top:var(--navbar-height);left:-100%;z-index:3;height:calc(100% - var(--navbar-height));width:100%;display:flex;justify-content:center;align-items:stretch;transition:.4s;background-color:var(--secondary-color);visibility:collapse}#mobile-menu .text-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:40px 0}#mobile-menu .text-wrapper a{color:var(--accent-color);text-decoration:none}#mobile-menu .text-wrapper ul{list-style:none;display:flex;flex-direction:column;justify-content:start;gap:35px}#mobile-menu .text-wrapper .underline{height:2px;width:100%;margin-top:15px;border:none;background-color:#818080}#mobile-menu.visible{left:0}@media screen and (max-width:900px){#mobile-menu{visibility:initial}}@media screen and (max-height:520px){#mobile-menu .text-wrapper{padding:20px 0}#mobile-menu .text-wrapper ul{gap:15px}#mobile-menu .text-wrapper .underline{margin-top:5px}}#start-screen-container{position:relative;z-index:2}#start-screen-container h2{font-weight:500;font-size:65px;color:var(--tertiary-color);text-align:right;position:absolute;right:8%;bottom:20%;width:60%}#start-screen-container img{height:100vh;width:100vw;object-fit:cover}@media screen and (max-width:1400px){#start-screen-container h2{font-size:55px}}@media screen and (max-width:900px){#start-screen-container h2{font-size:40px;bottom:15%;width:70%}}@media screen and (max-width:500px){#start-screen-container h2{font-size:30px}}@media screen and (orientation:portrait){#start-screen-container img{height:65vh;max-height:800px;object-position:center top}}@media screen and (orientation:landscape)and (max-height:450px){#start-screen-container img{object-position:center 20%}#start-screen-container h2{font-size:35px;bottom:15%;width:70%}}#introduction-texts{display:flex;flex-direction:row;position:relative;top:0;right:0;transition:.7s;scroll-margin-top:var(--navbar-height)}#introduction-texts .slide{display:flex;flex-direction:row;flex-shrink:0;gap:50px;padding:50px 3%;width:65%;background-color:#fff;box-shadow:var(--global-shadow)}.slided-left{right:30%!important}#introduction-texts .slide .image-wrapper{position:relative;width:60%}#introduction-texts .slide .image-wrapper img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}#introduction-texts .slide .content-wrapper{display:flex;flex-direction:column;gap:20px;width:100%}#introduction-texts .slide a{color:var(--accent-color);text-decoration:none}#introduction-texts .slide a:hover{text-decoration:underline}#introduction-texts .overlap{z-index:1}#introduction-texts .clickable{cursor:pointer}#introduction-slide-left .image-wrapper img{object-position:75% center}#introduction-slide-right .image-wrapper img{object-position:35% top}@media screen and (max-width:1500px){#introduction-texts .slide{padding:50px 4%;width:75%}.slided-left{right:50%!important}}@media screen and (max-width:1250px){#introduction-texts{flex-direction:column;transition:none}#introduction-texts .slide{padding:50px max(env(safe-area-inset-right),5%) 50px max(env(safe-area-inset-left),5%);width:100%}.slided-left{right:0!important}#introduction-texts .slide .content-wrapper{width:80%}#introduction-texts #introduction-slide-left{z-index:1}#introduction-texts #introduction-slide-right{z-index:0}#introduction-texts .clickable{cursor:initial}}@media screen and (max-width:900px){#introduction-texts .slide{flex-direction:column;gap:30px;padding:70px max(env(safe-area-inset-right),50px) 70px max(env(safe-area-inset-left),50px);width:100%}#introduction-texts .slide .content-wrapper{width:100%}#introduction-texts .slide .image-wrapper{width:100%;aspect-ratio:2 / 1}}@media screen and (max-width:600px){#introduction-texts .slide .image-wrapper{aspect-ratio:17 / 12}}@media screen and (max-width:450px){#introduction-texts .slide{padding:70px max(env(safe-area-inset-right),25px) 70px max(env(safe-area-inset-left),25px)}}#farm-inf-wave-transition{margin-top:180px}#farm-information{padding-bottom:120px;scroll-margin-top:calc(var(--navbar-height) + 40px);background-color:var(--secondary-color)}#farm-information .content-wrapper{width:85%;margin:0 auto;display:flex;flex-direction:column;align-items:center}#farm-information .content-wrapper .superior-text-font{width:85%;margin-top:60px;margin-bottom:100px}#farm-information .columns{display:flex;flex-direction:row;justify-content:space-between;align-items:start}#farm-information .column{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:60px;width:25%}#farm-information .column .text-heading-font{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:7px}#farm-information .column img{width:100%;aspect-ratio:17 / 12;object-fit:cover}#farm-information .column .text-font .reference{font-style:italic}#farm-information .columns .separator{width:2px;height:300px;align-self:center;background-color:var(--accent-color)}@media screen and (max-width:1250px){#farm-information .content-wrapper{width:90%}#farm-information .column{gap:50px;width:27%}}@media screen and (max-width:1000px){#farm-information .content-wrapper{width:85%}#farm-information .content-wrapper .superior-text-font{width:90%}#farm-information .columns{flex-direction:column;justify-content:start;align-items:center;gap:100px}#farm-information .column{width:70%}#farm-information .column img{aspect-ratio:8 / 5}#farm-information .columns .separator{height:2px;width:40%}}@media screen and (max-width:750px){#farm-information .content-wrapper .superior-text-font{width:85%}#farm-information .columns{gap:80px}#farm-information .column{width:100%}#farm-information .column img{aspect-ratio:16 / 9}#farm-information .columns .separator{width:60%}}@media screen and (max-width:750px)and (max-height:450px){#farm-information .column{width:70%}}@media screen and (max-width:550px){#farm-information .column img{aspect-ratio:17 / 12}}#events{margin-top:180px;scroll-margin-top:calc(var(--navbar-height) + 40px);display:flex;flex-direction:column;align-items:center}#events .superior-text-font{margin-top:60px;margin-bottom:140px;width:72.25%}#events .event{display:flex;flex-direction:row;align-items:stretch}#events .colored{background-color:var(--secondary-color)}#events .event .content-wrapper{align-self:center;display:flex;flex-direction:column;gap:50px;padding:50px 80px}#events .event a{color:var(--accent-color);text-decoration:none}#events .event a:hover{text-decoration:underline}#events .event img{flex-shrink:0;object-fit:cover}#events #meeting-event img{width:42%;aspect-ratio:9 / 4;object-position:center 30%}#events #company-event img{width:39%;aspect-ratio:11 / 8;object-position:55% center}#events #wedding-event img{width:38%;aspect-ratio:5 / 3;object-position:center 50%}#events #party-event img{width:30%;aspect-ratio:16 / 12;object-position:70% center}@media screen and (max-width:1100px){#events .superior-text-font{width:76.5%}#events .event .content-wrapper{padding:50px max(env(safe-area-inset-right),60px) 50px max(env(safe-area-inset-left),60px)}}@media screen and (max-width:900px){#events .event{flex-direction:column}#events .colored.event{flex-direction:column-reverse}#events .event .content-wrapper{gap:30px;padding:60px max(env(safe-area-inset-right),50px) 60px max(env(safe-area-inset-left),50px)}#events .event img{width:100%!important}#events #company-event img{aspect-ratio:11 / 6}#events #wedding-event img{aspect-ratio:20 / 11}#events #party-event img{aspect-ratio:16 / 10}}@media screen and (max-width:650px){#events #company-event img{aspect-ratio:11 / 8}#events #wedding-event img{aspect-ratio:5 / 3}#events #party-event img{aspect-ratio:16 / 12}}.section-separator{border:3px solid var(--accent-color);margin:150px 0}#current-events-wave-transition{margin-top:140px}.wave-mobile.current-events-wave{display:none}#current-events{width:85%;margin:0 auto 40px;display:flex;flex-direction:column;align-items:center;gap:100px}#current-events .desktop-container{height:80vh;min-height:500px;width:100%;border-radius:20px;padding:20px 0;background-color:var(--secondary-color)}#current-events .desktop-container ::-webkit-scrollbar{width:10px}#current-events .desktop-container ::-webkit-scrollbar-thumb{background:#787878;border-radius:10px}#current-events .card{flex-direction:row;justify-content:space-between;gap:60px}@media screen and (max-width:1200px){#current-events .desktop-container{height:85vh}#current-events .card{flex-direction:column;justify-content:start;gap:70px}}@media screen and (max-width:1200px)and (max-height:450px){#current-events{width:auto;margin:0 max(env(safe-area-inset-right),7.5%) 40px max(env(safe-area-inset-left),7.5%)}}@media screen and (max-width:750px){.section-separator{display:none}.wave-mobile.current-events-wave{display:initial}#current-events{margin:initial;padding-bottom:30px;background-color:var(--secondary-color)}#current-events .desktop-container{height:initial;min-height:initial;border-radius:0;padding:initial;background-color:initial}}#last-events-imp-wave-transition{margin-top:220px}#last-events-impressions{display:flex;flex-direction:column;align-items:center;gap:120px;padding-bottom:15vh;background-color:var(--secondary-color)}#last-events-impressions .image-container{width:min(85%,100% - 2 * env(safe-area-inset-right));--grid-gap: 30px;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--grid-gap)}#last-events-impressions .image-container .grid-block{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--grid-gap);width:calc((100% - 2 * var(--grid-gap)) / 3)}#last-events-impressions .image-container .grid-block .wrapper{position:relative;width:100%;height:0}#last-events-impressions .image-container .grid-block .square{padding-bottom:100%}#last-events-impressions .image-container .grid-block .horizontal-rectangle{padding-bottom:calc((100% - var(--grid-gap)) / 2)}#last-events-impressions .image-container .grid-block .vertical-rectangle{padding-bottom:calc(2 * 100% + var(--grid-gap))}#last-events-impressions .image-container .grid-block .wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;cursor:pointer}@media screen and (max-width:1550px){#last-events-impressions .image-container{--grid-gap: 25px}}@media screen and (max-width:1350px){#last-events-impressions .image-container{--grid-gap: 30px}#last-events-impressions .image-container .grid-block{width:calc((100% - var(--grid-gap)) / 2)}}@media screen and (max-width:1050px){#last-events-impressions .image-container{--grid-gap: 25px}}@media screen and (max-width:900px){#last-events-impressions .image-container{--grid-gap: 20px}}@media screen and (max-width:750px){#last-events-imp-wave-transition{margin-top:150px}#last-events-imp-wave-transition.hide-mobile{display:none}#last-events-impressions{gap:70px;padding-bottom:20vh}#last-events-impressions.edited-mobile{margin-top:150px;background-color:initial}#last-events-impressions .image-container{width:min(80%,100% - 2 * env(safe-area-inset-right));--grid-gap: 30px}#last-events-impressions .image-container .grid-block{width:100%}}@media screen and (max-width:600px){#last-events-impressions .image-container{width:min(90%,100% - 2 * env(safe-area-inset-right));--grid-gap: 20px}}#last-events-impressions .image-container .grid-block:nth-of-type(1) .wrapper:nth-of-type(1){grid-row:1 / span 2;grid-column:1 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(1) .wrapper:nth-of-type(2){grid-row:1 / span 2;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(1) .wrapper:nth-of-type(3){grid-row:3;grid-column:1}#last-events-impressions .image-container .grid-block:nth-of-type(1) .wrapper:nth-of-type(4){grid-row:3;grid-column:2 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(2) .wrapper:nth-of-type(1){grid-row:1;grid-column:1 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(2) .wrapper:nth-of-type(2){grid-row:1;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(2) .wrapper:nth-of-type(3){grid-row:2 / span 2;grid-column:1}#last-events-impressions .image-container .grid-block:nth-of-type(2) .wrapper:nth-of-type(4){grid-row:2 / span 2;grid-column:2 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(3) .wrapper:nth-of-type(1){grid-row:1 / span 2;grid-column:1 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(3) .wrapper:nth-of-type(2){grid-row:1 / span 2;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(3) .wrapper:nth-of-type(3){grid-row:3;grid-column:1}#last-events-impressions .image-container .grid-block:nth-of-type(3) .wrapper:nth-of-type(4){grid-row:3;grid-column:2 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(4) .wrapper:nth-of-type(1){grid-row:1 / span 2;grid-column:1 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(4) .wrapper:nth-of-type(2){grid-row:1;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(4) .wrapper:nth-of-type(3){grid-row:3;grid-column:1 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(4) .wrapper:nth-of-type(4){grid-row:2 / span 2;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(5) .wrapper:nth-of-type(1){grid-row:1 / span 2;grid-column:1}#last-events-impressions .image-container .grid-block:nth-of-type(5) .wrapper:nth-of-type(2){grid-row:1;grid-column:2}#last-events-impressions .image-container .grid-block:nth-of-type(5) .wrapper:nth-of-type(3){grid-row:1;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(5) .wrapper:nth-of-type(4){grid-row:3;grid-column:1}#last-events-impressions .image-container .grid-block:nth-of-type(5) .wrapper:nth-of-type(5){grid-row:2 / span 2;grid-column:2 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(6) .wrapper:nth-of-type(1){grid-row:1 / span 2;grid-column:1 / span 2}#last-events-impressions .image-container .grid-block:nth-of-type(6) .wrapper:nth-of-type(2){grid-row:1 / span 2;grid-column:3}#last-events-impressions .image-container .grid-block:nth-of-type(6) .wrapper:nth-of-type(3){grid-row:3;grid-column:1}#viewer-container{position:fixed;top:0;left:0;z-index:4;height:100%;width:100%;color:#fff;background-color:#000d;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:opacity .3s}#viewer-container .viewer-button{cursor:pointer;background-color:transparent;border:none;border-radius:40%;display:flex;color:#fff;transition:background-color .3s}#viewer-container .viewer-button:not(.disabled):hover{background-color:var(--accent-color)}#viewer-container .viewer-button.disabled{cursor:initial;opacity:.2}#viewer-container .viewer-arrow{font-size:3em;padding:8px 10px;margin:0 30px}#viewer-container .close-button{font-size:2em;position:absolute;top:40px;right:40px;padding:6px 10px}#viewer-content-container{display:flex;flex-direction:column;justify-content:start;gap:30px;will-change:opacity}#viewer-information-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;transition:opacity .4s}#viewer-information-container h4{color:#d6d6d6}#viewer-content-image{flex-shrink:0;max-width:100%;object-fit:cover}@media screen and (max-width:750px){#viewer-container .viewer-arrow{font-size:2.2em;padding:4px 5px;margin:0 10px}#viewer-content-container{gap:15px}#viewer-container .close-button{top:20px;right:20px}}@media screen and (max-height:450px){#viewer-container{padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}}
