@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#f5eadb80;border:1px solid #ffffff2e;flex-direction:column;justify-content:flex-start;padding:.5rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:center}.app__navbar-logo img{display:inline-block;width:30%}@media screen and (min-width:2000px){.app__navbar-logo img{height:20px;width:180px}}.app__navbar-logo #logo-name{min-height:80px;width:230px}.app__navbar-links{display:flex;flex:1 1}.app__navbar-links li{cursor:pointer;flex-direction:column;list-style-type:none;margin:0 2rem;text-decoration:none}.app__navbar-links li div{background:#0000;border-radius:50%;height:10px;text-decoration:none;width:10px}.app__navbar-links li a{background:var(--secondary-color);border:1px solid var(--secondary-color);border-radius:10px;color:var(--primary-color);flex-direction:column;font-weight:500;min-width:100px;padding:5px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{background:#244409}@media screen and (max-width:600px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:10px;display:flex;height:35px;justify-content:center;position:absolute;right:5px;top:5px;width:35px}.app__navbar-menu svg{color:var(--primary-color);height:60%;width:60%}.app__navbar-menu div{align-items:flex-end;background-color:#f5eadbfa;background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--secondary-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--black-color)}@media screen and (min-width:600px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--black-color)}.copyright p,.head-text{text-transform:uppercase}.head-text{font-size:1.75rem;font-weight:500;text-align:center}.head-text,.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--black-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:.9rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}#home{position:relative;width:100%}.app__header{flex:1 1;flex-direction:column;height:100%;padding:9.3rem 0 0}@media screen and (max-width:600px){.app__header{padding:7.5rem 0 0}}.app__header-info{background-color:var(--secondary-color);display:flex;flex:1 1;width:100%}.app__header-info .scrolling-container{overflow:hidden;padding-bottom:10px;padding-top:10px;white-space:nowrap}.app__header-info .scrolling-container .head-text{animation:marquee 10s linear infinite;color:var(--primary-color);display:inline-block;padding-right:2rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative;width:100%}.app__header-img img{justify-content:right;object-fit:contain;width:100%}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-bottom:1rem;margin-top:1rem}.app__profile-item:nth-child(2n){flex-direction:row-reverse}.app__profile-item:nth-child(2n) .profile-content .bold-text,.app__profile-item:nth-child(2n) .profile-content .p-text{text-align:right}.app__profile-item{align-items:flex-start;border:1px solid var(--secondary-color);border-radius:15px;display:flex;flex-direction:row;justify-content:flex-start;margin:2rem 10%;padding:1rem}.app__profile-item .profile-content{flex-direction:column}.app__profile-item .profile-content p{white-space:pre-wrap}.app__profile-item .profile-content .bold-text{margin-Top:15px}.app__profile-item img{border-radius:15px;height:200px;margin:1rem;object-fit:cover;width:40%}@media screen and (max-width:700px){.app__profile-item{align-items:center}.app__profile-item .profile-content .bold-text{margin-Top:0}}.app__footer{background-color:var(--secondary-color);flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:600){.app__footer{flex-direction:column}}.app__footer .loading_circle{aspect-ratio:1;display:none;margin-bottom:2rem;position:relative}.app__footer .letter{color:var(--primary-color);font-family:var(--font-base);left:50%;position:absolute;top:0}.app__footer-header .head-text{color:var(--primary-color);padding-top:2rem;text-align:center}.app__footer-header .p-text{color:var(--primary-color);padding-bottom:2rem;text-align:center}.app__footer-message{background-color:var(--primary-color);padding-top:1rem;text-align:center;width:100vw}.app__footer-message .p-text{color:var(--secondary-color);text-align:center}.app__footer-message img{height:80px;margin:1rem}.app__footer-message a{font-weight:800;text-decoration:none;transition:all .3s ease-in-out}.app__footer-message a:hover{color:#2d3426}.app__footer-message .app__footer-fine-print{border-block-start:1px solid var(--secondary-color);padding:5px;width:100%}.app__footer-message .app__footer-fine-print .p-text{color:var(--secondary-color);text-align:center}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:#ffffff1a;border-radius:7px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div ::placeholder{color:var(--primary-color);opacity:1}.app__footer-form div ::-ms-input-placeholder{color:var(--primary-color)}.app__footer-form div input,.app__footer-form div textarea{background-color:#ffffff1a;border:none;border-radius:7px;color:var(--primary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 15px #fff6}.app__footer-form button{background-color:#fff9;border:none;border-radius:10px;color:var(--black-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:var(--primary-color)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.head-text-response{color:var(--primary-color);padding:2rem}.app__newslettergallery{flex:1 1;flex-direction:column;height:100%;padding:9.3rem 0 0}@media screen and (max-width:600px){.app__newslettergallery{padding:7.5rem 0 0}}.app__newslettergallery .app__header-info{flex-direction:column}.app__newslettergallery .app__header-info .app__newslettergallery-header{padding:10px}.app__newslettergallery .app__header-info .app__newslettergallery-header .head-text{color:var(--primary-color);text-align:center}.app__newslettergallery .loading_circle{aspect-ratio:1;margin-bottom:4rem;position:relative}.app__newslettergallery .letter{color:var(--secondary-color);font-family:var(--font-base);left:50%;position:absolute;top:0}.app__newslettergallery .app__issues-summary{background-color:var(--primary-color);padding:10px;position:center}.app__newslettergallery .app__issues-summary .bold-text{padding-top:20px;text-align:center}.app__newslettergallery .app__issues-summary .p-text{padding:10px 10%;text-align:center}.app__newslettergallery .app__issues-covers{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem}.app__newslettergallery .app__issues-covers .app__issues-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:1rem;padding:1rem;text-align:center}.app__newslettergallery .app__issues-covers .app__issues-item img{width:250px}.app__newslettergallery .app__issues-covers .app__issues-item h2{align-self:center}.app__digitalgallery{flex:1 1;flex-direction:column;height:100%;padding:9.3rem 0 0}@media screen and (max-width:600px){.app__digitalgallery{padding:7.5rem 0 0}}.app__digitalgallery .app__header-info{flex-direction:column}.app__digitalgallery .app__digitalgallery-header{color:var(--black-color);padding:10px}.app__digitalgallery .app__digitalgallery-header .head-text{color:var(--primary-color)}.app__digitalgallery .app__photos .p-text{padding:10px;text-align:center}.app__digitalgallery .app__photos .loading_circle{aspect-ratio:1;margin-bottom:4rem;position:relative}.app__digitalgallery .app__photos .letter{color:var(--secondary-color);font-family:var(--font-base);left:50%;position:absolute;top:0}.app__digitalgallery .app__photos .app__photos-section{margin-bottom:1rem}.app__digitalgallery .app__photos .section-title{align-items:center;display:flex;padding:1rem;width:100%}.app__digitalgallery .app__photos .section-title span{padding:.5rem 1.5rem;white-space:nowrap}.app__digitalgallery .app__photos .section-title:after,.app__digitalgallery .app__photos .section-title:before{background-color:var(--secondary-color);content:"";flex:1 1;height:3px}.app__digitalgallery .app__photos-filters{margin:20px}.app__digitalgallery .app__photos-filters .bold-text{text-align:center}.app__digitalgallery .app__photos-filters .btnContainer{cursor:pointer;display:flex;flex-wrap:wrap;justify-content:center;margin:5px}.app__digitalgallery .app__photos-filters .btnContainer .btn{background-color:var(--primary-color);border:1px solid var(--black-color);border-radius:12px;color:var(--black-color);cursor:pointer;font:var(--font-base);margin:5px;padding:5px}.app__digitalgallery .app__photos-filters .btnContainer .btn .p-text{font-weight:400}.app__digitalgallery .app__photos-filters .btnContainer .btn:hover{background:#297d2433}.app__digitalgallery .app__photos-filters .btnContainer .btn.active{background:var(--black-color);color:var(--primary-color)}.app__digitalgallery .app__photos-filters .btnContainer .btn.active:hover{background:#0d1e00}.app__digitalgallery .back-to-top{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:color(var(--primary-color) opacity(.9));border:1px solid var(--black-color);border-radius:12px;bottom:1.25rem;color:var(--black-color);cursor:pointer;font:var(--font-base);left:1.25rem;opacity:0;padding:6px 12px;pointer-events:none;position:fixed;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,background-color .2s ease;z-index:1000}.app__digitalgallery .back-to-top:hover{background-color:#297d2466}.app__digitalgallery .back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.app__filmgallery{flex:1 1;flex-direction:column;height:100%;padding:9.3rem 0 0}@media screen and (max-width:600px){.app__filmgallery{padding:7.5rem 0 0}}.app__filmgallery .app__header-info{flex-direction:column}.app__filmgallery .app__filmgallery-header{color:var(--black-color);padding:10px}.app__filmgallery .app__filmgallery-header .head-text{color:var(--primary-color)}.app__filmgallery .app__photos .p-text{padding:10px;text-align:center}.app__filmgallery .app__photos .loading_circle{aspect-ratio:1;margin-bottom:4rem;position:relative}.app__filmgallery .app__photos .letter{color:var(--secondary-color);font-family:var(--font-base);left:50%;position:absolute;top:0}.app__filmgallery .app__photos .app__photos-section{margin-bottom:1rem}.app__filmgallery .app__photos .section-title{align-items:center;display:flex;padding:1rem;width:100%}.app__filmgallery .app__photos .section-title span{padding:.5rem 1.5rem;white-space:nowrap}.app__filmgallery .app__photos .section-title:after,.app__filmgallery .app__photos .section-title:before{background-color:var(--secondary-color);content:"";flex:1 1;height:3px}.app__filmgallery .app__photos-filters{margin:20px}.app__filmgallery .app__photos-filters .bold-text{text-align:center}.app__filmgallery .app__photos-filters .btnContainer{display:flex;flex-wrap:wrap;justify-content:center;margin:5px}.app__filmgallery .app__photos-filters .btnContainer .btn{background-color:var(--primary-color);border:1px solid var(--black-color);border-radius:12px;color:var(--black-color);cursor:pointer;font:var(--font-base);margin:5px;padding:5px}.app__filmgallery .app__photos-filters .btnContainer .btn .p-text{font-weight:400}.app__filmgallery .app__photos-filters .btnContainer .btn:hover{background:#297d2433}.app__filmgallery .app__photos-filters .btnContainer .btn.active{background:var(--black-color);color:var(--primary-color)}.app__filmgallery .app__photos-filters .btnContainer .btn.active:hover{background:#0d1e00}.app__filmgallery .back-to-top{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:color(var(--primary-color) opacity(.9));border:1px solid var(--black-color);border-radius:12px;bottom:1.25rem;color:var(--black-color);cursor:pointer;font:var(--font-base);left:1.25rem;opacity:0;padding:6px 12px;pointer-events:none;position:fixed;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,background-color .2s ease;z-index:1000}.app__filmgallery .back-to-top:hover{background-color:#297d2466}.app__filmgallery .back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}:root{--font-base:"DM Sans",sans-serif;--primary-color:#f5eadb;--secondary-color:#426b1f;--black-color:#244409;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#244409;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.c0b0e023.css.map*/