@charset "UTF-8";:root{--strawberry-light-background-color:#fff;--strawberry-background-color:#f6f2ea;--strawberry-text-color:#222222;--strawberry-accent-color:#D00906;--strawberry-success-color:#96CA2D;--strawberry-warning-color:#FFE000;--strawberry-header-height-mobile:50px;--strawberry-header-background-color:#000000;--strawberry-header-text-color:#ffffff;--strawberry-navbar-background-color:#ffffff;--strawberry-navbar-text-color:#000000;--strawberry-footer-background-color:#000000;--strawberry-footer-text-color:#ffffff;--strawberry-modal-text-color:var(--strawberry-header-text-color);--strawberry-modal-background-color:var(--strawberry-header-background-color);--strawberry-text-font:"Inter","Helvetica","Arial",serif;--strawberry-title-font:"Anton","Helvetica","Arial",sans-serif;--strawberry-sans-font:"Arial","Helvetica Neue","Helvetica",sans-serif;--swiper-theme-color:#0F182A;--strawberry-magnifier-color:#ffffff;--strawberry-bars-color:rgba(255, 255, 255, .7);--strawberry-divider-color:rgba(0, 0, 0, .1);--strawberry-sticky-top:170px;--strawberry-wide-nav-width:300px;--strawberry-form-background-color:#efefef;--strawberry-form-text-color:#333333;--strawberry-form-font-size:14px}.dark{--strawberry-light-background-color:rgb(0 0 0 /.4);--strawberry-background-color:#0c1014;--strawberry-header-background-color:#000000;--strawberry-text-color:rgba(255, 255, 255, .9);--strawberry-divider-color:rgba(255, 255, 255, .2);--strawberry-modal-text-color:var(--strawberry-text-color);--strawberry-modal-background-color:var(--strawberry-header-background-color);--strawberry-form-background-color:#444444;--strawberry-form-text-color:#efefef}*{box-sizing:border-box}body{padding:0;margin:0}a,button,input{box-shadow:none;border:0;outline:0;background-color:transparent;text-decoration:none}a{text-decoration:none;color:inherit;border:0;outline:0}button{cursor:pointer}h1,h2{font-weight:400;margin:0;line-height:1.2}h1{font-size:40px}h2{font-size:36px}p{margin:0}img{display:block;max-width:100%;height:auto}figure{margin:0;padding:0}strong{font-weight:600}.hidden{display:none!important}.block{display:block!important}.display-flex{display:flex!important}.flex{display:flex!important}.absolute{position:absolute}.relative{position:relative}.flex-col{display:flex;flex-direction:column!important}.justify-center{justify-content:center!important}.items-center{align-items:center}.p-x-10{padding-left:.625rem;padding-right:.625rem}.padding-x-20{padding-left:1.25rem;padding-right:1.25rem}.mg-left-auto{margin-left:auto}.height-100p{height:100%;min-height:100%;max-height:100%}.clamp-1{display:-webkit-box!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none){.clamp-1{-webkit-line-clamp:2!important}}.clamp-1>*{display:inline}.color-white{color:#fff}.color-white-t6{color:rgba(255,255,255,.6);--strawberry-divider-color:rgba(255, 255, 255, 0.6)}.color-white-t8{color:rgba(255,255,255,.8);--strawberry-divider-color:rgba(255, 255, 255, 0.8)}.bg-black{background-color:#000}.font-text{font-family:var(--strawberry-text-font)}.font-12{font-size:.75rem!important}.font-13{font-size:.8125rem!important}.font-14{font-size:.875rem!important}.font-16{font-size:1rem!important}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.line-height-130{line-height:130%}.container{margin-left:auto;margin-right:auto;box-sizing:border-box;max-width:100%;width:100%}.row{display:flex;width:calc(100% + 20px);margin-left:-10px}.gap-10{grid-column-gap:10px!important;grid-row-gap:10px!important;gap:10px!important}.gap-15{grid-column-gap:15px!important;grid-row-gap:15px!important;gap:15px!important}.gap-30{grid-column-gap:30px!important;grid-row-gap:30px!important;gap:30px!important}.modalbox{position:fixed;top:0;width:100%;height:100%;bottom:0;background:var(--strawberry-background-color);z-index:9999999;transform:translateY(-1000%);opacity:0;vertical-align:middle}.modalbox__content{background-color:transparent;padding:50px 20px}.modalbox__close{color:#000;font-size:30px;position:absolute;top:20px;right:20px;cursor:pointer;width:40px;height:40px;border-radius:100%;background-color:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;text-align:center}.modalbox__close svg{fill:#d00906}.modalbox__close:hover{background-color:#fff}.modalbox--searchbox{height:187px}.admin-bar .modalbox--searchbox{height:219px}.modalbox--searchbox{background-color:var(--strawberry-modal-background-color)}.modalbox--searchbox .modalbox__close{top:50%;transform:translateY(-50%);background-color:var(--strawberry-text-color);color:var(--strawberry-background-color);transition:all .3s}.modalbox--searchbox .modalbox__close:hover{background-color:#fff;color:#e91e63;transition:all .3s}.modalbox--searchbox .modalbox__content{padding:25px 0}.modalbox__form{display:inline-flex;background-color:#fff;border-radius:20px;padding:3px 3px 3px 15px}.modalbox__form .input{line-height:30px;font-size:21px;flex:1;color:#0d1013}.modalbox__form button{line-height:30px;font-size:12px;font-weight:700;text-transform:uppercase;text-align:center;background-color:var(--strawberry-text-color);color:var(--strawberry-background-color);border-radius:20px;padding:2px 15px}input#searchbox-open{visibility:hidden;position:absolute;top:-10000px}input#searchbox-open:checked+#searchbox{position:absolute;width:100%;top:0;left:0}input#searchbox-open:checked+#searchbox .modalbox{display:block;transform:translateY(0);opacity:1;transition:opacity .5s,transform .3s}.modalbox--sendtip{background:#000;color:#fff;overflow-y:auto}.modalbox--sendtip .modalbox__close{top:18px;right:18px;z-index:1;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.7);color:#fff;transition:background-color .2s ease,color .2s ease}.modalbox--sendtip .modalbox__close:hover{background:#fff;color:var(--strawberry-accent-color)}.sendtip{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:min(100%,520px);min-height:100%;margin:0 auto;padding:80px 24px 46px}.sendtip__header{margin-bottom:29px}.sendtip__eyebrow{display:inline-flex;align-items:center;min-height:33px;margin-bottom:15px;padding:0 12px;border-radius:3px;background:var(--strawberry-accent-color);color:#fff;font-family:var(--strawberry-title-font);font-size:16px;line-height:1;text-transform:uppercase}.sendtip__title{margin:0 0 15px;color:#fff;font-family:var(--strawberry-title-font);font-size:clamp(56px,15.6vw,78px);font-weight:400;letter-spacing:1px;line-height:1.3;text-transform:uppercase}.sendtip__intro{max-width:390px;margin:0;color:#d4e6ec;font-size:16px;line-height:1.48}.sendtip__links{display:grid;gap:15px;margin:0;padding:0;list-style:none}.sendtip__link{box-sizing:border-box;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;gap:16px;align-items:center;min-height:87px;padding:12px 16px 12px 20px;border:1px solid var(--strawberry-accent-color);border-radius:16px;background-color:var(--strawberry-accent-color);background-image:linear-gradient(110deg,rgba(255,255,255,.1),rgba(0,0,0,.04));color:#fff;text-decoration:none;transition:filter .2s ease,transform .2s ease}.sendtip__link:hover{color:#fff;filter:brightness(1.12);transform:translateY(-2px)}.sendtip__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:11px;background:rgba(0,0,0,.18)}.sendtip__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.sendtip__copy{display:flex;min-width:0;flex-direction:column;line-height:1.1}.sendtip__copy strong{font-family:var(--strawberry-title-font);font-size:25px;font-weight:400;text-transform:uppercase}.sendtip__copy small{margin-top:5px;font-size:12px;font-weight:700}.sendtip__arrow{justify-self:end;color:rgba(255,255,255,.8);font-family:Arial,sans-serif;font-size:31px;font-weight:700;line-height:1}input#sendtip-open{visibility:hidden;position:absolute;top:-10000px}input#sendtip-open:checked+#sendtip{position:absolute;top:0;left:0;width:100%}input#sendtip-open:checked+#sendtip .modalbox{display:block;transform:translateY(0);opacity:1;transition:transform .3s ease .3s,opacity .5s ease}:root{--strawberry-light-background-color:#fff;--strawberry-background-color:#f6f2ea;--strawberry-text-color:#222222;--strawberry-accent-color:#D00906;--strawberry-success-color:#96CA2D;--strawberry-warning-color:#FFE000;--strawberry-header-height-mobile:50px;--strawberry-header-background-color:#000000;--strawberry-header-text-color:#ffffff;--strawberry-navbar-background-color:#ffffff;--strawberry-navbar-text-color:#000000;--strawberry-footer-background-color:#000000;--strawberry-footer-text-color:#ffffff;--strawberry-modal-text-color:var(--strawberry-header-text-color);--strawberry-modal-background-color:var(--strawberry-header-background-color);--strawberry-text-font:"Inter","Helvetica","Arial",serif;--strawberry-title-font:"Anton","Helvetica","Arial",sans-serif;--strawberry-sans-font:"Arial","Helvetica Neue","Helvetica",sans-serif;--swiper-theme-color:#0F182A;--strawberry-magnifier-color:#ffffff;--strawberry-bars-color:rgba(255, 255, 255, .7);--strawberry-divider-color:rgba(0, 0, 0, .1);--strawberry-sticky-top:170px;--strawberry-wide-nav-width:300px;--strawberry-form-background-color:#efefef;--strawberry-form-text-color:#333333;--strawberry-form-font-size:14px}.dark{--strawberry-light-background-color:rgb(0 0 0 /.4);--strawberry-background-color:#0c1014;--strawberry-header-background-color:#000000;--strawberry-text-color:rgba(255, 255, 255, .9);--strawberry-divider-color:rgba(255, 255, 255, .2);--strawberry-modal-text-color:var(--strawberry-text-color);--strawberry-modal-background-color:var(--strawberry-header-background-color);--strawberry-form-background-color:#444444;--strawberry-form-text-color:#efefef}html{scrollbar-gutter:stable;container-type:scroll-state}html:not(.dark) body.single{--strawberry-background-color:#ffffff}body{font-family:var(--strawberry-text-font),serif;font-weight:500;background-color:var(--strawberry-background-color);color:var(--strawberry-text-color);line-height:1.2}body a{color:inherit}.headline{font-family:var(--strawberry-title-font),sans-serif;font-size:26px;font-weight:700;text-transform:uppercase;text-align:left;line-height:100%;margin-bottom:.9375rem;padding-bottom:.9375rem;border-bottom:2px solid var(--strawberry-divider-color);display:flex;justify-content:space-between;align-items:center;letter-spacing:1px}.headline a,.headline span{display:inline-block;position:relative}@keyframes marquee{0%{transform:translate3d(var(--move-initial),0,0)}100%{transform:translate3d(var(--move-final),0,0)}}.reset{margin:0;padding:0;list-style-type:none;border:0}body.admin-bar:after{content:"display size";display:block;bottom:0;position:fixed;right:0;background-color:red;color:#fff;font-size:14px;font-weight:700}.header{width:100%;left:0;z-index:9998;position:sticky;top:0}.header .top{padding:10px 0;background-color:var(--strawberry-header-background-color);color:var(--strawberry-header-text-color)}.header .logo a{display:flex}.header .logo img,.header .logo svg{width:165px;height:35px;transition:transform .3s;transform:translateX(0)}.footer{background-color:var(--strawberry-footer-background-color);color:var(--strawberry-footer-text-color);position:relative;font-size:15px;padding:1.875rem 0}.footer .logo svg{max-height:3.125rem;height:3.125rem;width:4.0625rem}.footer .menu{flex-basis:100%}.footer .menu ul{margin:0;padding:0;list-style-type:none;border:0;display:flex;flex-wrap:wrap;gap:30px}.footer .menu ul li a{font-weight:600;color:inherit;text-transform:uppercase;display:block}.footer .menu ul li>ul{display:none}.footer .social-icons a{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:2px solid var(--strawberry-footer-text-color);border-radius:100%}.footer .social-icons a svg{fill:var(--strawberry-footer-text-color);width:16px;height:16px}:root{--strawberry-divider-color:#cccccc;--strawberry-accent-color:#cc0000;--strawberry-comments-respond-background-color:#efefef}.dark{--strawberry-comments-respond-background-color:#222}.header__gallery .logo{max-width:-moz-fit-content;max-width:fit-content}.header__gallery .logo a{display:block}.fototeca{position:relative;background-color:#000;display:flex;flex-wrap:wrap;color:#fff;gap:20px;padding:0 20px}.fototeca__playground{flex-grow:1;background-color:#0d1013;padding:10px}.fototeca__info{padding:10px}.fototeca__image{position:relative;display:flex;justify-content:center;align-items:center;min-height:700px}.fototeca__image .arrow{position:absolute;top:50%;transform:translateY(-50%);left:10px;right:auto;background-color:rgba(0,0,0,.5);border-radius:10px}.fototeca__image .arrow--right{left:auto;right:10px}.article{position:relative;opacity:1;transition:opacity .3s}:root{--strawberry-card-background-color:#ffffff}.dark{--strawberry-card-background-color:var(--strawberry-header-background-color)}@keyframes grow{100%{background-size:100% 1.05em}}@keyframes rise{to{opacity:1;transform:translateY(0)}}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes placeholder-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.modalbox--pushmenu{width:100%;opacity:1;transform:translate(0,-300%);transition:transform 1s .3s;background-color:var(--strawberry-modal-background-color);height:auto;font-family:var(--strawberry-text-font);top:0;padding-top:65px;z-index:-1}.modalbox--pushmenu .modalbox__close{display:none}.admin-bar .modalbox--pushmenu{padding-top:120px}.modalbox--pushmenu .modalbox__content{background-color:var(--strawberry-modal-background-color);height:100%;max-height:100%;overflow:auto;padding:5px 10px}.modalbox--pushmenu .modalbox__content::-webkit-scrollbar{width:7px;height:7px}.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-thumb{background:#ccc;border-radius:7px}.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-track{background:#efefef}.modalbox--pushmenu .modalbox__content .form{margin-bottom:20px;max-width:100%;position:relative;display:flex;align-items:center;background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:10px}.modalbox--pushmenu .modalbox__content .form .input{flex:1;line-height:2;font-size:16px;max-width:100%;color:var(--strawberry-modal-text-color);border-radius:35px}.modalbox--pushmenu .modalbox__content .form .button svg{width:16px;height:16px;fill:var(--strawberry-text-color)}input#pushmenu-open{visibility:hidden;position:absolute}@media (min-width:768px){.container{padding-left:10px;padding-right:10px}body.admin-bar:after{content:"Tablet"}}@media (min-width:768px) and (max-width:1080px){.admin-bar .header{top:46px}.header .logo img,.header .logo svg{transition:width .3s,height .3s}}@media (min-width:1081px){.md\:padding-x-20{padding-left:1.25rem;padding-right:1.25rem}body.admin-bar:after{content:"Desktop"}.admin-bar .header{top:32px}.fototeca__sidebar{max-width:350px;width:350px;margin-left:auto}}@media (min-width:1400px){.container{max-width:1400px}}@media (max-width:1080px){.smb\:min-h-50{min-height:3.125rem}.container{max-width:750px;box-sizing:border-box}.row{flex-wrap:wrap}.modalbox--searchbox{height:85px}.modalbox--searchbox .modalbox__content{padding:10px 0}:root{--strawberry-header-background-color:#000000;--strawberry-header-text-color:#ffffff}.header .top{padding:10px 15px;position:relative}.header .top .logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0}.header .logo{flex-basis:100%;text-align:center}.footer .menu ul{gap:15px}@container scroll-state(scrolled: block-end){transition:max-height .3s}}@media (max-width:767px){.xs\:hidden{display:none!important}.xs\:mg-x-15{margin-left:.9375rem;margin-right:.9375rem}.xs\:clamp-2{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none){.xs\:clamp-2{-webkit-line-clamp:3!important}}.xs\:clamp-2>*{display:inline}.xs\:font-14{font-size:.875rem!important}.row{flex-direction:column}.xs\:gap-10{grid-column-gap:10px!important;grid-row-gap:10px!important}.modalbox__close{top:30px;right:20px}.modalbox__form .input{max-width:160px}.modalbox--sendtip .modalbox__close{top:14px;right:14px}.sendtip{width:100%;padding:98px 8px 47px}.sendtip__title{font-size:clamp(52px,15.7vw,64px)}.sendtip__link{grid-template-columns:44px minmax(0,1fr) 16px}.sendtip__copy strong{font-size:clamp(20px,5.7vw,24px)}.headline{margin-bottom:1.25rem}body.admin-bar:after{content:"Phone"}.footer .menu ul li a{padding:0 .5em}.fototeca{flex-direction:column;padding:0}.fototeca__image{min-height:-moz-fit-content;min-height:fit-content}}@media (max-width:360px){.sendtip{padding-top:76px}.sendtip__header{margin-bottom:22px}.sendtip__link{gap:12px;min-height:78px;padding-left:14px}}
/*# sourceMappingURL=style.min.css.map */
