.btn-red{border:1px solid var(--orange-color);color:var(--orange-color)}.btn-black,.btn-red{font-weight:700;padding:3px 6px;text-transform:uppercase;transition:all .4s ease}.btn-black{border:1px solid #383337;color:#383337}.btn-medium{border:1px solid var(--gray-color);font-weight:700;color:var(--gray-color);padding:3px 6px;text-transform:uppercase;transition:all .4s ease}@media (max-width:767px){.btn-black,.btn-medium,.btn-red{font-size:17px;line-height:20px;padding:2px 6px}}.header{padding:10px;display:flex;align-items:flex-start;justify-content:space-between;position:fixed;z-index:2;left:0;top:0;right:0;opacity:1;visibility:visible;transition:all .4s ease}.scroll-up .btn-play,.scroll-up .header,.scroll-up .header-artist-close,.scroll-up .header-artist h5,.scroll-up .ochre-cart-toggle{-webkit-transform:none;transform:none}.scroll-down .header{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.scroll-down .btn-play,.scroll-down .header-artist-close,.scroll-down .header-artist h5,.scroll-down .ochre-cart-toggle{-webkit-transform:translate3d(0,-41px,0);transform:translate3d(0,-41px,0)}.header.hide{opacity:0;visibility:hidden;transition:all .5s ease}.logo-img{font-weight:700;color:var(--orange-color);margin-top:3px;transition:all .4s ease}.popup-menu{position:fixed;height:100vh;width:100%;z-index:10;top:0;left:0;opacity:0;visibility:hidden;transition:opacity .4s ease}.popup-menu.opened{background:rgba(30,30,30,.3);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);visibility:visible;opacity:1;overflow:auto}.popup-menu.opened::-webkit-scrollbar{width:0;height:0}.popup-menu ul{margin-top:60px;padding-left:10px}.popup-menu ul li a,.popup-menu ul li button{font-weight:700;font-size:100px;line-height:95px;letter-spacing:-.03em;color:var(--orange-color);transition:all .4s ease;position:relative;left:0;display:flex}.popup-menu ul li button.active{color:#d3d3d3}.popup-menu ul li .submenu{margin-top:0;position:absolute;display:none}.popup-menu ul li button.active+.submenu{display:block;left:0;margin-left:615px;top:75px;height:100%}.popup-menu ul li:hover>a,.popup-menu ul li:hover>button{color:#d3d3d3}.popup-menu ul li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popup-menu ul li .submenu li a{font-weight:700;font-size:55px;line-height:54px;letter-spacing:-.03em;color:#d3d3d3}.popup-menu ul li .submenu li a:hover{color:var(--orange-color)}.hidden-logo,.logo-link{width:122px}.logo-link{position:relative;z-index:11;text-align:left}.logo-link.dark .logo-img{color:#393337}.header .btn-black,.header .btn-red{margin:0}@media (max-width:991px){.popup-menu ul{margin-top:50px}.popup-menu ul li .submenu{position:relative}.popup-menu ul li button.active+.submenu{display:block;left:unset;margin-left:0;top:unset;margin-top:16px;height:calc(100% + 32px);margin-bottom:16px;padding-left:3px;width:calc(100% - 10px)}}@media (max-width:767px){.header{align-items:center;padding:5px 10px}.logo-img{margin-right:23px;max-width:27px;margin-top:0;line-height:22px}.hidden-logo,.logo-link{width:50px}.popup-menu ul li a,.popup-menu ul li button{font-size:50px;line-height:50px}.popup-menu ul li .submenu li a{font-weight:700;font-size:28px;line-height:28px;letter-spacing:-.01em}.scroll-down .btn-play,.scroll-down .header-artist-close,.scroll-down .ochre-cart-toggle{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}}@media (min-width:2560px){.scroll-down .btn-play,.scroll-down .header-artist-close,.scroll-down .ochre-cart-toggle{-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}}.home-wrapper{transition:all 3s ease;background-color:#393337}.hero{height:100vh}.hero.active{height:auto}.home-button-block,.home-image-block{margin-bottom:70px}.home-image-block.right{margin-left:auto}.home-image-block.fullscreen{width:100%}.home-image-block.small{width:60%}.home-image-block.large{width:90%}.home-image-block .home-image-top{display:flex;align-items:center;margin-bottom:6px}.home-image-block.fullscreen .home-image-top,.home-image-block.left .home-image-top{padding-left:10px}.home-image-block .home-image-content img{width:100%;border:1px solid #d3d3d3}.home-image-block .home-image-top p{margin-right:90px}.release-top{margin:0 10px 60px;background:#393337;border:1px solid #d3d3d3;border-radius:18px;padding:30px;display:block}.release-top,.release-top .h2,.release-top .p{transition:all .4s ease}.release-top:hover{border:1px solid #ff4200;background-color:#898e99}.release-top:hover .h2,.release-top:hover .p{color:#000}.loader{background:#393337;position:fixed;height:100vh;width:100%;top:0;left:0;display:block;z-index:4;opacity:1;visibility:visible;transition:all .4s ease;padding-top:10px}.loader p{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#898e99;-webkit-animation-name:fadeInOut;animation-name:fadeInOut;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:2s;animation-duration:2s}.loader .logo,.loader p{top:50%;position:absolute;opacity:0}.loader .logo{-webkit-animation-name:logoFadeIn;animation-name:logoFadeIn;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:2s;animation-delay:2s;width:100%;padding:0 8px;object-fit:contain;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.loader.hide{background-color:transparent;position:static;height:auto}.loader.hide p{display:none}.loader.hide .logo{-webkit-animation:none;animation:none;margin-top:0;opacity:1;position:relative;top:unset;-webkit-transform:unset;transform:unset;transition:all .8s cubic-bezier(0,0,.09,1.02)}.home-content{margin-top:120px;opacity:0;transition:all 1s ease}.home-content.active{opacity:1}.loader .logo.animate{-webkit-transform:translate3d(0,-800px,0);transform:translate3d(0,-800px,0);transition:all 1.2s ease-in-out}@media (max-width:991px){.home-image-block{width:80%;margin-bottom:70px}.home-content{margin-top:70px}}@media (max-width:767px){.home-content{margin-top:110px;margin-bottom:110px}.loader{padding-top:41px}.loader p{width:100%;font-size:30px;line-height:30px;text-align:center;letter-spacing:-.01em}.loader .logo{padding:0 10px;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:logoFadeInMobile;animation-name:logoFadeInMobile}.logo{padding:120px 10px 60px}.home-button-block,.home-image-block,.home-image-block.large,.home-image-block.small{width:100%;margin-bottom:50px}.home-image-block .home-image-top{padding:0 10px;justify-content:space-between;align-items:flex-end}.home-image-block .home-image-top .p{font-weight:400;letter-spacing:-.01em;margin-right:10%}.home-image-block .home-image-top .h5{text-align:right}.release-top{padding:10px;border-radius:10px}.release-top .p{letter-spacing:-.01em;margin-bottom:5px}}@-webkit-keyframes fadeInOut{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes fadeInOut{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes logoFadeIn{0%{opacity:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:1;top:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes logoFadeIn{0%{opacity:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:1;top:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}@-webkit-keyframes logoFadeInMobile{0%{opacity:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:1;top:0;-webkit-transform:translateY(40px);transform:translateY(40px)}}@keyframes logoFadeInMobile{0%{opacity:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:1;top:0;-webkit-transform:translateY(40px);transform:translateY(40px)}}.footer{padding:20px 10px 30px;background:transparent;border-top:1px solid #898e99}.footer-menu{display:flex;justify-content:space-between}.footer-links{display:flex;flex-direction:column;align-items:flex-start;width:25%}.footer-menu+.p{color:#383337}.footer-contact{width:50%}.footer-contact p{color:#898e99}.footer .p.light{color:var(--gray-color)}.footer-bottom{display:flex}.copyright{color:#696a6a;width:360px}.footer-made{display:flex;color:#696a6a}.footer-made a{font-weight:700}.footer-made p:first-child{margin-right:30px}.popup .close{font-weight:700;position:absolute;z-index:1;top:13px;left:10px}.popup-contact{position:fixed;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#d3d3d3;text-align:center}.popup-contact.mailchimp{left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup-contact h5{margin-bottom:10px;margin-top:30px}.popup-contact h5:first-of-type{margin-top:0}.popup-contact a,.popup-contact p{font-size:16px;line-height:19px}.popup .btn-red{top:10px;right:10px;position:absolute}.popup-contact.mailchimp div{display:flex;flex-direction:column;width:280px;margin:0}.popup-contact.mailchimp div input{font-weight:700;font-size:22px;line-height:23px;color:#ff4200;border:none;background-color:transparent;margin-bottom:30px;font-family:"Coil",sans-serif}.popup-contact.mailchimp div input::-webkit-input-placeholder{color:#ff4200;opacity:1}.popup-contact.mailchimp div input:-ms-input-placeholder{color:#ff4200;opacity:1}.popup-contact.mailchimp div input::placeholder{color:#ff4200;opacity:1}.popup-contact.mailchimp div button{font-weight:700;font-size:16px;line-height:18px;text-align:center;border:1px solid #898e99;border-radius:4px;color:#898e99;text-transform:uppercase;padding:1px 6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;transition:all .4s ease}.popup-contact.mailchimp div button:hover{background-color:#898e99;color:#262626}.popup-contact.mailchimp div+p{order:3;font-weight:400;font-size:16px;line-height:18px;text-align:left;color:#d3d3d3!important;margin-top:20px}.cookie-wrapper{color:#898e99!important;font-size:22px;border-top:1px solid #898e99;padding:5px 10px!important;z-index:2!important}.cookie-button,.cookie-text,.cookie-wrapper{margin:0!important}.cookie-button{color:#898e99!important;font-size:22px;background-color:transparent!important;padding:0!important}@media (max-width:991px){.footer-menu{flex-direction:column}.footer-contact,.footer-links{margin-bottom:20px;width:100%}.footer-links:last-child{margin-bottom:10px}}@media (max-width:767px){.popup .close{top:7px}.popup{overflow:hidden;height:0}.popup.opened{height:auto}.footer{flex-direction:column;align-items:flex-start;padding-bottom:5px}.popup-contact{padding:0}.popup-contact.mailchimp div input{font-weight:700;font-size:16px;line-height:18px;color:#ff4200;margin-bottom:10px;text-align:left;padding-left:0}.popup-contact.mailchimp div input::-webkit-input-placeholder{color:#ff4200;opacity:1}.popup-contact.mailchimp div input:-ms-input-placeholder{color:#ff4200;opacity:1}.popup-contact.mailchimp div input::placeholder{color:#ff4200;opacity:1}.footer-menu+.p,.popup-contact h5:first-of-type{display:none}.popup .btn-red{font-weight:700;font-size:16px;line-height:18px;border:none;padding:0;text-transform:lowercase;left:10px;right:unset}.popup-contact.mailchimp{position:static;-webkit-transform:unset;transform:unset;margin-top:140px;margin-left:10px;margin-right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popup-contact.mailchimp div button{font-weight:700;font-size:16px;line-height:18px;color:#898e99;border:1px solid #898e99;border-radius:4px;padding:1px 6px;background-color:transparent;margin:0}.footer-bottom,.footer-made{flex-direction:column}.cookie-wrapper{font-size:16px!important;line-height:18px}.cookie-button{font-size:16px;line-height:18px}}@media (min-width:2560px){.popup-contact.mailchimp div button,.popup-contact.mailchimp div input{font-size:33px;line-height:34px}}:root{--window-inner-height:100%}.catalog{padding-bottom:110px;min-height:100vh}.catalog,.catalog+.footer{background:#1e1e1e}.tracks{padding-top:70px;display:flex;flex-wrap:wrap}.popup{opacity:0;visibility:hidden;transition:opacity .4s ease}.popup.opened{opacity:1;visibility:visible;position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);z-index:11}.popup-content{background:var(--gray-color);border-radius:20px;width:600px;padding:0 10px;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100vh - 60px)}.popup-content-scroll{max-height:calc(100vh - 62px);min-height:520px;overflow-y:auto;padding:1px 5px;margin-top:1px;margin-bottom:1px}.popup-content-scroll>:last-child{margin-bottom:20px}.popup-content-scroll::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:8px}.popup-content-scroll::-webkit-scrollbar{width:6px;scroll-padding-top:10px}.popup-close{font-weight:700;font-size:16px;line-height:19px;text-align:right;letter-spacing:-.03em;color:#d3d3d3;position:absolute;z-index:1;top:25px;right:20px}.popup-top-info{margin-bottom:20px;margin-top:25px;color:#393337}.popup-top-info .h5{font-weight:700;font-size:16px;line-height:18px}.popup-top-info .p{font-weight:400;font-size:16px;line-height:18px}.popup-content .popup-image{width:220px;margin:0 auto 20px}.popup-content .description{font-weight:400;font-size:16px;line-height:18px;color:#393337;white-space:pre-line}.popup-content .links{display:flex;margin-bottom:25px;margin-top:25px}.popup-content .links>*{margin-right:20px;border:1px solid #393337;border-radius:4px;padding:2px 6px;font-weight:700;font-size:16px;line-height:18px;color:#393337}.popup-content .links>:last-child{margin-right:0}.popup-content .line{width:100%;height:1px;background-color:#393337;margin-bottom:25px;margin-top:25px}.popup-content .list .h6{margin-bottom:25px}.popup-content .list li{display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:18px;color:#393337}.popup-content .list li span{width:50%}.fix{position:absolute;height:20px;width:30px;top:0;right:0;border-top-right-radius:15px;background-color:#898e99}.fix:nth-of-type(2){bottom:0;top:unset;border-top-right-radius:0;border-bottom-right-radius:15px}@media (min-width:1680px) and (max-width:1920px){.popup-content{width:700px}}@media (min-width:1921px){.popup-content{width:850px}}@media (max-width:991px){.popup-content{max-width:calc(100% - 40px)}.popup-close{top:20px}}@media (max-width:767px){.popup-close{top:17px}.catalog{padding-bottom:90px}.tracks{padding-left:10px;padding-right:10px}.popup-content{max-width:calc(100% - 20px);padding:0 10px;height:calc(10000% - 60px);height:calc(var(--window-inner-height)*100 - 60px);max-height:calc(100% - 60px);overflow:hidden}.popup-content-scroll{padding:0}.popup-top-info{margin-bottom:20px;margin-top:17px}.popup-content .popup-image{margin-bottom:20px;width:50%}.popup-content-scroll::-webkit-scrollbar{width:0;height:0}.tracks{padding-top:82px}}.single-track-image img{width:100%}@media (max-width:767px){.single-track-image button{opacity:1;visibility:visible}.single-track{width:100%;margin-right:0;margin-bottom:50px}.single-track:last-child{margin-bottom:0}.single-track:nth-child(3n){margin-right:0}.single-track:nth-child(3n - 2) .btn-buy,.single-track:nth-child(3n - 2) h5,.single-track:nth-child(3n - 2) p{margin-left:0}.single-track-image img{margin-left:-10px;width:calc(100% + 20px)}}.partnership{background:#010102}.partnership-wrapper{display:flex;justify-content:space-between;min-height:100vh;overflow:hidden;padding:0 10px}.partnership-wrapper .left-side{position:relative;display:flex;align-items:center}.partnership-wrapper .left-side img{position:absolute;height:730px;left:-10px;object-fit:contain;top:160px}.partnership-wrapper .left-side .h2{margin-left:120px;margin-bottom:100px;position:relative}.partnership-wrapper .right-side{width:790px;display:flex;flex-direction:column;justify-content:center;padding-top:100px;position:relative}.partnership-wrapper .right-side p{font-size:20px;line-height:24px;color:var(--gray-color);margin-bottom:24px}.partnership-wrapper .right-side p:last-child{margin-bottom:0}@media (max-width:1350px){.partnership-wrapper{flex-direction:column;justify-content:flex-start}.partnership-wrapper .left-side .h2{margin-left:0;margin-top:100px;margin-bottom:0}.partnership-wrapper .left-side img{height:500px}.partnership-wrapper .right-side{width:100%;padding-top:30px}.partnership-wrapper .right-side p{font-size:14px;line-height:17px}}@media (max-width:1350px){.partnership-wrapper .left-side img{height:300px;opacity:.5}}.artists-section{padding-bottom:80px}.artists-section,.artists-section+.footer{background:#1e1e1e}.artists{padding-top:70px;display:flex;flex-wrap:wrap}@media (max-width:767px){.artists-section{padding-bottom:70px}.artists{padding-left:10px;padding-right:10px}}.single-artist{width:calc(33.33333% - 6.66667px);margin-right:10px;margin-bottom:30px}.single-artist:nth-child(3n){margin-right:0}.single-artist-image:after{content:"";display:block;padding-bottom:100%}.single-artist-image{position:relative;margin-bottom:10px}.single-artist-image img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center}.single-artist-image button{position:absolute;opacity:0;visibility:hidden;transition:all .4s ease;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-artist-image:hover button{opacity:1;visibility:visible}.single-artist .btn-buy{margin-top:10px;font-weight:700;font-size:16px;line-height:18px;color:var(--gray-color);padding:1px 6px;text-transform:uppercase;background:transparent;border:1px solid var(--gray-color);border-radius:4px;transition:all .4s ease}.btn-listen{background:#1e1e1e;padding:3px 5px}.single-artist h5{font-weight:700}.single-artist h5,.single-artist p{font-size:16px;line-height:18px;color:var(--gray-color)}.single-artist:nth-child(3n - 2) .btn-buy,.single-artist:nth-child(3n - 2) h5,.single-artist:nth-child(3n - 2) p{margin-left:10px}.single-artist .btn-buy:hover{background:#898e99;color:#1e1e1e}@media (max-width:991px){.single-artist{width:calc(50% - 5px);margin-bottom:40px}.single-artist,.single-artist:nth-child(3n){margin-right:10px}.single-artist:nth-child(2n){margin-right:0}}@media (max-width:767px){.single-artist{width:100%;margin-right:0;margin-bottom:40px}.btn-listen{padding:2px 5px}.single-artist:nth-child(3n - 2) .btn-buy,.single-artist:nth-child(3n - 2) h5,.single-artist:nth-child(3n - 2) p{margin-left:0}.single-artist:nth-child(3n){margin-right:0}.single-artist-image{margin-left:-10px;margin-right:-10px}}.header-artist{position:fixed;z-index:2;top:10px;left:10px;right:10px;display:flex;justify-content:space-between;align-items:center}.header-artist-close{font-weight:700;color:var(--orange-color)}.header-artist-close,.header-artist h5{transition:all .4s ease}.header-artist div{width:55px}.single-artist-section{background:#010102;padding-bottom:50px;min-height:100vh}.artist-top{position:relative}.artist-top h5{display:none}.artist-top img{width:100%;opacity:.7;height:100vh;object-fit:cover}.artist-top .half-image{height:100vh;min-width:50%;margin:0 auto;object-fit:contain}.artist-top h2{font-size:110px;line-height:100px;letter-spacing:-.03em;color:#d3d3d3;position:absolute;top:90px;left:10px}.artist-text{width:60%;margin:30px auto 120px 10px}.artist-text p{color:var(--gray-color)}.artist-tracks{display:flex;flex-wrap:wrap;margin-bottom:60px}.artist-single-track{width:calc(20% - 8px);margin-right:10px;margin-bottom:10px}.artist-single-track:nth-child(5n){margin-right:0}.artist-single-track .h6,.artist-single-track .p{color:var(--gray-color);margin-left:10px}.artist-single-track .p{font-size:16px;line-height:18px}.artist-single-track img{width:100%;margin-top:10px}.artist-videos{margin-bottom:120px}.artist-videos .iframe-container{background:#010102;margin-bottom:30px}.artist-videos .iframe-container+.video-buttons{margin-top:-20px}.artist-videos .iframe-container:last-child{margin-bottom:0}.single-artist-section .title{color:var(--gray-color);margin-bottom:30px;margin-left:10px}.custom-loader{background:#393337;position:fixed;opacity:1;visibility:visible;height:100vh;top:0;left:0;width:100%;transition:all 1s ease;z-index:10}.custom-loader p{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;font-weight:700;font-size:35px;line-height:36px;text-align:center;letter-spacing:-.01em;color:#898e99}.custom-loader.hide{opacity:0;visibility:hidden}@media (max-width:991px){.artist-text{width:80%;margin:20px 10px}.artist-text p{font-size:18px;line-height:19px}.artist-top .half-image{width:100%;object-fit:cover}.artist-top h2{font-size:32px;line-height:40px;top:60px}.artist-single-track{width:calc(33.33333% - 6.66667px);margin-right:10px}.artist-single-track:nth-child(3n){margin-right:0}.artist-tracks{margin-bottom:30px}.single-artist-section{min-height:100vh}}@media (max-width:767px){.header-artist h5{display:none}.artist-text{width:calc(100% - 20px);margin:20px 10px}.artist-text p{font-size:16px;line-height:18px;letter-spacing:-.002rem}.artist-single-track{width:100%;margin-right:0}.header-artist{height:31px;top:5px}.single-artist-section{padding-bottom:150px}.artist-top .half-image{max-width:100%;object-fit:cover}.artist-videos{margin-bottom:30px}.artist-top h5{display:block;position:absolute;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:40px;line-height:40px;width:80%}}@media (max-width:450px){.header-artist{height:26px}}.architecture{background:#010102;padding-bottom:110px}.architecture-top{padding-top:50px;position:relative}.architecture-top img{width:100%;max-height:750px;object-fit:cover}.architecture-top .h2{position:absolute;top:100px;left:10px}.architecture-top .p{position:absolute;bottom:10px;left:10px;color:var(--gray-color)}.architecture-text{width:840px;margin:60px 20px 120px auto}.architecture-text p{font-size:20px;line-height:24px;color:var(--gray-color);margin-bottom:24px}.architecture-text .h5{margin-bottom:20px;margin-top:40px;color:var(--gray-color)}@media (max-width:991px){.architecture-text{width:calc(100% - 40px);margin:40px 20px}.architecture-text p{font-size:16px;line-height:18px}.architecture-top{padding-top:42px}.architecture{padding-bottom:60px}}.info{background:#010102}.info-wrapper{display:flex;justify-content:space-between;min-height:100vh;overflow:hidden;padding:0 10px}.info-wrapper .left-side{position:relative;display:flex;align-items:center}.info-wrapper .left-side img{position:absolute;width:314px;left:120px;object-fit:contain;top:120px}.info-wrapper .left-side .h2{margin-left:120px;margin-bottom:200px;position:relative}.info-wrapper .right-side{width:790px;display:flex;flex-direction:column;justify-content:center;padding-top:200px;position:relative}.info-wrapper .right-side p{font-size:20px;line-height:24px;color:var(--gray-color);margin-bottom:24px}.info-wrapper .right-side p:last-child{margin-bottom:0}@media (max-width:1350px){.info-wrapper{flex-direction:column;justify-content:flex-start}.info-wrapper .left-side .h2{margin-left:0;margin-top:100px;margin-bottom:0}.info-wrapper .left-side img{width:300px;opacity:.5}.info-wrapper .right-side{width:100%;padding-top:30px}.info-wrapper .right-side p{font-size:14px;line-height:17px}}.publishing{padding-bottom:110px}.publishing,.publishing+.footer{background:#1e1e1e}.publishing-top{position:relative;height:100vh;margin:0 -10px}.publishing-top img{width:100%;max-height:750px;object-fit:cover}.publishing-top video{width:100%;height:100%;object-fit:cover;display:flex}.publishing-top .h2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.publishing-text{display:flex;justify-content:space-between;margin-bottom:30px;margin-top:30px}.publishing-text .left-side{max-width:500px}.publishing-text .right-side{width:calc(100% - 570px)}.publishing-text p{color:var(--gray-color);margin-bottom:30px}.publishing-text ul{margin-bottom:30px}.publishing-text p span{font-weight:700}.publishing-text .h5{color:var(--gray-color)}.publishing-text .right-side .h5{margin-bottom:10px}.publishing-text li{color:var(--gray-color);position:relative;padding-left:20px}.publishing-text li:before{content:"";position:absolute;left:5px;top:10px;width:5px;height:5px;border-radius:50%;background-color:var(--gray-color)}.iframe-container{padding:56.25% 0 0;position:relative;background:#22222e;height:100%}.iframe,.iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sync{padding:70px 0;text-align:center}.sync,.sync p{color:var(--gray-color)}.sync p{margin:10px 0 30px}.sync a{font-weight:700;font-size:65px;line-height:65px;text-align:center;letter-spacing:-.04em;color:#d3d3d3}p.music-title{padding:0 10px 10px;color:var(--gray-color)}.spotify-block{margin:0 -10px}.full-catalog{text-align:right;color:var(--gray-color);padding:10px 10px 0;margin-bottom:23px}.full-catalog a{color:#ff4200}@media (max-width:991px){.publishing-text{width:100%;margin:30px 0;flex-direction:column}.publishing-text li,.publishing-text p,.sync p{font-size:16px;line-height:18px}.publishing-text p{margin-bottom:20px}.sync{padding:60px 0}.sync a{font-size:32px;line-height:32px}.publishing-text .right-side{width:100%;margin-top:0}.publishing-text .right-side .h5{margin-top:20px;margin-bottom:10px}}@media (max-width:767px){.sync{padding:30px 0}.publishing{padding-bottom:70px}.publishing-text{padding:0}.full-catalog{margin-bottom:18px}}.about{background:#1e1e1e}.about-wrapper{padding:110px 10px 0;min-height:calc(100vh - 143px)}.about-wrapper .about-text{width:90%;margin-bottom:30px}.about-wrapper .about-text p{color:var(--gray-color);margin-bottom:31px}.about-wrapper .list-accordion{padding-bottom:110px;width:90%}.list-accordion li{border-top:1px solid var(--gray-color);color:var(--gray-color);padding:20px 0;margin-bottom:-1px}.list-accordion li p{transition:all .4s ease}.list-accordion li:hover>p{color:#ff4200}.list-accordion li .about-content{max-height:0;overflow:hidden;transition:all .4s ease;opacity:0}.list-accordion li .about-content p{margin-bottom:36px}.list-accordion li .about-content p.no-offset,.list-accordion li .about-content p:last-child{margin-bottom:0}.list-accordion li.active{position:relative}.list-accordion li.active>p{color:var(--orange-color);margin-bottom:36px}.list-accordion li.active .about-content{max-height:-webkit-max-content;max-height:max-content;margin:10px 0 0;opacity:1}@media (max-width:991px){.about-wrapper{flex-direction:column;justify-content:flex-start;padding-top:70px}.about-wrapper .left-side .h2{margin-left:0;margin-top:0;margin-bottom:0;position:relative;top:60px}.about-wrapper .left-side img{width:300px;opacity:.5}.about-wrapper .right-side{width:100%}.about-wrapper .right-side li .about-title{font-size:30px;line-height:30px;padding-left:30px}.about-wrapper .right-side li .about-title:before{width:20px;top:13px}.about-wrapper .right-side li .about-title:after{height:20px;top:5px;left:9px}.about-wrapper .right-side ul{margin-top:50px;margin-bottom:40px}}@media (max-width:767px){.about-wrapper .list-accordion{width:100%}.list-accordion ul{padding-bottom:93px;width:100%}.list-accordion li .about-content p,.list-accordion li.active>p{margin-bottom:25px}.list-accordion li{padding:10px 0}.about-wrapper{padding-top:60px}.about-wrapper .about-text{width:100%;margin-bottom:20px;margin-top:0}.about-wrapper .about-text p{margin-bottom:23px}}.single-release-section{background-color:#393337;padding-bottom:50px;min-height:100vh}.shop-item-wrapper{display:flex;flex-direction:column;padding-top:120px;width:calc(100% - 20px);margin:0 auto 40px}.shop-item-wrapper .left-side{margin-right:10px;width:40%}.shop-item-wrapper .left-side>img{width:100%}.shop-item-wrapper .left-side .images{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;margin-top:10px}.shop-item-wrapper .left-side .images img{width:calc(50% - 5px);margin-right:10px;margin-bottom:10px;object-fit:contain;object-position:top}.shop-item-wrapper .left-side .images img:nth-child(2n){margin-right:0}.shop-item-wrapper .right-side{color:var(--gray-color);width:90%}.shop-item-wrapper .right-side .text{color:var(--gray-color);font-size:16px;line-height:18px}.shop-item-wrapper .right-side .divider{background-color:var(--gray-color);height:1px;width:100%;margin-top:20px;margin-bottom:20px}.shop-item-wrapper .right-side .producer{margin-bottom:20px;display:flex;margin-top:20px}.shop-item-wrapper .right-side .content{white-space:pre-line}.shop-item-wrapper .right-side .btn-read{font-weight:700;font-size:16px;line-height:18px;text-transform:uppercase;color:var(--gray-color);padding:2px 6px;border:1px solid var(--gray-color);border-radius:4px;display:block;margin-top:20px;transition:all .4s ease}.shop-item-wrapper .right-side .btn-read:hover{background:#898e99;color:#393337}.shop-item-wrapper .right-side .product-info{display:flex;justify-content:space-between;margin-bottom:10px}.shop-item-wrapper .right-side .currency{text-transform:uppercase}.shop-item-wrapper .right-side .formats{display:flex;margin-top:10px}.shop-item-wrapper .right-side .btn-format-selected{color:var(--gray-color);border:1px solid var(--gray-color);border-radius:4px}.shop-item-wrapper .right-side .btn-format,.shop-item-wrapper .right-side .btn-format-selected{font-weight:700;font-size:16px;line-height:18px;text-transform:uppercase;padding:2px 6px 2px 20px;display:block;position:relative;margin-right:10px}.shop-item-wrapper .right-side .btn-format{color:#393337;border:1px solid #393337;border-radius:4px}.shop-item-wrapper .right-side .btn-format-selected:before{content:"";position:absolute;background:var(--gray-color);width:8px;height:8px;border-radius:50%;top:7px;left:6px}.shop-item-wrapper .right-side .btn-format:before{content:"";position:absolute;background:#393337;width:8px;height:8px;border-radius:50%;top:7px;left:6px}.release-tracks{width:calc(90% - 20px);margin:0 10px 70px}.release-tracks .p{color:var(--gray-color);margin-bottom:10px}.release-tracks .release-single{padding-top:12px;padding-bottom:12px;display:flex;justify-content:space-between;position:relative;align-items:center;flex-wrap:wrap}.release-tracks .title-track:hover{color:#ff4200}.release-tracks .title-track{transition:all .4s ease}.release-tracks .release-single:after{content:"";width:100%;height:1px;background:var(--gray-color);position:absolute;bottom:0;left:0}.release-tracks .title-track{margin-right:auto}.release-tracks .time-track,.release-tracks .title-track{font-size:22px;line-height:23px;color:var(--gray-color)}.release-single-right{display:flex;align-items:center;flex-wrap:wrap}div[class^=release-single-cart-]{width:100%;z-index:2}div[class^=release-single-cart-] li:first-child{padding-top:10px!important}div[class^=release-single-cart-] li{display:flex}div[class^=release-single-cart-] li:last-child{padding-bottom:0}div[class^=release-single-cart-] li:last-child:after{display:none}.product-list{margin-bottom:20px;margin-top:20px}.release-single-right .btn-buy{margin-left:30px;font-weight:700;font-size:16px;line-height:18px;color:#393337;padding:1px 6px;text-transform:uppercase;background:var(--gray-color);border-radius:4px;transition:all .4s ease;box-sizing:border-box;border:1px solid var(--gray-color)}.product-links .btn-external:hover,.release-single-right .btn-buy:hover{background-color:transparent;color:var(--gray-color)}.product-links{display:flex;margin-bottom:20px}.product-links .btn-external{font-weight:700;font-size:16px;line-height:18px;background-color:var(--gray-color);color:#393337;padding:1px 5px;text-transform:uppercase;margin-top:0!important;margin-right:10px;border-radius:4px;transition:all .4s ease;border:1px solid var(--gray-color)}body .ochre-buy-button{font-size:0}body .ochre-buy-button:before{content:"Add";font-weight:700;font-size:16px;line-height:18px;padding:2px 6px;background-color:transparent;border:1px solid #898e99;border-radius:4px;text-transform:uppercase;color:#898e99;transition:all .4s ease}body .ochre-buy-button.added{pointer-events:none}body .ochre-buy-button.added:before{content:"IN CART"}.btn-play-single{width:0;height:0;border-left:16px solid var(--gray-color);border-bottom:8px solid transparent;border-right:0 solid transparent;border-top:8px solid transparent;margin-right:20px}body .ochre-buy-button{border:0;display:inline-flex;padding:0}body .ochre-product-price-wrapper{float:none;display:flex;align-items:center}body .ochre-product-list li{position:relative;padding:10px 0;border:0;display:flex;align-items:center;grid-gap:20px;gap:20px}body .ochre-product-list li:first-child{border-top:none;padding-top:0}body .ochre-product:after{content:"";position:absolute;bottom:0;left:0;background-color:var(--gray-color);height:1px;width:100%}.product-info-right{display:flex;flex-direction:column;align-items:flex-end}.ochre-products-store-name{display:none!important}body .ochre-product-format{font-weight:400;font-size:22px;line-height:23px;color:var(--gray-color)}body .ochre-product-preorder-flag,body .ochre-product-release-date{font-size:16px;line-height:18px;display:flex;color:var(--gray-color)}body .ochre-product-price{font-style:normal;font-size:22px;line-height:23px;margin-right:0;min-width:110px;text-align:left;color:var(--gray-color)}body .ochre-product-format-wrapper{width:105px;float:none}.swiper{height:100%;z-index:0}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}body{background:#000;color:#000}.swiper{width:100%;height:300px;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:50%}.main-slider{width:100%;height:100%;margin-bottom:10px;z-index:0!important}.thumb-slider{height:70px;box-sizing:border-box;padding:10px 0}.thumb-slider .swiper-slide{height:100%;opacity:1;width:70px}.thumb-slider .swiper-slide img{width:70px;height:70px}.thumb-slider .swiper-slide-thumb-active{opacity:1}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.custom-navigation{position:absolute;display:flex;justify-content:space-between;z-index:1;bottom:10px;left:10px;right:10px}.main-slider-wrapper{position:relative}.total-slides{font-weight:400;font-size:22px;line-height:23px;color:#898e99;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:10px}.cursor-prev{cursor:w-resize}.cursor-next{cursor:e-resize}.custom-navigation div{font-weight:700;font-size:16px;line-height:18px;text-align:center;color:var(--gray-color);background:#1e1e1e;border-radius:4px;padding:2px 6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal-wrapper{position:fixed;z-index:11;height:100vh;background-color:#000;top:0;left:0;right:0;display:none}.modal-wrapper.active{display:block}.modal-close{position:absolute;z-index:2;top:13px;left:10px;font-weight:700}.modal-slider{width:100%;height:100%}.modal-slider .swiper-slide{background-color:#000}.modal-slider .swiper-slide img{object-fit:contain}.modal-wrapper .total-slides{position:absolute;bottom:10px;left:10px;z-index:2;margin-bottom:0}body .ochre-buy-button:hover:before{background:#898e99;color:#393337}@media (min-width:2560px){.total-slides,body .ochre-product-format,body .ochre-product-price{font-size:33px;line-height:34px}body .ochre-product-format-wrapper{width:130px}body .ochre-product-price{min-width:130px}body .ochre-buy-button:before{font-size:22px;line-height:23px}}@media (max-width:991px){.shop-item-wrapper{flex-direction:column;margin-bottom:0;padding:70px 0 80px}.shop-item-wrapper .left-side{width:100%;margin-right:0}.main-slider{height:100%}.shop-item-wrapper .left-side .images,.shop-item-wrapper .left-side>img,.shop-item-wrapper .right-side{width:100%}.release-tracks{padding-right:0;padding-left:0}.shop-item-wrapper .right-side .content{font-size:22px;line-height:23px}}@media (max-width:767px){.modal-wrapper .total-slides{font-size:16px;line-height:18px;top:9px;right:10px;left:unset;bottom:unset}.modal-close{top:9px}.release-tracks .title-track{width:calc(100% - 120px)}.release-single-right .btn-buy{margin-left:10px}.shop-item-wrapper .right-side .product-info+.producer{margin-top:30px}.release-tracks{margin-bottom:20px;width:calc(100% - 20px)}.shop-item-wrapper{padding-bottom:40px}.single-release-section{padding-bottom:100px}.shop-item-wrapper .right-side .btn-read{padding:1px 4px}.total-slides,body .ochre-product-format,body .ochre-product-price{font-size:16px;line-height:18px}body .ochre-product-price{min-width:90px}body .ochre-product-price-wrapper{width:auto}body .ochre-product-list li{justify-content:space-between}}@media (max-width:450px){.release-tracks .time-track,.release-tracks .title-track,.shop-item-wrapper .right-side .content{font-size:16px;line-height:18px}.shop-item-wrapper .right-side .producer{margin-top:0}}.payment-info{text-align:center}.payment-info .popup-image{margin-top:50px}.payment-info p{margin-bottom:30px}.payment-info h5{text-align:center;margin-bottom:10px;color:#393337}.payment-info .buttons{display:flex;justify-content:center}.payment-info .primary{background:#393337;border-radius:4px;padding:2px;width:100px;font-weight:700;font-size:16px;line-height:18px;text-align:center;color:var(--gray-color)}.single-track{width:calc(33.33333% - 6.66667px);margin-right:10px;margin-bottom:30px}.single-track:nth-child(3n){margin-right:0}.single-track-image{position:relative;margin-bottom:10px}.rls .single-track-image a{display:block;width:100%;padding-top:100%;position:relative}.rls .single-track-image img{width:100%;height:100%;position:absolute;object-fit:contain;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.single-track-image button{position:absolute;opacity:0;visibility:hidden;transition:all .4s ease;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.single-track-image:hover button{opacity:1;visibility:visible}.btn-listen{border:1px solid var(--orange-color);background:#010102;font-weight:700;font-size:25px;line-height:30px;color:var(--orange-color);padding:0 6px;text-transform:uppercase;transition:all .4s ease}.single-track h5{font-weight:700}.single-track h5,.single-track p{font-size:16px;line-height:18px;color:var(--gray-color)}.single-track-buttons{margin-top:10px;display:flex;align-items:center}.single-track-buttons .btn-buy{margin-right:10px;color:#1e1e1e;padding:1px 4.5px;background:var(--gray-color)}.single-track-buttons .btn-buy,.single-track-buttons .btn-info{font-weight:700;font-size:16px;line-height:18px;text-transform:uppercase;border-radius:4px;transition:all .4s ease;border:1px solid var(--gray-color)}.single-track-buttons .btn-info{padding:1px 5.5px;color:var(--gray-color)}.checkout-form{display:flex}.single-track:nth-child(3n - 2) .btn-buy,.single-track:nth-child(3n - 2) h5,.single-track:nth-child(3n - 2) p{margin-left:10px}.single-track-buttons .btn-info:hover{background:#898e99;color:#1e1e1e}.single-track-buttons .btn-buy:hover{background-color:transparent;color:var(--gray-color)}@media (max-width:991px){.single-track{width:calc(50% - 5px)}.single-track,.single-track:nth-child(3n){margin-right:10px}.single-track:nth-child(2n){margin-right:0}}@media (max-width:767px){.single-track-image button{opacity:1;visibility:visible}.single-track{width:100%;margin-right:0;margin-bottom:50px}.single-track:last-child{margin-bottom:0}.single-track:nth-child(3n){margin-right:0}.single-track:nth-child(3n - 2) .btn-buy,.single-track:nth-child(3n - 2) h5,.single-track:nth-child(3n - 2) p{margin-left:0}.single-track-image img{margin-left:-10px;width:calc(100% + 20px)}.rls .single-track-image a{display:block;width:100%;padding-top:0;position:relative}.rls .single-track-image img{position:static;object-fit:contain;-webkit-transform:none;transform:none}}.privacy{color:#898e99;padding-top:150px;padding-bottom:50px}.privacy-content{width:50%}.container{padding:0 10px}.privacy-content table,.privacy .container p{margin-bottom:22px}@media (max-width:991px){.privacy{padding-top:70px}.privacy-content{width:100%}}@media (max-width:450px){.privacy-content table,.privacy .container p{margin-bottom:18px}}.single-project-full .iframe-container.right{width:60%;margin-left:auto}.single-project-full .iframe-container.left{width:60%}.single-project-full .iframe-container.full{width:100%}@media (max-width:991px){.single-project-top h2{width:80%}.single-project-text-content{flex-direction:column}.single-project-text-content .left-side{margin-bottom:30px}.single-project-text-content .left-side,.single-project-text-content .right-side{width:80%;margin-left:auto}.single-project-image-block img.left{width:80%}.single-project-image-block img.right{width:80%;margin-left:0;margin-right:auto}.listen{padding:30px}.single-project-full .iframe-container.right{width:100%;margin-left:auto}.single-project-full .iframe-container.left{width:100%}}.single-project-full{background:#1e1e1e;padding-bottom:110px}.single-project-top{position:relative;height:100vh;overflow:hidden}.single-project-full .single-project-top .iframe-container{height:100vh;margin-bottom:0}.single-project-top img,.single-project-top video{width:100%;height:100%;object-fit:cover}.single-project-top h2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center}.single-project-full .container{padding:0 10px}.single-project-text-content{color:var(--gray-color);display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:30px;padding-top:30px}.single-project-text-content .left-side{width:35%}.single-project-text-content .right-side{width:60%;margin-left:auto}.single-project-text-content .right-side p{margin-bottom:23px}.single-project-text-content .right-side p:last-child{margin-bottom:0}.single-project-text-content+.listen{margin-top:0}.iframe-container+.single-project-text-content{margin-top:30px}.single-project-text-content.large .left-side{width:60%}.single-project-text-content.large .right-side{width:35%}.single-project-full-photo{margin-left:auto;width:60%;padding-bottom:30px}.single-project-full-photo img{width:100%;margin-bottom:10px}.single-project-full-photo p{color:#393337}.listen{background:#393337;border:1px solid #ff4200;border-radius:18px;padding:50px 30px;margin-bottom:30px;margin-top:10px;transition:all .4s ease}.listen:hover{border:1px solid #898e99;background-color:transparent}.listen .h2{text-align:left;transition:all .4s ease;color:#000}.listen:hover .h2{color:#ff4200}@media (prefers-color-scheme:dark){.listen .h2{color:#000}}.single-project-full .iframe-container{background:transparent;margin-bottom:20px;height:auto}.single-project-full .iframe-container.small-height{padding:35.25% 0 0}.single-project-full .no-margin{margin-bottom:20px}.single-project-full .no-margin .iframe{left:-10px;width:calc(100% + 20px)}.single-project-image-block img{width:calc(100% + 20px);padding-bottom:20px;margin:0 -10px}.single-project-image-block img.left{width:60%;margin:0}.single-project-image-block img.right{width:60%;margin:0 0 0 auto}.single-project-image-block div{margin:0 -10px;display:flex}.single-project-image-block div img{width:50%!important;margin:0}.single-project-full .iframe-container+.single-project-text-content,.single-project-full .listen+.single-project-text-content{padding-top:0}.single-project-full .single-project-text-content:last-of-type{padding-bottom:0}.single-project-full .single-project-image-block+.single-project-text-content{padding-top:10px}.single-project-text-content .left-side .p{margin-bottom:23px}.single-project-text-content .left-side.empty,.single-project-text-content .left-side .p:last-child{margin-bottom:0}.video-block{width:100%}.video-block.left{width:60%}.video-block.right{width:60%;margin-left:40%}@media (max-width:991px){.single-project-top h2{width:80%}.single-project-text-content{flex-direction:column}.single-project-text-content .left-side{margin-bottom:30px}.single-project-text-content .left-side,.single-project-text-content .right-side{width:80%;margin-left:auto}.single-project-image-block img.left{width:80%}.single-project-image-block img.right{width:80%;margin-left:0;margin-right:auto}.listen{padding:30px}}@media (max-width:767px){.single-project-text-content .left-side .h5:first-of-type{margin-bottom:0}.single-project-text-content.large .left-side,.single-project-text-content .left-side{margin-bottom:20px;width:100%}.single-project-text-content .right-side{width:100%}.single-project-text-content .right-side p{margin-bottom:20px}.single-project-text-content{padding-bottom:20px;padding-top:20px}.listen{padding:10px;margin-bottom:20px;border-radius:10px}.single-project-image-block img,.single-project-image-block img.left,.single-project-image-block img.right{width:calc(100% + 20px);margin-left:-10px;padding-bottom:20px}.single-project-image-block div{flex-direction:column}.single-project-image-block div img{width:100%!important;margin-left:0}.single-project-full .single-project-top .iframe-container{margin-bottom:0}.single-project-text-content .left-side .p{margin-bottom:18px}.single-project-full .iframe-container{margin-bottom:20px}.single-project-full .no-margin{margin-bottom:10px}.single-project-text-content.mt-120{margin-top:40px}.single-project-full{padding-bottom:90px}.single-project-full .iframe-container.small-height{margin-left:-10px;margin-right:-10px;padding:36.25% 0 0;margin-bottom:20px}.iframe-container+.single-project-text-content{margin-top:0}.single-project-full .single-project-image-block+.single-project-text-content{padding-top:0}}:root{color-scheme:light only}body{margin:0;padding:0;font-family:"Coil",sans-serif;-webkit-font-smoothing:antialiased;cursor:url(/static/media/curcor.ddd2db4a.svg) 16 16,auto}body::-webkit-scrollbar{width:0;height:0}:focus{outline:none}a{text-decoration:none;color:inherit}a,a:hover,button,button:hover{cursor:url(/static/media/curcor.ddd2db4a.svg) 16 16,auto}h1,h2,h3,h4,h5,h6,p{margin:0}img,picture{display:block}ul{list-style-type:none}button,ul{margin:0;padding:0}button{border:none;background-color:transparent;font-family:inherit}*{box-sizing:border-box}:root{--gray-color:#898e99;--orange-color:#ff4200;--dark-color:#383337}.orange{color:#ff4200;color:var(--orange-color)}.dark{color:#383337;color:var(--dark-color)}.gray{color:#898e99;color:var(--gray-color)}.h2{font-size:65px;line-height:65px;letter-spacing:-.04em}.h2,.h4{font-weight:700}.h4{font-size:35px;line-height:36px;letter-spacing:-.01em}.h5,.privacy-content h3{font-weight:700;font-size:22px;line-height:23px}.h6{font-size:16px;line-height:18px;color:#393337;font-weight:700}.about-content p,.about-text p,li.large,p.large{font-weight:400;font-size:30px;line-height:31px;letter-spacing:-.01em}.p,.privacy-content p,.publishing-text li,.publishing-text p,.single-project-text-content h3,.single-project-text-content li,.single-project-text-content p{font-size:22px;line-height:23px}.single-project-text-content ul{padding-top:10px;padding-bottom:10px}.single-project-text-content ul li{padding-left:20px;position:relative;padding-bottom:10px}.single-project-text-content ul li:before{content:"";left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5px;height:5px;border-radius:50%;position:absolute;background-color:#898e99;background-color:var(--gray-color)}@media (min-width:2560px){.about-content p,.about-text p,.h4,li.large,p.large{font-size:52px;line-height:54px}.h5,.p,.privacy-content h3,.privacy-content p,.publishing-text li,.publishing-text p,.single-project-text-content h3,.single-project-text-content li,.single-project-text-content p{font-size:33px;line-height:34px}}@media (min-width:1920px) and (max-width:2559px){.about-content p,.about-text p,.h4,li.large,p.large{font-size:43px;line-height:45px}.h5,.p,.privacy-content h3,.privacy-content p,.publishing-text li,.publishing-text p,.single-project-text-content h3,.single-project-text-content li,.single-project-text-content p{font-size:27px;line-height:28px}}@media (max-width:1024px){.about-content p,.about-text p,.h4,.publishing-text li,.publishing-text p,li.large,p.large{font-size:28px;line-height:29px}.h2{font-size:52px;line-height:52px}}@media (max-width:450px){.about-content p,.about-text p,.h4,li.large,p.large{font-size:24px;line-height:25px}.h5,.p,.privacy-content h3,.privacy-content p,.publishing-text li,.publishing-text p,.single-project-text-content h3,.single-project-text-content li,.single-project-text-content p{font-size:16px;line-height:18px}.h2{font-size:40px;line-height:40px}}.video-buttons{display:flex;margin-top:10px;margin-bottom:10px;margin-left:10px}.video-buttons .small-btn{border:1px solid #898e99;border-radius:4px;padding:1px 5.5px;margin-right:10px;font-weight:700;font-size:16px;line-height:18px;color:#898e99}.ochre-transport-wrapper.ochre-player-footer{height:31px;padding:0 10px}.orange-player .ochre-transport-wrapper.ochre-player-footer{background:#898e99;transition:all .4s ease}.orange-player .ochre-transport-wrapper.ochre-player-footer .ochre-playlist-wrapper{background-color:#ff4200;background-color:var(--orange-color);border-bottom:1px solid #393337}.ochre-playlist-item:has(.WarpIcons[style="display: inline;"]) .ochre-track-title.track-play-link{font-weight:700}.ochre-player{align-items:center}.ochre-player,.ochre-player-header{display:flex;justify-content:space-between;font-family:"Coil",sans-serif}.ochre-player-header{margin-bottom:10px}.ochre-player-header .h5{font-weight:700;font-size:16px;line-height:18px}.ochre-player-header .h5:first-child{width:calc(52.2% + 5px)}.ochre-player-header .h5:nth-child(2){width:20%}.ochre-player-header .h5:nth-child(3){width:12%;margin-right:auto}.ochre-player-header .h5:nth-child(4){width:10%;text-align:right}.ochre-currently-playing{order:2;margin-right:auto;margin-left:61px;display:flex;align-items:center;width:auto!important;max-width:calc(100% - 450px)}.ochre-player-footer .ochre-currently-playing a.ochre-track-artist,.ochre-player-footer .ochre-currently-playing a.ochre-track-title{font-size:22px;line-height:23px;color:#898e99;color:var(--gray-color);text-decoration:none;pointer-events:none}.ochre-minimize-toggle.ochre-js-toggle-minimized{margin-right:0}.orange-player .ochre-player-footer .ochre-currently-playing a.ochre-track-artist,.orange-player .ochre-player-footer .ochre-currently-playing a.ochre-track-title,.orange-player .ochre-player-footer .ochre-minimize-toggle:before,.orange-player .ochre-player-footer .ochre-next-button.ochre-js-next:before,.orange-player .ochre-player-footer .ochre-pause-button.ochre-js-pause i,.orange-player .ochre-player-footer .ochre-play-button.ochre-js-play i,.orange-player .ochre-player-footer .ochre-prev-button.ochre-js-prev:before,body .ochre-cart-toggle.orange-bg .ochre-cart-count,body .ochre-cart-toggle.orange-bg .ochre-cart-count:before{color:#262626;transition:all .4s ease}.ochre-playlist .ochre-track-artist,.ochre-playlist .ochre-track-release{pointer-events:none}.ochre-player-footer .ochre-player-controls{width:auto!important;display:flex;align-items:center;order:1;padding-top:0!important}.ochre-other-controls{order:3;padding-top:0!important}.ochre-transport-wrapper.ochre-player-footer{background-color:#000;z-index:1}.ochre-track-artwork-link{display:none}.ochre-prev-button.ochre-js-prev{position:relative;text-decoration:none!important}.ochre-prev-button.ochre-js-next.ochre-disabled,.ochre-prev-button.ochre-js-prev.ochre-disabled{opacity:1}.ochre-prev-button.ochre-js-prev:before{content:"PREVIOUS";font-weight:700;font-size:22px;line-height:23px;color:#898e99;color:var(--gray-color);font-family:"Coil",sans-serif;letter-spacing:-.02em}.ochre-prev-button.ochre-js-prev>*{display:none}.ochre-next-button.ochre-js-next{position:relative;text-decoration:none!important}.ochre-next-button.ochre-js-next:before{content:"NEXT";font-weight:700;font-size:22px;line-height:23px;color:#898e99;color:var(--gray-color);font-family:"Coil",sans-serif}.ochre-next-button.ochre-js-next>*{display:none}body .ochre-player-controls a{margin-right:17px}.ochre-pause-button.ochre-js-pause,.ochre-play-button.ochre-js-play{text-decoration:none!important;margin-left:-3px;margin-right:14px}.ochre-pause-button.ochre-js-pause i,.ochre-play-button.ochre-js-play i{color:#898e99;color:var(--gray-color);display:flex;align-items:center;text-decoration:none;font-size:30px}.ochre-mute.ochre-js-mute,.ochre-progress-controls{display:none}.ochre-minimize-toggle{position:relative;text-decoration:none!important}.ochre-minimize-toggle>*{display:none}.ochre-minimize-toggle:before{content:"CLOSE";font-weight:700;font-size:22px;line-height:23px;color:#898e99;color:var(--gray-color);font-family:"Coil",sans-serif;letter-spacing:-.02em}.ochre-playlist-toggle.ochre-js-toggle-playlist{position:absolute;text-decoration:none!important;left:251px;margin-top:-2px}body .ochre-currently-playing .ochre-track-title{margin-right:17px}.ochre-playlist-toggle.ochre-js-toggle-playlist.ochre-disabled{pointer-events:none}.ochre-playlist-toggle.ochre-js-toggle-playlist>*{display:none}.ochre-playlist-toggle.ochre-js-toggle-playlist:before{content:"\2022 \2022 \2022";font-weight:700;font-size:22px;line-height:23px;color:#ff4200;color:var(--orange-color);font-family:"Coil",sans-serif}.fix-scroll,.fix-scroll body{overflow:hidden;position:fixed;box-sizing:border-box}body .ochre-playlist-wrapper{bottom:31px!important;background-color:#898e99;border-bottom:1px solid #d3d3d3}body .ochre-playlist-wrapper::-webkit-scrollbar{width:0;height:0}body .ochre-currently-playing{padding:4px 0}.ochre-playlist-wrapper .ochre-playlist-item a,.ochre-track-duration,.ochre-track-number{font-family:"Coil",sans-serif;font-weight:400;font-size:16px;line-height:18px;color:#393337!important;text-decoration:none!important}.orange-player .ochre-transport-wrapper.ochre-player-footer .ochre-playlist-wrapper .ochre-playlist-item a,.orange-player .ochre-transport-wrapper.ochre-player-footer .ochre-track-duration,.orange-player .ochre-transport-wrapper.ochre-player-footer .ochre-track-number{color:#262626!important}body .ochre-playlist-item .ochre-track-number{width:2.2%;margin:0 5px 0 0}body .ochre-track-duration{margin-right:0}.ochre-track-number .WarpIcons{display:none!important}.ochre-track-number-text{display:block!important}.ochre-playlist-wrapper #ochre-playlist{padding:10px 10px 0}.ochre-playlist-wrapper .ochre-playlist-item{border-bottom:none;padding:0 0 10px}body.simple-player{padding-bottom:31px}.btn-play{position:fixed;top:10px;right:10px;z-index:3;margin:0;transition:color .4s ease,background-color .4s ease,-webkit-transform .4s ease;transition:color .4s ease,background-color .4s ease,transform .4s ease;transition:color .4s ease,background-color .4s ease,transform .4s ease,-webkit-transform .4s ease}#play-button{padding-left:5px;padding-right:5px}body .ochre-cart-container,body .ochre-product-list-container{position:fixed;top:10px;right:78px;z-index:2;background:#fff;font-family:"Coil",sans-serif!important}body .ochre-cart-container.hide{display:none}body .ochre-cart-container,body .ochre-cart-toggle{background-color:transparent}body .ochre-cart-toggle{border:1px solid #ff4200;border:1px solid var(--orange-color);padding:3px 6px;transition:all .4s ease;display:flex;font-size:0;position:relative}body .ochre-cart-toggle:before{content:"Cart";transition:all .4s ease;text-transform:uppercase}body .ochre-cart-toggle .ochre-cart-count,body .ochre-cart-toggle:before{font-weight:700;font-size:22px;line-height:23px;color:#ff4200;color:var(--orange-color)}body .ochre-cart-toggle .ochre-cart-count{background-color:transparent;margin-left:0;padding:0;transition:color .4s ease}body .ochre-cart-toggle .ochre-cart-count:before{content:":";font-weight:700;font-size:22px;line-height:23px;background-color:transparent;color:#ff4200;color:var(--orange-color);transition:color .4s ease}body .ochre-cart-toggle.orange-bg:before{color:#383337}body .ochre-cart-toggle.orange-bg{border:1px solid #383337}body .ochre-cart{right:-68px;left:unset;top:20px;background:#393337;border:1px solid #ff4200;padding:10px 10px 0;overflow:auto;box-shadow:none;border-radius:0;width:280px}body .ochre-cart::-webkit-scrollbar{width:0;height:0}.ochre-cart-container.shown .ochre-cart-toggle{width:212px;display:flex;justify-content:flex-end}.ochre-cart-container.shown .ochre-cart{display:flex!important;flex-direction:column;max-height:calc(100vh - 80px)}.ochre-cart-container.shown .ochre-cart::-webkit-scrollbar{width:0}body .ochre-cart .ochre-cart-artist,body .ochre-cart .ochre-cart-format,body .ochre-cart .ochre-cart-price,body .ochre-cart .ochre-cart-title,body .ochre-cart .ochre-cart-variant{font-weight:400;font-size:16px;line-height:18px;color:#ff4200}body .ochre-cart-delete-button{font-weight:400;font-size:16px;line-height:18px;color:#898e99}body .ochre-cart-table thead{display:none}body .ochre-cart-table tr{display:flex}body .ochre-cart-table tr.ochre-cart-item{flex-direction:column;border-bottom:1px solid #ff4200;padding-bottom:10px;margin-bottom:10px}body .ochre-cart-table tr td{border:none;padding:0}body .ochre-cart-table tr:first-child td{border-top:none}body .ochre-cart-table tr .ochre-cart-price{text-align:left}body .ochre-cart-total-wrapper{display:flex!important;flex-direction:column;font-weight:400;color:#ff4200;padding-bottom:30px}body .ochre-cart-store-name,body .ochre-cart-total-wrapper,body .ochre-cart-total-wrapper .ochre-cart-total{font-size:16px;line-height:18px}body .ochre-cart-store-name{font-weight:400;color:#393337;display:none!important}body .ochre-checkout-button{font-weight:700;font-size:22px;line-height:23px;text-transform:uppercase;color:#ff4200;border:none;text-align:left;position:relative;padding:4px 0;margin:0}body .ochre-checkout-button:before{content:"";width:calc(100% + 20px);left:-10px;height:1px;background-color:#ff4200;position:absolute;top:0}.ochre-transport-wrapper .animate-flicker{display:none!important}@media (max-width:800px){body .ochre-player-footer .ochre-currently-playing{height:unset;position:static;bottom:unset;font-size:inherit;left:unset;max-width:calc(100% - 450px)}body .ochre-player-footer .ochre-player-controls{position:static}body .ochre-player-footer .ochre-minimize-toggle{display:block}}@media (max-width:767px){body.simple-player{padding-bottom:28px}.btn-play{top:5px}body .ochre-cart{padding:10px;right:6px;top:18px}body .ochre-cart-toggle{margin-right:74px;line-height:18px;padding:2px 4px}body .ochre-cart-toggle .ochre-cart-count{margin-left:0}body .ochre-cart-container{right:4px;top:5px}body .ochre-player-footer .ochre-minimize-toggle:before{font-size:16px;line-height:18px}body .ochre-player-footer .ochre-minimize-toggle{display:inline-block;margin-right:10px}.ochre-next-button.ochre-js-next:before,.ochre-prev-button.ochre-js-prev:before{font-weight:700;font-size:16px;line-height:18px}.ochre-pause-button.ochre-js-pause i,.ochre-play-button.ochre-js-play i{font-size:20px}.ochre-pause-button.ochre-js-pause,.ochre-play-button.ochre-js-play{margin-right:7px}.ochre-player-footer .ochre-player-controls{position:relative!important;bottom:0!important;right:0!important}.ochre-player-footer .ochre-currently-playing{display:none}.ochre-playlist-toggle.ochre-js-toggle-playlist:before{font-size:20px}.ochre-transport-wrapper.ochre-player-footer{height:28px;padding:5px 10px}.ochre-cart-container.shown .ochre-cart-toggle{width:212px}body .ochre-player-controls a{margin-right:10px}.ochre-player-footer .ochre-other-controls{top:1px!important;bottom:0!important;right:0!important}.ochre-track-duration{width:15%;min-width:50px}.ochre-playlist-item .ochre-track-title{width:65%!important}.ochre-playlist-wrapper .ochre-playlist-item{padding-bottom:5px}body .ochre-playlist-wrapper{bottom:28px!important}.ochre-playlist-toggle.ochre-js-toggle-playlist{position:relative;left:calc(-100vw + 279px);margin-top:3px;transition:none}.ochre-playlist-wrapper .ochre-playlist-item a,.ochre-track-duration,.ochre-track-number{font-size:16px;line-height:18px}body .ochre-playlist-item .ochre-track-number{width:5%;min-width:22px}.ochre-playlist-wrapper #ochre-playlist{padding-top:5px}body .ochre-cart-toggle .ochre-cart-count:before{font-size:16px;line-height:18px}body .ochre-buy-button:before{padding-top:1px;padding-bottom:1px}}@media (max-width:800px){.ochre-player-header .h5:nth-child(2),.ochre-player-header .h5:nth-child(3){display:none}}@media (max-width:450px){body .ochre-cart-toggle .ochre-cart-count,body .ochre-cart-toggle:before{font-size:16px;line-height:18px}body .ochre-cart{padding:10px;right:10px;top:13px}.ochre-cart-container.shown .ochre-cart-toggle{width:68px}body .ochre-cart-toggle{padding:2px 6px;right:63px;margin-right:0}body .ochre-cart-total-wrapper .ochre-cart-total{font-size:16px;line-height:18px}body .ochre-cart-container{right:0}}@media (min-width:2560px){body .ochre-cart-toggle .ochre-cart-count,body .ochre-cart-toggle .ochre-cart-count:before,body .ochre-cart-toggle:before{font-size:33px;line-height:34px}body .ochre-cart-container,body .ochre-product-list-container{right:106px}#play-button{padding-left:4px;padding-right:4px}body .ochre-cart{top:31px;right:-96px;width:308px}}@media (min-width:1920px) and (max-width:2559px){body .ochre-cart-toggle .ochre-cart-count,body .ochre-cart-toggle .ochre-cart-count:before,body .ochre-cart-toggle:before{font-size:27px;line-height:28px}body .ochre-cart-container,body .ochre-product-list-container{right:91px}body .ochre-cart{top:25px;right:-81px;width:293px}}
/*# sourceMappingURL=main.677fb19e.chunk.css.map */