html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}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;text-decoration:underline;text-decoration:underline dotted}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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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}template{display:none}[hidden]{display:none}*,*:after,*:before{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{color:#000;font-size:1.6rem;font-weight:300;line-height:1.6}a{color:inherit}img,video{max-width:100%}.hidden{display:none}b,strong{font-weight:bold}label,legend{display:block;font-size:1.6rem;font-weight:700}label .CodeMirror{font-weight:300}fieldset{margin:0 0 2rem;padding:0;border-width:0;font-size:1.6rem}fieldset .input:last-child,fieldset .file-input:last-child{margin-bottom:0!important}input[type=checkbox],input[type=radio]{display:inline}textarea{min-height:6.5rem}.disabled{opacity:.6;pointer-events:none;cursor:not-allowed}form .button.test-email-button{margin:.5rem 0 1.5rem;background-color:#212121;border:0;border-radius:.6rem}form .button.test-email-button:hover{opacity:.7}.sr-only{visibility:hidden}@font-face{font-family:"MuseoSans";src:url(/fonts/MuseoSans_300-webfont-907e78f65b119f49774ad71e799893a5.woff2?vsn=d) format("woff2"),url(/fonts/MuseoSans_300-webfont-925ca92144af690ab70b586963361718.woff?vsn=d) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"MuseoSans";src:url(/fonts/MuseoSans_700-webfont-81c787a41c8f585d4531d482ca759fbe.woff2?vsn=d) format("woff2"),url(/fonts/MuseoSans_700-webfont-6b2f01bda1e7cb1efadc9fb8699be070.woff?vsn=d) format("woff");font-weight:bold;font-style:normal;font-display:swap}.albums-grid .album-wrapper{display:flex;flex-wrap:wrap;gap:2rem}.albums-grid .album{display:flex;flex-direction:column;text-decoration:none;width:calc((100% - 4rem)/2);float:left;justify-content:flex-start;align-items:center;position:relative}.albums-grid .album:after{position:absolute;opacity:0;transition:all .2s;-webkit-transition:all .2s;content:" ";width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3)}.albums-grid .album:hover:after{opacity:1}.albums-grid .album-with-no-cover,.albums-grid .album-cover{width:100%;height:100%;min-height:15rem;border-radius:0}.album-cover{border-radius:50%;width:12rem;height:12rem;object-fit:cover}.albums-grid .album-title{padding:1rem;text-align:center;text-decoration:none;width:100%}.album-with-no-cover{height:12rem;width:12rem;background-color:var(--primary-color);border-radius:50%;position:relative;border:1px solid}.album-name{position:absolute;font-weight:600;width:100%;text-align:center;top:50%;transform:translateY(-50%);padding:0 1rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (min-width: 36em){.albums-grid .album-with-no-cover,.albums-grid .album-cover{min-height:20rem}}@media screen and (min-width: 62em){.albums-grid .album{width:calc((100% - 8rem)/3)}.albums-grid .album-wrapper{gap:4rem}}@media screen and (min-width: 75em){.albums-grid .album{width:calc((100% - 12rem)/4)}}.albums-horizontal-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory}.albums-horizontal-grid .album{display:flex;flex-direction:column;text-decoration:none;scroll-snap-align:center}.albums-horizontal-grid .album-wrapper{display:flex;grid-gap:4.3rem;flex-direction:row;justify-content:center;margin:auto}.albums-horizontal-grid .album-title{text-align:center;text-decoration:none;margin-top:1.5rem;width:12rem}.albums-horizontal-grid .album-description{display:none}@keyframes bounce{0%{opacity:0;transform:translateY(1rem)}}.alert{position:fixed;top:7rem;right:1rem;padding:2rem 2rem 2rem 4rem;border-radius:.2rem;box-shadow:1px 2px 2px #4d4d4d4d,2px 4px 4px #4d4d4d4d,4px 8px 8px #4d4d4d4d;z-index:100;cursor:pointer;font-weight:normal;-webkit-animation-name:bounce;animation-name:bounce;animation-duration:1s}.alert-info{color:#000;background-color:#bbe2cc}.alert-error{color:#fff;background-color:#f03a4780}.close{margin-left:4rem;color:#00000080;pointer-events:none;float:right}.alert:hover{box-shadow:1px 1px 5px #0000004d}.asset{display:flex;flex-direction:column;min-height:0}.asset.deleted{opacity:.3}.asset-image-link{height:20rem;text-align:center;display:flex;flex-direction:column;justify-content:end;position:relative}.asset-image-link:hover{opacity:.7}.grid-small-view .asset-image-link{height:12rem}.audio-preview-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ccc;width:100%;aspect-ratio:1.8 / 1;padding:2rem 2rem 5.4rem;gap:4rem}audio{width:90%;position:absolute;left:0;right:0;bottom:2rem}.asset-type-video .asset-image-link{justify-content:center;background-color:#111}.play-icon-container{position:absolute;width:100%;height:100%;color:#fff;display:flex;align-items:center;justify-content:center}.play-icon-container .css-icon{width:6rem;height:6rem}.asset-data{text-decoration:none;word-break:break-word}.asset .asset-name{display:flex;align-items:center;justify-content:center;font-size:1.2rem;word-wrap:break-word;word-break:break-word}.asset-type-icon{float:none!important;margin-right:.5rem!important;height:1.5rem;display:inline-block!important;vertical-align:top}.asset-buttons a,.asset-buttons button{text-decoration:none;border:none;background-color:transparent;cursor:pointer;padding:0 .75rem}.asset-buttons a:hover,.asset-buttons button:hover{opacity:.7}.asset-buttons{display:flex;justify-content:center;align-items:baseline}.asset-buttons .css-icon{width:1.8rem;height:1.8rem}.asset .asset-info{font-size:1.1rem;margin-bottom:1rem}.asset-info span.asset-type-icon:before{content:""!important}.asset-title{word-break:break-word}.asset-source{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-source-size{width:30rem}.asset .asset-image{max-height:100%;object-fit:contain;margin-left:auto;margin-right:auto;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.untouchable{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.asset .asset-image .css-icon-type{min-width:120px;min-height:120px}.my-basket-section .my-basket-text{width:auto;display:inline;float:left}.my-basket-section .select-all{display:inline;width:auto;float:left;margin-top:3rem;margin-left:2rem;margin-bottom:4rem}.my-basket-section .grid-view{width:100%;margin-top:4rem}@media screen and (max-width: 36em){.audio-preview-container{aspect-ratio:1 / 1}.portal .grid-view .asset-data,.portal .grid-small-view .asset-data,.portal .grid-view .asset .asset-buttons,.portal .grid-small-view .asset .asset-buttons{display:none}.portal .feed-view{padding:0}.portal .feed-view .asset{box-shadow:none;-webkit-box-shadow:none}.grid-section-wrapper .grid-view,.my-basket-section .grid-view{grid-template-columns:repeat(auto-fill,calc(33% - .1rem));grid-column-gap:.3rem;display:grid;grid-row-gap:.3rem}.grid-section-wrapper .grid-small-view{grid-template-columns:repeat(auto-fill,calc(24.6% - .1rem));grid-column-gap:.3rem;display:grid;grid-row-gap:.3rem}.grid-section-wrapper .grid-view .asset,.grid-section-wrapper .grid-small-view .asset,.my-basket-section .grid-view .asset{margin-bottom:0}.grid-section-wrapper .grid-view .asset-image-link,.my-basket-section .grid-view .asset-image-link{height:13rem;justify-content:center;flex-direction:row}.grid-section-wrapper .grid-small-view .asset-image-link{height:10rem;justify-content:center;flex-direction:row}.grid-section-wrapper .grid-small-view .asset .asset-image .css-icon-type{min-width:9rem;min-height:9rem}.asset .asset-image{max-height:unset;object-fit:cover}.asset-image-link{flex-direction:row}}.select-button{background:none;border:none;cursor:pointer}.admin .asset-name{display:inline-block;margin-top:1rem}.admin .grid .asset-data,.admin .asset-buttons{text-align:center}.admin-main .asset-size:before,.admin-main .asset-extension:before,.admin-main .asset-dimensions:before,.admin-main .asset-word-count:before,.admin-main .asset-duration:before{content:" |";margin-right:.3rem}.admin-main .asset .select-button,.admin-main .asset .download-asset-icon,.admin-main .asset .share-asset-icon,.admin-main .asset .expand-asset-icon{padding:0 .75rem}.admin .asset-type{margin-right:.3rem}.admin .asset-proxy{margin-bottom:1.5rem;display:flex}.admin .asset-statistics{display:block;width:100%}.admin .empty-state-message{background:white;padding:3rem 2rem;text-align:center;max-width:60rem;margin:auto}.admin .search-label{line-height:1rem}.change-strategy-button{padding-left:.5rem;color:#646464;font-weight:normal;font-size:70%;background:none;border:none;cursor:pointer}.asset-external-link-url{display:block;margin-top:1rem;margin-left:3rem}.asset-syndication{display:grid;grid-template-columns:1fr 2fr;grid-column-gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #bdc3c7}.asset-modal-content{display:flex;flex-direction:column;gap:3rem}.asset-modal-position{position:absolute;top:-3rem;left:0;text-align:center;width:100%}.asset-modal-position .hint{color:#fff}.asset-modal-content .asset-field-with-icon .css-icon{width:1.4rem;height:1.4rem}.asset-modal-image-container{display:flex;flex-direction:column;justify-content:flex-start;position:relative;margin-top:3.4rem}.asset-modal-image-container .asset-image{min-width:100%;object-fit:contain}.asset-modal-image-container .asset-image .css-icon-type{min-width:32rem;min-height:32rem;margin-top:0}.asset-modal-content .asset-vault-title{font-size:1.6rem}.asset-modal-details{display:flex;flex-direction:column;justify-content:flex-start;height:auto}.asset-modal-details .asset-description{display:-webkit-box;white-space:normal;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:2rem}.asset-modal-details .asset-vault{padding:.8rem 0 1rem}.asset-modal-details .state-label{margin-bottom:1rem}.admin .asset-modal-content h1.asset-name,.portal-modal .asset-modal-content h1.asset-name{font-size:2.4rem;font-weight:600;overflow-wrap:anywhere;line-height:1.2}.button.asset-details-button{margin:4rem auto 0;display:flex;width:max-content;gap:1rem;align-items:baseline}.admin .button.asset-details-button{background:linear-gradient(180deg,#3E404A,#111);color:#fff}.admin .button.asset-details-button:hover{opacity:.7}.asset-modal-select{position:absolute;top:3.4rem;right:4rem;display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:3rem;width:100%;z-index:2}.asset-modal-select button.select-button{padding:0;color:inherit}.asset-modal-select button.select-button:focus-visible{outline:transparent;box-shadow:none}.asset-modal-select button.select-button .css-icon{padding:0;width:2.4rem;height:2.4rem}.modal-pagination{position:fixed;top:50%;left:0;width:100vw;height:100vh;display:flex;justify-content:space-between;color:#a2a2a2;transform:translateY(-50%);pointer-events:none}.modal-previous,.modal-next{cursor:pointer;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all;padding:4vw;pointer-events:all}.modal-previous:hover .css-icon,.modal-next:hover .css-icon{opacity:.9}.modal-previous{left:0}.modal-next{right:0}.modal-previous .css-icon,.modal-next .css-icon{width:2.5rem;height:2.5rem;opacity:.7}.modal-previous .css-icon-chevron-left{transition:all}.modal-next .css-icon-chevron-right{transition:all}.admin .modal .asset-field-with-icon,.portal-modal .modal .asset-field-with-icon{padding-right:2rem}.portal-modal .modal .asset-field-with-icon{margin-bottom:.8rem;display:flex;align-items:flex-start;width:100%}.portal-modal .asset-type-icon,.portal-modal .asset-location-icon{padding-top:.4rem}.portal-modal .modal .icon-wrapper{margin-right:1rem}.portal-modal .asset-licence-subtitle:after,.portal-modal .asset-expiry-date-title:after,.portal-modal .asset-date:after,.portal-modal .asset-credit-title:after,.asset-usage-title:after{content:""}.admin .modal article.asset-tags{margin-top:2rem;display:flex;flex-wrap:wrap}.admin .modal .tag{background-color:#212121}.embed-wrapper{position:relative;display:flex;justify-content:center}.embed-wrapper .asset-embed-preview{width:100%;max-width:540px}.embed-preview-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden}.embed-preview-wrapper .asset-embed-preview{display:flex;justify-content:center;align-items:flex-end;padding:0;margin:0 auto}.asset-image-link .youtube-embed iframe{pointer-events:none}.asset-modal-content .youtube-embed{min-width:58rem}.youtube-embed iframe{width:100%;height:auto;aspect-ratio:16 / 9;max-width:100%;border:none;display:block}.grid-small-view .embed-preview-wrapper .asset-embed-preview{height:10rem}.grid-small-view .embed-preview-wrapper iframe.instagram-media,.basket-asset .embed-preview-wrapper iframe.instagram-media,.small-assets .embed-preview-wrapper iframe.instagram-media{height:15.5rem}.basket-asset .embed-preview-wrapper{width:auto}.basket-asset .embed-preview-wrapper .asset-embed-preview,.small-assets .embed-preview-wrapper .asset-embed-preview{width:10rem;height:10rem;pointer-events:none}.grid-view .embed-preview-wrapper .asset-embed-preview{height:13rem}.grid-view .embed-preview-wrapper iframe.instagram-media{height:18.5rem}@media screen and (min-width: 36em){.grid-small-view .embed-preview-wrapper .asset-embed-preview{height:20rem}.grid-small-view .embed-preview-wrapper iframe.instagram-media,.asset-card .embed-preview-wrapper iframe.instagram-media{height:25.5rem}.grid-view .embed-preview-wrapper .asset-embed-preview{height:auto}.grid-view .embed-preview-wrapper iframe.instagram-media{height:42rem}}@media screen and (min-width: 48em){.modal-previous .css-icon,.modal-next .css-icon{width:5rem;height:5rem}}@media screen and (min-width: 62em){.modal-previous,.modal-next{padding:5vw}}@media screen and (min-width: 75em){.asset-modal-content{flex-direction:row}.asset-modal-image-container{flex:0 0 auto;height:min-content;margin-top:0;width:calc((100% / 3) * 2 - 3rem)}.asset-modal-image-container .instagram-media{max-width:100%!important}.asset-modal-details{width:calc((100% / 3) - 3rem);flex:1 1 auto}.asset-modal-select{position:relative;justify-content:flex-end;top:0;right:0}.modal-previous,.modal-next{justify-content:center}.modal-previous .css-icon-chevron-left{margin:0 .25rem 0 0}.modal-next .css-icon-chevron-right{margin:0 0 0 .25rem}.modal-next:hover .css-icon-chevron-right{transform:translate(.25rem)}.modal-previous:hover .css-icon-chevron-left{transform:translate(-.25rem)}.asset-modal-image-container .asset-image .css-icon-type{margin-top:5.4rem;margin-left:25%}.asset-modal-image-container .asset-image.vector{max-width:640px;width:50%;margin-top:5.4rem}}.asset-field.asset-updated-at{display:none;order:11}.portal-modal .asset-field-with-icon.asset-updated-at{display:none}.asset-card{display:flex;flex-direction:column;background-color:#f4f4f4;margin-bottom:1.6rem;padding:1rem}.asset-card-icon{margin:1.4rem;height:2.4rem;min-width:2rem;display:none}.asset-card-image{max-height:100%;object-fit:contain;align-content:center;margin:auto}.asset-card-image .css-icon-type{min-height:86px;min-width:86px}.asset-card-icon .css-icon-type{width:20px;height:20px}.asset-card-image-link{height:8.6rem;display:flex;flex-direction:column;justify-content:center;min-width:12.8rem;width:12.8rem;margin-right:.5rem;position:relative;transition:.5s ease-out}.asset-card-info{font-size:1.4rem;line-height:1.8rem;word-break:break-word;padding:1rem 0;display:flex;flex-direction:column;gap:.5rem}.asset-card-title,.asset-card-licence-title,.asset-card-credit-title,.asset-card-expiry-date-title,.asset-card-usage-note-title{font-weight:bold}.asset-card-button{margin-left:auto;background:none;border:none;outline:none;padding:1rem;cursor:pointer}.asset-card-buttons{float:left;display:flex;margin-right:auto;margin-left:0;flex-direction:row-reverse}.asset-card-buttons a{padding:1rem;cursor:pointer;height:4rem}.asset-card-title{word-wrap:break-word}.asset-card-post-link{background-color:#fff;text-decoration:none;width:12.8rem;height:8.6rem;font-size:1.5rem;font-weight:bold;padding:1rem;border:1px solid #f4f4f4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media screen and (min-width: 36em){.asset-card{align-items:center;flex-direction:row;padding:0 1rem}.asset-card-icon{display:unset}.asset-card-buttons{margin-right:1rem;margin-left:auto}}.basket-bar{position:fixed;right:-58rem;top:0;bottom:0;width:58rem;z-index:10;max-width:100%;box-shadow:-1px 2px 2px #9995,-2px 4px 4px #9995,-3px 6px 6px #9995;background-color:#fff;color:#000;transition:all .5s ease,right .5s ease-in-out;height:100vh}.open-basket .basket-bar{right:0}.basket-header{padding:2rem 2rem 0;font-size:1.4rem;font-weight:bold}.basket-header .basket-size{float:left;margin-top:1.2rem}.basket-body{padding:0 2rem}.basket-actions{display:flex;padding:2rem 0 1rem;justify-content:space-between;width:100%}.close-basket-button,.basket-button-clear-all{font-weight:normal;border:none;background:none;cursor:pointer}.close-basket-button{padding:1.2rem;float:right;background-color:#212121;color:#fff}.basket-disabled{color:#3d3d3d}.basket-disabled .basket-actions,.basket-disabled .basket-button-clear-all{pointer-events:none}.basket-asset{display:flex;align-items:center;background-color:#f4f4f4;margin-bottom:1.6rem}.basket-asset-type-icon{height:2rem;margin:1.4rem}.basket-asset-state-icon{margin:1.4rem;height:2.4rem;display:none}.basket-asset-image{max-height:100%;object-fit:contain;align-content:center;margin:auto}.basket-asset-image .css-icon-type{min-height:86px;min-width:86px}.basket-asset-type-icon .css-icon-type{width:20px;height:20px}.basket-asset-image-link{height:8.6rem;display:flex;flex-direction:column;justify-content:center;min-width:12.8rem;width:12.8rem;margin-right:.5rem}.basket-asset-info{font-size:1.4rem;line-height:1.8rem;word-break:break-word}.basket-asset-button{margin-left:auto;background:none;border:none;outline:none;padding:1rem;cursor:pointer}.basket-asset-buttons{float:left;display:flex;margin-right:1rem;margin-left:auto}.basket-asset-buttons a{padding:1rem;cursor:pointer;height:4rem;display:none}.basket-asset-name{word-wrap:break-word}.basket-asset-extension{text-transform:lowercase;margin-left:-.3rem}.basket-post-link{background-color:#fff;text-decoration:none;width:12.8rem;height:8.6rem;font-size:1.5rem;font-weight:bold;padding:1rem;border:1px solid #f4f4f4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media screen and (min-width: 36em){.basket-bar{max-width:90%}.basket-header{padding:2rem 4rem 0}.basket-body{padding:0 4rem}.basket-actions{padding:3rem 0 2rem}.basket-asset-buttons a,.basket-asset-state-icon{display:block}.basket-asset-image-link{margin-right:0}.basket-asset-extension{display:none}}@media screen and (min-width: 62em){.basket-body{max-height:calc(100vh - 18rem);overflow-y:scroll;padding-bottom:4rem}.open-basket .admin-main{margin-right:58rem;padding-left:1rem;padding-right:1rem}.open-basket.admin .breadcrumb{margin-left:-1rem;margin-right:-1rem}}.horizontal-basket-layout .basket-button,.admin .basket-button,.admin .basket-more-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;text-decoration:none;font-weight:500;padding:1rem 1rem 2rem;letter-spacing:.5px;font-size:1.2rem;height:100%}.admin .dropdown.basket-more{height:100%}.vertical-basket-layout .basket-actions{flex-direction:column;gap:1rem}.vertical-basket-layout.basket-bar{background:var(--primary-color)}.vertical-basket-layout .basket-header,.vertical-basket-layout .basket-asset{background:white}.vertical-basket-layout .basket-body{padding:4rem;max-height:calc(100vh - 30rem)}.vertical-basket-layout .basket-button{background:white;border:1px solid black;padding:.7rem 2rem;display:flex;gap:1rem;text-decoration:none;align-items:center;font-weight:500}.basket-asset-content{display:flex;align-items:center;transition:.5s ease-out;width:100%}.basket-asset .asset-card-image-link:hover{height:auto;width:auto;margin:0;pointer-events:inherit}.basket-asset.asset-card-image-link:hover .asset-card-image{max-height:40rem}.basket-asset .asset-card-image-link:hover~.basket-asset-content{flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%}.basket-asset .asset-card-image-link:hover~.basket-asset-content .basket-asset-info{padding:0 1rem}.pulse-basket .basket-bar{right:-48rem;box-shadow:-1px 2px 2px #0005,-2px 4px 4px #0005,-3px 6px 6px #0005,inset 0 0 30px 1px #ffffffb3,0 0 160px 40px #ffffffe6}@media (prefers-reduced-motion: reduce){.basket-bar{transition:none}}.breadcrumb-section{grid-area:breadcrumb;padding:1rem 4rem;background-color:#fff;border-bottom:1px solid #efefef}.breadcrumb-item+.breadcrumb-item:before{content:">";padding-left:.5rem;padding-right:.5rem}.AssetView .breadcrumb-section{background-color:transparent;border:none}.button{display:inline-block;text-decoration:none;white-space:nowrap;border:2px solid transparent;cursor:pointer}a:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 3px 3px #000}.button-with-icon{display:flex;justify-content:center;align-items:center;gap:.8rem}.button-with-border{border:1px solid black}.button-with-border:hover{border-color:#474747}.normal-button:disabled,.normal-button[disabled]{opacity:.7}.go-to-homepage{margin-top:2rem}.state-danger{color:#ba3838!important}.search-box-section{position:relative;height:100%}.search-box-section img{height:100%;object-fit:cover;width:100vw}@media screen and (min-width: 62em){.search-box-section img{height:33vw}}.search-box-background-image-content{min-height:12rem}.search-box-section .img-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(360deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 100%)}.search-box-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:2;gap:2rem}.search-box-content-text,.search-box-component{width:80%}.search-box-content-text{text-align:center}.search-box-component-label{display:none}.assets-button{content:"";background-color:#111;position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center;height:100%;min-width:6rem;padding:1rem 2rem;cursor:pointer;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 50 50" fill="%23ffffff"><path d="M 21 3 C 11.601563 3 4 10.601563 4 20 C 4 29.398438 11.601563 37 21 37 C 24.355469 37 27.460938 36.015625 30.09375 34.34375 L 42.375 46.625 L 46.625 42.375 L 34.5 30.28125 C 36.679688 27.421875 38 23.878906 38 20 C 38 10.601563 30.398438 3 21 3 Z M 21 7 C 28.199219 7 34 12.800781 34 20 C 34 27.199219 28.199219 33 21 33 C 13.800781 33 8 27.199219 8 20 C 8 12.800781 13.800781 7 21 7 Z"></path></svg>');background-size:50%;background-repeat:no-repeat;background-position:center;border:none}.assets-button.offset{right:2.5rem}.assets-button:hover{opacity:.7}.form-checkbox{position:relative}.form-checkbox+.form-checkbox{margin-top:1rem}.form-checkbox.terms,.form-checkbox.registration-subscribed{margin:1rem 0}.form-checkbox.download-terms .form-checkbox.notify-me{margin:2rem 0 1rem}.form-checkbox label{display:block;padding:0 0 0 3.6rem;font-weight:normal}.form-checkbox input{height:2.5rem;left:0;opacity:0;position:absolute;top:0;width:2.5rem}.form-checkbox input+label:before{border:1px solid;content:"";height:2.5rem;left:0;position:absolute;top:0;width:2.5rem;background:transparent;transition:background .1s ease-in-out}.form-checkbox input+label:after{opacity:0;content:"";display:block;position:absolute;top:.3rem;left:.8rem;width:.8rem;height:1.4rem;border:solid #fff;border-width:0 .25rem .25rem 0;transform:rotate(45deg);transition:opacity .1s ease-in-out}.form-checkbox input:checked+label:after{opacity:1}.form-checkbox input:checked+label:before{background:#212121;border:1px solid #212121;opacity:1}.form-checkbox input:disabled+label:before{background:transparent;border-color:#a6a6a6;cursor:not-allowed}.form-checkbox input:checked:disabled+label:before{background:#a6a6a6}.form-checkbox input:focus-visible+label:before{box-shadow:0 0 0 3px #ffbf47;outline:3px solid transparent}.button-with-checkbox{display:flex;align-items:center;gap:1rem}.button-with-checkbox .form-checkbox.notify-me{margin:0;display:flex;align-items:center}.button-with-checkbox .form-checkbox.notify-me label{margin-left:.5rem}.dropdown{display:block;position:relative}.dropdown-content-js{display:none}.dropdown-content-js.show{display:block!important}.dropdown-button{cursor:pointer}.dropdown-button *{pointer-events:none}.locale-dropdown-options{color:#444}.dropdown-options{position:absolute;display:none;min-width:20rem;background-color:#fff;width:max-content;border:.1rem solid #bdc3c7;border-radius:.4rem;top:3.5rem;left:0;z-index:10}.dropdown-option{display:flex;background:none;border:none;padding:.8rem 1.5rem;width:100%;text-align:left;align-items:center;text-decoration:none;font-weight:normal;cursor:pointer}.dropdown-option .css-icon{margin-right:.5rem}.dropdown-option:hover{background-color:#f5f5f5}.asset-more-button,.basket-more-button{background-color:transparent;border:none}.basket-more-options{top:8rem}.basket-more-options .dropdown-option{gap:.5rem}.user-dropdown-options{color:#000;top:5rem;right:-2rem;left:unset;min-width:30rem;padding:1rem;margin-top:1rem}.dropdown.asset-page{display:inline}.user-dropdown-options .dropdown-option{font-size:1.8rem}@media screen and (min-width: 62em){.user-dropdown-options{min-width:20rem;padding:0;margin-top:1rem}.user-dropdown-options .dropdown-option{font-size:1.6rem}.user-dropdown-options .dropdown-option small{position:relative;bottom:.3em;left:.2em}}.dropdown-button{border:none;cursor:pointer;background:transparent;font-weight:inherit;font-size:1.8rem;padding:0;color:#141414}.dropdown-menu-item{position:relative;display:inline-block}.dropdown-content{position:relative;background-color:#fff;min-width:16rem;overflow:auto;z-index:1;margin-top:1rem}.dropdown-content a{color:#000;padding:1rem;text-decoration:none;display:block}.dropdown-menu-item .dropdown-content a:hover{background-color:#efefef}.dropdown-content{position:absolute;box-shadow:0 .8rem 1.6rem #0003}@media screen and (min-width: 62em){.dropdown-button{font-size:inherit;color:inherit}}.transition-dropdown{transition-duration:.5s;transition-timing-function:cubic-bezier(.075,.82,.165,1);display:block}.transition-show-start{transform:translateY(-2rem);opacity:0}.transition-show-end{transform:translateY(0);opacity:1}.transition-hide-start{transform:translateY(0);opacity:1}.transition-hide-end{transform:translateY(-2rem);opacity:0}.feed-section{margin-left:auto;margin-right:auto;max-width:60rem}.feed-element{display:block;padding:2rem;text-align:center;background:white;margin-bottom:2rem}.feed-element-link{text-decoration:none}.feed-asset-type-icon .css-icon-type{height:16px;width:16px}.feed-element .description{width:100%;display:block;font-size:1.4rem;line-height:1.9rem;margin-top:.5rem}.feed-element .release-date{width:100%;display:block;color:#646464;font-size:1.2rem;margin-top:1rem}.feed-element:hover{opacity:.8}.feed-image{border-radius:2rem}.feed-image .css-icon-type{min-width:200px;min-height:200px}.feedback-score-section{display:flex;flex-direction:column;gap:1rem;padding:2rem 2rem 2rem 0}.feedback-score-radio-label{display:flex;flex-direction:column;align-items:center;gap:1rem}.feedback-score-input{display:flex;flex-direction:row;justify-content:space-around;gap:1rem}.feedback-score-radio-input{-ms-transform:scale(2);-webkit-transform:scale(2);transform:scale(2)}.feedback-score-hints{display:flex;justify-content:space-between}.feedback-rating{display:flex;flex-wrap:nowrap;flex-direction:column;overflow:hidden;padding:4rem 6rem;margin:4rem auto;width:36rem;box-shadow:0 5px 27px -12px #ccc}.feedback-rating h3{margin:0;text-align:center}.feedback-rating .rating-stars{flex-shrink:0;display:flex;flex-direction:row-reverse;justify-content:flex-end;padding:1rem 0 0}.feedback-rating .star{cursor:pointer;transition:all .2s;background:none;border:none;padding:.4rem;text-decoration:none}.feedback-rating .star:hover{opacity:1}.feedback-rating .star:before{content:"\2605";font-size:4rem;color:#ccc}.feedback-rating .star.selected:before,.feedback-rating .star:hover:before,.feedback-rating .star:hover~.star:before,.feedback-rating .star:active:before{color:#111}.feedback-rating .hint{display:flex;justify-content:space-between}.feedback-rating .button.normal-button{margin:2rem 0 0}.download-button-section .success-message{margin-bottom:2rem}.download-button-section .button.normal-button{margin:4rem 0;font-size:1.1em;padding:1.6rem 3rem;display:flex;gap:1rem;line-height:1.15;width:max-content}.download-button-section .button.normal-button .css-icon{width:1.8rem;height:1.8rem}.filter-form{display:flex;align-items:flex-end;gap:1rem;padding-bottom:1rem}.filter-form+.pagination{margin-bottom:1rem}.filter-form .input{margin-bottom:0}.filter-button{border:none}@media screen and (min-width: 36em){.user-report-button,.audit-filter-form{position:absolute;top:1.5rem;right:2rem}.user-audits-filter-form{position:absolute;top:1.5rem;left:2rem}}.filter-tags-button{width:100%;text-align:left;background:none;border:none;padding:.5rem 1rem;font-size:1.8rem;font-weight:600}.filter-tags-button:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.filter-tags-checkboxes{padding-top:.5rem;padding-left:2rem;padding-bottom:2rem}.css-icon{--icon-mask: "";-webkit-mask:var(--icon-mask);mask:var(--icon-mask);background-color:currentColor;display:inline-block;width:14px;height:14px;mask-repeat:no-repeat}.site-nav .css-icon{width:20px;height:24px}.site-nav .css-icon.css-icon-brandkit-logo{width:3rem;height:3rem}.css-icon-ai-search{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 17.43"><defs/><path d="M17.49 12.47V8.38c0-.35-.08-.69-.24-1-.49.19-1.01.29-1.54.29-.78 0-1.52-.13-2.14-.38-.71-.28-1.27-.71-1.66-1.27-.02-.02-.03-.04-.05-.07-.01.02-.03.04-.05.07-.39.56-.95.98-1.66 1.27-.63.25-1.35.38-2.14.38-.49 0-.98-.09-1.44-.26-.15.3-.23.62-.23.96v4.09c0 1.19.97 2.16 2.16 2.16h3.47v1.75l1.89-1.64.12-.1H15.31c1.19 0 2.16-.97 2.16-2.16ZM9.06 11c0 .11-.04.2-.1.28-.02.02-.04.05-.07.07-.07.06-.17.09-.27.09s-.2-.03-.27-.09c-.02-.02-.05-.04-.07-.07a.455.455 0 0 1-.1-.28V9.84c0-.24.2-.44.44-.44s.44.2.44.44V11Zm4.29.27s0 .09-.01.13c0 .04-.02.08-.03.13-.02.08-.05.16-.09.24 0 .02-.02.04-.03.06-.05.09-.11.18-.18.25l-.09.09c-.03.03-.06.05-.1.08-.22.16-.48.26-.77.26h-.1c-.29 0-.56-.1-.77-.26-.03-.02-.07-.05-.1-.08l-.09-.09c-.07-.08-.13-.16-.18-.25 0-.02-.02-.04-.03-.06a.989.989 0 0 1-.09-.24c-.01-.04-.02-.08-.03-.13s-.01-.09-.01-.13v-.07h2.68v.07Zm1.87-.27V9.84c0-.24.2-.44.44-.44s.44.2.44.44V11c0 .11-.04.2-.1.28-.02.02-.04.05-.07.07-.07.06-.17.09-.27.09s-.2-.03-.27-.09c-.02-.02-.05-.04-.07-.07a.455.455 0 0 1-.1-.28Z"/><path d="M23.91 11.15H22.67c-.09 0-.19 0-.28-.02-.28-.04-.54-.13-.77-.29-.17-.12-.3-.26-.42-.42-.06-.08-.11-.16-.16-.25-.03-.04-.05-.09-.08-.13-.02-.04-.05-.09-.07-.13-.43-.8-.73-1.68-.86-2.58L20 7.1c0-.08-.02-.15-.02-.23-.02-.31-.03-.62-.04-.93-.01-.46-.03-.93-.09-1.38-.02-.15-.05-.3-.09-.45s-.08-.3-.13-.45a5.327 5.327 0 0 0-.36-.79l-.18-.3c-.06-.1-.13-.19-.2-.29-.1-.14-.22-.28-.33-.41-.16-.17-.32-.34-.5-.49-.2-.17-.4-.32-.62-.46A5.868 5.868 0 0 0 14.29 0h-4.8a5.458 5.458 0 0 0-1.25.14c-.06.01-.12.03-.17.04-.12.03-.23.06-.35.1-.11.04-.23.08-.34.12a5.667 5.667 0 0 0-2.74 2.24 5.179 5.179 0 0 0-.62 1.39c-.05.16-.09.33-.12.5-.13.73-.08 1.46-.07 2.19 0 .33 0 .66-.03 1-.01.11-.03.23-.04.34-.12.8-.41 1.63-.82 2.31-.11.19-.28.35-.48.47-.07.04-.13.08-.21.11-.07.03-.14.06-.22.09-.15.05-.3.09-.45.1-.07 0-.15.01-.22.01H0v.71a5.596 5.596 0 0 0 .24 1.61c.03.09.05.17.09.25.15.42.35.81.6 1.18.29.44.65.84 1.05 1.18.27.23.56.43.86.61.23.13.47.25.72.34.17.07.34.12.51.17a5.395 5.395 0 0 0 1.35.2H6.56c.02 0 .05 0 .07-.01.02 0 .05 0 .07-.01.02 0 .05 0 .07-.01.02 0 .05-.01.07-.02.02 0 .05-.01.07-.02.02 0 .05-.01.07-.02.02 0 .05-.01.07-.02.02 0 .05-.01.07-.02.02 0 .04-.01.07-.02.02 0 .05-.02.07-.02.02 0 .04-.02.07-.02.02 0 .05-.02.07-.03.02 0 .04-.02.07-.03.02 0 .05-.02.07-.03.02 0 .04-.02.06-.03.02-.01.05-.02.07-.03.02 0 .04-.02.06-.03.02-.01.05-.02.07-.03l.06-.03c.02-.01.05-.02.07-.04l.06-.03c.02-.01.05-.03.07-.04a.21.21 0 0 0 .06-.04c.02-.01.05-.03.07-.04a.21.21 0 0 0 .06-.04c.02-.01.04-.03.07-.04.02-.01.04-.03.06-.04.02-.02.04-.03.07-.05.02-.01.04-.03.06-.04.02-.02.04-.03.07-.05.02-.01.04-.03.06-.04.02-.02.04-.03.06-.05.02-.01.04-.03.05-.04.02-.02.04-.03.06-.05.02-.01.04-.03.05-.04.02-.02.04-.04.06-.05l.05-.05.06-.06.05-.05.06-.06.05-.05.06-.06.05-.05.06-.06c.01-.02.03-.03.04-.05.02-.02.04-.04.05-.06.01-.02.03-.03.04-.05.02-.02.04-.04.05-.06.01-.02.03-.03.04-.05a.18.18 0 0 0 .05-.07c.01-.02.03-.03.04-.05.02-.02.03-.04.05-.07H8.47c-.1 0-.19 0-.29-.01h-.02s-.07 0-.11-.01h-.03s-.08-.01-.11-.02c-.28-.06-.54-.15-.79-.29-.09-.05-.17-.1-.25-.15-.11-.08-.22-.16-.33-.26l-.06-.06-.14.06-.5.22-.15.35-.4.9-.11.25-.26.6-.26-.6-.12-.28-.53-1.21-1.49-.66-.6-.26.6-.26L4.01 13l.21-.48.08-.18.37-.84.26-.6.26.6.41.92V8.38c0-.31.05-.61.14-.9.02-.07.05-.14.08-.21.03-.07.06-.13.09-.2.03-.06.07-.13.11-.19l.12-.18.14-.2.22.1c.06.03.12.05.18.08.03.01.06.02.09.04.12.05.24.08.37.12.22.06.44.09.67.1s.01 0 .01 0H8.51s.07 0 .1-.01c1.16-.12 2.08-.58 2.59-1.3.16-.23.28-.49.36-.76l.28-.95.28.95.03.1a2.826 2.826 0 0 0 .33.67c.27.39.66.71 1.15.93.16.07.32.14.5.19l.22.06c.08.02.15.04.23.05.08.02.16.03.24.04l.24.03c.07 0 .14.01.23.02s.02 0 .02 0H16.03c.41-.05.81-.17 1.17-.35l.22-.11.15.19c.04.06.09.12.13.18.08.13.15.26.21.4.03.07.06.14.08.21.02.07.05.15.07.22 0 .04.02.08.03.11.04.19.06.39.06.59v4.09c0 .1 0 .2-.02.31 0 .07-.02.15-.03.22s.23-.51.23-.51l.43-.97.26-.6.26.6.25.58.4.91 1.48.65.6.26-.6.26-1.48.65-.53 1.21-.12.27-.26.6-.26-.6-.1-.24-.47-1.06-.08-.19-.58-.26-.19-.08s-.1.1-.15.14c-.05.05-.11.09-.17.14l-.18.12c-.05.03-.1.06-.14.09-.23.13-.47.23-.71.29-.03 0-.05.01-.08.02-.05.01-.1.02-.16.03-.04 0-.07.01-.1.02s-.07 0-.11.01h-1.21c.02.02.03.05.05.07.01.02.03.04.04.05.02.02.03.04.05.06.01.02.03.04.04.05.02.02.03.04.05.06.01.02.03.04.04.05.02.02.03.04.05.06.01.02.03.04.05.05.02.02.03.04.05.06.02.02.03.04.05.05.02.02.03.04.05.05l.05.05c.02.02.03.04.05.05l.05.05.05.05.05.05c.02.02.04.03.05.05.02.02.04.03.05.05.02.02.04.03.05.05s.04.03.06.05c.02.02.04.03.06.05.02.02.04.03.06.04.02.01.04.03.06.04.02.01.04.03.06.04.02.01.04.03.06.04.02.01.04.03.06.04.02.01.04.03.06.04.02.01.04.03.06.04.02.01.04.03.06.04.02.01.04.02.06.04.02.01.04.02.06.04l.06.03.06.03.06.03.06.03.06.03c.02.01.04.02.07.03.02 0 .04.02.07.03.02 0 .04.02.07.03.02 0 .04.02.07.03.02 0 .05.02.07.03.02 0 .04.02.07.02.02 0 .05.02.07.02.02 0 .05.01.07.02.02 0 .05.01.07.02.02 0 .05.01.07.02.02 0 .05.01.07.02.02 0 .05.01.07.02.02 0 .05.01.07.01.02 0 .05 0 .07.01.02 0 .05 0 .07.01h.62l.61-.02h.01c.18 0 .36-.02.54-.04.18-.02.36-.06.54-.1.09-.02.18-.04.26-.07.17-.05.34-.11.51-.17.25-.1.49-.21.72-.34.31-.17.6-.38.86-.61.13-.11.26-.23.38-.36.43-.44.79-.95 1.05-1.51.08-.16.14-.32.21-.49.06-.17.11-.34.16-.51.04-.17.08-.35.11-.53.01-.09.03-.18.03-.27.02-.18.03-.37.03-.55v-.71h-.09Z"/><path d="m18.74 14.42.38.86.38-.86c.04-.08.1-.14.18-.18l.86-.38-.86-.38a.392.392 0 0 1-.18-.18l-.35-.79-.03-.07-.11.25-.27.61c-.04.08-.1.14-.18.18l-.21.09-.65.29.4.17.46.2c.08.04.14.1.18.18Z" class="cls-1"/><path d="m6.09 13.72-.45-.2-.09-.04a.392.392 0 0 1-.18-.18L5 12.46v-.03l-.06.11-.33.76c-.04.08-.1.14-.18.18l-.87.38.87.38c.08.04.14.1.18.18l.38.87.38-.87c.04-.08.1-.14.18-.18l.38-.17.4-.18.09-.04-.16-.07-.17-.07Z"/></svg>')}.css-icon-arrow-left{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.5 12c0-.7.3-1.3.8-1.7L16.5.5c.8-.7 1.9-.6 2.6.2.6.8.6 1.9-.2 2.5l-9.8 8.6v.3l9.8 8.6c.8.7.9 1.8.2 2.6s-1.8.9-2.6.2l-.1-.1-11.1-9.7c-.5-.4-.8-1.1-.8-1.7z" fill="currentColor"/></svg>')}.css-icon-arrow-right{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="m191 67 22-22c9-10 24-10 34 0l194 194c9 9 9 25 0 34L247 467c-10 10-25 10-34 0l-23-22c-9-9-9-25 1-34l120-115H24c-13 0-24-11-24-24v-32c0-13 11-24 24-24h287L191 101c-10-9-10-25 0-34z"/></svg>')}.css-icon-brandkit-logo{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303.9 303.9"><path fill="currentColor" d="M263.38,0H40.52C18.17,0,0,18.17,0,40.52v222.86c0,22.35,18.17,40.52,40.52,40.52h222.86c22.35,0,40.52-18.17,40.52-40.52V40.52c0-22.33-18.17-40.52-40.52-40.52ZM20.27,40.51c-.01-11.15,9.08-20.25,20.25-20.25h99.71v12.69c0,4.64,2.73,8.63,6.65,10.52v12.52h-78v34.89h21.47v55.99h-14.14c-1.89-3.92-5.88-6.65-10.52-6.65H20.27V40.51ZM162.02,130.36h-23.62v-36.77h19.87c5.1-.01,8.32.26,11.81,1.61,6.18,2.69,8.86,9.93,8.86,16.64,0,10.2-5.1,18.52-16.91,18.52ZM186.44,187.79c0,8.86-4.03,17.71-11.54,20.94-2.41,1.07-5.36,1.62-8.86,1.62h-27.64v-42.42h27.91c13.68,0,20.13,8.58,20.13,19.87ZM146.89,262.07c-3.92,1.89-6.65,5.88-6.65,10.52v11.04H40.53c-11.18.01-20.27-9.08-20.27-20.25v-99.71h45.42c4.64,0,8.63-2.73,10.52-6.65h14.14v55.99h-21.46v34.89h78.01v14.17ZM283.64,263.39c0,11.16-9.09,20.25-20.26,20.25h-99.71v-11.04c0-4.64-2.73-8.63-6.65-10.52v-14.17h6.61c10.46,0,18.52-.26,28.72-2.69,20.28-5.07,38.56-21.02,42.04-45.28h14.84c1.89,3.92,5.88,6.65,10.52,6.65h23.9v56.79ZM283.64,183.16h-23.9c-4.64,0-8.63,2.73-10.52,6.65h-14.24c-.48-17.69-8.45-35.53-30.56-42.29v-.54c15.03-8.32,22.81-24.42,22.81-41.06,0-22.28-13.42-38.91-33.55-45.89-10.74-3.48-20.13-4.03-35.17-4.03h-1.51v-12.52c3.92-1.89,6.65-5.88,6.65-10.52v-12.69h99.71c11.17-.02,20.26,9.08,20.26,20.24v142.64Z"/></svg>')}.css-icon-basket{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="currentColor" stroke="currentColor" d="M12.28 5H1.72a1 1 0 0 0-1 1.2l1.1 5.5a1 1 0 0 0 1 .8h8.36a1 1 0 0 0 1-.8l1.1-5.5a1 1 0 0 0-1-1.2ZM9 1.5 11 5M3 5l2-3.5"/></svg>')}.selection-count-0 .css-icon-basket{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="none" stroke="currentColor" d="M12.28 5H1.72a1 1 0 0 0-1 1.2l1.1 5.5a1 1 0 0 0 1 .8h8.36a1 1 0 0 0 1-.8l1.1-5.5a1 1 0 0 0-1-1.2ZM9 1.5 11 5M3 5l2-3.5"/></svg>')}.css-icon-burger{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M2.25 18h19.5m-19.5-6h19.5M2.25 6h19.5"/></svg>')}.css-icon-buy{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M13.33 2.94H9.76a3.2 3.2 0 0 0-3.1 3.29 3.3 3.3 0 0 0 1.72 2.94l3.25 1.72a3.31 3.31 0 0 1 1.7 2.94 3.2 3.2 0 0 1-3.09 3.28H6.67m2.92 0v2.5M11.25.39v2.55"/></svg>')}.css-icon-caret-down{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M.5,3.85,6.65,10a.48.48,0,0,0,.7,0L13.5,3.85" /></svg>')}.css-icon-chevron-left{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M111 256 352 15l49 48-192 193 192 193-49 48z"/></svg>')}.css-icon-chevron-right{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M405 256 164 497l-49-48 192-193L115 63l49-48z"/></svg>')}.css-icon-circle{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M512 256a256 256 0 1 0-512 0 256 256 0 0 0 512 0zM256 464a208 208 0 1 1 0-416 208 208 0 0 1 0 416z"/></svg>')}.css-icon-circle-dot{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M160 256c0 54 42 96 96 96a96 96 0 1 0-96-96zm352 0a256 256 0 1 0-512 0 256 256 0 0 0 512 0zM256 464a208 208 0 1 1 0-416 208 208 0 0 1 0 416z"/></svg>')}.css-icon-cog{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><g fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" stroke-width="1.5"><path d="m8.72.73-.13.64-.48 2.35c-.76.3-1.47.7-2.1 1.2l-2.36-.78-.64-.2-.32.57-1.63 2.71-.33.57.48.42 1.83 1.55c-.07.4-.15.8-.15 1.23 0 .43.08.83.15 1.24L1.2 13.78l-.48.42.33.57 1.63 2.71.32.57.64-.2L6 17.06c.63.5 1.33.91 2.1 1.2l.48 2.35.13.64h4.56l.13-.64.48-2.34a8.1 8.1 0 0 0 2.1-1.2l2.36.78.63.2.33-.57 1.63-2.71.33-.57-.49-.42-1.82-1.55c.07-.4.15-.8.15-1.24 0-.42-.08-.82-.15-1.23l1.82-1.55.49-.42-.33-.57-1.63-2.71-.33-.57-.63.2-2.36.79a8.1 8.1 0 0 0-2.1-1.21l-.48-2.35-.13-.64H8.72Z"/><path d="M13.93 11a2.93 2.93 0 1 1-5.86 0 2.93 2.93 0 0 1 5.86 0v0Z"/></g></svg>')}.css-icon-cookie{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M442 12A509 509 0 0 0 95 224c-38 57-63 116-77 184-11 46-11 137 0 184a501 501 0 0 0 265 347c187 93 409 57 559-91 64-62 111-144 133-229 15-60 20-158 9-172-5-6-5-6-26-1-59 16-121-18-134-74-8-32-9-33-39-24-50 15-107-11-128-58-9-21-13-53-7-72l4-25c0-10 0-10-23-16-12-4-29-12-37-17-37-25-54-73-41-119 8-29 7-30-47-31l-64 2zm83 45c-5 65 33 122 98 143 4 2 4 4 2 14-6 26-1 63 13 90 16 33 56 62 94 70 17 4 49 3 59-2 4-1 6 0 8 4 11 34 37 67 65 82 24 13 50 18 78 16l23-2v27c0 97-31 195-88 275a472 472 0 0 1-757-2 472 472 0 0 1 50-602C257 83 371 35 495 34h32l-2 23z"/><path d="M329 163c-14 8-26 27-26 42 0 24 26 49 49 49s49-26 49-49c0-15-13-35-27-43-16-8-30-7-45 1zm40 26c15 15 5 41-17 41-12 0-24-12-24-25 0-12 12-24 24-24 6 0 12 3 17 8zM574 335c-14 8-26 27-26 41 0 24 26 50 49 50s49-26 49-49c0-15-13-35-27-43-16-8-29-8-45 1zm40 25c5 5 8 11 8 17s-3 12-8 17c-4 5-11 8-17 8-5 0-12-3-16-8-5-5-8-11-8-17s3-12 8-17c4-5 11-7 16-7 6 0 13 2 17 7zM388 357c-62 23-80 96-34 141 18 18 33 25 59 25s42-7 60-25 25-33 25-60c0-17-2-25-7-35-9-17-25-33-41-42-17-8-46-10-62-4zm49 25c15 6 25 16 32 30 11 23 5 55-13 71a65 65 0 0 1-85 0c-23-21-25-63-3-87 16-17 47-24 69-14zM145 432a66 66 0 0 0-38 56c0 30 31 61 61 61s61-31 61-62c0-22-17-46-40-56-15-6-29-6-44 1zm42 23c4 3 11 9 13 14 10 18 3 42-13 51a37 37 0 0 1-51-51c9-17 32-23 51-14zM734 579a66 66 0 0 0-38 56c0 30 31 61 61 61s61-31 61-61c0-23-18-47-40-57-15-6-29-6-44 1zm41 23c5 3 11 9 14 14 13 26-4 55-32 55s-46-29-32-55c9-17 32-23 50-14zM408 602c-32 11-56 33-71 63-7 14-8 21-8 43 0 33 9 54 32 77s44 32 77 32 54-9 77-32 32-44 32-77c0-22-1-29-8-43-11-23-35-47-57-57-21-10-54-12-74-6zm58 25c32 10 58 46 58 81 0 47-40 86-86 86-47 0-86-39-86-88 0-20 11-44 26-58 23-24 54-31 88-21zM624 728c-15 8-27 26-27 41 0 24 26 50 50 50 23 0 49-26 49-49 0-15-14-36-28-43-16-8-29-8-44 1zm39 25c16 15 5 41-17 41-12 0-24-12-24-24 0-13 12-25 24-25 6 0 13 3 17 8z"/></svg>')}.css-icon-credit{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="currentColor" d="M4 19.33V20h1.33v-.67H4Zm10.67 0V20H16v-.67h-1.33Zm-9.34 0v-2.66H4v2.66h1.33Zm3.34-6h2.66V12H8.67v1.33Zm6 3.34v2.66H16v-2.66h-1.33Zm-3.34-3.34a3.33 3.33 0 0 1 3.34 3.34H16A4.67 4.67 0 0 0 11.33 12v1.33Zm-6 3.34a3.33 3.33 0 0 1 3.34-3.34V12A4.67 4.67 0 0 0 4 16.67h1.33ZM10 4a3.33 3.33 0 0 0-3.33 3.33H8a2 2 0 0 1 2-2V4Zm3.33 3.33A3.33 3.33 0 0 0 10 4v1.33a2 2 0 0 1 2 2h1.33ZM10 10.67a3.33 3.33 0 0 0 3.33-3.34H12a2 2 0 0 1-2 2v1.34Zm0-1.34a2 2 0 0 1-2-2H6.67A3.33 3.33 0 0 0 10 10.67V9.33Zm-8-8h16V0H2v1.33ZM18.67 2v16H20V2h-1.33ZM18 18.67H2V20h16v-1.33ZM1.33 18V2H0v16h1.33Zm.67.67a.67.67 0 0 1-.67-.67H0a2 2 0 0 0 2 2v-1.33ZM18.67 18a.67.67 0 0 1-.67.67V20a2 2 0 0 0 2-2h-1.33ZM18 1.33a.67.67 0 0 1 .67.67H20a2 2 0 0 0-2-2v1.33ZM2 0a2 2 0 0 0-2 2h1.33A.67.67 0 0 1 2 1.33V0Z"/></svg>')}.css-icon-cross{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M467 412 311 256l156-156-55-55-156 156L100 45l-55 55 156 156L45 412l55 55 156-156 156 156z"/></svg>')}.css-icon-date{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 21"><path stroke-width="1.5" d="M5.3 0v6.9V0Zm11.4 0v6.9V0ZM2.4 3.4h17.2c.4 0 .7.2 1 .5.2.2.4.6.4 1v13.7c0 .4-.2.7-.4 1-.3.3-.6.4-1 .4H2.4c-.4 0-.7-.1-1-.4-.2-.3-.4-.6-.4-1V4.8c0-.3.2-.7.4-1 .3-.2.6-.4 1-.4Z" stroke="currentColor" fill="none"/></svg>')}.css-icon-download{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="1.25" d="M9 12.16L4.66667 8.32M9 12.16L13 8.32M9 12.16V0M17 7.68V16H1V7.68" /></svg>')}.css-icon-edit{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m.67 14-.48-.47-.19.2V14h.67ZM14 .67l.47-.47a.67.67 0 0 0-.94 0l.47.47ZM19.33 6l.47.47a.67.67 0 0 0 0-.94l-.47.47ZM6 19.33V20h.28l.2-.2-.48-.47Zm-5.33 0H0a.67.67 0 0 0 .67.67v-.67Zm.47-4.86L14.47 1.14 13.53.2.19 13.53l.95.94ZM13.53 1.14l5.33 5.33.94-.94L14.47.2l-.94.94Zm5.33 4.39L5.53 18.86l.94.95 6.67-6.67 6.66-6.67-.94-.94ZM6 18.67H.67V20H6v-1.33Zm-4.67.66V14H0v5.33h1.33Z"/></svg>')}.css-icon-email{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 22"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75"><path d="M1.5 4.75h21v15h-21Z"/><path d="m22.16 5.3-8.14 6.26a3.3 3.3 0 0 1-4.04 0L1.84 5.3"/></g></svg>')}.css-icon-expand{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 -1 16 16"><g stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="m8.5 5.5 5-5M9.5.5h4v4M5.5 5.5l-5-5M4.5.5h-4v4M8.5 8.5l5 5M9.5 13.5h4v-4M5.5 8.5l-5 5M4.5 13.5h-4v-4"/></g></svg>')}.css-icon-external-link{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M7.75 12.08 19.42.67m0 6.5V.67h-6.67m-2.67 4.16H1.33a.75.75 0 0 0-.75.67v13.17a.75.75 0 0 0 .84.75H14.5a.75.75 0 0 0 .75-.84V10"/></svg>')}.css-icon-filter{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" stroke="currentColor" stroke-width=".3" d="M16.17 6.82v.35l.33.12a2 2 0 0 1 0 3.76l-.33.12v6.33a.33.33 0 1 1-.67 0v-6.33l-.33-.12a2 2 0 0 1 0-3.76l.33-.12V2.5a.33.33 0 1 1 .67 0v4.32Zm-5.84 5v.35l.33.12a2 2 0 0 1 0 3.76l-.33.12v1.33a.33.33 0 1 1-.66 0v-1.33l-.33-.12a2 2 0 0 1 0-3.76l.33-.12V2.5a.33.33 0 1 1 .66 0v9.32Zm4.76-1.54.28-.42-.28.42a1.33 1.33 0 1 0 1.48-2.22 1.33 1.33 0 0 0-1.48 2.22ZM4.5 5.15v.35l.33.12a2 2 0 0 1 0 3.76l-.33.12v8a.33.33 0 1 1-.67 0v-8l-.33-.12a2 2 0 0 1 0-3.76l.33-.12v-3a.33.33 0 1 1 .67 0v2.65ZM3.43 8.61l.27-.42-.27.42A1.33 1.33 0 1 0 4.9 6.39a1.33 1.33 0 0 0-1.48 2.22Zm5.83 6.67a1.33 1.33 0 1 0 1.48-2.22 1.33 1.33 0 0 0-1.48 2.22Z"/></svg>')}.css-icon-language{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.29 22.92C7.77 20.69 6.75 16.63 6.75 12s1-8.69 2.54-10.92M14.71 22.92c1.52-2.23 2.54-6.29 2.54-10.92s-1-8.69-2.54-10.92M.75 12h22.5M2.05 6.75h19.9M2.05 17.25h19.9"/><path d="M23.25 12A11.18 11.18 0 0 1 21 18.74l2.24 4.51-6-1.3a11.25 11.25 0 1 1 6-9.95Z"/></g></svg>')}.css-icon-licence{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.2 13.9 7 23l5-3 5 3-1.2-9.1M12 15a7 7 0 1 0 0-14 7 7 0 0 0 0 14Z"/></svg>')}.css-icon-location{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"  fill="none"><path clip-rule="evenodd" d="M7.5 8.5a2 2 0 0 0 2-2 2 2 0 0 0-4 0 2 2 0 0 0 2 2z" stroke="currentColor" stroke-linecap="square"/><path clip-rule="evenodd" d="M13.5 6.5c0 5-5 8-6 8s-6-3-6-8a6 6 0 0 1 6-6 6 6 0 0 1 6 6z" stroke-width="1.3" stroke="currentColor" stroke-linecap="square"/></svg>')}.css-icon-login{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M.5 23a10.1 10.1 0 0 1 1-4c.7-1.5 3.6-2.4 7.3-3.8 1-.4.9-3 .4-3.5-1-1.1-1.9-2.5-1.9-5.7 0-3.3 2.2-5 4.7-5s4.7 1.7 4.7 5c0 3.2-.9 4.6-2 5.7-.4.5-.5 3.1.5 3.5 3.7 1.4 6.6 2.3 7.3 3.7a10.1 10.1 0 0 1 1 4.1Z"/></svg>')}.css-icon-navbar-add{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2.3v18m-9-9.8h18" stroke-width="1.8" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" /></svg>')}.css-icon-off{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="-.5 -.5 24 24"><path fill="currentColor" d="M11.496 11.548a.7.7 0 0 1-.714-.719V2.54c0-.203.069-.374.207-.512a.702.702 0 0 1 .515-.206.701.701 0 0 1 .714.719v8.29c0 .203-.069.373-.207.511a.701.701 0 0 1-.515.207Zm.004 8.625a8.344 8.344 0 0 1-3.366-.683 8.767 8.767 0 0 1-2.731-1.845 8.767 8.767 0 0 1-1.845-2.73 8.344 8.344 0 0 1-.683-3.367 8.385 8.385 0 0 1 2.084-5.534.722.722 0 0 1 .527-.252.706.706 0 0 1 .546.222.57.57 0 0 1 .161.497c-.024.2-.1.38-.227.539a6.5 6.5 0 0 0-1.234 2.114 7.157 7.157 0 0 0-.42 2.414c0 2.002.698 3.7 2.093 5.095 1.394 1.395 3.093 2.092 5.095 2.092s3.7-.697 5.095-2.092c1.395-1.394 2.093-3.093 2.093-5.095a7.11 7.11 0 0 0-.42-2.432 6.83 6.83 0 0 0-1.234-2.12.913.913 0 0 1-.22-.528.588.588 0 0 1 .172-.478.708.708 0 0 1 .575-.216.755.755 0 0 1 .551.287 7.871 7.871 0 0 1 1.51 2.564c.335.942.503 1.917.503 2.923 0 1.198-.228 2.32-.683 3.366a8.767 8.767 0 0 1-1.845 2.731 8.767 8.767 0 0 1-2.73 1.845 8.344 8.344 0 0 1-3.367.683Z"/></svg>')}.css-icon-play{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M9.2 17.6a.5.5 0 0 1-.7-.5V7a.5.5 0 0 1 .7-.5l9 5.2a.5.5 0 0 1 0 .8Z"/><path d="M.5 12a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z"/></g></svg>')}.css-icon-phone{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M15.04 22.39h.01a5.53 5.53 0 0 0 6.89-.75l.77-.77a1.85 1.85 0 0 0 0-2.61L19.45 15a1.85 1.85 0 0 0-2.61 0h0a1.84 1.84 0 0 1-2.6 0L9 9.78a1.85 1.85 0 0 1 0-2.6h0a1.84 1.84 0 0 0 0-2.62L5.75 1.3a1.85 1.85 0 0 0-2.6 0l-.78.77a5.54 5.54 0 0 0-.76 6.89l.01.01a49.94 49.94 0 0 0 13.42 13.42Z"/></svg>')}.css-icon-preview-mode{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" class="icon-preview-mode"><path d="M321 64c-443 0-358 384-159 384 40 0 78-21 102-56l25-38c16-23 47-23 63 0l26 38c24 35 61 56 101 56 190 0 291-384-158-384zM184 308c-41 0-68-25-80-41-5-6-5-16 0-22 12-16 39-41 80-41s68 25 80 41c5 6 5 16 0 22-12 16-39 41-80 41zm272 0c-41 0-68-25-80-41-5-6-5-16 0-22 12-16 39-41 80-41s68 25 80 41c5 6 5 16 0 22-12 16-39 41-80 41z"/></svg>')}.css-icon-reference{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path stroke="currentColor" stroke-width="1.25" d="M14 3v14.66M.67 3v14.66V3Zm6.66 0v14.66V3ZM10 3v14.66V3Zm9.33 0v14.66V3Z"/></svg>')}.css-icon-remove{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="1.25" d="M1 1L15 15M1 15L15 1" /></svg>')}.css-icon-save{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="currentColor"><path d="m14.8 21.3-.4.5.3.2h.4l.3-.3.1-.4h-.7Zm0-20.6h.7V0h-.7v.7ZM1.2.7V0H.5v.7h.7Zm0 20.6H.5l.1.4.3.2a.6.6 0 0 0 .7 0l-.4-.6ZM8 15.4l.4-.6a.7.7 0 0 0-.4-.1l-.4.1.4.6Zm7.5 5.9V.7h-1.4v20.6h1.4ZM.5.7v20.6h1.4V.7H.5Zm1.1 21.1L8.4 16l-.8-1.2-6.8 5.9.8 1.1Zm6-5.8 6.8 5.8.8-1.1-6.8-5.9-.8 1.2Zm7.2-16H1.2v1.5h13.6V0Z"/></svg>')}.css-icon-select{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="1.2" d="M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z"/></svg>')}.css-icon-search{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="m362 310-5 8 129 131-41 41-129-132-9 6c-32 20-65 30-100 30-50 0-93-18-128-54-35-35-53-79-53-129 0-51 18-93 53-129 36-36 79-54 129-54 51 0 93 18 129 54s54 78 54 129c0 36-10 68-29 99zm-52-201c-28-28-63-42-103-42s-74 14-102 42-42 63-42 103 14 74 42 102 62 42 102 42 75-14 103-42c29-29 43-63 43-102 0-40-14-74-43-103z"/></svg>')}.css-icon-selected{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="1.2" d="M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z"/><path fill="none" stroke="currentColor" stroke-width="1.2" d="M4 7.5 7 10l4-5"/></svg>')}.css-icon-share{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="1.25" stroke-linecap="square" d="M5.6 9H10m3-4-2.9 4 2.9 4m4-9.7a2.3 2.3 0 1 1-4.6 0 2.3 2.3 0 0 1 4.6 0Zm0 11.4a2.3 2.3 0 1 1-4.6 0 2.3 2.3 0 0 1 4.6 0ZM5.6 9A2.3 2.3 0 1 1 1 9a2.3 2.3 0 0 1 4.6 0Z" /></svg>')}.css-icon-smile{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M6 15.5a6.5 6.5 0 0 0 12 0M6.5 10.25a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5m11 .5a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5"/></svg>')}.css-icon-source{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 23.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm1.68-3.75L6.75 18M3 5.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm1.68-.75L6.75 6M21 23.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm-1.68-3.75L17.25 18M21 5.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm-1.68-.75L17.25 6M9 10.75a3 3 0 1 1 4 2.83A1.5 1.5 0 0 0 12 15v.64"/><path fill="currentColor" d="M12.4 19a.4.4 0 1 0-.8 0 .4.4 0 1 0 .8 0z"/></g></svg>')}.css-icon-square{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M384 480c35 0 64-29 64-64V96c0-35-29-64-64-64H64C29 32 0 61 0 96v320c0 35 29 64 64 64h320zm0-48H64c-9 0-16-7-16-16V96c0-9 7-16 16-16h320c9 0 16 7 16 16v320c0 9-7 16-16 16z"/></svg>')}.css-icon-square-tick{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M212 340a28 28 0 0 1-40 0l-64-64a28 28 0 0 1 40-40l44 44 108-108a28 28 0 0 1 40 40L212 340zM0 96c0-35 29-64 64-64h320c35 0 64 29 64 64v320c0 35-29 64-64 64H64c-35 0-64-29-64-64V96zm48 0v320c0 9 7 16 16 16h320c9 0 16-7 16-16V96c0-9-7-16-16-16H64c-9 0-16 7-16 16z"/></svg>')}.css-icon-tag{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M480 282c0 9-4 16-10 22L306 471a29 29 0 0 1-41 1l-4-3L55 260l-6-5c-5-7-9-14-11-24v-1l-6-99v-4c0-14 5-25 13-33l49-49c8-8 18-13 31-13h4l100 5c12 0 22 4 30 12l1 1 210 211c7 6 10 14 10 21zM110 178c9 10 21 14 34 14 14 0 25-4 34-14 10-9 14-20 14-34 0-13-4-25-14-34-9-9-20-14-34-14a48 48 0 0 0-48 48c0 14 5 25 14 34z"/></svg>')}.css-icon-terms{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"><path d="M11.25 17.25a6 6 0 1 0 12 0 6 6 0 1 0-12 0Z"/><path d="m19.92 15.5-2.9 3.88a.75.75 0 0 1-1.13.08l-1.5-1.5m-6.14 2.29h-6a1.5 1.5 0 0 1-1.5-1.5V2.25a1.5 1.5 0 0 1 1.5-1.5h10.63a1.5 1.5 0 0 1 1.06.44l2.87 2.87a1.5 1.5 0 0 1 .44 1.06v3.13"/></g></svg>')}.css-icon-tick{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M195 475 15 295l51-51 122 122L440 37l57 43z"/></svg>')}.css-icon-usage{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22"><path fill="none" stroke="currentColor" stroke-width="1.5" d="m6.4 12.2 2.9 2.9 5-5.7m.7-7.2h3.5v17.2a1.4 1.4 0 0 1-1.4 1.4H2.8a1.4 1.4 0 0 1-1.4-1.4V2.2H15ZM5.7.8h8.6v2.9A1.4 1.4 0 0 1 12.8 5H7.1a1.4 1.4 0 0 1-1.4-1.4V.8Z"/></svg>')}.css-icon-view{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M256 110c84 0 169 50 256 148l-39 39-42 36a297 297 0 0 1-175 70c-27 0-53-4-75-10-22-7-46-19-68-36-23-17-41-31-54-43-14-12-33-32-59-58 49-49 94-86 132-110 39-24 80-36 124-36zm-73 219c21 21 45 31 73 31s52-10 73-31c20-20 29-45 29-73s-10-53-29-73a99 99 0 0 0-73-31c-28 0-52 10-73 31-20 20-29 45-29 73-1 28 9 53 29 73zm73-110c0 11 3 20 10 27s16 10 27 10c7 0 15-3 23-8v8c0 17-6 31-17 43a57 57 0 0 1-43 18c-17 0-31-6-43-18a63 63 0 0 1 0-86c11-12 26-18 43-18h9c-6 8-9 16-9 24z"/></svg>')}.css-icon-masonry-view{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="scale(1.71429)" fill="none" stroke="currentColor"><rect x="8.5" y="6.5" width="5" height="7" rx=".5"/><rect x="8.5" y=".5" width="5" height="3" rx=".5"/><rect x=".5" y=".5" width="5" height="7" rx=".5"/><rect x=".5" y="10.5" width="5" height="3" rx=".5"/></g></svg>')}.css-icon-grid-view{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="scale(1.71429)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><rect x=".5" y=".5" width="5" height="5" rx="1"/><rect x="8.5" y=".5" width="5" height="5" rx="1"/><rect x=".5" y="8.5" width="5" height="5" rx="1"/><rect x="8.5" y="8.5" width="5" height="5" rx="1"/></g></svg>')}.css-icon-grid-small-view{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill="%23808183" stroke="%23808183" stroke-width="1.3" viewBox="-0.6 -0.6 33.3 33.3"><g fill="currentColor"><path d="M8 1.5C8 .7 7.3 0 6.5 0h-5C.7 0 0 .7 0 1.5v5C0 7.3.7 8 1.5 8h5C7.3 8 8 7.3 8 6.5v-5zm-1 5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM20 1.5c0-.8-.7-1.5-1.5-1.5h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5zm-1 5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM32 1.5c0-.8-.7-1.5-1.5-1.5h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5zm-1 5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM8 13.5c0-.8-.7-1.5-1.5-1.5h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5zm-1 5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM20 13.5c0-.8-.7-1.5-1.5-1.5h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5zm-1 5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM32 13.5c0-.8-.7-1.5-1.5-1.5h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5zm-1 5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM6.5 24h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5c0-.8-.7-1.5-1.5-1.5zm.5 6.5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM18.5 24h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5c0-.8-.7-1.5-1.5-1.5zm.5 6.5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5zM30.5 24h-5c-.8 0-1.5.7-1.5 1.5v5c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-5c0-.8-.7-1.5-1.5-1.5zm.5 6.5c0 .3-.2.5-.5.5h-5a.5.5 0 0 1-.5-.5v-5c0-.3.2-.5.5-.5h5c.3 0 .5.2.5.5v5z"/></g></svg>')}.css-icon-feed-view{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x=".5" y="3" width="13" height="8" rx="1" transform="matrix(0 1.71429 -1.71429 0 24 0)" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>')}.css-icon-envelope{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><path id="Subtract" fill="currentColor" fill-rule="evenodd" d="M2.674 12.54a2.091 2.091 0 0 1 -1.852 -1.814C0.672 9.521 0.522 8.276 0.522 7c0 -0.939 0.082 -1.862 0.184 -2.763a0.249 0.249 0 0 1 0.402 -0.167l4.267 3.365a2.625 2.625 0 0 0 3.25 0l4.268 -3.365a0.249 0.249 0 0 1 0.401 0.167c0.102 0.901 0.184 1.824 0.184 2.763 0 1.276 -0.15 2.522 -0.3 3.726a2.091 2.091 0 0 1 -1.852 1.814l-0.134 0.014c-1.354 0.141 -2.756 0.288 -4.192 0.288 -1.436 0 -2.838 -0.147 -4.192 -0.288l-0.134 -0.014ZM12.78 2.289a0.23 0.23 0 0 1 -0.05 0.318L7.851 6.453a1.373 1.373 0 0 1 -1.702 0L1.27 2.607a0.23 0.23 0 0 1 -0.05 -0.318 2.09 2.09 0 0 1 1.454 -0.83l0.134 -0.013C4.162 1.304 5.564 1.158 7 1.158c1.436 0 2.838 0.146 4.192 0.288l0.134 0.014a2.09 2.09 0 0 1 1.454 0.829Z" clip-rule="evenodd" stroke-width="1"></path></svg>')}.css-icon-facebook{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 1A4.5 4.5 0 0 0 9 5.5V9H6.5a0.5 0.5 0 0 0 -0.5 0.5v4a0.5 0.5 0 0 0 0.5 0.5H9v8.5a0.5 0.5 0 0 0 0.5 0.5h4a0.5 0.5 0 0 0 0.5 -0.5V14h2.5a0.5 0.5 0 0 0 0.485 -0.379l1 -4A0.5 0.5 0 0 0 17.5 9H14V7.5A1.5 1.5 0 0 1 15.5 6h2a0.5 0.5 0 0 0 0.5 -0.5v-4a0.5 0.5 0 0 0 -0.5 -0.5h-4Z" stroke-width="1"></path></svg>')}.css-icon-instagram{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48"><g id="instagram"><g id="Subtract"><path fill="currentColor" d="M24 16a8 8 0 1 0 0 16 8 8 0 0 0 0 -16Z" stroke-width="1"></path><path fill="currentColor" fill-rule="evenodd" d="M24 46.5c-4.722 0 -8.545 -0.113 -11.543 -0.264 -5.89 -0.297 -10.396 -4.803 -10.693 -10.693A231.72 231.72 0 0 1 1.5 24c0 -4.722 0.113 -8.545 0.264 -11.543 0.297 -5.89 4.803 -10.396 10.693 -10.693C15.455 1.614 19.277 1.5 24 1.5c4.722 0 8.545 0.113 11.543 0.264 5.89 0.297 10.396 4.803 10.693 10.693 0.15 2.998 0.264 6.82 0.264 11.543 0 4.722 -0.113 8.545 -0.264 11.543 -0.297 5.89 -4.803 10.396 -10.693 10.693 -2.998 0.15 -6.82 0.264 -11.543 0.264ZM12 24c0 -6.627 5.373 -12 12 -12s12 5.373 12 12 -5.373 12 -12 12 -12 -5.373 -12 -12ZM37 8a2 2 0 1 0 0 4h1a2 2 0 1 0 0 -4h-1Z" clip-rule="evenodd" stroke-width="1"></path></g></g></svg>')}.css-icon-linkedin{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.5 6a2.5 2.5 0 1 0 0 -5 2.5 2.5 0 0 0 0 5ZM6 23V8H1v15h5ZM8 8h4.5v1.946C13.216 9.005 14.746 8 17.5 8c4.33 0 5.5 4.32 5.5 7v8h-5v-8c0 -1 -0.5 -3 -2.5 -3 -1.42 0 -2.42 1.008 -3 1.951V23H8V8Z" clip-rule="evenodd" stroke-width="1"></path></svg>')}.css-icon-pinterest{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.421 8.447C3.797 4.73 7.19 1 12 1c3.328 0 5.656 1.261 7.045 3.181 1.34 1.853 1.67 4.13 1.444 5.999 -0.196 1.625 -0.71 3.529 -1.753 5.025 -1.09 1.562 -2.815 2.726 -5.203 2.487 -1.203 -0.12 -2.096 -0.587 -2.75 -1.189a357.53 357.53 0 0 1 -0.702 2.044 181.31 181.31 0 0 0 -1.153 3.412 1.5 1.5 0 0 1 -2.856 -0.918c0.33 -1.024 0.745 -2.23 1.175 -3.475l0.203 -0.591a153.234 153.234 0 0 0 1.491 -4.495c-0.07 -0.146 -0.149 -0.312 -0.228 -0.49a9.822 9.822 0 0 1 -0.379 -0.99c-0.102 -0.325 -0.215 -0.764 -0.215 -1.207 0 -0.904 0.21 -1.802 0.793 -2.468a2.451 2.451 0 0 1 2.41 -0.79c1.18 0.26 1.415 1.373 1.463 1.75 0.062 0.49 0.006 1.037 -0.074 1.532 -0.123 0.764 -0.358 1.694 -0.647 2.69a3.68 3.68 0 0 0 0.26 1.06c0.247 0.585 0.644 1.054 1.507 1.14 1.076 0.108 1.83 -0.339 2.444 -1.218 0.66 -0.946 1.072 -2.315 1.236 -3.669 0.157 -1.305 -0.098 -2.777 -0.897 -3.88C15.864 4.902 14.5 4 12 4 8.811 4 6.635 6.48 6.406 8.749c-0.158 1.563 0.192 2.655 0.54 3.163a1.5 1.5 0 1 1 -2.477 1.694c-0.847 -1.238 -1.257 -3.09 -1.048 -5.159Z" clip-rule="evenodd" stroke-width="1"></path></svg>') }.css-icon-tiktok{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448"><path d="M416.071 184.5208c-37.7607 0.0903 -74.5954 -11.6858 -105.3004 -33.6649v153.289c-0.0395 107.3255 -116.2473 174.3613 -209.1742 120.6644 -92.9269 -53.6969 -92.8777 -187.8538 0.0886 -241.4824 26.853 -15.4904 58.1027 -21.5892 88.8096 -17.3325v77.0991c-46.9985 -14.7833 -92.3759 26.8546 -81.6793 74.9481 10.6966 48.0936 69.4447 66.5726 105.7466 33.2623 13.2108 -12.122 20.731 -29.2295 20.7306 -47.159V4.48h75.4781c-0.0525 6.3739 0.4816 12.7392 1.5953 19.0153 5.3007 28.3156 22.024 53.2004 46.2389 68.8051 17.046 11.2711 37.0308 17.2785 57.4662 17.2742Z" stroke-width="1"></path></svg>')}.css-icon-twitter{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m13.458 9.12244 7.5158 -7.9657h2.4916l-0.0107 0.01176 -8.8892 9.424 8.1385 10.8018c0.2068 0.2744 0.2405 0.6422 0.0872 0.9498 -0.1435 0.2878 -0.4278 0.4764 -0.7453 0.4994h-5.0964c-0.2598 -0.0188 -0.5001 -0.1488 -0.6582 -0.3585l-5.7269 -7.6011 -7.47199 7.9596H0.534546l8.922324 -9.4297L1.31843 2.61205c-0.20678 -0.27444 -0.24055 -0.64223 -0.08721 -0.94974 0.15333 -0.30752 0.4674 -0.50186 0.81102 -0.50186h4.96503c0.28455 0 0.55258 0.13365 0.72381 0.36092L13.458 9.12244Zm-0.7628 1.99966c-0.0257 -0.0299 -0.0491 -0.0611 -0.0703 -0.0934L6.55538 2.97297H3.85973L17.467 21.0334h2.6957l-7.4675 -9.9113Z" clip-rule="evenodd" stroke-width="1"></path></svg>')}.css-icon-youtube{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.172 7.693A55.991 55.991 0 0 0 1 12c0 1.632 0.08 3.167 0.182 4.44 0.146 1.817 1.531 3.206 3.318 3.33 1.794 0.125 4.305 0.23 7.5 0.23 3.195 0 5.706 -0.105 7.5 -0.23 1.787 -0.124 3.172 -1.513 3.318 -3.33 0.102 -1.273 0.182 -2.808 0.182 -4.44 0 -1.576 -0.074 -3.06 -0.172 -4.307a3.727 3.727 0 0 0 -3.46 -3.46C17.59 4.107 15.164 4 12 4c-3.164 0 -5.591 0.107 -7.368 0.233a3.727 3.727 0 0 0 -3.46 3.46ZM15.5 12 10 9v6l5.5 -3Z" clip-rule="evenodd" stroke-width="1"></path></svg>')}.css-icon-basket{width:24px;height:24px}.css-icon-caret-down{width:9px;height:9px}.pagination-button .css-icon,.close .css-icon,.close-basket-button .css-icon{width:10px;height:10px}.preview-mode-exit-button .css-icon{width:12px;height:12px}.asset-call-to-action-button .css-icon,.preview-mode-roles-icon .css-icon,.asset-page-button .css-icon,.asset-save-button .css-icon,.asset-download-button .css-icon,.asset-add-to-basket-button .css-icon,.select-all-button .css-icon,.menu-link .css-icon,.basket-deselect-button .css-icon{width:16px;height:16px}.asset-card-button .css-icon-remove,.basket-share-button .css-icon,.basket-download-button .css-icon{width:18px;height:18px}.credit-email-icon .css-icon,.asset-field .css-icon,.basket-button .css-icon,.change-grid-view .css-icon{width:20px;height:20px}.basket-button-save-all .css-icon{width:22px;height:24.2px}.vertical-filters-button .css-icon-filter,.advanced-filters-section .css-icon-filter,.nav-burger-menu .css-icon,.locale-dropdown-button .css-icon,.navbar-button .css-icon{width:24px;height:24px}.asset-add-to-basket-button .css-icon{float:left;margin-right:5px}.select-all-button .css-icon{float:left;margin-right:7px;margin-top:3px}.avatar-user-dropdown .css-icon-smile{width:28px;height:28px}.profile-personal-information .css-icon-smile,.profile-box .css-icon-smile{width:120px;height:120px}.credit-name-and-avatar .css-icon-smile,.event .css-icon-smile,.report-table .css-icon-smile,.index-table .css-icon-smile{width:45px;height:45px}.footer-top article.social-links .css-icon{width:2.4rem;height:2.4rem}.footer-top article.social-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:2rem}@media screen and (min-width: 62em){.footer-top article.social-links{justify-content:flex-start}}.css-icon-type-archive{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M21.21 4.5a1 1 0 0 1 .29.71V22.5a1 1 0 0 1-1 1h-17a1 1 0 0 1-1-1v-21a1 1 0 0 1 1-1h13.29a1 1 0 0 1 .71.29l3.71 3.71Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M11 4.11a1.48 1.48 0 0 1-1.49 1.66A1.52 1.52 0 0 1 8 4.11L8.37.5h2.13l.5 3.61Z"/><path fill="currentColor" stroke="currentColor" d="M9.5 8.25a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5m0 3a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5m0 3a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5m0 3a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5m0 3a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5m0 3a.25.25 0 1 1 0-.5m0 .5a.25.25 0 1 0 0-.5"/></svg>')}.css-icon-type-audio{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M21.2 4.5a1 1 0 0 1 .3.7v17.3a1 1 0 0 1-1 1h-17a1 1 0 0 1-1-1v-21a1 1 0 0 1 1-1h13.3a1 1 0 0 1 .7.3Z"/><path d="M13.5 15a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Zm-7 1a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z"/><path d="M9.5 16v-5.8a1 1 0 0 1 .7-1l5-1.3a1 1 0 0 1 1.3 1V15"/></g></svg>')}.css-icon-type-document{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M21.2 4.5a1 1 0 0 1 .3.7v17.3a1 1 0 0 1-1 1h-17a1 1 0 0 1-1-1v-21a1 1 0 0 1 1-1h13.3a1 1 0 0 1 .7.3Zm-6.7 1h4m-13 9h13m-13 3h13m-13 3h13m-4-12h4m-4 3h4"/><path d="M5.5 5.5v-1h6v1m-3-1v7m-2 0h4"/></g></svg>')}.css-icon-type-code{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-3 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M19.2,4.5c.19.18.3.44.3.7v17.3c0,.55-.45,1-1,1H1.5c-.55,0-1-.45-1-1V1.5C.5.95.95.5,1.5.5h13.3c.26,0,.52.11.7.3l3.7,3.7ZM12.5,12.61l2.67,2.55-2.67,2.67M7.5,17.83l-2.67-2.55,2.67-2.67"/></g></svg>')}.css-icon-type-embed{--icon-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="currentColor" stroke-width=".5" d="M8.6 15.25 5.35 12 8.6 8.75l1.05 1.075L7.475 12l2.175 2.175L8.6 15.25Zm6.8 0-1.05-1.075L16.525 12 14.35 9.825 15.4 8.75 18.65 12l-3.25 3.25ZM4.5 21c-.4 0-.75-.15-1.05-.45-.3-.3-.45-.65-.45-1.05v-4.3h1.5v4.3h4.3V21H4.5Zm10.7 0v-1.5h4.3v-4.3H21v4.3c0 .4-.15.75-.45 1.05-.3.3-.65.45-1.05.45h-4.3ZM3 8.8V4.5c0-.4.15-.75.45-1.05.3-.3.65-.45 1.05-.45h4.3v1.5H4.5v4.3H3Zm16.5 0V4.5h-4.3V3h4.3c.4 0 .75.15 1.05.45.3.3.45.65.45 1.05v4.3h-1.5Z"/></svg>')}.css-icon-type-external-link{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m12.5 18.1-4.3 4.2a4 4 0 0 1-5.6 0l-1-1a4 4 0 0 1 0-5.5l6.2-6.1a4 4 0 0 1 5.6 0l1 .9"/><path d="m11.5 5.9 4.3-4.2a4 4 0 0 1 5.6 0l1 .9a4 4 0 0 1 0 5.6l-6.2 6.1a4 4 0 0 1-5.6 0l-1-.9"/></g></svg>')}.css-icon-type-font{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m16 21.7-6.5-19a.5.5 0 0 0-1 0L2 21.6m2.4-6.9h9.2m-13.1 7h3m11 0h3m5 0-4.1-12a.5.5 0 0 0-1 0l-1.9 5.5m1.4 1.5h3.9m.7 5h2"/></svg>')}.css-icon-type-image{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 9.5a2 2 0 1 0 4 0 2 2 0 1 0-4 0Zm7.4 2.7a.5.5 0 0 0-.8 0l-2.7 4.2-1-1.7a.5.5 0 0 0-.9 0l-3 4.8h13Z"/><path d="M21.2 4.5a1 1 0 0 1 .3.7v17.3a1 1 0 0 1-1 1h-17a1 1 0 0 1-1-1v-21a1 1 0 0 1 1-1h13.3a1 1 0 0 1 .7.3Z"/></g></svg>')}.css-icon-type-instagram{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26" fill="none"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M18.5.5h-13a5 5 0 0 0-5 5v13a5 5 0 0 0 5 5h13a5 5 0 0 0 5-5v-13a5 5 0 0 0-5-5Z"/><path d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/><path d="M16 4H8a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4Z"/></g><path stroke="currentColor" d="M17 8a.5.5 0 0 1 0-1m0 1a.5.5 0 0 0 0-1"/></svg>')}.css-icon-type-other{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M17.9 23.3a.5.5 0 0 1-.8 0l-4.7-5a3 3 0 0 1-.6-3.4h0a3 3 0 0 1 4.9-.8l.8.8.8-.8a3 3 0 0 1 4.9.8h0a3 3 0 0 1-.6 3.5Z"/><path d="M11.5 23.5h-10a1 1 0 0 1-1-1v-21a1 1 0 0 1 1-1h13.3a1 1 0 0 1 .7.3l3.7 3.7a1 1 0 0 1 .3.7v4.3"/></g></svg>')}.css-icon-type-post{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26" fill="none"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M16.9 12.5a1 1 0 0 0-1 .8c-.2.8-.7 1.6-1.4 2-.8.6-1.6.7-2.5.7-.9 0-1.7-.1-2.5-.6a3.7 3.7 0 0 1-1.4-2.1 1 1 0 0 0-1-.8H5.5a2 2 0 0 0-2 2v8a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-8a2 2 0 0 0-2-2h-1.6Z"/><path d="M18.5 8.5h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1m-17 0a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2m13 4V5.9a1 1 0 0 0-.3-.7L13.8.8a1 1 0 0 0-.7-.3H6.5a1 1 0 0 0-1 1v11"/><path d="M13.5.6v4.9h5m3 5h2v2m-21-2h-2v2"/></g><path stroke="currentColor" d="M18 21a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5m-3 .5a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5m-3 .5a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5M9 21a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5M6 21a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5m10.5-2a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5m-3 .5a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5m-3 .5a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5m-3 .5a.2.2 0 1 1 0-.5m0 .5a.2.2 0 1 0 0-.5"/></svg>')}.css-icon-type-presentation{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="m7.5 23.5.5-6h2.5V14a5 5 0 0 0-10 0v3.5H3l.5 6ZM2 4a3.5 3.5 0 1 0 7 0 3.5 3.5 0 1 0-7 0ZM15.5.5v2m-4.5 0h11.5a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-10"/><path d="m12 8.6 1-1a.5.5 0 0 1 .8 0l.7.7a.5.5 0 0 0 .7 0l1.6-1.6a.5.5 0 0 1 .7 0l1.2 1.2a.5.5 0 0 0 .7 0l2.1-2m-6 7.6v4.8m0-.1L13 20m2.5-1.8 2.4 1.8"/></g></svg>')}.css-icon-type-raw{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M.5 12a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z"/><path d="M8.5 12a3.5 3.5 0 1 0 7 0 3.5 3.5 0 1 0-7 0Z"/><path d="M12 8.5c-4.8 0-10.3 3.8-10 9.3"/><path d="M9 10.3c-2.5 4-2 10.7 3 13.1"/><path d="M9 13.8c2.4 4.1 8.4 7 13 4"/><path d="M12 15.5c4.8 0 10.3-3.8 10-9.3"/><path d="M15 13.8c2.5-4.2 2-11-3-13.4"/><path d="M15 10.3c-2.4-4.2-8.4-7-13-4"/></g></svg>')}.css-icon-type-vector{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M21.5 7.5v9m-17-14 15 3m-17 14v-15m17 14-15 3"/><rect width="4" height="4" x=".5" y=".5" rx=".5" ry=".5"/><rect width="4" height="4" x="19.5" y="3.5" rx=".5" ry=".5"/><rect width="4" height="4" x=".5" y="19.5" rx=".5" ry=".5"/><rect width="4" height="4" x="19.5" y="16.5" rx=".5" ry=".5"/></g></svg>')}.css-icon-type-video{--icon-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 26 26"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M9.2 17.6a.5.5 0 0 1-.7-.5V7a.5.5 0 0 1 .7-.5l9 5.2a.5.5 0 0 1 0 .8Z"/><path d="M.5 12a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z"/></g></svg>')}.css-icon-type-youtube{--icon-mask: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m14.792 10.775-3.668-2.112A1.416 1.416 0 0 0 9 9.89v4.222c-.003.506.267.974.706 1.224.216.126.461.193.711.193.249 0 .493-.067.708-.191l3.667-2.112a1.413 1.413 0 0 0 0-2.45Zm-.5 1.582-3.666 2.113a.414.414 0 0 1-.419 0A.408.408 0 0 1 10 14.11V9.89a.408.408 0 0 1 .207-.359.402.402 0 0 1 .418 0l3.667 2.113a.41.41 0 0 1 0 .714ZM19 4H5a3.003 3.003 0 0 0-3 3v10a3.003 3.003 0 0 0 3 3h14a3.003 3.003 0 0 0 3-3V7a3.003 3.003 0 0 0-3-3Zm2 13a2.003 2.003 0 0 1-2 2H5a2.003 2.003 0 0 1-2-2V7a2.003 2.003 0 0 1 2-2h14a2.003 2.003 0 0 1 2 2v10Z" fill="currentColor"/></svg>')}.asset-type-icon .css-icon-type{width:15px;height:15px}.index-table{border-spacing:0;width:100%;margin-bottom:1rem}.index-table .long-url{overflow-wrap:anywhere}.index-table td.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:20rem}.index-table td,.index-table th{padding:1rem;text-align:left;border-bottom:1px solid #f4f4f4}.index-table td.yes,.index-table td.no{text-align:center}.index-table tr:last-child td{border-bottom:none}.index-table tbody tr:hover{background-color:#0000000a}.index-table-link,.index-table-action-link{margin:-1rem;padding:1rem;color:#1f6aca;text-decoration:none}.index-table-link{display:block}.index-table-link.delete,.index-table-action-link.delete{color:#ba3838}.index-table-link:hover{opacity:.7}.index-table-action-link:hover{display:inline-block;background-color:#0000000a}.index-table .index-table-order{width:.5rem;padding-left:0;padding-right:0}.index-table-action-link{float:right;white-space:nowrap}.table-responsive{border:none;background-image:linear-gradient(to right,white,white),linear-gradient(to right,white,white),linear-gradient(to right,rgba(0,0,20,.2),rgba(255,255,255,0)),linear-gradient(to left,rgba(0,0,20,.1),rgba(255,255,255,0));background-position:left center,right center,left center,right center;background-repeat:no-repeat;background-color:#fff;background-size:20px 100%,20px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll;overflow-x:auto}.small-index-table td,.small-index-table th{padding-top:0;padding-bottom:0}.index-table-error{max-width:20em;max-height:4em;height:4em}.index-table-error p{max-width:20em;max-height:8em;overflow:auto}.input{padding:.6rem 1rem;margin-bottom:1.8rem;border:1px solid #ccc;box-shadow:none;box-sizing:inherit;height:4.5rem;width:100%}.email-preview-text,.email-preview-text *{all:unset;display:revert;font-family:monospace;white-space:pre-wrap}.email-preview-text{border-left:1rem solid #efefef;padding:2rem}.email-preview-text img{max-width:100%}.email-preview iframe{height:80vh}.email-background-color-settings .color-input-wrapper{display:flex;align-items:center}.email-background-color-settings .input.color-input{width:max-content;margin:0 0 2rem}.input.short-input{display:block;max-width:8rem}select.input{background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);background-repeat:no-repeat;background-position:99% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none}.admin select.input{background-color:#fff}.file-input{padding:1.6rem;margin-bottom:1.5rem;display:block;background-color:#efefef;border:1px solid #bdc3c7}.file-input:hover{border-color:#3e404a}.hint{margin-top:0;margin-bottom:0;color:#646464;font-weight:normal}.hint-small{font-size:1.4rem}.optional{color:#646464;font-weight:normal}.error-hint{display:block;color:#ba3838}.phx-no-feedback.error-hint,.phx-no-feedback .error-hint{display:none}.form-error{color:#fff;background:linear-gradient(180deg,#da7470 0%,#BA3838 100%);padding:1rem 2rem;margin-bottom:1rem}.fit-info{display:flex;align-items:center;gap:2rem;padding:2rem 0 0}.fit-info .css-icon{min-width:10rem;min-height:8rem}.menu{background-color:#3e404a}.menu-link{display:block;padding:1rem 2rem;line-height:3rem;text-decoration:none;border:1px solid #efefef;color:#fff}.menu-link:hover{background-color:#474850}.menu-link .css-icon{float:left;margin-right:1rem;top:.5rem;position:relative}.modal-background{opacity:1!important;position:fixed;z-index:1100;left:0;top:0;width:100vw;height:100vh;overflow:auto;background-color:#000;background-color:#000000bf;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.modal{background-color:#fefefe;margin:10rem 2rem;padding:3.4rem;border:1px solid #efefef;border-radius:.4rem;min-width:40rem;position:relative;box-shadow:1px 2px 2px #4d4d4d40,2px 4px 4px #4d4d4d40,4px 8px 8px #4d4d4d40,8px 16px 16px #4d4d4d40,16px 32px 32px #4d4d4d40}.admin .modal,.portal-modal .modal{padding:4rem}.modal-close{color:#000;border:none;background-color:transparent;background:transparent;font-size:3rem;line-height:2rem;text-decoration:none;position:absolute;right:2rem;top:2rem;z-index:1}.modal-close-container,.asset-modal-position{background-color:#00000003}.admin .modal-close,.portal-modal .modal-close{top:-9rem;right:-5.5rem;color:#fff;padding:6rem;font-size:4rem}.admin .modal .search-label,.portal-modal .modal .search-label{margin-bottom:2rem;margin-top:1rem}@media screen and (min-width: 48em){.modal{margin:10rem 5%;width:initial;min-width:60rem;max-width:80%}}@media screen and (min-width: 62em){.admin .modal,.portal-modal .modal{padding:6rem}.modal{margin:5%;max-width:80%}.admin .modal-close,.portal-modal .modal-close{right:-9rem}}.modal-close:hover,.modal-close:focus{cursor:pointer}.modal-header{font-size:2.4rem}#add-embed-to-post .modal{margin-left:auto!important;margin-right:auto!important;max-width:80rem;padding:4rem}.notification-card{display:flex;align-items:center;flex-direction:column;background-color:#f4f4f4;margin-bottom:1.6rem;padding:1rem}.notification-card-image{max-height:100%;object-fit:contain;align-content:center;margin:auto}.notification-card-image .css-icon-type{min-height:86px;min-width:86px}.notification-card-image-link{height:8.6rem;display:flex;flex-direction:column;justify-content:center;min-width:12.8rem;width:12.8rem;margin-right:.5rem;position:relative;transition:.5s ease-out}.notification-card-image-link:hover{height:auto;width:auto;margin:0;opacity:1;cursor:default}.notification-card-info{font-size:1.4rem;line-height:1.8rem;word-break:break-word;padding:1em;display:flex;flex-direction:column;gap:.5rem}.notification-card-title,.notification-card-asset-title,.notification-card-trigger-title,.notification-card-date-title,.notification-card-message-title{font-weight:bold}.notification-card .small-asset-info{display:inline;font-size:1.4rem}@media screen and (min-width: 36em){.notification-card{align-items:center;flex-direction:row;padding:0}.notification-card-buttons{margin-right:1rem;margin-left:1rem}}.pagination{text-align:center;margin:2rem 0}#public-assets-pagination-top .pagination{margin:0}.button.pagination-button{padding:0 1rem;line-height:2.5rem;background-color:#efefef;color:#000}.button.pagination-button .css-icon{margin:0;top:0}.preview-mode-menu{position:fixed;top:0;left:0;right:0;height:6rem;padding:1rem .5rem;background-color:#f9d147;color:#000;text-align:center;z-index:4}@media screen and (min-width: 36em){.preview-mode-menu{padding:1rem 2rem}}.dropdown.preview-mode-dropdown{display:inline-block}.preview-mode-title,.preview-mode-exit-button,.preview-mode-roles,.preview-mode-themes,.preview-mode-locales,.preview-mode-edit-page{display:inline;float:left}.preview-mode-title,.preview-mode-edit-page-text,.preview-mode-masquerade-text,.preview-mode-exit-text,.preview-mode-themes-text,.preview-mode-locales-text,.preview-mode-roles-icon{display:none}@media screen and (min-width: 36em){.preview-mode-themes-text,.preview-mode-locales-text,.preview-mode-roles-icon{display:inline}}@media screen and (min-width: 62em){.preview-mode-title,.preview-mode-edit-page-text,.preview-mode-exit-text{display:inline}}@media screen and (min-width: 48em){.preview-mode-masquerade-text,.preview-mode-locales{display:inline}}.preview-mode-title{font-size:1.6rem}.preview-mode-title,.preview-mode-exit-button,.preview-mode-edit-page,.preview-mode-roles,.preview-mode-themes,.preview-mode-locales{margin:.8rem 0 .8rem .2rem;text-decoration:none}@media screen and (min-width: 36em){.preview-mode-title,.preview-mode-exit-button,.preview-mode-edit-page,.preview-mode-roles,.preview-mode-themes,.preview-mode-locales{margin:.8rem 1rem}}.preview-mode-exit-button{float:right}.preview-mode .main{padding-top:7rem}.preview-mode .basket-bar,.preview-mode .navbar-section{top:6rem!important}.preview-mode .basket-body{padding-bottom:10rem}.preview-mode .alert{top:13rem!important}.selected-preview-role,.selected-preview-theme{color:#000;font-weight:bold;text-decoration:none}.small-assets{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));grid-gap:1rem;width:100%}.small-assets a{text-decoration:none;word-wrap:break-word;word-break:break-word}.small-asset-image-container{height:20rem;min-height:20rem;text-align:center;display:flex;flex-direction:column;justify-content:end}#asset-relationships .small-asset-image-container,.modal .small-asset-image-container,.attachments-section .small-asset-image-container{height:10rem;min-height:10rem}.versions-assets .small-assets-horizontal-display{display:flex;flex-direction:row;overflow-x:auto}.versions-assets .small-assets{display:flex;grid-gap:1.5rem;flex-direction:row}.versions-assets .small-asset{width:16rem}.versions-asset .small-asset-image-container{height:16rem;min-height:16rem}.small-asset{margin-bottom:2rem;display:flex;flex-direction:column;min-height:0}.small-asset-image{max-height:100%;object-fit:contain;margin-left:auto;margin-right:auto}.small-asset-image .css-icon{width:6rem;height:6rem}.small-asset-body{text-align:center;font-size:1.2rem;margin-top:1rem}.small-asset-type-icon{height:1.4rem}.small-asset-info{font-size:1.1rem;margin-top:.3rem}.timeline-asset-modal .small-assets.audit-assets{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr))}.timeline-asset-modal .see-in-portal-link{display:inline-block;background-color:#000;color:#fff;text-decoration:none;padding:.5rem 1rem;margin-bottom:1rem}.state-label{padding:.1rem 1rem;display:inline-block;font-size:1.1rem;font-weight:bold;text-transform:uppercase;text-align:center;color:#fff;white-space:nowrap}.state-label-available,.state-label-incomplete{background:linear-gradient(180deg,#bdc3c7 0%,#4a4a4a 100%)}.state-label-started,.state-label-new,.state-label-waiting,.state-label-executing,.state-label-pending,.state-label-preparing,.state-label-almost-done,.state-label-unreleased,.state-label-unconfirmed,.state-label-warning,.state-label-draft,.state-label-scheduled{background:linear-gradient(180deg,#ff8c00 0%,#db8000 100%)}.state-label-active,.state-label-accepted,.state-label-approved,.state-label-completed,.state-label-acknowledged,.state-label-ready,.state-label-sent{background:linear-gradient(180deg,#57b781 0%,#458565 100%)}.state-label-rejected,.state-label-expired,.state-label-archived,.state-label-error,.state-label-declined,.state-label-failed{background:linear-gradient(180deg,#da7470 0%,#ba3838 100%)}.state-label-inactive,.state-label-canceled,.state-label-cancelled,.state-label-suspended,.state-label-discarded,.state-label-deleted,.state-label-paused{background-color:#000}.state-label-free,.state-label-freedam{background-color:#111827}.state-label-basic{background-color:#1e3a8a}.state-label-team{background-color:#065f46}.state-label-pro{background-color:#4c1d95}.state-label-enterprise{background-color:#78350f}.state-label-edit{background-color:#eee;color:#202020;border:1px solid white}.dot-state-label{height:1rem;width:1rem;border-radius:50%;padding:0;position:relative;top:1px}.grid-view .dot-state-label{right:.3rem}.title-with-state{display:flex;align-items:center;justify-content:center;gap:10px}.profile-box .state-title{display:flex;align-items:flex-end;justify-content:center;gap:.25rem}.state-title{display:flex;align-items:center}.state-title .css-icon{float:left;width:20px;height:20px}.state-value{text-transform:uppercase;float:left}.system-info{position:fixed;bottom:0;right:0;padding:.5rem;z-index:100;color:#666}.asset-tags-container{display:flex;flex-wrap:wrap;margin-bottom:2rem}.tag{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;background-color:#212121;padding:.5rem 1rem;font-size:1em;line-height:1.6;border:none;text-decoration:none;color:#fff;margin:.1rem;width:max-content;cursor:pointer}.tag.computer{background-color:#21212199}.tag.metadata{background-color:#2121214d;color:#212121}.tag.metadata .css-icon{margin-left:1px}.tag .css-icon,.tag-change .css-icon{width:10px;height:10px;opacity:.7}.tag.selected-tag{background-color:#4877b5;color:#fff;white-space:nowrap;margin:.2rem}.tag.metatag{background-color:#76b791}.tags-changes{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.5rem}.tags-changes-list{display:flex;flex-direction:row;flex-wrap:wrap}.tags-to-be-added{color:#3b5c49;background-color:#d6e9de;border-color:#add4bd}.tags-to-be-removed{color:#6d3a38;background-color:#da747033;border-color:#f5c6cb}.tag-change{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;padding:.5rem 1rem;font-size:1em;line-height:1.6;border-radius:.5rem;border:none;margin:.1rem;width:max-content;cursor:pointer}.tags-to-be-added .tag-change{background-color:#bbdbc8;border:1px solid #91C5A7}.tags-to-be-removed .tag-change{background-color:#f0c7c6;border:1px solid #E59E9B}.filter-tag-list{display:flex;flex-wrap:wrap}.admin-main .tag-page-information{display:flex;justify-content:space-between;flex-direction:row;margin-bottom:1rem;align-items:center}.timeline{position:relative;margin:0 auto;max-width:110rem}.timeline a{text-decoration:none}.timeline .event{position:relative;padding:0;left:0}.timeline .event .event-wrapper{padding-top:2rem}.timeline .changes{margin:1rem 0 0 5.5rem;font-size:1.4rem}.timeline .changes dd,.timeline .changes dt{margin-left:0;word-break:break-all}.timeline .changes .tag{margin-right:.5rem;line-height:2.6rem}.event-header{display:flex;align-items:center}.event-header .initials{margin-right:1rem}.timeline .event:nth-child(even) .event-wrapper{padding-right:7rem}.timeline .event .small-assets{width:calc(100% - 6rem)}.timeline .small-assets{grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));margin-left:6rem;margin-top:1rem}.timeline .event .small-asset-image{margin:unset}.timeline-time{color:#696969;display:block;font-weight:bolder;font-size:1.2rem;text-transform:lowercase;position:absolute;top:3.3rem;right:1rem}.timeline-day{width:100%;display:block;z-index:0;position:relative;font-size:1.8rem;font-weight:bold}.timeline .audit-title-link{color:#1b6ac9;text-decoration:underline;font-weight:bold}.timeline .audit-user-link{color:inherit;text-decoration:none}.timeline .audit-user-name{font-weight:bold}.timeline .small-asset{margin-bottom:0;align-items:center;justify-content:flex-end}@keyframes shake{0%{opacity:0}10%,90%{transform:translate(-.1rem)}20%,80%{transform:translate(.2rem)}30%,50%,70%{transform:translate(-.4rem)}40%,60%{transform:translate(.4rem)}to{opacity:1}}@media screen and (min-width: 36em){.timeline:before{content:"";position:absolute;top:5rem;bottom:-2rem;left:50%;margin-left:-1px;border-left:1px solid #e3e3e3;z-index:0}.timeline .event{border-top:1px solid #e3e3e3}.timeline .event .event-wrapper{padding-bottom:4rem}.timeline-day{text-align:center;margin-bottom:4rem;padding:1rem}.timeline .event{width:50%}.timeline .event:nth-child(odd){margin-left:50%}.timeline .event:nth-child(odd) .event-wrapper{padding-left:7.5rem}.timeline .event:nth-child(odd) .timeline-time{left:1rem;right:unset}}.timeline-date.date{margin:.5rem .2rem 1rem;display:block}.audit-asset-message,.audit-share-collected{width:100%}.audit-asset-count{font-size:80%}.tag-changes{position:relative;display:flex;flex-wrap:wrap}.cookies-preferences-section{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;padding:2rem 2rem 4rem;z-index:2;display:flex;flex-direction:column;align-content:center;justify-content:center;height:auto;max-height:39rem;max-width:90%;box-shadow:1px 2px 2px #4d4d4d,2px 2px 2px #4d4d4d,2px 4px 4px #4d4d4d;background-color:#e8e0d9;text-align:center}@media screen and (min-width: 36em){.cookies-preferences-section{height:34rem;width:64rem;padding:6rem 8rem}}.cookies-preferences-section-overlay{content:"";position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0006;z-index:1}.cookies-preferences-section h2{display:flex;justify-content:center;margin-bottom:0}.cookies-actions{display:flex;flex-direction:row;width:100%;gap:.5rem}@media (max-width: 36em){.cookies-actions{flex-direction:column}}.cookies-preferences-section button{flex:1;padding:1rem;border:1px solid #d6cdca;border-radius:.5rem;color:#000;background-color:#dcd5cb}.manage-cookie-preferences-link{flex:1;border:1px solid #d6cdca;border-radius:.5rem;color:#000;line-height:3.6rem;text-decoration:none}.cookies-preferences-icon-wrapper{width:32px;height:32px;margin-right:1rem;background:#dcd5cb;border-radius:50%}.cookies-preferences-section .css-icon{padding:.5rem;width:22px;height:22px}.static-files-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem}.static-files-list .selectable,.static-files-list .dragabble{justify-content:center}.static-files-list .selectable img{width:100%;height:auto}.static-files-list .hint.drag-to-reorder,.static-files-list .hint.select-to-add{width:100%}.static-files-list .selectable-box{width:100%;position:relative;display:inline-block;margin:0;padding:0;font-size:1.2rem;text-align:center;box-shadow:1px 1px 5px #0000004d}.static-files-list .selectable-box .selectable{padding:0}.static-files-list .selectable-box .selectable-button{margin:0;background:#fff;position:absolute;top:0;left:0;height:3rem;width:3rem;border-radius:2px}.static-files-list .draggable-box.selectable-box .drag-and-drop-icon{position:absolute;left:0;bottom:0}.static-files-list .sortzone{gap:1rem;display:flex;flex-wrap:wrap}.static-files-list .draggable-box .dragabble{padding:0}.carousel-item-content{display:flex;flex-direction:column}.selectable-box .carousel-item-name{display:flex;align-items:flex-start;justify-content:center;height:max-content}.selectable-box.draggable-box .carousel-item-name{text-align:center;display:flex;height:max-content;align-items:center;justify-content:center;padding:1rem}@media screen and (min-width: 62em){.static-files-list .selectable-box{width:calc((100% / 3) - 1rem)}}@media screen and (min-width: 75em){.static-files-list .selectable-box{width:calc((100% / 4) - 1rem)}}.carousel-hero-text{z-index:1}.carousel-text,.prev,.next{background-color:#0000001a;position:relative}.carousel-dots,.carousel-navigation{z-index:2}.static-file-label .static-file-image{width:auto}.main{transition:all .5s ease;margin-top:7rem;min-height:calc(100vh - 18rem)}.error-main{text-align:center;margin:0 auto}.empty-layout{padding-top:4rem}.wall-section{background-color:#fff}.admin-navbar{display:flex;justify-content:flex-end;color:#646464;background-color:#fff;border-bottom:1px solid #e3e3e3;padding-right:4rem;transition:all .5s;position:fixed;left:0;right:0;top:0;z-index:1;height:6rem}.hide-menu-button{display:none;margin-right:auto}.open-basket .admin-navbar{right:58rem}.user-actions{display:flex;align-items:center;margin-left:auto;height:100%}.navbar-link{padding:1.6rem;font-size:1.6rem;text-decoration:none;z-index:1}.locale-name{text-transform:uppercase;font-weight:500}button.navbar-button{color:inherit}.navbar-button,.user-dropdown-button,.locale-dropdown-button{background-color:transparent;border:none;height:100%;width:4.6rem;cursor:pointer;text-decoration:none;text-align:center;justify-content:center;align-items:center;display:flex;flex-direction:column;gap:.5rem;z-index:1}.basket-bar-and-button,#user-dropdown,.user-dropdown-wrapper{height:100%}.nav-icon-text{font-size:1.2rem;line-height:1.4rem;color:var(--darkgrey);font-family:inherit;font-weight:500}.basket-icon-and-count{width:2.4rem;height:2.4rem;margin-left:auto;margin-right:auto;position:relative}.user-initials{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:1px;width:2.6rem;height:2.4rem;line-height:2.15rem;text-align:center;border-radius:50%;vertical-align:middle;color:#646464;border:.15rem solid #646464}.user-initials .css-icon{position:relative;top:-4px;left:-2.5px}.notification-dot{background-color:#ff1919;width:.8rem;height:.75rem;position:absolute;border-radius:50%;top:1.6rem;right:1.5rem}.navbar-button:focus{outline:none}#dropdown-locale,.navbar-locale,.navbar-locale-dropdown{height:100%}.navbar-button:hover,#user-dropdown:hover,.locale-dropdown-button:hover{background-image:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05));opacity:1}.admin-to-do{position:relative}.todos-count{position:absolute;color:#fff;font-weight:bold;border-radius:.2rem;font-size:1.2rem;padding:0 .3rem;background:linear-gradient(180deg,#FF8C00 0%,#db8000 100%);margin-left:25px;margin-top:-10px}.selection-icon{position:relative}.selection-count{position:absolute;top:-.5rem;right:-.5rem;font-size:1.2rem;color:#646464}.navbar-section{display:flex;flex-direction:row;flex-wrap:wrap;position:fixed;top:0;left:0;right:0;z-index:3;padding:0 1rem;height:7rem;align-items:center}.navbar-section-content{gap:1.5rem;display:flex;align-items:center}.open-menu .navbar-section-content{transform:translate(0);overflow:scroll}.preview-mode .navbar-section-content{top:6rem}.nav-close-burger-menu{width:100%;position:relative}.nav-close-burger-menu .css-icon{height:2rem;width:2rem;position:absolute;right:0;top:0}.mobile-menu-overlay{opacity:0}.open-menu .mobile-menu-overlay{background-color:#000;width:100%;opacity:.3;top:0;bottom:0;position:fixed;left:0;right:0;z-index:2}.body.open-menu,.body.open-basket{overflow:hidden}.navbar-section-content a{text-decoration:none;font-size:1.8rem;color:#141414}.account-logo,.nav-burger-menu{display:flex;align-items:center;overflow:auto;text-decoration:none;margin-right:0;font-size:1.8rem}.account-logo-mobile{position:absolute;left:calc(50% - 2rem);top:calc(50% - 2rem);width:4rem;height:4rem;justify-content:center;display:block}.account-logo-mobile.brandkit-favicon{filter:invert(1);padding:.5rem}.nav-burger-menu{margin:2rem 2rem 2rem 1rem;z-index:2}.account-logo .brandkit-logo{display:none}.account-logo .logo{max-height:6rem;min-height:4rem}.account-logo .account-name{display:none}.navbar-link.register-button{display:none}@media screen and (min-width: 36em){.navbar-button,.user-dropdown-button,.locale-dropdown-button{min-width:6rem;width:max-content;padding:0 1rem}}@media screen and (max-width: 36em){.nav-icon-text{display:none}}@media screen and (max-width: 62em){.navbar-button.search-button,.navbar-button.contribute-button,.navbar-button.icon-admin,.navbar-locale-dropdown{display:none}.navbar-section-content{gap:1.5rem;display:flex;flex-direction:column;position:fixed;background:var(--navbg);top:0;bottom:0;left:0;right:0;z-index:2;align-items:flex-start;justify-content:flex-start;padding:2rem;transform:translate(-100%);transition:all .5s ease;width:75%}.navbar-register-button{display:none}.account-logo .logo{display:none}.account-logo{position:absolute;justify-content:center;left:0;right:0;height:100%;width:calc(100% / 3);margin:0 auto}}@media screen and (min-width: 62em){.account-logo-mobile{display:none}.hide-menu-button{display:flex}.account-logo .brandkit-logo{display:block}.navbar-link.register-button{display:inline}.nav-close-burger-menu,.mobile-nav-menu-item{display:none}.mobile-menu-overlay{display:none}.body.open-menu,.body.open-basket{overflow:unset}.navbar-section-content a{text-decoration:none;font-size:inherit;color:inherit}.account-logo{font-size:2.4rem;margin-right:4rem}.navbar-section-content{display:flex}.navbar-section{padding:.5rem 2rem}.nav-burger-menu{display:none}.account-logo .account-name{margin-left:2rem;display:block}}.transparent{background-color:#ececec;background-image:linear-gradient(45deg,#e6e6e6 25%,transparent 25%,transparent 75%,#e6e6e6 75%,#e6e6e6),linear-gradient(45deg,#e6e6e6 25%,transparent 25%,transparent 75%,#e6e6e6 75%,#e6e6e6);background-size:4rem 4rem;background-position:0 0,2rem 2rem}.text-warning{color:red}.warning{padding:1rem;margin-bottom:1rem;background:linear-gradient(180deg,#ff8c00 0%,#db8000 100%)}.info{padding:1rem;margin-bottom:1rem;background-color:#f4f4f4}.success-message{width:100%;float:left;background-color:#bbe2cc;padding:1rem;margin-bottom:.5rem}.date{font-size:80%;color:#444}.box-table{border-spacing:0;width:100%}.box-table td,.box-table th{padding:.5rem 1rem;border-bottom:1px solid #d8e3e7;text-align:left}.box-table td:last-of-type{text-align:right}.box-table tr:last-of-type td,.box-table tr:last-of-type th{border-bottom:1px solid transparent;padding-bottom:2rem}.header-with-action{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.header-with-action h1,.header-with-action h2{margin:0}.delete-area{padding:2rem;text-align:center}.more-link{padding-top:.1rem;text-align:center}.sr-only{height:1px!important;overflow:hidden!important;position:absolute!important}.robots-textarea,.content-security-policy-textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.url{padding:1rem;margin-bottom:1rem;width:100%;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;border:1px solid #bdc3c7;color:#646464;background-color:#f4f4f4;overflow-x:scroll;white-space:nowrap}.account-code,.invitation-link,.embed-url{padding:1rem;width:100%;text-align:center;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;border:1px solid #bdc3c7;color:#646464;background-color:#f4f4f4;margin-bottom:1.5rem;font-size:1.4rem}.embed-url{display:flex;text-align:left}.embed-url-code{word-break:break-word}.email-list,.role-list{padding:0}.backup-codes{font-family:monospace}.api-key{max-width:50rem;min-width:36rem}.api-key code{letter-spacing:4px}.api-key .copy-button{float:right}.api-key,.shell,.json{padding:1rem;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;border:1px solid #bdc3c7;color:#646464;background-color:#f4f4f4;margin-bottom:2rem;font-size:1.4rem}.shell{width:100%}.json{width:100%;white-space:pre-wrap}.json-error{color:#6d3a38;background-color:#da747033;border-color:#f5c6cb}.api-docs-table code{font-size:1.4rem}.asset-proxy-section{grid-area:proxy;justify-content:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start}.asset-proxy-section>div{width:100%;height:100%}.post-metadata{display:flex;gap:1.5rem}.post-credit-name-link,.post-credit-avatar-link{text-decoration:none}.post-metadata-and-credit-name{display:flex;flex-direction:column}.post-metadata-details,.post-location{color:#757575;font-size:1.4rem}.post-location{margin-top:.4rem}.post-location .asset-location-icon{margin-right:.5rem;margin-top:.2rem}.location-value:after{content:", ";display:inline-block;text-decoration:none}.location-value:last-child:after{display:none;text-decoration:none}.post-credit-initials{padding:1rem;border-radius:50%;background-color:#eee;height:4.5rem;width:4.5rem;text-align:center;margin:0;font-size:1.6rem}.post-word-count:before,.post-id:before{content:"|";padding:0 .5rem 0 .3rem}.asset-actions-section{grid-area:actions;display:flex;gap:.7rem;flex-direction:column;justify-content:flex-end;margin-top:2rem;margin-bottom:0}.asset-action{display:flex;align-items:center;padding:.7rem 1rem;text-decoration:none;border:1px solid #212121;font-size:1.4rem;border-radius:.2rem;background-color:transparent}.asset-call-to-action-button{text-transform:capitalize}.asset-licence-title{float:left}.asset-details-section{grid-area:details}.AssetView .asset-release-date-visible{order:11}.asset-name{word-break:break-word}.asset-tags-section{grid-area:tags}.asset-tags-section .asset-tags a{float:left}.asset-page-wrapper,.asset-page-wrapper.post{display:grid;grid-template-columns:33.3% 33.3% 33.3%;grid-template-rows:auto auto 1fr}.asset-page-wrapper{grid-template-areas:"breadcrumb breadcrumb breadcrumb" "details details details" "proxy proxy proxy" "tags tags tags" "actions actions actions"}.asset-page-wrapper.post{grid-template-areas:"breadcrumb breadcrumb breadcrumb" "proxy proxy proxy" "tags tags tags" "actions actions actions"}.asset-page-wrapper.post .asset-details-section{display:none}.asset-page-wrapper.post .asset-tags{margin-top:1rem}.asset-page-wrapper.post .asset-details-section .asset-name{font-weight:100}.asset-page-wrapper .breadcrumb-section{margin-top:1rem}.asset-page-wrapper .breadcrumb-section a{text-decoration:none}.asset-actions-section .css-icon{margin-right:.5rem}.asset-field.asset-expiry-date.no-expiry-date{display:none}.asset-add-to-basket-button{background-color:transparent;display:flex;align-items:center;font-weight:300}@media screen and (min-width: 36em){.asset-page-wrapper,.asset-page-wrapper.post{display:grid;grid-template-columns:33.3% 33.3% 33.3%;grid-template-rows:auto auto 1fr}.asset-page-wrapper{grid-template-areas:"breadcrumb actions actions" "proxy proxy details" "proxy proxy tags"}.asset-page-wrapper.post{grid-template-areas:"breadcrumb actions actions" "proxy proxy proxy" "tags tags tags"}.asset-actions-section{flex-direction:row;margin-bottom:5rem;margin-top:0}.asset-page-wrapper.post .asset-details-section{padding-top:3rem}}.asset-details-section .asset-type-icon{height:2rem}.asset-contribution{display:flex;flex-direction:column;align-items:center;background-color:#ddd;margin-bottom:1.6rem;padding:1rem;gap:1rem}@keyframes aspinner{to{transform:rotate(360deg)}}.asset-contribution-image-spinner{width:100%;margin:auto;text-align:center;box-sizing:border-box;width:100px;height:100px;border-radius:50%;border:5px solid #ccc;border-top-color:#000;animation:aspinner .6s linear infinite}.asset-contribution-title{font-weight:bold}.contribution-description{padding:1rem;background-color:#fff;color:#646464}.contribute-section #upload-form,#contribution-form{display:flex;flex-direction:column}.dropzone{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23d2d2d2' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='36' stroke-linecap='square'/%3e%3c/svg%3e");height:20rem;width:100%;border:none;background-color:transparent;z-index:1}.dropzone::file-selector-button{display:none}.dropzone[type=file]{color:transparent;position:relative}.dropzone:hover{cursor:pointer}.upload-dropzone{position:relative}.upload-dropzone:after{position:absolute;top:calc(50% - 1rem);left:calc(50% - 13rem);content:"";width:26rem;height:5rem;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><text x='0' y='15' style='fill:%236f6f6f;font-family: Helvetica, Arial, sans-serif; font-size: 1.2rem; font-weight: bold;'>Drag and drop or</text><text x='160' y='15' style='text-decoration:underline;fill:%236f6f6f;font-family: Helvetica, Arial, sans-serif; font-size: 1.2rem; font-weight: bold;'> browse</text></svg>")}.contribute-section .button,.contribute-section #upload-form .button{width:max-content;align-self:center;padding:1rem 6rem;margin:2rem 0}.credit-avatar-thumbnail{border-radius:50%;object-fit:cover;border:1px solid #efefef;height:4.5rem;width:4.5rem}.credit-avatar{border-radius:50%;object-fit:cover;width:24rem;height:24rem;margin:2rem auto 3rem}.credit-avatar-preview{text-align:center}.credit-initials{display:inline-block;width:24rem;height:24rem;background-color:#212121;border-radius:50%;font-size:10rem;padding:4rem;color:#fff;text-align:center;margin:2rem auto 3rem}.credit-name{font-size:3rem;padding-bottom:1rem;font-weight:bold}.credit-email,.credit-phone{display:block;margin-top:.8rem}.credit-bio{padding:2rem 2rem 0;max-width:80rem;margin:auto}.credits-widget{max-width:200rem;margin:auto}.credits-widget .credits-wall{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:10rem 4rem;margin:8rem auto 4rem}.credit-section,.credits-widget .credit-card{padding:2rem 2rem 3rem;background-color:#fff;text-align:center;display:flex;flex-direction:column;position:relative}.credits-widget .credit-card-button{margin-top:auto;padding-top:1.6rem}.credits-widget .credit-card-button a{padding:.5rem 2rem;width:auto}.credits-widget .credit-name{font-size:1.8rem}.credits-widget .credit-avatar,.credits-widget .credit-initials{width:10rem;height:10rem;margin:-7rem auto 2rem}.credits-widget .credit-initials{font-size:3rem;line-height:4rem;padding:3.2rem 2rem;max-height:10rem}.credits-widget .credit-bio{margin:2rem 0 1rem;padding:0;max-width:100%}.credit-section,.credit-assets-header{text-align:center;background-color:transparent;padding-bottom:0}.credit-assets-header{margin-top:3rem}@media screen and (min-width: 36em){.credits-widget .credits-wall{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width: 62em){.credits-widget .credits-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width: 75em){.credits-widget .credits-wall{grid-template-columns:repeat(4,minmax(0,1fr))}}.footer-top{display:flex;padding:1rem 0;flex-direction:column;justify-content:center;align-items:center}.footer-top-section-left,.footer-top-section-right{font-size:1.4rem;color:#ccc}.footer-top-section-left{width:100%;text-align:center}.footer-top-section-right{width:100%;text-align:center;margin-top:1rem}.footer-menu-links,.footer-social-media-links{list-style:none;padding-inline-start:0;margin:0}.footer-menu-links{display:flex;gap:3rem;justify-content:center}.footer-menu-links li,.footer-social-media-links li{display:inline;padding:0 .5rem}.footer-menu-links li a,.footer-social-media-links li a{text-decoration:none}.footer-menu-links li a:hover{text-decoration:underline}.powered-by-brandkit{text-decoration:none;text-align:center;width:100%;display:block;color:#ccc;font-size:1.2rem;margin-bottom:1rem}.powered-by-brandkit:hover{color:#fff;text-decoration:underline}@media screen and (min-width: 62em){.footer-top{padding-bottom:2rem;padding-top:2rem;flex-direction:row}.footer-top-section-left{width:60%;text-align:left}.footer-top-section-right{width:40%;text-align:right;margin-top:0}.powered-by-brandkit{margin-bottom:1rem}.footer-menu-links{justify-content:flex-start;gap:1.5rem}}.proxy{overflow:auto;margin:0 auto 2rem;width:100%;display:flex;flex-wrap:wrap;align-items:flex-start}.proxy-body{text-align:initial;width:100%}.admin .proxy-body.post{background-color:#fff;padding:6rem 4rem;margin-right:1rem}.proxy-body.post{padding-top:3rem}.proxy-body.post img{width:100%}.proxy-preview{object-fit:contain;text-align:center;margin:0 auto;display:block}.proxy-preview .css-icon-type{min-width:200px;min-height:200px}img.proxy-preview{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-preview{max-height:720px}.proxy .state-label{min-width:12rem;padding:.2rem;margin:0;font-size:1.4rem}.proxy .asset-name{font-size:2rem;margin:0}.proxy .asset-info{margin-bottom:1rem}.asset-pdf-viewer,.asset-txt-viewer,.asset-html-viewer{width:100%;height:70vh;border:none;margin-bottom:2rem;background-color:#fff}.section{padding:.5rem 2rem;transition:all .5s}@media screen and (min-width: 36em){.section{padding:2rem 4rem}}.wall-section{max-width:66%;margin:4rem auto}.radio-label{font-weight:normal}.html-section.collapsible{padding-top:0;padding-bottom:0}.html-section.collapsible:last-of-type{padding-bottom:3rem}.RequestView details,.ShareView details{padding:2em 0;background-color:transparent;border-color:#eee}details{background-color:#fff;padding:.5em 2em;margin:.5em 0;border-top:1px solid var(--primary-color);border-bottom:1px solid var(--primary-color)}summary{display:flex;align-items:center;justify-content:space-between}details summary>*{display:inline}details summary{list-style:none;cursor:pointer}details summary::-webkit-details-marker{display:none}details summary:after{content:"+";transition:.2s;font-size:3rem;font-weight:bold;float:right;line-height:3rem}details[open] summary:after{content:"-";transition:.2s}#collapse-controls.section.html-section{padding-bottom:1em}.collapse-controls{margin:0;padding-bottom:0;display:flex;align-items:flex-end;justify-content:flex-end;gap:.5rem}.collapse-controls .button{background-color:transparent;color:#111;font-size:3rem;font-weight:bold;padding:0 .5rem;display:flex;align-items:center;justify-content:center;transition:.2s}.collapse-controls .button:hover{opacity:.7}.collapse-controls .button.active{display:none}.collapse-controls .button-text{font-size:1.4rem;padding:.25rem .5rem 0}.request-section-header .state-label-approved{font-size:2em}@media screen and (min-width: 62em){.request-section-header{display:flex;align-items:center;justify-content:space-between}}.page-actions{display:flex;justify-content:space-between;flex-direction:column;margin-bottom:1rem;align-items:center}.assets-found{display:inline-block;margin-bottom:1rem}.records-found-and-sort,.assets-found-and-sort,.assets-sort{text-align:center;display:flex;align-items:center;gap:.5rem}.records-found-and-sort,.assets-found-and-sort{flex-direction:column}.records-found-and-sort .filter-name,.assets-found-and-sort .filter-name{width:max-content;padding:.5rem 1rem;border:1px solid;border-radius:.2rem;gap:1rem;display:flex;align-items:center}@media screen and (min-width: 36em){.page-actions{flex-direction:row;margin-bottom:0}.assets-found{margin-bottom:0}.records-found-and-sort,.assets-found-and-sort{flex-direction:row}}.admin-main .page-actions{margin:2rem 0 4rem}.select-all{background-color:#f7f7f7}.select-all-component{margin-bottom:4rem;text-align:center}.assets-pagination{text-align:center;padding-bottom:4rem}.select-all-button{text-align:left;font-size:1.2rem;font-weight:bold;line-height:2.4rem;background-color:#fff;border:1px solid #b0b0b0;padding:.5rem 1rem;margin:1.4rem 1rem 3.4rem;border-radius:.2rem}.records-found-and-sort .select-all-button,.assets-found-and-sort .select-all-button{margin:0 1rem 0 0}.grid{display:grid;padding-bottom:4rem}.grid-actions{text-align:center}.admin-main .filters-section{margin:1.5rem 0 3rem}.change-to-normal-mode,.change-to-ai-mode{border:none;color:#fff;cursor:pointer;border-radius:50%;display:flex;justify-content:center;align-items:center;height:5.8rem;width:5.8rem;transition:all .5s ease;background:none}.change-to-ai-mode{background:radial-gradient(circle,#3391ed,#ff3369);background-size:500% 250%;animation:gradientAnimation 120s ease infinite;transition:.5s ease;margin-left:1rem}.change-to-ai-mode:hover{background:linear-gradient(45deg,#ff3369,#3391ed);opacity:1;transition:.5s ease}.change-to-normal-mode .css-icon{width:2.4rem;height:2.4rem}.change-to-ai-mode .css-icon{width:3.6rem;height:2.55rem}.search-box-and-switch{display:flex;justify-content:space-between;align-items:center;padding:0;border-radius:.2rem 3rem 3rem .2rem;background:none}.search-box-and-switch .search-box{border-radius:0 3rem 3rem 0}.search-box-and-switch .search-box:focus-within,.search-box-and-switch .search-box:focus-within .clear-search-button{border-radius:0}.search-section.ai-search-section~.page-actions .assets-found-and-sort .assets-sort{display:none}.search-section.ai-search-section~.page-actions .assets-found-and-sort #order-filter{display:none}.search-box-and-switch .search-box.ai-search-box,.search-box-and-switch .search-box.ai-search-box .clear-search-button{border-radius:0}.search-box-and-switch .search-box .clear-search-button{border-radius:0 3rem 3rem 0}.search-box-and-switch.ai-search{padding:.5rem;background:radial-gradient(circle,#3391ed,#ff3369);background-size:500% 250%;animation:gradientAnimation 120s ease infinite;transition:.5s ease}.search-box-and-switch.ai-search:hover{background:radial-gradient(circle,#ff3369,#3391ed);background-size:500% 250%;animation:gradientAnimation 120s ease infinite;transition:.5s ease}@keyframes gradientAnimation{0%{background-position:100% 0%}to{background-position:-100% 0%}}.search-box{position:relative;display:flex;align-items:center;padding:0 1rem;min-height:6rem;height:auto;width:100%;border-radius:0;border:1px solid #efefef;background-color:#fff}.search-box:before{content:"";width:1.8rem;height:1.8rem;margin-left:0;margin-right:1rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'><path d='M18.3666 18.3666L13.3 13.3L18.3666 18.3666ZM8.2333 15.8333C7.23525 15.8333 6.24698 15.6367 5.32491 15.2548C4.40283 14.8728 3.56501 14.313 2.85929 13.6073C2.15356 12.9016 1.59375 12.0638 1.21182 11.1417C0.829881 10.2196 0.633301 9.23135 0.633301 8.2333C0.633301 7.23525 0.829881 6.24698 1.21182 5.32491C1.59375 4.40283 2.15356 3.56501 2.85929 2.85929C3.56501 2.15356 4.40283 1.59375 5.32491 1.21182C6.24698 0.829881 7.23525 0.633301 8.2333 0.633301C10.2489 0.633301 12.182 1.43401 13.6073 2.85929C15.0326 4.28457 15.8333 6.21766 15.8333 8.2333C15.8333 10.2489 15.0326 12.182 13.6073 13.6073C12.182 15.0326 10.2489 15.8333 8.2333 15.8333Z' stroke='black'/></svg>")}.search-box.ai-search-box:before{width:3rem;height:2.4rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 544 463.3" fill="currentColor"><path d="M513.7 252.8c-19 0-36-12-42.3-30L452 167.7v-43.5C452 55.7 394.3 0 323.4 0H214.5C143.6 0 86 55.7 86 124v53.4l-13.5 45.8a44.8 44.8 0 0 1-42 29.6H0v16c0 67.7 55 124.2 122.8 126l13.7.3a84 84 0 0 0 58.4-21.3H229v89.5l53-45.9 50.4-43.6H349a84 84 0 0 0 58.4 21.3l13.7-.4A126.8 126.8 0 0 0 544 268.8v-16h-30.3Zm-94.2 85.1-2.9-6.5-15.6-6.9-8.6-3.8a60.3 60.3 0 0 1-32.4 19.6 61 61 0 0 1-3.5.7l-1.9.3c-2.4.3-4.9.5-7.4.5h-26.6L262 392.4l-1 .8v-51.4h-68.5a59.4 59.4 0 0 1-44-19.6l-7.3 3.3-13.5 6-4.6 10.1-9 20.4-2.4 5.6-2.8-6.5-13.1-29.7-36.2-15.9 36.2-16 5.7-13 1.8-4 8.4-19 9.9 22.2 6 13.9 7.1 3 2.7 1.2a58.7 58.7 0 0 1-4-21V190a58.3 58.3 0 0 1 11.1-34.2 88.9 88.9 0 0 0 15.6 5.6 85.7 85.7 0 0 0 30.1 2.4c7.8-.4 15.5-1.6 22.8-3.4a77.8 77.8 0 0 0 46.3-29.4 64.6 64.6 0 0 0 9.2-19.4 56.2 56.2 0 0 0 5.2 12.7 70.6 70.6 0 0 0 32.9 30 94.9 94.9 0 0 0 23 7.4 128 128 0 0 0 26.1 2.4 85.9 85.9 0 0 0 12.6-1l2.4-.3a81.9 81.9 0 0 0 23.7-8 57.9 57.9 0 0 1 11.7 35.3v92.6a58.4 58.4 0 0 1-5 23.6l5.8-2.5 9.6-4.2 6.2-14 9.7-22 5.7 13 10.1 23 36 15.8-36 15.9-13 29.7-2.8 6.3-2.4-5.4-10.6-24Z" /><path d="M270.8 283.1h2.4a29.3 29.3 0 0 0 29.2-29.2h-60.8a29.3 29.3 0 0 0 29.2 29.2ZM195.3 213a10 10 0 0 0-9.9 9.9v26.3a10 10 0 0 0 19.9 0v-26.3a10 10 0 0 0-10-10ZM354.9 213a10 10 0 0 0-10 9.9v26.3a10 10 0 0 0 20 0v-26.3a10 10 0 0 0-10-10Z" /></svg>')}@media screen and (min-width: 64em){.search-box:before{margin-left:1rem;margin-right:2rem}}.asset-views{display:flex;justify-content:center;gap:4rem;margin:3rem 0 2rem;cursor:pointer}@media screen and (min-width: 36em){.asset-views{gap:10px;margin:0}}.change-grid-view{color:#797979}.change-grid-view.active{color:#000}.search-label{margin-bottom:1rem;height:1.5rem}.album-query-section label.search-label{font-size:2rem;font-weight:normal;line-height:1.15}.album-query-section .hint{margin:0 0 1rem;float:left;max-width:100%;line-height:1.15}.no-search-result{line-height:1.8em;text-align:center;background-color:#fff;max-width:90rem;margin:3rem auto;padding:3rem}.search-box-button{margin-right:-1.5rem}.search-box:focus-within{border-color:#005fcc}.search-box-autocomplete{flex:1;display:flex;border:none;height:100%}.search-box-form{width:100%}.search-box-input{width:100%;height:100%;border:none;outline:none}.search-param{background-color:#22242e;color:#fff;padding:1rem 1.5rem;font-size:1.4rem;border-radius:2rem;border:none;letter-spacing:.5px;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;margin-top:.5rem}.search-param-value{position:relative}.search-param-value:hover{text-decoration:underline}.remove-value-button{margin-left:.5rem}.clear-search-button{position:absolute;top:0;right:0;border:none;height:100%;border-radius:0;padding:0 1rem}.clear-search-button:hover{cursor:pointer;opacity:.7}.meta-search-param{background-color:#fff;color:#000;outline:1px solid black}.matches{padding-top:.5rem;padding-bottom:.5rem;max-width:calc(100% - 7rem)}.matches .tag{margin-right:.5rem}.suggestions{display:none}.suggestions.open{position:absolute;top:100%;left:0;display:block;background-color:#fff;width:100%;border:.2rem solid #bdc3c7;border-radius:.4rem;z-index:1}.suggestion{display:block;background:none;border:none;padding:.5rem;width:100%;text-align:left}.suggestion *{pointer-events:none}.tag-form:focus-within+.suggestions>.first-suggestion,.search-box-form:focus-within+.suggestions>.first-suggestion,.suggestion:focus-visible,.suggestion:focus,.selected-suggestion{box-shadow:inherit;outline:none;background-color:#4877b5;color:#fff}#suggest::-webkit-search-cancel-button{display:none}.change-grid-view{border:none;background:none;cursor:pointer}.change-grid-view:hover:not(.active){opacity:.8}.change-grid-view .icon-text{display:block}@media screen and (min-width: 36em){.grid-view{grid-template-columns:repeat(auto-fill,49.5%);grid-gap:1%}.grid-small-view{grid-template-columns:repeat(auto-fill,23.5%);grid-column-gap:2%}.admin .grid-small-view{grid-template-columns:repeat(auto-fill,32%);grid-column-gap:2%}}@media screen and (min-width: 48em){.admin .grid-small-view{grid-template-columns:repeat(auto-fill,23.5%);grid-column-gap:2%}}@media screen and (min-width: 62em){.grid-view{grid-template-columns:repeat(auto-fill,32.66%);grid-gap:1%}.portal .grid-small-view,.admin .grid-small-view{grid-template-columns:repeat(auto-fill,18.4%);grid-column-gap:2%}.admin.open-basket .grid-small-view{grid-template-columns:repeat(auto-fill,100%)}}@media screen and (min-width: 75em){.grid-view{grid-template-columns:repeat(auto-fill,23.5%);grid-gap:2%}.portal .grid-small-view,.admin .grid-small-view{grid-template-columns:repeat(auto-fill,15%);grid-column-gap:2%}.admin.open-basket .grid-small-view{grid-template-columns:repeat(auto-fill,49.5%);grid-column-gap:1%}}@media screen and (min-width: 100em){.grid-view{grid-template-columns:repeat(auto-fill,18.4%);grid-gap:2%}.portal .grid-small-view,.admin .grid-small-view{grid-template-columns:repeat(auto-fill,10.6%);grid-column-gap:2%}.admin.open-basket .grid-small-view{grid-template-columns:repeat(auto-fill,15%);grid-column-gap:2%}}.grid-view,.grid-small-view{grid-row-gap:4rem;height:100%!important}@media screen and (max-width: 36em){.grid-view,.grid-small-view{padding:0}}.filters{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;flex-wrap:wrap}.filters .advanced-filters-section{width:100%;text-align:center}.filters.hide-filters .filter,.vertical-filters-options.hide-filters{display:none}.filters.show-filters .filter,.vertical-filters-options.show-filters{display:block}.filters.hide-filters .hide-filters-button,.filters.show-filters .show-filters-button{display:none}.filters .icon-wrapper{position:relative;top:.7rem;left:.3rem}.filter{display:block;position:relative;width:100%;background-color:#fff;padding:.5rem 1.6rem;border-radius:.4rem;border:1px solid #efefef}#order-filter.filter{width:max-content;background-color:transparent;padding:0;border:none}.dropdown-button.vertical-filters-button{display:flex;gap:.5rem;align-items:center}.vertical-filters-options{padding:4rem 2rem;background-color:#fff;width:max-content;border:.1rem solid #bdc3c7;border-radius:.4rem;z-index:1;position:absolute;margin-top:1rem;max-height:60vh;overflow:auto}.vertical-filters-options .filter-name{padding:0 1rem;font-weight:bold}.vertical-filters-options .filter{margin-bottom:2rem;border:none}.vertical-filters-options .filter-option.selected{font-weight:inherit;background-color:#efefef;color:inherit;fill:inherit}.vertical-filters-clear-button{background:transparent;margin-left:1rem}@media screen and (min-width: 36em){.filters{flex-direction:row;align-items:flex-end;gap:2rem}.filters .advanced-filters{display:none}.filters.hide-filters .filter{display:block}.filter,#order-filter.filter{display:block;position:relative;width:auto;background-color:transparent;padding:0;border:none;cursor:pointer}}.filter-options{position:absolute;display:none;z-index:1000;min-width:20rem;background-color:#fff;width:100%;border:.1rem solid #bdc3c7;border-radius:.4rem;top:4rem;left:0}#order-options.filter-options{right:0;left:auto}@media screen and (min-width: 36em){.filter-options,#order-options.filter-options{width:max-content;right:auto}}.filter-option{display:flex;background:none;border:none;padding:.5rem 1.5rem;width:100%;text-align:left;align-items:center}.filter-option .css-icon{margin-right:.5rem}.filter-option:hover{background-color:#f5f5f5}.filter-options .filter-option.selected{font-weight:bold;background-color:#4877b5;color:#fff}.filter-all-option{border-bottom:.1rem solid #bdc3c7}.order-form{display:inline-block}.order-form-select{background-color:#fff;border:1px solid #b0b0b0;padding:.5rem 1rem;margin-left:.5rem;border-radius:.2rem}.sort-results-by-title{display:inline;font-size:inherit;font-weight:inherit}.asset-small-info{color:#646464;font-size:1.2rem;margin-bottom:1rem;margin-top:1rem}.feed-view{display:block}.feed-view .asset{-webkit-box-shadow:5px 5px 11px -5px rgb(73 73 73 / 78%);box-shadow:5px 5px 11px -5px #494949c7;max-width:90rem;border:1px solid #efefef;background-color:#fff;padding:2rem;margin:0 auto 2rem}@media screen and (min-width: 36em){.feed-view .asset{margin:0 auto 7rem;padding:4rem 12rem}}.feed-view .asset-image-link{height:auto}.feed-view .asset-image-link .asset-image{margin:0}.feed-view .asset-data,.masonry-view .asset-data{text-align:left}.feed-view .asset-view-link{text-align:center;text-decoration:none;border-bottom:1px solid;width:max-content;margin:auto;line-height:1}.feed-view .asset-name{margin-top:1rem}.feed-view .asset-grid-name{font-size:1.6rem}.feed-view .asset-grid-description{margin:1.4rem 0;text-align:left;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.feed-view .asset-info{margin-top:1rem;font-size:1.4rem}#public-section-grid-wrapper{text-align:center;margin:auto}.masonry-view{display:block;columns:1;padding:2rem}.masonry-asset{position:relative;overflow:hidden;width:100%;background-color:transparent!important;padding-bottom:1rem!important;margin-bottom:0!important;break-inside:avoid;float:none!important}.masonry-asset .asset-image{height:auto}.masonry-asset .asset-image-link{height:100%;justify-content:center}.masonry-view .masonry-asset .asset-name .asset-grid-description{display:none}.masonry-view .masonry-asset.asset-type-post .asset-name .asset-grid-description,.masonry-view .masonry-asset.asset-type-external-link .asset-name .asset-grid-description,.masonry-view .masonry-asset.asset-type-instagram-post .asset-name .asset-grid-description,.masonry-view .masonry-asset.asset-type-youtube-video .asset-name .asset-grid-description{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.masonry-asset-type-icon{height:1.6rem}.masonry-asset-type-icon .css-icon-type{width:16px;height:16px}.masonry-view .asset-data{padding:.5rem 0;float:left;margin:0;background-color:#fff;width:100%}.masonry-view .asset-grid-description{display:block;margin-top:1rem;font-size:1.4rem;line-height:1.9rem}.masonry-asset .asset-name,.masonry-asset .asset-small-info{padding:1rem}.masonry-view .asset-grid-release-date{margin-bottom:1rem}.masonry-view .asset-grid-release-date:after{content:" |"}.masonry-view .asset-grid-extension{text-transform:lowercase;margin-left:-.3rem}.masonry-view .asset-grid-name{display:inline}@media screen and (min-width: 45em){.masonry-view{columns:3}}@media screen and (min-width: 62em){.masonry-view{columns:4}}@media screen and (min-width: 75em){.masonry-view{columns:5}}.advanced-search-content{padding:1rem 2rem;width:40rem}.bk-wall{width:100%;margin:0;text-align:center;background-color:#fff;padding:1rem 3rem;position:relative}.bk-wall-brandkit-link{position:absolute;bottom:-4rem;left:0;right:0}.bk-wall-brandkit-link .powered-by-brandkit{color:#fff}.bk-wall .form-section{margin:0}.bk-wall label,.bk-wall .hint{text-align:left}.bk-wall .register-copy{font-weight:normal}.bk-wall .button{line-height:3rem;width:100%;height:5rem}.bk-wall .normal-button:hover{opacity:.8}.bk-wall .normal-button,.bk-wall .social-login-button{padding:.4rem 1rem}.social-icon{width:20px;height:20px;position:relative;top:.3rem}.bk-wall .brandkit-logo,.bk-wall .logo{max-height:10rem}.css-icon-brandkit-logo{width:4rem;height:4rem}.wall-header .css-icon-brandkit-logo{width:10rem;height:10rem}.wall-header-copy{margin-bottom:2.5rem}.forgot-password-link{display:block;width:100%;margin-top:-1rem;margin-bottom:2rem;text-align:right}.keep-me-logged-in{margin-bottom:2rem}.register-button{margin-bottom:0}.or-login-with{margin:2rem;display:block}.login-button:not(.asset-action){margin-bottom:1rem}.login-without-password-link{padding:.5rem}.forgot-login-button{padding:0 2rem;line-height:3.8rem;white-space:nowrap;text-decoration:underline}.social-logins{display:flex;flex-direction:column;gap:1rem}.forgot-password-button-set{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.login-without-password-link:hover,.forgot-password-link:hover{color:#474747}.magic-link-hint,.registration-hint{margin-top:2rem}@media screen and (min-width: 36em){.bk-wall{max-width:60rem;margin:10rem auto 4rem;padding:3rem 6rem}}@media screen and (min-width: 48em){.bk-wall{margin:10rem 4rem 4rem}.social-logins{flex-direction:row}}.bk-wall-share .asset-card-info,.bk-wall-share .share-welcome-text,.bk-wall-share .share-information{text-align:left}.bk-wall-share .logo{max-height:16rem}.share-welcome-text{margin-bottom:1rem}.share-wall-title{font-weight:bolder}.download-assets-title{text-align:left;margin-bottom:0}.new-account-section{display:flex;max-width:calc(100% - 5rem);background:transparent;gap:4rem;margin:-4rem auto 0;padding:0}.new-account-section .form-section{padding:3rem;background:white;max-width:50rem;margin:auto}.new-account-embeded-image{display:none}.create-new-account-button{margin-top:2rem}@media screen and (min-width: 75em){.new-account-section{margin:0 0 0 4rem}.new-account-embeded-image{display:block}}@media screen and (min-width: 100em){.new-account-section .form-section{max-width:80rem}}.my-collection-section .box-footer{margin-bottom:2rem}.upload-entry,.upload-entry-success{margin-top:.5rem;margin-bottom:.5rem;padding:2rem}.upload-entry{background-color:#efefef}.upload-entry-success{background-color:#2da56233}.upload-file-size{display:block;color:#646464;font-size:1.4rem}.upload-entry-info{display:flex;align-items:center;justify-content:space-between}.upload-entry-preview{height:4rem;width:4rem;object-fit:contain;align-content:center}.upload-entry-progress{width:100%}.upload-entry-error{color:#ba3838}.cancel-upload-button{border:none}.cancel-upload-button:hover{cursor:pointer}#upload-form button{margin-top:.5rem}.upload-file-name{word-break:break-word}.share-section,.download-section{text-align:left}.admin-download-section .back-to-list-link{display:block;margin-top:2rem}.me-section.share-section,.me-section.download-section,.bk-wall.bk-wall-share,.wall-section.request-section,.asset-download-section.assets-action-box,.download-basket-section.assets-action-box,.asset-share-section.assets-action-box,.share-basket-section.assets-action-box,.save-basket-section.assets-action-box,.my-collection-section.assets-action-box{max-width:90vw;margin:4em auto;background-color:#fffffff7}.download-button-section button.button.normal-button{width:max-content}.share-information,.download-information{margin:3rem 0;display:flex;flex-direction:column;gap:.5rem;font-size:1.6rem;border-left:5px solid #111;padding-left:2rem}.share-recipients .share-email:before{content:",";margin-right:.5rem}.share-recipients strong,.share-recipients span{float:left}.share-recipients span:nth-child(2):before{content:""}.share-assets,.download-assets,.save-assets,.collection-assets{display:flex;flex-wrap:wrap;gap:1rem}.share-section .share-link{text-align:center;display:block;padding-top:3rem}.share-assets .asset-card,.download-assets .asset-card,.save-assets .asset-card,.collection-assets .asset-card{width:100%;position:relative;margin:0;flex-direction:column;padding:0}.share-assets .asset-card-buttons,.download-assets .asset-card-buttons,.save-assets .asset-card-buttons,.collection-assets .asset-card-buttons{position:absolute;left:0;top:0;margin:0;display:flex;width:100%}.share-assets .asset-card-buttons .select-button,.share-assets .asset-card-buttons .selected-button,.share-assets .asset-card-buttons .asset-card-button,.download-assets .asset-card-buttons .asset-card-button,.save-assets .asset-card-buttons .asset-card-button,.collection-assets .asset-card-buttons .asset-card-button,.collection-assets .asset-card-buttons .select-button{width:3rem;height:3rem;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:0;z-index:2}.share-assets .asset-card-buttons .select-button .css-icon-select,.share-assets .asset-card-buttons .select-button .css-icon-selected,.download-assets .asset-card-buttons .select-button .css-icon-select,.download-assets .asset-card-buttons .select-button .css-icon-selected,.collection-assets .asset-card-buttons .select-button .css-icon-select,.collection-assets .asset-card-buttons .select-button .css-icon-selected{width:3rem;height:3rem}.share-assets .asset-card img,.download-assets .asset-card img,.save-assets .asset-card img,.collection-assets .asset-card img{margin:0;object-fit:contain}.share-assets .asset-card img.transparent,.download-assets .asset-card img.transparent,.save-assets .asset-card img.transparent,.collection-assets .asset-card img.transparent{background-color:transparent;background-image:none}.share-assets .asset-card-image .css-icon-type,.download-assets .asset-card-image .css-icon-type,.save-assets .asset-card-image .css-icon-type,.collection-assets .asset-card-image .css-icon-type{margin-top:3rem}.share-assets .asset-card .asset-card-image-link,.download-assets .asset-card .asset-card-image-link,.save-assets .asset-card .asset-card-image-link,.collection-assets .asset-card .asset-card-image-link{margin:0;min-width:100%;height:max-content;max-height:20rem}.share-assets .asset-card .asset-card-info,.download-assets .asset-card .asset-card-info,.save-assets .asset-card .asset-card-info,.collection-assets .asset-card .asset-card-info{padding:2rem}.share-assets .asset-card .asset-card-icon,.download-assets .asset-card .asset-card-icon,.save-assets .asset-card .asset-card-icon,.collection-assets .asset-card .asset-card-icon{display:none}.admin.open-basket .share-assets .asset-card,.admin.open-basket .download-assets .asset-card,.admin.open-basket .save-assets .asset-card,.admin.open-basket .collection-assets .asset-card{width:100%}.open-basket .share-assets .asset-card,.open-basket .download-assets .asset-card,.open-basket .save-assets .asset-card,.open-basket .collection-assets .asset-card{width:calc((100% - 1rem) / 2)}@media screen and (min-width: 36em){.share-assets .asset-card,.download-assets .asset-card,.save-assets .asset-card,.collection-assets .asset-card{width:100%}}@media screen and (min-width: 48em){.share-assets .asset-card,.download-assets .asset-card,.save-assets .asset-card,.collection-assets .asset-card{width:calc((100% - 2rem) / 3)}}@media screen and (min-width: 62em){.share-assets .asset-card,.download-assets .asset-card,.save-assets .asset-card,.collection-assets .asset-card{width:calc((100% - 3rem) / 4)}}@media screen and (min-width: 75em){.share-assets .asset-card,.download-assets .asset-card,.save-assets .asset-card,.collection-assets .asset-card{width:calc((100% - 4rem) / 5)}.open-basket .share-assets .asset-card,.open-basket .download-assets .asset-card,.open-basket .save-assets .asset-card,.open-basket .collection-assets .asset-card{width:calc((100% - 2rem) / 3)}}@media screen and (min-width: 80em){.admin.open-basket .share-assets .asset-card,.admin.open-basket .download-assets .asset-card,.admin.open-basket .save-assets .asset-card,.admin.open-basket .collection-assets .asset-card{width:calc((100% - 1rem) / 2)}}@media screen and (min-width: 90em){.admin.open-basket .share-assets .asset-card,.admin.open-basket .download-assets .asset-card,.admin.open-basket .save-assets .asset-card,.admin.open-basket .collection-assets .asset-card{width:calc((100% - 2rem) / 3)}.open-basket .share-assets .asset-card,.open-basket .download-assets .asset-card,.open-basket .save-assets .asset-card,.open-basket .collection-assets .asset-card{width:calc((100% - 3rem) / 4)}}@media screen and (min-width: 100em){.admin.open-basket .share-assets .asset-card,.admin.open-basket .download-assets .asset-card,.admin.open-basket .save-assets .asset-card,.admin.open-basket .collection-assets .asset-card{width:calc((100% - 3rem) / 4)}.open-basket .share-assets .asset-card,.open-basket .download-assets .asset-card,.open-basket .save-assets .asset-card,.open-basket .collection-assets .asset-card{width:calc((100% - 4rem) / 5)}}@media screen and (min-width: 120em){.share-assets .asset-card,.download-assets .asset-card,.save-assets .asset-card,.collection-assets .asset-card{width:calc((100% - 5rem) / 6)}}.profile-details{display:flex;flex-direction:column;text-align:center;width:100%}.profile-name{font-size:2.4rem}.edit-profile-button{margin-top:1.5rem}.profile-details .profile-email{margin-bottom:1rem}.profile-details .see-api-docs-button,.profile-details .change-email-button,.profile-details .change-password-button{color:#4877b5;margin-left:1rem;font-size:1.4rem;float:right}.delete-personal-data-section{margin-top:3rem;border-top:1px solid #ccc;padding-top:2rem}.two-factor-authentication-section{width:100%;margin-top:3rem;border-top:1px solid #ccc;padding-top:2rem}.terms-and-consent-to-collect{background-color:#efefef;padding:1.5rem;margin-top:.7rem;display:flex;gap:1.5rem}.normal-button.save-profile-changes-button{padding:.5rem 1rem}.cancel-my-account-button{display:block;margin:1.5rem 0 .5rem}.user-table{border-spacing:0;width:100%}.user-table th{text-align:left;width:16rem}.user-table td{text-align:left}.user-table th,.user-table td{padding:.5rem}@media screen and (min-width: 36em){.my-history-title{text-align:center;margin-top:1rem}}.me-section{max-width:100%;background-color:#fff;margin:4rem auto}.me-section.show-profile-section{margin-top:7rem;max-width:100%}.assets-action-box{max-width:100%;margin:4rem auto 8rem;background-color:#fff;position:relative}.back-to-search-link{display:flex;justify-content:center;position:absolute;padding:0;left:0;bottom:-3.5rem;margin:0 auto;width:100%}.home-link{display:block;width:100%;text-align:center;margin:0 auto 4rem}@media (min-width: 768px){.me-section{max-width:48em}.me-section.show-profile-section{max-width:48em}.assets-action-box{max-width:48em}}.assets-action-box.download-assets{margin-top:1rem}.assets-action-box .normal-button{margin:1rem 0 2rem;padding:.8rem 1.4rem}.my-download-section .my-download-history-link{display:block;margin-top:3rem}.my-history-section{max-width:100rem;position:relative}.my-history-section .audit-filter-form{top:2.7rem;right:4rem}.shares-section{background-color:#fff;max-width:100rem;margin:4rem auto}.my-history-section .initials-value{padding:1rem;display:block;color:#4877b5}.my-history-section .initials{border-radius:50%;background:linear-gradient(180deg,#ffffff,#d8e3e7);height:4.5rem;width:4.5rem;text-align:center;margin:0;font-size:1.6rem}.my-history-section .timeline{margin:2rem 1rem}.my-history-section .filter-form .filter-button{margin:0;width:10rem;height:4.5rem}.my-history-section .event-header{display:flex;gap:1rem}.my-history-section .filter-form>label{width:calc(50% - 2.75rem)}.profile-section .initials{height:12rem;width:12rem;font-size:5rem;border-radius:50%;text-align:center;margin:-5rem auto 1rem;background:linear-gradient(180deg,#f4f4f4,#d8e3e7)}.profile-section .initials-value{padding:2rem;display:block;color:#4877b5}.notifications-section{max-width:160rem;margin:auto}.notifications-title,.acknowledge-all-button{display:inline}.log-out-button{width:100%;border:1px solid black;padding:.3rem 1rem;margin-top:1rem}.portal .me-section .download-collection-button{margin-right:.5rem}@media screen and (max-width: 36em){.portal .me-section.my-collection-section .normal-button,.portal .me-section.my-download-section .normal-button{width:100%;text-align:center;margin:.5rem 0}.my-collection-section .header-with-action,.my-download-section .header-with-action{flex-direction:column;align-items:flex-start}.my-download-section .my-download-history-link{text-align:center}}.me-section-set-up{margin-top:10rem}
