:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;-webkit-text-decoration-line:underline;text-decoration-line:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.container{margin:16px}@media (min-width:768px){.container{margin:0 64px}}@media (min-width:1200px){.container{max-width:928px;margin:0 auto}}@media (min-width:1920px){.container{max-width:1660px;margin:0 auto}}@media (min-width:768px){.d-hidden{display:none}}.text-pink-1{color:#6b2346}.w-fit{width:-moz-fit-content;width:fit-content}.underline{text-decoration:underline}.bg-white{background-color:#fff}html{box-sizing:border-box}body,html{scroll-behavior:smooth;height:100%}body main,html main{overflow:hidden;min-height:calc(100% - 955px)}@media (min-width:768px){body main,html main{min-height:calc(100% - 565px)}}ol,ul{margin:0;padding:0}a[aria-current=page]{cursor:default}h1,h2,h3,h4,h5,h6,p{margin:0}button{all:unset}button:is(:focus-visible){outline:2px solid currentColor}a{text-decoration:none;color:inherit;text-underline-offset:3px}a:is(:hover,:active,:focus-visible){text-decoration:underline}@font-face{font-family:RethinkSans-VariableFont_wght;font-style:normal;font-weight:100 900;src:url(/fonts/RethinkSans-VariableFont_wght.ttf)}@font-face{font-family:IndieFlower-Regular;font-style:normal;font-weight:400;src:url(/fonts/IndieFlower-Regular.ttf)}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;src:url(/fonts/Outfit-VariableFont_wght.ttf)}body{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;font-family:RethinkSans-VariableFont_wght,sans-serif;color:#131212;font-weight:400;line-height:normal}.pre-title{display:block;font-size:1.4375rem;font-weight:500;line-height:29.95px;margin-bottom:8px}.h1,h1{font-size:3rem;line-height:62.5px;font-weight:700}.h2,h2{font-weight:500}@media (min-width:1200px){.h2,h2{font-size:2.5rem;line-height:52.08px}}.h3,h3{font-size:2rem;line-height:41.66px;font-weight:600}.h4,h4{font-size:1.625rem;line-height:33.85px}.h4,.h5,h4,h5{font-weight:500}.h5,h5{font-family:RethinkSans-VariableFont_wght;font-size:1.4375rem;line-height:29.95px}li,p{font-family:Outfit;font-size:1.25rem;font-weight:400;line-height:30px}@media (min-width:768px){li,p{font-size:1.1875rem;line-height:28.5px}}@media (min-width:1200px){li,p{font-size:1.0625rem;line-height:24px}}a{font-family:Outfit}.external-icon:not([href^="tel:"],[href^="https://maps.app"],[href^="mailto:"],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]).no-external-icon,:has(>svg),a[download].no-external-icon,.external-icon.no-external-icon):after,a[download]:not([href^="tel:"],[href^="https://maps.app"],[href^="mailto:"],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]).no-external-icon,:has(>svg),a[download].no-external-icon,.external-icon.no-external-icon):after,a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]):not([href^="tel:"],[href^="https://maps.app"],[href^="mailto:"],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]).no-external-icon,:has(>svg),a[download].no-external-icon,.external-icon.no-external-icon):after{content:" ";display:inline-block;vertical-align:text-bottom;margin-left:6px;width:24px;height:24px;background-color:currentColor;-webkit-mask:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5H13.75M19 5V10.25M19 5L12.5833 11.4167M9.97778 5C8.23556 5 7.36444 5 6.69867 5.33911C6.1133 5.63738 5.63738 6.1133 5.33911 6.69867C5 7.36444 5 8.23556 5 9.97778V14.0222C5 15.7644 5 16.6356 5.33911 17.3013C5.63738 17.8867 6.1133 18.3626 6.69867 18.6609C7.36444 19 8.23556 19 9.97778 19H14.0222C15.7644 19 16.6356 19 17.3013 18.6609C17.8867 18.3626 18.3626 17.8867 18.6609 17.3013C19 16.6356 19 15.7644 19 14.0222V13.1667" stroke="%23314D1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5H13.75M19 5V10.25M19 5L12.5833 11.4167M9.97778 5C8.23556 5 7.36444 5 6.69867 5.33911C6.1133 5.63738 5.63738 6.1133 5.33911 6.69867C5 7.36444 5 8.23556 5 9.97778V14.0222C5 15.7644 5 16.6356 5.33911 17.3013C5.63738 17.8867 6.1133 18.3626 6.69867 18.6609C7.36444 19 8.23556 19 9.97778 19H14.0222C15.7644 19 16.6356 19 17.3013 18.6609C17.8867 18.3626 18.3626 17.8867 18.6609 17.3013C19 16.6356 19 15.7644 19 14.0222V13.1667" stroke="%23314D1C" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.external-icon:not([href^="tel:"],[href^="https://maps.app"],[href^="mailto:"],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]).no-external-icon,:has(>svg),a[download].no-external-icon,.external-icon.no-external-icon)[download]:after,a[download]:not([href^="tel:"],[href^="https://maps.app"],[href^="mailto:"],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]).no-external-icon,:has(>svg),a[download].no-external-icon,.external-icon.no-external-icon)[download]:after,a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]):not([href^="tel:"],[href^="https://maps.app"],[href^="mailto:"],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]).no-external-icon,:has(>svg),a[download].no-external-icon,.external-icon.no-external-icon)[download]:after{-webkit-mask:url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.666 10.2685V20.0146C20.666 22.0263 19.6406 23.042 17.5996 23.042H6.39844C4.35742 23.042 3.33203 22.0263 3.33203 20.0146V10.2685C3.33203 8.25683 4.35742 7.24121 6.39844 7.24121H9.33789V8.81347H6.41797C5.44141 8.81347 4.9043 9.34082 4.9043 10.3564V19.9267C4.9043 20.9423 5.44141 21.4697 6.41797 21.4697H17.5703C18.5371 21.4697 19.0937 20.9423 19.0937 19.9267V10.3564C19.0937 9.34082 18.5371 8.81347 17.5703 8.81347H14.6601V7.24121H17.5996C19.6406 7.24121 20.666 8.25683 20.666 10.2685Z" fill="white"/><path d="M11.9941 16.6162C12.1992 16.6162 12.3652 16.5576 12.5606 16.3623L15.8613 13.1689C16.0078 13.0224 16.0957 12.8662 16.0957 12.6611C16.0957 12.2607 15.7832 11.9775 15.3828 11.9775C15.1875 11.9775 14.9922 12.0556 14.8554 12.2119L13.3711 13.7841L12.7168 14.4775L12.7754 13.0127V2.71972C12.7754 2.30957 12.4141 1.95801 11.9941 1.95801C11.5742 1.95801 11.2227 2.30957 11.2227 2.71972V13.0127L11.2813 14.4775L10.6172 13.7841L9.14258 12.2119C9.00586 12.0556 8.79101 11.9775 8.60547 11.9775C8.19531 11.9775 7.90234 12.2607 7.90234 12.6611C7.90234 12.8662 7.98047 13.0224 8.12695 13.1689L11.4277 16.3623C11.6328 16.5576 11.7988 16.6162 11.9941 16.6162Z" fill="white"/></svg>');mask:url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.666 10.2685V20.0146C20.666 22.0263 19.6406 23.042 17.5996 23.042H6.39844C4.35742 23.042 3.33203 22.0263 3.33203 20.0146V10.2685C3.33203 8.25683 4.35742 7.24121 6.39844 7.24121H9.33789V8.81347H6.41797C5.44141 8.81347 4.9043 9.34082 4.9043 10.3564V19.9267C4.9043 20.9423 5.44141 21.4697 6.41797 21.4697H17.5703C18.5371 21.4697 19.0937 20.9423 19.0937 19.9267V10.3564C19.0937 9.34082 18.5371 8.81347 17.5703 8.81347H14.6601V7.24121H17.5996C19.6406 7.24121 20.666 8.25683 20.666 10.2685Z" fill="white"/><path d="M11.9941 16.6162C12.1992 16.6162 12.3652 16.5576 12.5606 16.3623L15.8613 13.1689C16.0078 13.0224 16.0957 12.8662 16.0957 12.6611C16.0957 12.2607 15.7832 11.9775 15.3828 11.9775C15.1875 11.9775 14.9922 12.0556 14.8554 12.2119L13.3711 13.7841L12.7168 14.4775L12.7754 13.0127V2.71972C12.7754 2.30957 12.4141 1.95801 11.9941 1.95801C11.5742 1.95801 11.2227 2.30957 11.2227 2.71972V13.0127L11.2813 14.4775L10.6172 13.7841L9.14258 12.2119C9.00586 12.0556 8.79101 11.9775 8.60547 11.9775C8.19531 11.9775 7.90234 12.2607 7.90234 12.6611C7.90234 12.8662 7.98047 13.0224 8.12695 13.1689L11.4277 16.3623C11.6328 16.5576 11.7988 16.6162 11.9941 16.6162Z" fill="white"/></svg>')}@supports(text-wrap-style:pretty){.external-icon,a[download],a[target=_blank]:not([href^="https://maps.app"],[href^="tel:"],[href^="mailto:"]){text-wrap-style:pretty}}.Toastify__toast{width:100%!important;max-width:95%;margin:0 auto;padding:0 24px!important}@media (min-width:768px){.Toastify__toast{max-width:568px!important}}.Toastify__toast-container{width:100%!important;margin:16px 0 0!important;display:flex;flex-direction:column;gap:8px!important}.Toastify__toast-theme--colored{font-family:Outfit,sans-serif!important}.Toastify__toast-theme--colored.Toastify__toast--success{gap:24px!important;align-items:center!important;background-color:#bdd6ac!important;color:#131212!important;border-radius:16px!important}.Toastify__close-button{display:grid;place-items:center;margin:auto;color:#131212!important}.btn{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;padding:10px 24px;font-weight:600;font-size:1.0625rem;line-height:20px;border-radius:500px;height:48px;text-decoration:unset!important;border:1px solid transparent;outline:unset;transition:background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;white-space:nowrap}.btn[target=_blank]:after{content:url('data:image/svg+xml,<svg aria-hidden="true" width="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0769 2.76923C15.0769 2.3444 15.4213 2 15.8462 2H21.2308C21.6556 2 22 2.3444 22 2.76923V8.15385C22 8.57868 21.6556 8.92308 21.2308 8.92308C20.8059 8.92308 20.4615 8.57868 20.4615 8.15385V4.62632L14.8516 10.2362C14.5512 10.5366 14.0642 10.5366 13.7638 10.2362C13.4634 9.93583 13.4634 9.44878 13.7638 9.14838L19.3737 3.53846H15.8462C15.4213 3.53846 15.0769 3.19407 15.0769 2.76923ZM2.90121 4.43967C3.47824 3.86264 4.26087 3.53846 5.07692 3.53846H12C12.4248 3.53846 12.7692 3.88286 12.7692 4.30769C12.7692 4.73253 12.4248 5.07692 12 5.07692H5.07692C4.6689 5.07692 4.27758 5.23901 3.98907 5.52753C3.70055 5.81605 3.53846 6.20736 3.53846 6.61538V18.9231C3.53846 19.3311 3.70055 19.7224 3.98907 20.0109C4.27758 20.2994 4.6689 20.4615 5.07692 20.4615H17.3846C17.7926 20.4615 18.184 20.2994 18.4725 20.0109C18.761 19.7224 18.9231 19.3311 18.9231 18.9231V12C18.9231 11.5752 19.2675 11.2308 19.6923 11.2308C20.1171 11.2308 20.4615 11.5752 20.4615 12V18.9231C20.4615 19.7391 20.1374 20.5218 19.5603 21.0988C18.9833 21.6758 18.2007 22 17.3846 22H5.07692C4.26087 22 3.47825 21.6758 2.90121 21.0988C2.32417 20.5218 2 19.7391 2 18.9231V6.61538C2 5.79933 2.32418 5.01671 2.90121 4.43967Z" fill="white"></path></svg>');margin-left:8px}.btn svg{position:relative;left:0;margin:0 4px;transition:left .1s linear}.btn svg svg g[fill]:not([fill=none]),.btn svg svg path[fill]:not([fill=none]),.btn svg svg rect[fill]:not([fill=none]){fill:currentColor}.btn svg svg g[stroke]:not([stroke=none]),.btn svg svg path[stroke]:not([stroke=none]),.btn svg svg rect[stroke]:not([stroke=none]){stroke:currentColor}.btn svg svg{background-size:100%;height:24px;width:24px}.btn:has(svg.right-arrow):hover svg{left:8px}.btn-icon{padding:0;height:48px;width:48px;line-height:unset;border-radius:50%}.btn-icon-small{height:32px;width:32px}.btn-text{background-color:unset!important;color:inherit;text-decoration:underline!important;text-underline-offset:3px}.btn-text:active,.btn-text:focus{padding:5px 19px}.btn-text-primary{color:#314d1c!important}.btn-text-primary:hover{color:#131212}.btn-primary{background-color:#314d1c;color:#fff}.btn-primary svg svg g[fill]:not([fill=none]),.btn-primary svg svg path[fill]:not([fill=none]),.btn-primary svg svg rect[fill]:not([fill=none]){fill:currentColor}.btn-primary svg svg g[stroke]:not([stroke=none]),.btn-primary svg svg path[stroke]:not([stroke=none]),.btn-primary svg svg rect[stroke]:not([stroke=none]){stroke:currentColor}.btn-primary:is(:hover,:active){background-color:#48752c}.btn-primary:is(:hover,:active).disabled,.btn-primary:is(:hover,:active)[disabled]{border-color:transparent!important}.btn-primary:focus{background-color:#203212}.btn-primary-outline{background-color:#dcead5;color:#314d1c;border-color:#314d1c}.btn-primary-outline:is(:hover,:active){background-color:#dcead5}.btn-primary-outline:is(:hover,:active) svg svg g[fill]:not([fill=none]),.btn-primary-outline:is(:hover,:active) svg svg path[fill]:not([fill=none]),.btn-primary-outline:is(:hover,:active) svg svg rect[fill]:not([fill=none]){fill:#314d1c}.btn-primary-outline:is(:hover,:active) svg svg g[stroke]:not([stroke=none]),.btn-primary-outline:is(:hover,:active) svg svg path[stroke]:not([stroke=none]),.btn-primary-outline:is(:hover,:active) svg svg rect[stroke]:not([stroke=none]){stroke:#314d1c}.btn-primary-outline:focus{border:2px solid #314d1c}.btn-primary.disabled,.btn-primary[disabled]{background-color:#cfcfcf;color:#3a3a3a;border-color:transparent;cursor:not-allowed}.btn-primary.disabled:focus,.btn-primary[disabled]:focus{border-color:#3a3a3a}.btn-primary.disabled svg svg g[fill]:not([fill=none]),.btn-primary.disabled svg svg path[fill]:not([fill=none]),.btn-primary.disabled svg svg rect[fill]:not([fill=none]),.btn-primary[disabled] svg svg g[fill]:not([fill=none]),.btn-primary[disabled] svg svg path[fill]:not([fill=none]),.btn-primary[disabled] svg svg rect[fill]:not([fill=none]){fill:#3a3a3a}.btn-primary.disabled svg svg g[stroke]:not([stroke=none]),.btn-primary.disabled svg svg path[stroke]:not([stroke=none]),.btn-primary.disabled svg svg rect[stroke]:not([stroke=none]),.btn-primary[disabled] svg svg g[stroke]:not([stroke=none]),.btn-primary[disabled] svg svg path[stroke]:not([stroke=none]),.btn-primary[disabled] svg svg rect[stroke]:not([stroke=none]){stroke:#3a3a3a}.puces__green>:before{display:block;content:"";height:8px;width:8px;border-radius:50%;background-color:#bdd6ac}body:has(.home-hero) #header-navigation__open{position:absolute;top:48px;right:48px}body:has(.home-hero) .page-top{display:block;margin:0;max-width:unset}#header-navigation{position:relative;z-index:9}#header-navigation__open{display:grid;place-items:center;cursor:pointer;padding:8px}#header-navigation__open svg{width:24px;height:24px}@media (min-width:1200px){#header-navigation__open svg{width:32px;height:32px}}#header-navigation__close{z-index:3;position:absolute;top:48px;right:48px;display:grid;place-items:center;cursor:pointer;padding:8px}#header-navigation__close svg{width:20px;height:20px}@media (min-width:1200px){#header-navigation__close svg{width:28px;height:28px}}.header-wrapper{display:flex;justify-content:flex-end;align-items:center}.header-backdrop{display:none;position:fixed;inset:0;background-color:hsla(0,0%,60%,.8);width:100%;height:110vh;cursor:pointer}.header-backdrop.show{display:block}.header .navbar{visibility:hidden;z-index:1;position:fixed;inset:0;background-color:#fff;transform:translateX(100%);transition:transform .3s ease-in}.header .navbar[data-collapsed=true]{visibility:visible;transform:translateX(0)}.header .navbar[data-collapsed=true] .nav-links__item a{animation-name:show-item;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;font-family:RethinkSans-VariableFont_wght;font-weight:500}.header .navbar[data-collapsed=true] .nav-links__item a[aria-current=page]{font-weight:700}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(0) a{animation-delay:0s}.header .navbar[data-collapsed=true] .nav-links__item:first-child a{animation-delay:.1s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(2) a{animation-delay:.2s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(3) a{animation-delay:.3s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(4) a{animation-delay:.4s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(5) a{animation-delay:.5s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(6) a{animation-delay:.6s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(7) a{animation-delay:.7s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(8) a{animation-delay:.8s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(9) a{animation-delay:.9s}.header .navbar[data-collapsed=true] .nav-links__item:nth-child(10) a{animation-delay:1s}@keyframes show-item{0%{transform:translateY(150%)}to{transform:translateY(0)}}@media (min-width:1200px){.header .navbar{width:90%;max-width:1245px;right:0;left:unset;border-top-left-radius:24px;border-bottom-left-radius:24px}}.header .navbar .nav{height:100%;display:grid;place-items:center}.header .navbar .nav-links{z-index:2;position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;list-style:none}@media (min-width:1200px){.header .navbar .nav-links{width:calc(100% - 48px);justify-content:flex-start;padding-top:256px}}.header .navbar .nav-links__item{overflow-y:hidden;display:flex;align-content:center;gap:16px;font-size:1.4375rem;line-height:29.95px;border-bottom:1px solid #9a9a9a;padding:14px 0;background-color:#fff}.header .navbar .nav-links__item:first-child{border-top:1px solid #9a9a9a}.header .navbar .nav-links__item small{display:grid;place-items:center;font-size:.9375rem;font-weight:400;line-height:19.53px}.header .navbar .nav-links__item a{flex:1 1;display:flex;position:relative;transition:bottom .3s ease-in-out;transform:translateY(150%)}.header .navbar .nav-links__item a svg{margin-left:auto;min-width:24px}.header .navbar .smartphone{position:absolute;bottom:0;right:50%;transform:translate(50%,calc(75% + 32px));width:298px;display:grid;place-items:center;background-color:#dcead5;padding-top:48px;border-radius:24px}.header .navbar .smartphone img{object-fit:contain}@media (min-width:768px){.header .navbar .smartphone{width:calc(100% - 64px);max-width:unset}}@media (min-width:1200px){.header .navbar .smartphone{display:none}}.footer{position:relative;margin-top:64px;padding:64px 32px;background-color:#131212;color:#fff}@media (min-width:768px){.footer{padding:40px 55px;margin-top:128px}}@media (min-width:1200px){.footer{padding:40px 64px}.footer__content{display:flex;align-items:center;gap:64px}}.footer__content .logo{filter:invert(1)}@media (min-width:768px){.footer__content .logo{position:relative;top:16px}}@media (min-width:1200px){.footer__content .logo{top:0}}.footer__content-links{display:flex;flex-direction:column;gap:32px;list-style:none;margin-top:128px;margin-bottom:64px}.footer__content-links a{font-size:1.0625rem;line-height:20px;font-weight:400;text-decoration:underline}.footer__content-links a:hover{font-weight:800}@media (min-width:768px){.footer__content-links{flex-direction:row;align-items:center;justify-content:space-between;margin-top:108px;margin-bottom:0}}@media (min-width:1200px){.footer__content-links{justify-content:flex-start;margin:0}}.footer__content .btn{height:56px;gap:16px}.footer__content .btn svg{position:relative;top:0;transition:top .1s linear}.footer__content .btn:hover svg{top:-5px}@media (min-width:768px){.footer__content .btn{position:absolute;right:64px;top:55px}}@media (min-width:1200px){.footer__content .btn{position:static;margin-left:auto}}.trendbook-discover h1{margin-bottom:64px}@media (min-width:1200px){.trendbook-discover .h4,.trendbook-discover h4{font-size:2rem;line-height:41.66px;font-weight:600}}.trendbook-discover p{font-size:.875rem;line-height:20px}@media (min-width:1200px){.trendbook-discover p{font-size:1.25rem;line-height:28px}}.trendbook-discover__list{display:grid;grid-template-columns:1fr}@media (min-width:768px){.trendbook-discover__list{grid-template-columns:repeat(2,319px);gap:20px}}@media (min-width:1200px){.trendbook-discover__list{grid-template-columns:repeat(2,440px);gap:48px}}.trendbook-discover__list .trendbook-discover-next .card-body{flex:1 1;justify-content:center;align-items:center}.trendbook-discover__list .trendbook-discover-next .img-empty{height:192px;display:grid;place-items:center;background-color:#dcead5;border-radius:24px}.trendbook-discover__list .trendbook-discover-next .img-empty span{font-family:IndieFlower-Regular;font-size:3.70625rem;line-height:82px;font-weight:700;color:#1e134a;rotate:-8.1deg}@media (min-width:768px){.trendbook-discover__list .trendbook-discover-next .img-empty{height:164px}}@media (min-width:1200px){.trendbook-discover__list .trendbook-discover-next .img-empty{height:192px}}.trendbook-discover .card{display:flex;flex-direction:column;gap:32px;padding:16px;background-color:#fff;border-radius:24px}.trendbook-discover .card-body{display:flex;flex-direction:column;gap:8px}@media (min-width:1200px){.trendbook-discover .card-body{gap:24px}}.trendbook-discover .card img{width:100%;object-fit:contain}@media (min-width:768px){.trendbook-discover .card img{height:auto}}.trendbook-discover .card p{font-weight:300}.trendbook{display:flex;flex-direction:column;gap:128px;overflow-x:hidden}@media (min-width:1200px){.trendbook{overflow-x:visible}}.trendbook__title-date{font-size:1.1875rem;line-height:23.94px;color:#666}@media (min-width:1200px){.trendbook__title{margin:0}}.trendbook__form{background-color:#fff;padding:32px 16px;border-radius:24px}@media (min-width:1200px){.trendbook__form-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-top:64px;margin-bottom:128px}.trendbook__form-wrapper .trendbook__form{width:503px}}.trendbook__form .pre-title{font-size:32px;margin-bottom:64px}.trendbook__form .pre-title span{display:block;font-size:20px;color:#3a3a3a}@media (min-width:768px){.trendbook__form .pre-title span{font-size:23px}.trendbook__form{padding:32px}}@media (min-width:1200px){.trendbook__form{padding:48px}}.trendbook__form .form-input:has([name=email]){width:80%;margin-bottom:8px}.trendbook__form-img{position:relative;margin:92px 0}@media (min-width:768px){.trendbook__form-img{margin-top:92px;margin-bottom:128px}}@media (min-width:1200px){.trendbook__form-img{z-index:-1;position:absolute;top:50%;left:0;transform:translate(-4%,-80%)}}.trendbook__form-img img{width:100%;height:208px;object-fit:contain}@media (min-width:768px){.trendbook__form-img img{height:248px}}@media (min-width:1200px){.trendbook__form-img img{height:346px}}.trendbook__form-img .rectangle{--bg-color:$green-5;z-index:-1;display:block;position:absolute;transform:translate(-45%,73%);top:50%;right:50%;width:420px;height:230px;background-color:var(--bg-color);border-radius:16px;rotate:195deg}@media (min-width:768px){.trendbook__form-img .rectangle{width:460px;height:260px;transform:translate(-40%,65%)}}@media (min-width:1200px){.trendbook__form-img .rectangle{width:600px;height:320px;transform:translate(-40%,68%)}}.trendbook__form-explain{margin-top:16px;margin-bottom:64px}.trendbook__content{margin-top:128px}.trendbook__content-title{margin-bottom:64px}@media (min-width:1200px){.trendbook__content-title{margin-bottom:128px}}.trendbook__content-wrapper{display:flex;flex-direction:column;gap:32px}.trendbook__content-star{margin-bottom:32px}.trendbook__promoted{position:relative;background-color:#e7f2ff;padding:40px 16px}.trendbook__promoted:after{z-index:-1;content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:110vw;height:100%;background-color:#e7f2ff}@media (min-width:768px){.trendbook__promoted{width:512px;margin:0 auto}}@media (min-width:1200px){.trendbook__promoted{width:100%;padding:64px 0}}.trendbook__degust ul,.trendbook__promoted ul{margin-left:32px}.trendbook__degust ul p{font-family:RethinkSans-VariableFont_wght;font-size:1.0625rem;line-height:24px;font-weight:400}.trendbook__degust ul p:first-child{font-family:Outfit;font-size:1.25rem;line-height:28px;margin-bottom:8px}.trendbook__spotify-btn{padding:0}.trendbook__spotify-btn:hover svg:first-child,.trendbook__spotify-btn:hover svg:last-child{left:0!important}.trendbook__spotify-btn svg:first-child{margin-right:16px;margin-left:0}.trendbook__spotify .separator{margin-top:32px;margin-bottom:16px}@media (min-width:768px){.trendbook__spotify .separator{max-width:40%;margin-left:auto;margin-right:auto}}@media (min-width:1200px){.trendbook__spotify-how{display:flex;justify-content:space-between;margin-top:32px}}.trendbook__spotify-ready{display:block;margin-top:64px;margin-bottom:16px}.trendbook__spotify-qr{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:32px 16px;border-radius:32px;gap:32px}.trendbook__spotify-qr img{max-width:100%;object-fit:contain}.trendbook__spotify-qr p{max-width:395px;text-align:center}@media (min-width:768px){.trendbook__spotify-qr br{display:none}}@media (min-width:1200px){.trendbook__spotify-qr{max-width:503px;text-align:center}}.trendbook__spotify-badge{display:block;width:-moz-fit-content;width:fit-content;background-color:#6b2346;border-radius:500px;padding:12px 24px;color:#fff;font-weight:500;margin-bottom:16px}.trendbook__spotify-content{display:flex;flex-direction:column;margin-top:26px;gap:10px}.trendbook__spotify-steps h3{margin:32px 0}.trendbook__spotify-steps ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:32px}@media (min-width:1200px){.trendbook__spotify-steps ul{max-width:370px}}.trendbook__spotify-steps ul li{display:flex;align-items:center;gap:16px;font-size:1.25rem;line-height:28px}@media (min-width:1200px){.trendbook__spotify-steps{display:flex;align-items:center;justify-content:space-between}.trendbook__spotify-steps-spoti{flex:1 1;text-align:center}}.trendbook__spotify-app{position:relative;overflow-y:hidden;padding-top:140px}@media (min-width:1200px){.trendbook__spotify-app{overflow-y:visible;padding:128px 0}}.trendbook__spotify-app.container{margin:0}@media (min-width:768px){.trendbook__spotify-app.container{margin:0 64px 32px}}.trendbook__spotify-app img{position:absolute;right:50%;bottom:0;transform:translate(50%,18%)}@media (min-width:1200px){.trendbook__spotify-app img{bottom:50%;transform:translate(50%,50%)}}.trendbook__spotify-app .rectangle{display:block;width:100%;height:270px;background-color:#bdd6ac}@media (min-width:768px){.trendbook__spotify-app .rectangle{border-radius:24px}}.maintenance{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:92px;margin:0 16px}@media (min-width:768px){.maintenance{background-color:#f8f7f4;align-items:center;gap:64px;text-align:center}.maintenance h1{margin-bottom:24px}}.maintenance svg{width:-moz-fit-content;width:fit-content}@media (min-width:768px){.maintenance svg{height:58px}.maintenance__content{margin-bottom:92px}}.maintenance img{width:calc(100% + 32px);height:auto;position:absolute;bottom:0;right:50%;transform:translateX(50%)}@media (min-width:1440px){.maintenance img{height:333px;object-fit:contain}}.custom-page p{font-size:1.0625rem;line-height:24px}.studio{display:flex;flex-direction:column;gap:64px}@media (min-width:768px){.studio{gap:128px}}.studio-content{display:flex;flex-direction:column;gap:32px}.studio-content__project{margin-top:32px}.studio-content__project h3{margin-bottom:16px}.studio-content__project a{text-decoration:underline}.studio-content__project a:hover{font-weight:500}.studio-title{gap:64px}.studio-title img{position:relative;right:16px}@media (min-width:480px){.studio-title img{right:0;margin:auto}}@media (min-width:768px){.studio-title img{width:100%;object-fit:contain}}.studio__agence{gap:64px}.studio__agence img{width:100%;object-fit:contain;margin-bottom:64px}@media (min-width:1200px){.studio__agence img{width:455px;margin-bottom:0}.studio__agence-content{display:flex;gap:64px}.studio__ikomobi{display:flex;flex-direction:row-reverse;justify-content:space-between}}.studio__ikomobi-img{position:relative;margin-bottom:32px;height:335px}@media (min-width:768px){.studio__ikomobi-img{margin-left:50px;margin-bottom:64px}}@media (min-width:1200px){.studio__ikomobi-img{margin-bottom:0;height:auto}}.studio__ikomobi-img img{position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media (min-width:768px){.studio__ikomobi-img img{right:50%;transform:translate(50%,-50%)}}@media (min-width:1200px){.studio__ikomobi-img img{right:50%;top:50%;bottom:16px;transform:translate(20%,-30%)}}.studio__ikomobi-img .rectangle{z-index:-1;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%);width:calc(100% - 32px);height:229px;background-color:#cee4fc;border-top-left-radius:24px;border-bottom-left-radius:24px}@media (min-width:768px){.studio__ikomobi-img .rectangle{width:80%;left:unset}}@media (min-width:1200px){.studio__ikomobi-img .rectangle{width:55vw;left:unset;right:0;transform:translate(55%,-20%)}}@media (min-width:1440px){.studio__ikomobi-img .rectangle{transform:translate(70%,-20%)}}@media (min-width:1920px){.studio__ikomobi-img .rectangle{transform:translate(80%,-20%)}}.studio__ikomobi-content{flex:1 1}.studio__ikomobi-content__description{display:flex;flex-direction:column;gap:32px}.studio__ikomobi-content__description ul{margin-top:16px;margin-left:24px}@media (min-width:1200px){.studio__ikomobi-content__description>:first-child{max-width:471px;margin-top:32px}}.what-is-a-trendbook{display:flex;flex-direction:column;gap:128px}.what-is-a-trendbook__img{width:100%;height:347px;object-fit:cover;border-radius:24px;margin-top:64px}@media (min-width:768px){.what-is-a-trendbook__img{height:271px}}@media (min-width:1200px){.what-is-a-trendbook__img{height:400px;object-fit:unset}}.what-is-a-trendbook__contact{position:relative;background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;padding:32px 0 128px;overflow:hidden}@media (max-width:768px){.what-is-a-trendbook__contact{margin:0;border-radius:0}}@media (min-width:768px){.what-is-a-trendbook__contact{padding-bottom:64px;border-radius:24px;margin-top:128px}}.what-is-a-trendbook__contact-content{padding:0 16px}.what-is-a-trendbook__contact-content,.what-is-a-trendbook__contact-content hgroup{display:flex;flex-direction:column;gap:32px}@media (min-width:768px){.what-is-a-trendbook__contact-content hgroup{flex-direction:column-reverse}}.what-is-a-trendbook__contact .circle{position:absolute;bottom:-8px;right:50%;transform:translate(50%);display:block}@media (min-width:768px){.what-is-a-trendbook__contact .circle{width:200px;height:400px;background-color:#eac452;border-radius:50%;bottom:0;right:0;transform:translate(80%,35%);rotate:45deg}.what-is-a-trendbook__contact .circle svg{display:none}}@media (min-width:1200px){.what-is-a-trendbook__contact .circle{width:400px;height:400px;transform:translate(70%,25%)}}.what-is-a-trendbook__card{display:flex;flex-direction:column;gap:32px;padding:32px 16px;border-radius:24px}.what-is-a-trendbook__card.bg-white p:nth-child(odd){margin-top:16px}@media (min-width:768px){.what-is-a-trendbook__card .btn{width:-moz-fit-content;width:fit-content}.what-is-a-trendbook__card{padding:0}.what-is-a-trendbook__card.bg-white{padding:48px}}.what-is-a-trendbook__card p{font-size:1.0625rem;line-height:24px}.what-is-a-trendbook__card.bg-white p{font-size:1.25rem;line-height:28px}.what-is-a-trendbook__card-list{display:flex;flex-direction:column;gap:32px;list-style:none}.what-is-a-trendbook__card-list-title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.what-is-a-trendbook__card-list-title p{font-size:1.25rem;line-height:28px}.what-is-a-trendbook__card-list-title span{min-width:52px;min-height:52px;width:52px;height:52px;background-color:#cee4fc;border-radius:50%;display:grid;place-items:center}.page-content{max-width:912px;display:flex;flex-direction:column;gap:64px;margin:64px auto}.page-content a{word-break:break-word}@media (min-width:1200px){.page-content{gap:128px;margin:198px auto 0}}.page-content__header p{font-family:Outfit;font-size:1.125rem;color:#3a3a3a;margin-top:24px}.page-content h2{margin-bottom:8px}.page-content ul{margin-left:32px}.page-content a{text-decoration:underline}.page-content__special{display:flex;flex-direction:column;gap:24px;background-color:#dcead5;padding:32px;border-radius:8px}.page-content__listing{display:flex;flex-direction:column;gap:16px;padding-top:8px}.page-content__listing>*{border-bottom:1px solid #d9d9d9;padding-bottom:16px}.page-content__listing>* b{font-weight:700}.page-content__listing>:last-child{border-bottom:unset}@media (min-width:1200px){.contact br{display:none}}@media (min-width:768px){.contact__form{display:flex;justify-content:space-between;margin-top:92px;gap:16px}}@media (min-width:1200px){.contact__form .form-input:has([name=name]){width:80%}}.contact__info{font-family:Outfit;display:flex;flex-direction:column;gap:12px;margin-top:32px;margin-bottom:128px}.contact__info a{font-size:1.25rem;line-height:28px}@media (min-width:768px){.contact__info{max-width:226px;margin:0}}.contact .form{width:100%}.contact .form-input-checkbox{margin-top:8px}@media (min-width:768px){.contact .form{max-width:384px}.contact .form .btn{margin-top:32px}}@media (min-width:1200px){.contact .form{max-width:620px}}.home-hero{position:relative;max-width:100vw;overflow:hidden;min-height:calc(100dvh - 16px);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:16px}@media (min-width:768px){.home-hero{min-height:calc(100dvh - 64px)}}.home-hero .smartphone{position:absolute;display:none;opacity:0;animation:show 1s ease-in-out 3s forwards}@media (min-width:1200px){.home-hero .smartphone{display:block}}.home-hero .smartphone-purple{top:-12%;right:10%}.home-hero .smartphone-green{bottom:0;left:0;transform:translateY(-30%)}.home-hero .smartphone-yellow{bottom:0;right:0;transform:translate(30%,-20%)}.home-hero hgroup{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin-bottom:64px;padding:0 16px}.home-hero hgroup h1{width:100%}@media (min-width:360px){.home-hero hgroup{width:360px}}@media (min-width:1200px){.home-hero hgroup{width:557px;text-align:center}.home-hero hgroup .h3,.home-hero hgroup h3{font-size:2.5rem;line-height:52.08px}.home-hero hgroup p{width:410px;margin:0 auto;font-size:1.625rem;line-height:48px}}.home-hero hgroup h1{position:relative;opacity:0;animation:sliding-top 2s ease-in-out forwards,show 1s ease-in-out 1s forwards;margin-bottom:64px}@media (min-width:1200px){.home-hero hgroup h1{animation:zoom-out 2s ease-in-out forwards,show 1s ease-in-out 1s forwards;margin-bottom:56px}}.home-hero hgroup p{opacity:0;animation:sliding-top 1s ease-in-out 2s forwards,show 1s ease-in-out 2s forwards}.home-hero hgroup .circle{z-index:-1;position:absolute;top:0;right:0;transform:translate(57%,-43%);display:block;width:268px;height:268px;border-radius:50%;background-color:rgba(206,228,252,.502)}@media (min-width:768px){.home-hero hgroup .circle{top:0;right:0;transform:translate(57%,-50%)}}@media (min-width:1200px){.home-hero hgroup .circle{display:none}}.home-hero hgroup .logo{height:44px}@media (min-width:1200px){.home-hero hgroup .logo{height:88px}}.home-hero__arrow{opacity:0;animation:show 1s ease-in-out 3.5s forwards;width:42px;height:42px}@media (min-width:768px){.home-trend{min-width:658px}}@media (min-width:1200px){.home-trend{width:100%}}.home-trend__wrapper{overflow:hidden;position:relative;background-color:#fff;border-radius:24px}.home-trend .rectangle{position:absolute;display:block;width:300px;height:300px;background-color:#f9da78;border-radius:24px;transition:transform .4s ease-in}@media (min-width:1200px){.home-trend .rectangle{width:500px;height:500px}}.home-trend .rectangle.top{top:-50%;left:0;rotate:80deg;transform:translate(25%,90%)}@media (min-width:768px){.home-trend .rectangle.top{transform:translate(100%,100%)}}@media (min-width:1200px){.home-trend .rectangle.top{transform:translate(22%,65%)}}.home-trend .rectangle.bottom{bottom:0;right:0;rotate:70deg;transform:translateY(-98%)}@media (min-width:768px){.home-trend .rectangle.bottom{transform:translate(10%,-77%)}}@media (min-width:1200px){.home-trend .rectangle.bottom{transform:translate(39%,-35%)}}.home-trend__content{position:relative;z-index:1;max-width:468.95px;display:flex;flex-direction:column;gap:16px;text-align:center;font-weight:700;margin:0 auto;padding:64px 16px 32px}.home-trend__content-new{font-size:2.25rem;line-height:46.87px}.home-trend__content-id{font-family:IndieFlower-Regular,serif;display:block;font-size:4.375rem;line-height:81.77px;color:#314d1c;rotate:-8deg;font-weight:400;height:33px;transform:translateY(-8px)}@media (max-width:768px){.home-trend__content-id{height:90px;transform:unset;line-height:101.77px}}.home-trend__content-name{display:block;font-size:2.25rem;line-height:46.87px}.home-trend__content-logo{width:-moz-fit-content;width:fit-content;position:relative;margin:0 auto}.home-trend__content-logo .circle{position:absolute;bottom:-25%;right:-8%;display:block;width:36px;height:36px;border-radius:50%;background-color:#cee4fc}@media (min-width:480px){.home-trend__content-logo .circle{bottom:-20%;right:-4%}}.home-trend__content-logo .logo{position:relative;z-index:1;height:40.32px}@media (min-width:768px){.home-trend__content-logo .logo{height:58.84px}}@media (min-width:1200px){.home-trend__content-logo .logo{height:62.59px}}.home-trend__content .btn{width:-moz-fit-content;width:fit-content;margin:0 auto}@media (max-width:768px){.home-trend__content .btn{margin-top:48px}}@media (min-width:768px){.home-trend__content{gap:40px;padding:48px 0 64px}}.home-what_is{width:calc(100% - 32px)}.home-what_is-wrapper{overflow-x:hidden;display:flex;flex-direction:column;align-items:center;gap:32px;background-color:#fff;padding:32px 16px;border-radius:24px}@media (min-width:1200px){.home-what_is-wrapper{flex-direction:row;gap:128px;padding:64px}}.home-what_is__img{position:relative}@media (max-width:768px){.home-what_is__img{margin-left:140px}}.home-what_is__img .rectangle{position:absolute;background-color:#dcead5;border-radius:24px;rotate:106deg;transform:translate(-27%,-25%);width:290px;height:500px}@media (min-width:768px){.home-what_is__img .rectangle{transform:translate(-43%,-21%);width:194px;height:366px;rotate:104deg}}@media (min-width:1200px){.home-what_is__img .rectangle{transform:translate(-23%,-25%);width:289px;height:465px}}.home-what_is__img img{position:relative;height:386.32px;width:577.45px;object-fit:contain}@media (min-width:768px){.home-what_is__img img{height:240px;width:388px}}@media (min-width:1200px){.home-what_is__img img{height:397px;width:578px}}.home-what_is__content{display:flex;flex-direction:column;gap:12px;margin-top:64px}.home-what_is__content-wrapper ul{margin-left:32px}@media (min-width:1200px){.home-what_is__content-wrapper{width:50%}}.home-what_is__content .btn{margin-top:32px}@media (min-width:768px){.home-what_is{max-width:658px!important}}@media (min-width:1200px){.home-what_is{max-width:1314px!important}}.home-studio-wrapper{display:flex;flex-direction:column;align-items:center}@media (min-width:992px){.home-studio-wrapper{gap:128px}}@media (min-width:1200px){.home-studio-wrapper{max-width:1183px;flex-direction:row-reverse;justify-content:space-around;gap:128px}}@media (min-width:1440px){.home-studio-wrapper{justify-content:space-between}}.home-studio__content-wrapper{display:flex;flex-direction:column;gap:32px;margin-top:48px}@media (min-width:1200px){.home-studio__content-wrapper{width:43%;margin-top:0}}.home-studio__content .btn{margin-top:32px}.home-studio__img{height:278.93px;display:grid;grid-template-columns:repeat(2,168px);grid-auto-rows:auto;align-items:flex-end;grid-gap:12px;gap:12px}.home-studio__img .rectangle{display:none}.home-studio__img>*{width:100%;height:100%}.home-studio__img-phone{grid-column:2;grid-row:1/3;height:calc(100% - 8px)}@media (min-width:1200px){.home-studio__img-phone{height:calc(100% - 12px)}}@media (min-width:992px){.home-studio__img{height:278.48px;grid-template-columns:repeat(4,211px);gap:24px}.home-studio__img .rectangle{display:block;height:136px;border-radius:12px}}@media (min-width:992px)and (min-width:1200px){.home-studio__img .rectangle{display:none}}@media (min-width:992px){.home-studio__img .rectangle.blue{height:calc(100% - 24px);align-self:center;background-color:#96b1d8}.home-studio__img .rectangle.green{grid-column:4;grid-row-start:2;background-color:#9dc384}.home-studio__img-phone{grid-column:3}.home-studio__img-screen{grid-column:2;grid-row-start:2}}@media (min-width:1200px){.home-studio__img{height:457px;grid-template-columns:283.54px 271px;gap:24px}.home-studio__img-screen{grid-column:unset;grid-row:2}.home-studio__img-phone{grid-column:2}}.home{display:flex;flex-direction:column;align-items:center;margin-top:64px;gap:64px}.home .container{max-width:1248px}@media (min-width:768px){.home{gap:128px}}@media (min-width:1200px){.home{margin:256px 64px 128px;gap:256px}}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes zoom-out{0%{transform:scale(1.2);@media (min-width:1200px){.home{transform:scale(1.5)}}}to{transform:scale(1)}}@keyframes sliding-top{0%{transform:translateY(10%)}to{transform:translateY(0)}}.page-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;margin-top:56px}.page-layout{margin-top:192px}@media (min-width:1200px){.page-layout{max-width:658px;height:calc(100% - 565px);margin-top:128px;max-width:928px;margin-left:auto;margin-right:auto}}.page__content{display:flex;flex-direction:column;gap:64px}.page__content a,.page__content li,.page__content p{font-family:Outfit;font-size:1.0625rem}.page__content-wrapper ul{margin:8px 0 0 26px}.page__content-wrapper div{margin-bottom:24px}.page__content h3{font-weight:600}.page__content-title{margin-bottom:8px}.page__content-subtitle{font-family:Outfit;font-size:1.25rem;line-height:28px;font-weight:400;margin-bottom:8px}.accordion-button{height:58px;width:100%;display:flex;align-items:center;gap:8px;cursor:pointer}.accordion-button[aria-expanded=true] .accordion-icon{transform:rotate(-180deg);transition:transform .3s ease-in-out}.accordion-title{font-size:1.0625rem;line-height:25.5px;display:flex;align-items:center;gap:8px}.accordion-title b{font-size:1.625rem;line-height:33.85px}.accordion-title b span{font-size:1.4375rem;line-height:29.95px}.accordion-icon{transform:rotate(0deg);transition:transform .3s ease-in-out;margin-left:auto}.accordion-content{max-height:0;overflow:hidden;margin-top:4px;transition:all .3s linear}.accordion-content[data-collapsed=true]{overflow:visible;max-height:1280px;transition:all .6s linear}.skiplinks nav{position:fixed;z-index:9;top:-100%;background:#f5f5f5;padding:24px}@media (min-width:1200px){.skiplinks nav{padding:10px 16px}}.skiplinks nav:focus,.skiplinks nav:focus-within{position:relative;top:unset}.skiplinks-list{display:flex;flex-direction:column;justify-content:flex-start;gap:24px;list-style:none}@media (min-width:768px){.skiplinks-list{gap:36px}}@media (min-width:1200px){.skiplinks-list{justify-content:center;align-items:center;gap:24px}}.skiplinks-list a{display:inline-flex;align-items:center;gap:16px;padding:6px 8px;font-weight:500;line-height:25.2px;color:#131212}.skiplinks-list a:after{display:none}.skiplinks-list a:hover{text-decoration:underline}.skiplinks-list a .icon{display:flex;align-items:center;justify-content:center}.skiplinks-list a .icon svg{background-size:100%;height:24px;width:24px}@media (min-width:1200px){.skiplinks-list{flex-direction:row;gap:42px;padding:0 92px}.skiplinks-list a{font-size:1.125rem}}@media (min-width:1440px){.skiplinks-list a{font-size:1.25rem}}.separator{z-index:0;position:relative;width:100%;height:28px}.separator:after{z-index:1;position:absolute;top:50%;left:0;transform:translateY(50%);content:"";width:100%;height:1px;background-color:#9a9a9a}.separator span{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 24px;background-color:#f8f7f4;font-family:Outfit;font-size:1.25rem;line-height:28px}.error-page{gap:32px;padding:16px}@media (min-width:768px){.error-page{align-items:center;text-align:center}}.error-page__code{font-family:IndieFlower-Regular;font-size:8rem;line-height:100px;font-weight:400;color:#314d1c;rotate:-8deg}.back{display:flex;align-items:center;font-family:Outfit;font-size:1.0625rem;line-height:21.42px;font-weight:400;color:#000;cursor:pointer}.context__layout{display:flex;flex-direction:column;gap:32px}@media (min-width:768px){.context__layout{align-items:center;width:658px;margin:auto;text-align:center;width:auto}}.form-input{width:100%}.form-input-textarea .form-input-field{min-height:128px}.form-input-textarea .form-input-label-content{top:16px}.form-input.focus .form-input-label-content,.form-input:focus-within .form-input-label-content{top:0;transform:translateY(-50%);color:#131212;font-size:.9375rem}.form-input-label{position:relative;align-items:center;display:flex}.form-input-label-content{z-index:0;position:absolute;left:14px;padding:0 4px;transition:top .2s ease,transform .2s ease;font-family:Outfit;color:#131212;font-weight:400;font-size:.9375rem;line-height:16px;letter-spacing:.5px}.form-input-label-content:after{z-index:-1;content:"";position:absolute;top:50%;right:0;height:4px;width:100%;transform:translateY(calc(-50% + 1px));background:#fff}.form-input-label:has(.form-input-icon) .form-input-field{padding-right:32px}.form-input-field{width:100%;padding:16px;border:1px solid #131212;border-radius:14px;background:#fff;color:#131212;font-family:Outfit;font-weight:300;font-size:1.0625rem;line-height:16px;letter-spacing:.5px}.form-input-field::placeholder{color:#131212}.form-input-field:-webkit-autofill,.form-input-field:-webkit-autofill:active,.form-input-field:-webkit-autofill:focus,.form-input-field:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}.form-input-field:-webkit-autofill:first-line,.form-input-field::-webkit-input-placeholder,.form-input-field::placeholder{font-size:.875rem}.form-input-rules{display:flex;flex-direction:column;margin-top:16px;gap:8px}.form-input-rules li{display:flex;align-items:center;gap:8px;font-size:1rem;line-height:24px}.form-input-rules li svg svg{background-size:100%;height:24px;width:24px}.form-input-icon{position:absolute;right:24px;cursor:pointer;display:flex}.form-input-icon svg svg{background-size:100%;height:24px;width:24px}.form-input-icon span{display:flex}.form-input-icon:has(.eye-closed),.form-input-icon:has(.eye-opened){right:12px}.form-input-icon:has(.eye-closed) .eye-closed svg svg,.form-input-icon:has(.eye-closed) .eye-opened svg svg,.form-input-icon:has(.eye-opened) .eye-closed svg svg,.form-input-icon:has(.eye-opened) .eye-opened svg svg{background-size:100%;height:48px;width:48px}.form-input-icon[data-show=false] .eye-closed,.form-input-icon[data-show=true] .eye-opened{display:none}.form-input-legend{text-align:start;padding:4px 16px}.form-input-legend,.form-input-legend a{color:#131212;font-size:.875rem;line-height:20px;font-weight:400}.form-input.error{border-color:#c00}.form-input.error .form-input-icon svg g[fill]:not([fill=none]),.form-input.error .form-input-icon svg path[fill]:not([fill=none]),.form-input.error .form-input-icon svg rect[fill]:not([fill=none]){fill:#c00}.form-input.error .form-input-icon svg g[stroke]:not([stroke=none]),.form-input.error .form-input-icon svg path[stroke]:not([stroke=none]),.form-input.error .form-input-icon svg rect[stroke]:not([stroke=none]){stroke:#c00}.form-input.error .form-input-field{border-color:#c00;color:#c00}.form-input.error .form-input-label-content,.form-input.error .form-input-legend,.form-input.error a{color:#c00}.form-input-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.form-input-checkbox:has(input:focus) .form-input-checkbox-check{outline:2px solid #6b2346}.form-input-checkbox.reverse{flex-direction:row-reverse;justify-content:left}.form-input-checkbox input{position:absolute;opacity:0;cursor:pointer}.form-input-checkbox-check{min-width:14px;min-height:14px;width:14px;height:14px;display:grid;place-items:center;border:2px solid #7b7b7b;border-radius:4px}.form-input-checkbox-check svg{width:inherit;height:inherit;stroke-dasharray:0,75px;color:#314d1c}@keyframes check{0%{stroke-dasharray:0,75px}to{stroke-dasharray:75px,75px}}.form-input-checkbox.error .form-input-checkbox-check{border-color:#c00}.form-input-checkbox.error .form-input-checkbox-label{color:#c00}.form-input-checkbox.error .form-input-checkbox.error-icon svg g[fill]:not([fill=none]),.form-input-checkbox.error .form-input-checkbox.error-icon svg path[fill]:not([fill=none]),.form-input-checkbox.error .form-input-checkbox.error-icon svg rect[fill]:not([fill=none]){fill:#c00}.form-input-checkbox.error .form-input-checkbox.error-icon svg g[stroke]:not([stroke=none]),.form-input-checkbox.error .form-input-checkbox.error-icon svg path[stroke]:not([stroke=none]),.form-input-checkbox.error .form-input-checkbox.error-icon svg rect[stroke]:not([stroke=none]){stroke:#c00}.form-input-checkbox.checked .form-input-checkbox-check{background-color:#dcead5}.form-input-checkbox.checked .form-input-checkbox-check svg{scale:1.3;animation:check .3s ease .1s forwards;stroke-dasharray:0,75px;stroke-linecap:round;stroke-linejoin:round}.form-input-checkbox-label{font-family:Outfit;font-size:.875rem;line-height:20px;font-weight:300;color:#666}.form{display:flex;flex-direction:column;gap:24px}.form .form-legend{font-family:RethinkSans-VariableFont_wght;font-size:.875rem;line-height:20px;font-weight:300;color:#666}.form-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}@media (min-width:768px){.form-actions{margin-top:8px}}.breadcrumb{font-family:Outfit}.breadcrumb__button{display:block;cursor:pointer}@media (min-width:768px){.breadcrumb__button{display:none}}.breadcrumb__list{display:flex;align-items:center;gap:8px;list-style:none}.breadcrumb__list-wrapper{display:none}.breadcrumb__list-wrapper.show{display:block}@media (min-width:768px){.breadcrumb__list-wrapper{display:block}}.breadcrumb__list li{display:flex;align-items:center;gap:8px}.breadcrumb__link{font-size:.875rem;font-weight:300;line-height:20px;color:#131212;text-decoration:underline}@media (min-width:768px){.breadcrumb__link{font-size:1.0625rem}}.breadcrumb__link[aria-current=page]{font-weight:600;text-decoration:none;cursor:default}.link-modal{display:flex;flex-direction:column;align-items:center;gap:64px}.link-modal__button{display:flex;align-items:center;cursor:pointer}.link-modal img{flex:0 1;object-fit:contain;max-height:75px;width:-moz-fit-content;width:fit-content}.link-modal hgroup{text-align:center}.link-modal hgroup>:first-child{margin-bottom:16px}.modal{z-index:999;position:fixed;inset:0;width:100%;height:100%;background-color:transparent;margin:unset;outline:unset;border:unset}.modal[open]{display:grid;place-items:center}.modal::-webkit-backdrop{background-color:rgba(0,0,0,.39)}.modal::backdrop{background-color:rgba(0,0,0,.39)}.modal__wrapper{box-sizing:border-box;z-index:999;max-width:806px;width:100%;border:unset;display:flex;flex-direction:column;gap:64px;border-radius:32px;background-color:#f4f4f4;box-shadow:-5px 0 8.8px 0 rgba(26,26,26,.122);padding:32px 16px}@media (min-width:768px){.modal__wrapper{padding:64px}}.modal__close{height:40px;width:40px;border-radius:50%;background-color:#3a3a3a;display:grid;place-items:center;color:#fff;margin-left:auto;cursor:pointer}.modal__close:is(:hover,:focus){background-color:#535353;outline:2px solid #000}.eco-bar{height:auto;display:grid;place-content:center;text-align:center;background:#48752c;color:#fff;padding:8px}@media (min-width:768px){.eco-bar{height:44px;padding:0 32px}}.eco-bar-content svg{background-size:100%;height:24px;width:24px}.eco-bar-content p{display:flex;align-items:center;flex-direction:column;font-size:.9375rem;font-weight:600;line-height:26px}@media (min-width:768px){.eco-bar-content p{flex-direction:row;gap:8px;font-size:1rem;line-height:32.02px}.eco-bar-content{flex-direction:row;gap:25px}}.eco-bar-content-toggle{display:flex;align-items:center;gap:8px}@media (min-width:1200px){.eco-bar-content-toggle{gap:25px}}body{overflow-x:hidden;background-color:#fff}@media (min-width:768px){body{background-color:#f8f7f4}}body:has(.home),body:has(.trendbook),body:has(.what-is-a-trendbook){background-color:#f8f7f4}body:has(.studio) main{overflow-x:hidden}@font-face{font-family:RethinkSans-VariableFont_wght;src:url(/fonts/RethinkSans-VariableFont_wght.ttf)}.brookie-main{font-family:RethinkSans-VariableFont_wght;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;color:red;overflow-x:hidden}.brookie-main a,.brookie-main a:hover{color:#000;text-decoration:none}.brookie-main p{margin:0}.brookie-edito p,.brookie-text-main{color:#575961;margin-bottom:20px}.brookie-edito a,.brookie-edito p,.brookie-link,.brookie-text-main{font-family:RethinkSans-VariableFont_wght;font-size:1.25rem;line-height:30px}.brookie-edito a,.brookie-link{color:#e74300;-webkit-text-decoration:underline 1px;text-decoration:underline 1px}.brookie-title-big{width:100%;font-family:RethinkSans-VariableFont_wght;font-weight:300;font-size:2rem;line-height:36px}@media (min-width:768px){.brookie-title-big{font-size:3rem;line-height:54px}}.brookie-edito h1,.brookie-edito h2,.brookie-edito h3,.brookie-edito h4,.brookie-edito h5,.brookie-edito h6,.brookie-title-main{font-family:RethinkSans-VariableFont_wght;font-size:1.25rem;line-height:25px;margin-bottom:15px;font-weight:600}.brookie-title-primary{font-family:RethinkSans-VariableFont_wght;font-size:1rem;line-height:20px;font-weight:600}.brookie-title-big{font-weight:700}.brookie-edito a{display:inline-block;margin-bottom:16px;margin-right:8px}.brookie-footprint{align-items:center;display:flex;justify-content:center;padding:28px 10px}.brookie-footprint-logo{margin-left:8px}#brookie-modal.hidden{display:none!important}.brookie{height:100vh;left:0;opacity:1;position:relative;top:0;transition:opacity .5s ease-in-out;width:100vw;z-index:10000}.brookie :focus-visible{border-radius:5px;outline:2px solid #e74300}.brookie ::selection{background:#e74300;color:#fff}.brookie button:focus{border-radius:0;outline:none}.brookie-filter{background:#000;height:100%;opacity:.5;position:fixed;inset:0;width:100%;z-index:9999}.brookie-main{background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;bottom:0;left:50%;max-width:876px;position:absolute;transform:translateX(-50%);width:100%;z-index:9999}@media (min-width:768px){.brookie-main{border-radius:24px;bottom:unset;max-height:80vh;top:50%;transform:translate(-50%,-50%)}}.brookie-main *{box-sizing:border-box}@media (min-width:768px){.brookie-wrapper-main,.brookie-wrapper-sub{max-height:calc(80vh - 118px);overflow-y:auto}.brookie-wrapper-sub{max-height:calc(80vh - 118px - 128px)}}.brookie-hidden{opacity:0;pointer-events:none}.brookie-website{max-height:100vh;max-width:100vw;overflow:hidden}.brookie-outline{border-radius:5px!important;outline:2px solid #e74300!important}.brookie-no-scroll{height:100vh;overflow:hidden}.brookie-btn-primary{box-sizing:border-box;font-family:RethinkSans-VariableFont_wght;font-size:1.125rem;font-weight:600;align-items:center;background:transparent;border:0;border-radius:2px;cursor:pointer;display:inline-flex;justify-content:center;line-height:22px;min-height:63px;max-height:63px;overflow:hidden;padding:20px 32px;position:relative;text-align:center;transition:color .4s cubic-bezier(.12,.01,0,.99)}.brookie-btn-primary:focus{outline:none}.brookie-btn-primary{color:#000;border-radius:500px}.brookie-btn-primary:before{box-sizing:border-box;border:1px solid var(--border-color);border-radius:500px}.brookie-btn-primary:after,.brookie-btn-primary:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.brookie-btn-primary:after{background:var(--border-color);transform:scaleY(0);transition:transform .4s cubic-bezier(.12,.01,0,.99),background .4s cubic-bezier(.12,.01,0,.99)}.brookie-btn-primary:active span,.brookie-btn-primary:focus span,.brookie-btn-primary:hover span{color:var(--text-color);z-index:1}.brookie-btn-primary:active:after,.brookie-btn-primary:focus:after,.brookie-btn-primary:hover:after{transform:scaleY(1)}.brookie-btn-block{margin-top:16px;width:100%}@media (min-width:768px){.brookie-btn-max-width{max-width:190px}}.brookie-btn-thumb{background:#fff;bottom:0;box-shadow:0 0 8px 0 rgba(1,25,67,.25);left:0;padding:24px;position:absolute;width:100%}.brookie-btn-thumb button{margin-top:0}.brookie-btn-thumb-spacing{padding-bottom:112px}@media (min-width:768px){.brookie-btn-thumb-spacing{padding-bottom:128px}.brookie-btn-thumb{border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:32px 48px}}.brookie-choice{margin-bottom:24px}.brookie-header{align-items:center;display:flex;justify-content:space-between;padding:24px 20px}@media (min-width:768px){.brookie-header{padding:32px 48px}}.brookie-illu{background:#3031ff;height:auto;margin-bottom:24px;max-height:156px;object-fit:cover;width:100%}@media (min-width:768px){.brookie-illu{margin-bottom:32px;max-height:172px}}.brookie-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;border:none}.brookie-icon-back{margin-right:2rem;transform:rotate(180deg)}.brookie-icon-back,.brookie-icon-close{background:none;width:24px;height:24px;padding:0}.brookie-section{padding:0 24px}@media (min-width:576px){.brookie-section{padding:0 32px}}@media (min-width:768px){.brookie-section{padding:0 48px}}.brookie-section-home{margin-bottom:15px}@media (min-width:768px){.brookie-section-home{margin-bottom:12px}.brookie-section-home-button{align-items:center;display:flex;gap:8px;justify-content:space-between}.brookie-section-home-button button{margin-left:8px}.brookie-section-home-button button:first-child{margin-left:0}}.brookie-section-sub-intro{margin-bottom:24px}.brookie-section-sub-edito{margin-bottom:4px}@media (min-width:768px){.brookie-section-sub-edito{margin-bottom:12px}.brookie-section-sub-button{align-items:center;display:flex}.brookie-section-sub-button button{margin-right:8px}.brookie-section-sub-button button:last-of-type{margin-right:0}}.brookie-switch{align-items:center;cursor:pointer;display:inline-flex;position:relative}.brookie-switch-main{align-items:center;background:#f8f8f8;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px 24px}@media (min-width:768px){.brookie-switch-main{padding-left:48px;padding-right:48px}}.brookie-switch-title{margin-bottom:0}.brookie-switch-input{height:0;opacity:0;width:0}.brookie-switch-input:checked~.brookie-switch-slider .brookie-switch-slider-mark{background:#e74300;transform:translateX(24px)}.brookie-switch-input:checked~.brookie-switch-slider .brookie-switch-slider-mark:after{left:6px;transform:translate(0) rotate(-51deg);top:11px;width:16px}.brookie-switch-input:checked~.brookie-switch-slider .brookie-switch-slider-mark:before{left:3px;transform:translateY(-50%) rotate(49deg);width:8px;top:15px}.brookie-switch-wrapper{align-items:center;display:flex}.brookie-switch-slider{background:#fff;border-radius:32px;border:1px solid #d8d8d8;height:32px;margin-left:8px;position:relative;width:56px}.brookie-switch-slider-mark{border-radius:24px;height:24px;line-height:24px;padding:0;width:24px;background:#000;left:3px;position:absolute;top:3px;transform:translateX(0);transition:transform .4s cubic-bezier(.34,.23,.4,.99),background .4s cubic-bezier(.12,.01,0,.99)}.brookie-switch-slider-mark:after,.brookie-switch-slider-mark:before{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;background:#fff;content:"";height:2px;width:20px;transition:width .4s cubic-bezier(.12,.01,0,.99),transform .4s cubic-bezier(.12,.01,0,.99),left .4s cubic-bezier(.12,.01,0,.99)}.brookie-switch-slider-mark:before{transform:translate(-50%,-50%) rotate(-45deg)}.brookie-switch-slider-mark:after{transform:translate(-50%,-50%) rotate(45deg)}.brookie-switch-disabled .brookie-switch-slider-mark{opacity:.5}