:root{--tagify-dd-color-primary:#3595f6;--tagify-dd-bg-color:#fff;--tagify-dd-item-pad:.3em .5em}.tagify{--tags-disabled-bg:#f1f1f1;--tags-border-color:#ddd;--tags-hover-border-color:#ccc;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#e5e5e5;--tag-hover:#d3e2e2;--tag-text-color:#000;--tag-text-color--edit:#000;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#d39494;--tag-invalid-bg:hsla(0,42%,70%,.5);--tag-remove-bg:hsla(0,42%,70%,.3);--tag-remove-btn-color:#000;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--tag--min-width:1ch;--tag--max-width:auto;--tag-hide-transition:0.3s;--placeholder-color:rgba(0,0,0,.4);--placeholder-color-focus:rgba(0,0,0,.25);--loader-size:.8em;--readonly-striped:1;align-items:flex-start;border:1px solid var(--tags-border-color);box-sizing:border-box;cursor:text;display:inline-flex;flex-wrap:wrap;line-height:0;outline:0;padding:0;position:relative;transition:.1s}@-webkit-keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes tags--bump{30%{transform:scale(1.2)}}@-webkit-keyframes rotateLoader{to{transform:rotate(1turn)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5}.tagify[disabled],.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{margin:5px 0;visibility:hidden;width:0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before{-webkit-animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused;animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}.tagify--loading .tagify__input>br:last-child,.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{-webkit-animation:rotateLoader .4s linear infinite;animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 transparent;border-radius:50%;border-style:solid;border-width:3px;content:"";content:""!important;height:.7em;height:var(--loader-size);margin:-2px 0 -2px .5em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{left:-9999em!important;position:absolute!important;transform:scale(0)!important}.tagify__tag{align-items:center;cursor:default;display:inline-flex;line-height:normal;margin:5px 0 5px 5px;outline:0;position:relative;transition:.13s ease-out;z-index:1}.tagify__tag>div{border-radius:var(--tag-border-radius);box-sizing:border-box;color:var(--tag-text-color);line-height:inherit;max-width:100%;padding:var(--tag-pad);transition:.13s ease-out;vertical-align:top;white-space:nowrap}.tagify__tag>div>*{display:inline-block;max-width:var(--tag--max-width);min-width:var(--tag--min-width);overflow:hidden;text-overflow:ellipsis;transition:.8s ease,color .1s;vertical-align:top;white-space:pre-wrap}.tagify__tag>div>[contenteditable]{cursor:text;margin:-2px;max-width:350px;outline:0;padding:2px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.tagify__tag>div:before{-webkit-animation:tags--bump .3s ease-out 1;animation:tags--bump .3s ease-out 1;border-radius:inherit;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;content:"";inset:var(--tag-bg-inset,0);pointer-events:none;position:absolute;transition:.12s ease;z-index:-1}.tagify__tag:focus div:before,.tagify__tag:hover:not([readonly]) div:before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;-webkit-animation:rotateLoader .4s linear infinite;animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 transparent;border-radius:50%;border-style:solid;border-width:3px;content:"";height:.7em;height:var(--loader-size);margin:0 .5em 0 -.1em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify__tag--flash div:before{-webkit-animation:none;animation:none}.tagify__tag--hide{margin-left:0;margin-right:0;opacity:0;padding-left:0;padding-right:0;pointer-events:none;transform:scale(0);transition:var(--tag-hide-transition);width:0!important}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{-webkit-animation:none;animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{-webkit-animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused;animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}@-webkit-keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div:before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn:after{opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{align-items:center;background:var(--tag-remove-btn-bg);border-radius:50px;color:var(--tag-remove-btn-color);cursor:pointer;display:inline-flex;font:14px/1 Arial;height:14px;justify-content:center;margin-left:auto;margin-right:4.6666666667px;order:5;overflow:hidden;transition:.2s ease-out;width:14px}.tagify__tag__removeBtn:after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{background:var(--tag-remove-btn-bg--hover);color:#fff}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,hsla(0,42%,70%,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{box-sizing:inherit;color:var(--input-color);display:inline-block;flex-grow:1;line-height:normal;margin:5px;min-width:110px;padding:var(--tag-pad);position:relative;white-space:pre-wrap}.tagify__input:empty:before{position:static}.tagify__input:focus{outline:0}.tagify__input:focus:before{opacity:0;transform:translatex(6px);transition:.2s ease-out}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{color:rgba(0,0,0,.25);color:var(--placeholder-color-focus);opacity:1;transform:none;transition:.2s ease-out}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{color:var(--placeholder-color);content:attr(data-placeholder);height:1em;line-height:1em;margin:auto 0;opacity:0;pointer-events:none;position:absolute;white-space:nowrap;z-index:1}.tagify__input:after{color:var(--tag-text-color);content:attr(data-suggest);display:inline-block;max-width:100px;min-width:calc(100% - 1.5em);opacity:.3;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;vertical-align:middle;white-space:pre}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{display:block;height:100%;line-height:1.5;margin:0;padding:5px;width:100%}.tagify--mix .tagify__input:before{display:none;height:auto;line-height:inherit}.tagify--mix .tagify__input:after{content:none}.tagify--select:after{bottom:0;content:">";font:16px monospace;height:8px;line-height:8px;opacity:.5;pointer-events:none;position:absolute;right:0;top:50%;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{bottom:0;position:absolute;right:1.8em;top:0}.tagify--select .tagify__tag div{display:none}.tagify--select .tagify__input{width:100%}.tagify--empty .tagify__input:before{display:inline-block;opacity:1;transform:none;transition:.2s ease-out;width:auto}.tagify--mix .tagify--empty .tagify__input:before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#d39494}.tagify__dropdown{overflow:hidden;position:absolute;transform:translateY(1px);z-index:9999}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-bottom-width:0;border-top-width:1.1px}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{background:var(--tagify-dd-bg-color);border:1px solid;border-bottom-width:1.5px;border-color:var(--tagify-dd-color-primary);border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);max-height:300px;overflow:auto;overflow-x:hidden;transition:.25s cubic-bezier(0,1,.5,1)}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;font-size:.7em;font-style:italic;margin-top:.5em;opacity:.5;padding:var(--tagify-dd-item-pad)}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{border-radius:2px;box-sizing:border-box;cursor:pointer;margin:1px;max-height:60px;max-width:100%;outline:0;padding:var(--tagify-dd-item-pad);position:relative}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{margin:0 1px;max-height:0;overflow:hidden;padding-bottom:0;padding-top:0;pointer-events:none;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{opacity:0;transform:translateY(-100%);transition:inherit}
/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.ck-editor__editable_inline{min-height:340px}.ck.ck-editor__main>.ck-editor__editable.ck-focused{border-color:#1b3ef2}.ck.ck-editor__editable .image .ck-progress-bar{height:6px}div.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border:1px solid #afa6af;box-shadow:0 4px 20px hsla(0,0%,52%,.05)}div.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable){border:1px solid #1b3ef2;box-shadow:none;outline:none}.ck-powered-by{display:none}div[data-oembed-url]{width:100%}div[data-oembed-url] div{height:auto!important;padding-bottom:0!important}div[data-oembed-url] iframe{min-height:50vh;position:relative!important}:root{--ck-color-image-caption-background:#f7f7f7;--ck-color-image-caption-text:#333;--ck-color-mention-background:rgba(153,0,48,.1);--ck-color-mention-text:#990030;--ck-color-selector-caption-background:#f7f7f7;--ck-color-selector-caption-text:#333;--ck-highlight-marker-blue:#72ccfd;--ck-highlight-marker-green:#62f962;--ck-highlight-marker-pink:#fc7899;--ck-highlight-marker-yellow:#fdfd77;--ck-highlight-pen-green:#128a00;--ck-highlight-pen-red:#e71313;--ck-image-style-spacing:1.5em;--ck-inline-image-style-spacing:calc(var(--ck-image-style-spacing)/2);--ck-todo-list-checkmark-size:16px}.ck-content .table .ck-table-resized{table-layout:fixed}.ck-content .table table{overflow:hidden}.ck-content .table td,.ck-content .table th{overflow-wrap:break-word;position:relative}.ck-content .table>figcaption{background-color:#f7f7f7;background-color:var(--ck-color-selector-caption-background);caption-side:top;color:#333;color:var(--ck-color-selector-caption-text);display:table-caption;font-size:.75em;outline-offset:-1px;padding:.6em;text-align:center;word-break:break-word}.ck-content .table{display:table;margin:.9em auto}.ck-content .table table{border:1px double #b3b3b3;border-collapse:collapse;border-spacing:0;height:100%;width:100%}.ck-content .table table td,.ck-content .table table th{border:1px solid #bfbfbf;min-width:2em;padding:.4em}.ck-content .table table th{background:rgba(0,0,0,.05);font-weight:700}.ck-content[dir=rtl] .table th{text-align:right}.ck-content[dir=ltr] .table th{text-align:left}.ck-content .page-break{clear:both;display:flex;padding:5px 0;position:relative;align-items:center;justify-content:center}.ck-content .page-break:after{border-bottom:2px dashed #c4c4c4;content:"";position:absolute;width:100%}.ck-content .page-break__label{background:#fff;border:1px solid #c4c4c4;border-radius:2px;box-shadow:2px 2px 1px rgba(0,0,0,.15);color:#333;display:block;font-family:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;font-size:.75em;font-weight:700;padding:.3em .6em;position:relative;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.ck-content .media{clear:both;display:block;margin:.9em 0;min-width:15em}.ck-content .todo-list{list-style:none}.ck-content .todo-list li{margin-bottom:5px;position:relative}.ck-content .todo-list li .todo-list{margin-top:5px}.ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;border:0;display:inline-block;height:16px;height:var(--ck-todo-list-checkmark-size);left:-25px;margin-left:0;margin-right:-15px;position:relative;right:0;vertical-align:middle;width:16px;width:var(--ck-todo-list-checkmark-size)}.ck-content[dir=rtl] .todo-list .todo-list__label>input{left:0;margin-left:-15px;margin-right:0;right:-25px}.ck-content .todo-list .todo-list__label>input:before{border:1px solid #333;border-radius:2px;box-sizing:border-box;content:"";display:block;height:100%;position:absolute;transition:box-shadow .25s ease-in-out;width:100%}.ck-content .todo-list .todo-list__label>input:after{border-color:transparent;border-style:solid;border-width:0 2px 2px 0;border-width:0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;box-sizing:content-box;content:"";display:block;height:6.15385px;height:calc(var(--ck-todo-list-checkmark-size)/2.6);left:5.33333px;left:calc(var(--ck-todo-list-checkmark-size)/3);pointer-events:none;position:absolute;top:3.01887px;top:calc(var(--ck-todo-list-checkmark-size)/5.3);transform:rotate(45deg);width:3.01887px;width:calc(var(--ck-todo-list-checkmark-size)/5.3)}.ck-content .todo-list .todo-list__label>input[checked]:before{background:#26ab33;border-color:#26ab33}.ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox]{position:absolute}.ck-editor__editable.ck-content .todo-list .todo-list__label>input,.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input{cursor:pointer}.ck-editor__editable.ck-content .todo-list .todo-list__label>input:hover:before,.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:hover:before{box-shadow:0 0 0 5px rgba(0,0,0,.1)}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input{-webkit-appearance:none;border:0;display:inline-block;height:16px;height:var(--ck-todo-list-checkmark-size);left:-25px;margin-left:0;margin-right:-15px;position:relative;right:0;vertical-align:middle;width:16px;width:var(--ck-todo-list-checkmark-size)}.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label>span[contenteditable=false]>input{left:0;margin-left:-15px;margin-right:0;right:-25px}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:before{border:1px solid #333;border-radius:2px;box-sizing:border-box;content:"";display:block;height:100%;position:absolute;transition:box-shadow .25s ease-in-out;width:100%}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:after{border-color:transparent;border-style:solid;border-width:0 2px 2px 0;border-width:0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;box-sizing:content-box;content:"";display:block;height:6.15385px;height:calc(var(--ck-todo-list-checkmark-size)/2.6);left:5.33333px;left:calc(var(--ck-todo-list-checkmark-size)/3);pointer-events:none;position:absolute;top:3.01887px;top:calc(var(--ck-todo-list-checkmark-size)/5.3);transform:rotate(45deg);width:3.01887px;width:calc(var(--ck-todo-list-checkmark-size)/5.3)}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input[checked]:before{background:#26ab33;border-color:#26ab33}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input[checked]:after{border-color:#fff}.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox]{position:absolute}.ck-content img.image_resized{height:auto}.ck-content .image.image_resized{box-sizing:border-box;display:block;max-width:100%}.ck-content .image.image_resized img{width:100%}.ck-content .image.image_resized>figcaption{display:block}.ck-content .image{clear:both;display:table;margin:.9em auto;min-width:50px;text-align:center}.ck-content .image img{display:block;height:auto;margin:0 auto;max-width:100%;min-width:100%}.ck-content .image-inline{display:inline-flex;max-width:100%;align-items:flex-start}.ck-content .image-inline picture{display:flex}.ck-content .image-inline img,.ck-content .image-inline picture{flex-grow:1;flex-shrink:1;max-width:100%}.ck-content .image>figcaption{background-color:#f7f7f7;background-color:var(--ck-color-image-caption-background);caption-side:bottom;color:#333;color:var(--ck-color-image-caption-text);display:table-caption;font-size:.75em;outline-offset:-1px;padding:.6em;word-break:break-word}.ck-content ol{list-style-type:decimal}.ck-content ol ol{list-style-type:lower-latin}.ck-content ol ol ol{list-style-type:lower-roman}.ck-content ol ol ol ol{list-style-type:upper-latin}.ck-content ol ol ol ol ol{list-style-type:upper-roman}.ck-content ul{list-style-type:disc}.ck-content ul ul{list-style-type:circle}.ck-content ul ul ul,.ck-content ul ul ul ul{list-style-type:square}.ck-content .image-style-block-align-left,.ck-content .image-style-block-align-right{max-width:calc(100% - 1.5em);max-width:calc(100% - var(--ck-image-style-spacing))}.ck-content .image-style-align-left,.ck-content .image-style-align-right{clear:none}.ck-content .image-style-side{float:right;margin-left:1.5em;margin-left:var(--ck-image-style-spacing);max-width:50%}.ck-content .image-style-align-left{float:left;margin-right:1.5em;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-right{float:right;margin-left:1.5em;margin-left:var(--ck-image-style-spacing)}.ck-content .image-style-block-align-right{margin-left:auto;margin-right:0}.ck-content .image-style-block-align-left{margin-left:0;margin-right:auto}.ck-content p+.image-style-align-left,.ck-content p+.image-style-align-right,.ck-content p+.image-style-side{margin-top:0}.ck-content .image-inline.image-style-align-left,.ck-content .image-inline.image-style-align-right{margin-bottom:.75em;margin-bottom:var(--ck-inline-image-style-spacing);margin-top:.75em;margin-top:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-left{margin-right:.75em;margin-right:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-right{margin-left:.75em;margin-left:var(--ck-inline-image-style-spacing)}.ck-content .marker-yellow{background-color:#fdfd77;background-color:var(--ck-highlight-marker-yellow)}.ck-content .marker-green{background-color:#62f962;background-color:var(--ck-highlight-marker-green)}.ck-content .marker-pink{background-color:#fc7899;background-color:var(--ck-highlight-marker-pink)}.ck-content .marker-blue{background-color:#72ccfd;background-color:var(--ck-highlight-marker-blue)}.ck-content .pen-red{background-color:transparent;color:#e71313;color:var(--ck-highlight-pen-red)}.ck-content .pen-green{background-color:transparent;color:#128a00;color:var(--ck-highlight-pen-green)}.ck-content blockquote{border-left:5px solid #ccc;font-style:italic;margin-left:0;margin-right:0;overflow:hidden;padding-left:1.5em;padding-right:1.5em}.ck-content[dir=rtl] blockquote{border-left:0;border-right:5px solid #ccc}.ck-content code{background-color:hsla(0,0%,78%,.3);border-radius:2px;padding:.15em}.ck-content .text-tiny{font-size:.7em}.ck-content .text-small{font-size:.85em}.ck-content .text-big{font-size:1.4em}.ck-content .text-huge{font-size:1.8em}.ck-content .mention{background:rgba(153,0,48,.1);background:var(--ck-color-mention-background);color:#990030;color:var(--ck-color-mention-text)}.ck-content hr{background:#dedede;border:0;height:4px;margin:15px 0}.ck-content pre{background:hsla(0,0%,78%,.3);border:1px solid #c4c4c4;border-radius:2px;color:#353535;direction:ltr;font-style:normal;min-width:200px;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre-wrap}.ck-content pre code{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-radius:0;padding:0}@media print{.ck-content .page-break{padding:0}.ck-content .page-break:after{display:none}}.button,.file-cta,.file-name,.form__input,.form__textarea,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding:calc(.5em - 1px) calc(.75em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.form__input:active,.form__input:focus,.form__textarea:active,.form__textarea:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.form__input,.is-active.form__textarea,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.form__input,.is-focused.form__textarea,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:none}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].form__input,[disabled].form__textarea,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .form__input,fieldset[disabled] .form__textarea,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:.5rem}.delete{-webkit-touch-callout:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:9999px;cursor:pointer;display:inline-block;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.delete:after,.delete:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete:before{height:2px;width:50%}.delete:after{height:50%;width:2px}.delete:focus,.delete:hover{background-color:hsla(0,0%,4%,.3)}.delete:active{background-color:hsla(0,0%,4%,.4)}.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading:after,.control.is-loading:after,.is-loading.search-form__controls:after,.loader,.select.is-loading:after{-webkit-animation:spinAround .5s linear infinite;animation:spinAround .5s linear infinite;border-color:transparent transparent #dbdbdb #dbdbdb;border-radius:9999px;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:montserrat}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#0a0a0a;font-size:1em;font-weight:400;line-height:1.5}a{cursor:pointer;text-decoration:none}a strong{color:currentColor}code{color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em}code,hr{background-color:#f5f5f5}hr{border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#0a0a0a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@-webkit-keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:0;box-shadow:none;color:#0a0a0a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px #0a0a0a}a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #0a0a0a}.button{border-color:#dbdbdb;border-width:1px;justify-content:center;padding:calc(.5em - 1px) 1em;text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#0a0a0a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:transparent;color:#0a0a0a;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#0a0a0a;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused:after,.button.is-white.is-outlined.is-loading.is-hovered:after,.button.is-white.is-outlined.is-loading:focus:after,.button.is-white.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-white.is-inverted.is-outlined.is-loading:focus:after,.button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading.is-focused:after,.button.is-black.is-outlined.is-loading.is-hovered:after,.button.is-black.is-outlined.is-loading:focus:after,.button.is-black.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-black.is-inverted.is-outlined.is-loading:focus:after,.button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{color:#f5f5f5}.button.is-light.is-inverted,.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.is-focused:after,.button.is-light.is-outlined.is-loading.is-hovered:after,.button.is-light.is-outlined.is-loading:focus:after,.button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-light.is-inverted.is-outlined.is-loading:focus:after,.button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.is-focused:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#9560a9;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#8f59a4;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(149,96,169,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#88549b;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#9560a9;border-color:#9560a9;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#9560a9}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#9560a9}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#9560a9;color:#9560a9}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#9560a9;border-color:#9560a9;color:#fff}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #9560a9 #9560a9!important}.button.is-primary.is-outlined.is-loading.is-focused:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#9560a9;box-shadow:none;color:#9560a9}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#9560a9}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #9560a9 #9560a9!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#f6f2f8;color:#825195}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#f1e9f3;border-color:transparent;color:#825195}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#ebe1ef;border-color:transparent;color:#825195}.button.is-link{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#000;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-link.is-outlined.is-loading.is-focused:after,.button.is-link.is-outlined.is-loading.is-hovered:after,.button.is-link.is-outlined.is-loading:focus:after,.button.is-link.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-link.is-inverted.is-outlined.is-loading:focus:after,.button.is-link.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#f5f5f5;color:#919191}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#eee;border-color:transparent;color:#919191}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#e8e8e8;border-color:transparent;color:#919191}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused:after,.button.is-info.is-outlined.is-loading.is-hovered:after,.button.is-info.is-outlined.is-loading:focus:after,.button.is-info.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-info.is-inverted.is-outlined.is-loading:focus:after,.button.is-info.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eff5fb;color:#296fa8}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-success{background-color:#51a769;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#4d9e64;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(81,167,105,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#49965e;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#51a769;border-color:#51a769;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#51a769}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#51a769}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#51a769;color:#51a769}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#51a769;border-color:#51a769;color:#fff}.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #51a769 #51a769!important}.button.is-success.is-outlined.is-loading.is-focused:after,.button.is-success.is-outlined.is-loading.is-hovered:after,.button.is-success.is-outlined.is-loading:focus:after,.button.is-success.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#51a769;box-shadow:none;color:#51a769}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#51a769}.button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-success.is-inverted.is-outlined.is-loading:focus:after,.button.is-success.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #51a769 #51a769!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#f1f8f3;color:#3f8352}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e9f4ec;border-color:transparent;color:#3f8352}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#e0f0e5;border-color:transparent;color:#3f8352}.button.is-warning{background-color:#b797b4;border-color:transparent;color:#fff}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#b28faf;border-color:transparent;color:#fff}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:#fff}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(183,151,180,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ad88a9;border-color:transparent;color:#fff}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#b797b4;border-color:#b797b4;box-shadow:none}.button.is-warning.is-inverted{background-color:#fff;color:#b797b4}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:#f2f2f2}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#b797b4}.button.is-warning.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#b797b4;color:#b797b4}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#b797b4;border-color:#b797b4;color:#fff}.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #b797b4 #b797b4!important}.button.is-warning.is-outlined.is-loading.is-focused:after,.button.is-warning.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-outlined.is-loading:focus:after,.button.is-warning.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#b797b4;box-shadow:none;color:#b797b4}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:#fff;color:#b797b4}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.button.is-warning.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #b797b4 #b797b4!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning.is-light{background-color:#f7f3f6;color:#694966}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#f1ebf1;border-color:transparent;color:#694966}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#ece4eb;border-color:transparent;color:#694966}.button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused:after,.button.is-danger.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-outlined.is-loading:focus:after,.button.is-danger.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.button.is-danger.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{left:calc(50% - .5em);position:absolute;position:absolute!important;top:calc(50% - .5em)}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1263px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1200px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1264px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1200px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;-ms-flex-pack:center;height:1.5rem;justify-content:center;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#9560a9;color:#fff}.notification.is-primary.is-light{background-color:#f6f2f8;color:#825195}.notification.is-link{background-color:#0a0a0a;color:#fff}.notification.is-link.is-light{background-color:#f5f5f5;color:#919191}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#51a769;color:#fff}.notification.is-success.is-light{background-color:#f1f8f3;color:#3f8352}.notification.is-warning{background-color:#b797b4;color:#fff}.notification.is-warning.is-light{background-color:#f7f3f6;color:#694966}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#0a0a0a}.progress::-moz-progress-bar{background-color:#0a0a0a}.progress::-ms-fill{background-color:#0a0a0a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(90deg,#fff 30%,#ededed 0)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 0)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(90deg,#f5f5f5 30%,#ededed 0)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#363636 30%,#ededed 0)}.progress.is-primary::-webkit-progress-value{background-color:#9560a9}.progress.is-primary::-moz-progress-bar{background-color:#9560a9}.progress.is-primary::-ms-fill{background-color:#9560a9}.progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#9560a9 30%,#ededed 0)}.progress.is-link::-webkit-progress-value{background-color:#0a0a0a}.progress.is-link::-moz-progress-bar{background-color:#0a0a0a}.progress.is-link::-ms-fill{background-color:#0a0a0a}.progress.is-link:indeterminate{background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 0)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(90deg,#3e8ed0 30%,#ededed 0)}.progress.is-success::-webkit-progress-value{background-color:#51a769}.progress.is-success::-moz-progress-bar{background-color:#51a769}.progress.is-success::-ms-fill{background-color:#51a769}.progress.is-success:indeterminate{background-image:linear-gradient(90deg,#51a769 30%,#ededed 0)}.progress.is-warning::-webkit-progress-value{background-color:#b797b4}.progress.is-warning::-moz-progress-bar{background-color:#b797b4}.progress.is-warning::-ms-fill{background-color:#b797b4}.progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#b797b4 30%,#ededed 0)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#f14668 30%,#ededed 0)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 0);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#9560a9;border-color:#9560a9;color:#fff}.table td.is-link,.table th.is-link{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#51a769;border-color:#51a769;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#b797b4;border-color:#b797b4;color:#fff}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#9560a9;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#9560a9;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover,.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto;overflow-y:hidden}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-left:.25rem;margin-right:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.has-addons .tag,.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#0a0a0a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#9560a9;color:#fff}.tag:not(body).is-primary.is-light{background-color:#f6f2f8;color:#825195}.tag:not(body).is-link{background-color:#0a0a0a;color:#fff}.tag:not(body).is-link.is-light{background-color:#f5f5f5;color:#919191}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#51a769;color:#fff}.tag:not(body).is-success.is-light{background-color:#f1f8f3;color:#3f8352}.tag:not(body).is-warning{background-color:#b797b4;color:#fff}.tag:not(body).is-warning.is-light{background-color:#f7f3f6;color:#694966}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete:after,.tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#363636;font-family:montserrat;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#0a0a0a;font-family:montserrat;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#a1a1a1;border-radius:0;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(51,51,51,.6)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(51,51,51,.6)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(51,51,51,.6)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(51,51,51,.6)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#0a0a0a;box-shadow:0 transparent}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:hsla(0,0%,48%,.3)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:hsla(0,0%,48%,.3)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.input,.textarea{max-width:100%;width:100%}.input,.textarea,[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 hsla(0,0%,100%,.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 hsla(0,0%,4%,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 hsla(0,0%,96%,.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#9560a9}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 rgba(149,96,169,.25)}.is-link.input,.is-link.textarea{border-color:#0a0a0a}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 hsla(0,0%,4%,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#51a769}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 rgba(81,167,105,.25)}.is-warning.input,.is-warning.textarea{border-color:#b797b4}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 rgba(183,151,180,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:auto}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading):after{border-color:#0a0a0a;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.select.is-white select,.select.is-white:not(:hover):after{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 hsla(0,0%,100%,.25)}.select.is-black select,.select.is-black:not(:hover):after{border-color:#0a0a0a}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#000}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 hsla(0,0%,4%,.25)}.select.is-light select,.select.is-light:not(:hover):after{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 hsla(0,0%,96%,.25)}.select.is-dark select,.select.is-dark:not(:hover):after{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 rgba(54,54,54,.25)}.select.is-primary select,.select.is-primary:not(:hover):after{border-color:#9560a9}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#88549b}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 rgba(149,96,169,.25)}.select.is-link select,.select.is-link:not(:hover):after{border-color:#0a0a0a}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#000}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 hsla(0,0%,4%,.25)}.select.is-info select,.select.is-info:not(:hover):after{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 rgba(62,142,208,.25)}.select.is-success select,.select.is-success:not(:hover):after{border-color:#51a769}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#49965e}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 rgba(81,167,105,.25)}.select.is-warning select,.select.is-warning:not(:hover):after{border-color:#b797b4}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ad88a9}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 rgba(183,151,180,.25)}.select.is-danger select,.select.is-danger:not(:hover):after{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:#7a7a7a!important;opacity:.5}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#9560a9;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#8f59a4;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(149,96,169,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#88549b;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#51a769;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#4d9e64;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(81,167,105,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#49965e;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#b797b4;border-color:transparent;color:#fff}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#b28faf;border-color:transparent;color:#fff}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(183,151,180,.25);color:#fff}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ad88a9;border-color:transparent;color:#fff}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-cta,.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;cursor:pointer;display:flex;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#0a0a0a}.file-name{border:1px solid #dbdbdb;border-left-width:0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#9560a9}.help.is-link{color:#0a0a0a}.help.is-info{color:#3e8ed0}.help.is-success{color:#51a769}.help.is-warning{color:#b797b4}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child),.field.has-addons .search-form__controls:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select,.field.has-addons .search-form__controls:not(:first-child):not(:last-child) .button,.field.has-addons .search-form__controls:not(:first-child):not(:last-child) .input,.field.has-addons .search-form__controls:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select,.field.has-addons .search-form__controls:first-child:not(:only-child) .button,.field.has-addons .search-form__controls:first-child:not(:only-child) .input,.field.has-addons .search-form__controls:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select,.field.has-addons .search-form__controls:last-child:not(:only-child) .button,.field.has-addons .search-form__controls:last-child:not(:only-child) .input,.field.has-addons .search-form__controls:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .search-form__controls .button:not([disabled]).is-hovered,.field.has-addons .search-form__controls .button:not([disabled]):hover,.field.has-addons .search-form__controls .input:not([disabled]).is-hovered,.field.has-addons .search-form__controls .input:not([disabled]):hover,.field.has-addons .search-form__controls .select select:not([disabled]).is-hovered,.field.has-addons .search-form__controls .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .search-form__controls .button:not([disabled]).is-active,.field.has-addons .search-form__controls .button:not([disabled]).is-focused,.field.has-addons .search-form__controls .button:not([disabled]):active,.field.has-addons .search-form__controls .button:not([disabled]):focus,.field.has-addons .search-form__controls .input:not([disabled]).is-active,.field.has-addons .search-form__controls .input:not([disabled]).is-focused,.field.has-addons .search-form__controls .input:not([disabled]):active,.field.has-addons .search-form__controls .input:not([disabled]):focus,.field.has-addons .search-form__controls .select select:not([disabled]).is-active,.field.has-addons .search-form__controls .select select:not([disabled]).is-focused,.field.has-addons .search-form__controls .select select:not([disabled]):active,.field.has-addons .search-form__controls .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .search-form__controls .button:not([disabled]).is-active:hover,.field.has-addons .search-form__controls .button:not([disabled]).is-focused:hover,.field.has-addons .search-form__controls .button:not([disabled]):active:hover,.field.has-addons .search-form__controls .button:not([disabled]):focus:hover,.field.has-addons .search-form__controls .input:not([disabled]).is-active:hover,.field.has-addons .search-form__controls .input:not([disabled]).is-focused:hover,.field.has-addons .search-form__controls .input:not([disabled]):active:hover,.field.has-addons .search-form__controls .input:not([disabled]):focus:hover,.field.has-addons .search-form__controls .select select:not([disabled]).is-active:hover,.field.has-addons .search-form__controls .select select:not([disabled]).is-focused:hover,.field.has-addons .search-form__controls .select select:not([disabled]):active:hover,.field.has-addons .search-form__controls .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded,.field.has-addons .is-expanded.search-form__controls{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control,.field.has-addons.has-addons-fullwidth .search-form__controls{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control,.field.is-grouped>.search-form__controls{flex-shrink:0}.field.is-grouped>.control:not(:last-child),.field.is-grouped>.search-form__controls:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded,.field.is-grouped>.is-expanded.search-form__controls{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child),.field.is-grouped.is-grouped-multiline>.search-form__controls:last-child,.field.is-grouped.is-grouped-multiline>.search-form__controls:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control,.search-form__controls{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon,.has-icons-left.search-form__controls .input:focus~.icon,.has-icons-left.search-form__controls .select:focus~.icon,.has-icons-right.search-form__controls .input:focus~.icon,.has-icons-right.search-form__controls .select:focus~.icon{color:#0a0a0a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon,.has-icons-left.search-form__controls .input.is-small~.icon,.has-icons-left.search-form__controls .select.is-small~.icon,.has-icons-right.search-form__controls .input.is-small~.icon,.has-icons-right.search-form__controls .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon,.has-icons-left.search-form__controls .input.is-medium~.icon,.has-icons-left.search-form__controls .select.is-medium~.icon,.has-icons-right.search-form__controls .input.is-medium~.icon,.has-icons-right.search-form__controls .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon,.has-icons-left.search-form__controls .input.is-large~.icon,.has-icons-left.search-form__controls .select.is-large~.icon,.has-icons-right.search-form__controls .input.is-large~.icon,.has-icons-right.search-form__controls .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon,.has-icons-left.search-form__controls .icon,.has-icons-right.search-form__controls .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select,.has-icons-left.search-form__controls .input,.has-icons-left.search-form__controls .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left,.has-icons-left.search-form__controls .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select,.has-icons-right.search-form__controls .input,.has-icons-right.search-form__controls .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right,.has-icons-right.search-form__controls .icon.is-right{right:0}.control.is-loading:after,.is-loading.search-form__controls:after{position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after,.is-loading.is-small.search-form__controls:after{font-size:.75rem}.control.is-loading.is-medium:after,.is-loading.is-medium.search-form__controls:after{font-size:1.25rem}.control.is-loading.is-large:after,.is-loading.is-large.search-form__controls:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#0a0a0a;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#b5b5b5;content:"/"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"→"}.breadcrumb.has-bullet-separator li+li:before{content:"•"}.breadcrumb.has-dot-separator li+li:before{content:"·"}.breadcrumb.has-succeeds-separator li+li:before{content:"≻"}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.25rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.25rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.25rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid hsla(0,0%,86%,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child),.media .media .search-form__controls:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#0a0a0a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#0a0a0a;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{border-radius:9999px;padding-left:1em;padding-right:1em}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#b797b4;color:#b797b4;min-width:2rem}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#b797b4}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#b797b4}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#b797b4;border-color:#b797b4;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs,.tabs a{display:flex}.tabs a{align-items:center;border-bottom:1px solid #dbdbdb;color:#0a0a0a;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#0a0a0a;color:#0a0a0a}.tabs ul{align-items:center;border-bottom:1px solid #dbdbdb;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-bottom-left-radius:4px;border-top-left-radius:4px}.tabs.is-toggle li:last-child a{border-bottom-right-radius:4px;border-top-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:auto}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:auto}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{flex:none;width:auto}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:auto}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:auto}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:auto}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1264px){.column.is-narrow-fullhd{flex:none;width:auto}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:-.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:-.75rem;margin-right:calc(var(--columnGap)*-1)}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1264px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1264px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1264px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1264px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1264px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1264px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1264px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1264px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px)and (max-width:1263px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1264px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.tile:not(.is-child){display:flex}.tile.is-1{width:8.33333337%}.tile.is-1,.tile.is-2{flex:none}.tile.is-2{width:16.66666674%}.tile.is-3{width:25%}.tile.is-3,.tile.is-4{flex:none}.tile.is-4{width:33.33333337%}.tile.is-5{width:41.66666674%}.tile.is-5,.tile.is-6{flex:none}.tile.is-6{width:50%}.tile.is-7{width:58.33333337%}.tile.is-7,.tile.is-8{flex:none}.tile.is-8{width:66.66666674%}.tile.is-9{width:75%}.tile.is-10,.tile.is-9{flex:none}.tile.is-10{width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#9560a9!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#794b8b!important}.has-background-primary{background-color:#9560a9!important}.has-text-primary-light{color:#f6f2f8!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#e0d1e6!important}.has-background-primary-light{background-color:#f6f2f8!important}.has-text-primary-dark{color:#825195!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#9c6aae!important}.has-background-primary-dark{background-color:#825195!important}.has-text-link{color:#0a0a0a!important}a.has-text-link:focus,a.has-text-link:hover{color:#000!important}.has-background-link{background-color:#0a0a0a!important}.has-text-link-light{color:#f5f5f5!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#dbdbdb!important}.has-background-link-light{background-color:#f5f5f5!important}.has-text-link-dark{color:#919191!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#ababab!important}.has-background-link-dark{background-color:#919191!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#51a769!important}a.has-text-success:focus,a.has-text-success:hover{color:#408553!important}.has-background-success{background-color:#51a769!important}.has-text-success-light{color:#f1f8f3!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#cfe8d6!important}.has-background-success-light{background-color:#f1f8f3!important}.has-text-success-dark{color:#3f8352!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#50a568!important}.has-background-success-dark{background-color:#3f8352!important}.has-text-warning{color:#b797b4!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#a2799e!important}.has-background-warning{background-color:#b797b4!important}.has-text-warning-light{color:#f7f3f6!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#e2d5e1!important}.has-background-warning-light{background-color:#f7f3f6!important}.has-text-warning-dark{color:#694966!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#885e84!important}.has-background-warning-dark{background-color:#694966!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#feecf0!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#fabdc9!important}.has-background-danger-light{background-color:#feecf0!important}.has-text-danger-dark{color:#cc0f35!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#ee2049!important}.has-background-danger-dark{background-color:#cc0f35!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3,.mx-3{margin-left:.75rem!important}.mx-3{margin-right:.75rem!important}.my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4,.mx-4{margin-left:1rem!important}.mx-4{margin-right:1rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5,.mx-5{margin-left:1.5rem!important}.mx-5{margin-right:1.5rem!important}.my-5{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.mx-6{margin-right:3rem!important}.my-6{margin-bottom:3rem!important;margin-top:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3,.px-3{padding-left:.75rem!important}.px-3{padding-right:.75rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4,.px-4{padding-left:1rem!important}.px-4{padding-right:1rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5,.px-5{padding-left:1.5rem!important}.px-5{padding-right:1.5rem!important}.py-5{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.px-6{padding-right:3rem!important}.py-6{padding-bottom:3rem!important;padding-top:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto,.px-auto{padding-left:auto!important}.px-auto{padding-right:auto!important}.py-auto{padding-bottom:auto!important;padding-top:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1264px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px)and (max-width:1263px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1264px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px)and (max-width:1263px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1264px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px)and (max-width:1263px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1264px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px)and (max-width:1263px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1264px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary,.is-family-sans-serif,.is-family-secondary{font-family:montserrat!important}.is-family-code,.is-family-monospace{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1264px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1264px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1264px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1264px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1264px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1264px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px)and (max-width:1263px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1264px){.is-invisible-fullhd{visibility:hidden!important}}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{height:100%;left:0;position:absolute;top:0;width:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff")}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:""}.vjs-icon-play-circle{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-play-circle:before{content:""}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:""}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:""}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:""}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:""}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:""}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:""}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-style:normal;font-weight:400}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:""}.vjs-icon-square{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-square:before{content:""}.vjs-icon-spinner{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-spinner:before{content:""}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:""}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:""}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:""}.vjs-icon-share{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-share:before{content:""}.vjs-icon-cog{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-cog:before{content:""}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:""}.vjs-icon-circle-outline{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-circle-outline:before{content:""}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-circle-inner-circle:before{content:""}.vjs-icon-hd{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-hd:before{content:""}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:""}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:""}.vjs-icon-facebook{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-facebook:before{content:""}.vjs-icon-gplus{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-gplus:before{content:""}.vjs-icon-linkedin{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-linkedin:before{content:""}.vjs-icon-twitter{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-twitter:before{content:""}.vjs-icon-tumblr{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-tumblr:before{content:""}.vjs-icon-pinterest{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-pinterest:before{content:""}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:""}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:""}.vjs-icon-next-item{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-next-item:before{content:""}.vjs-icon-previous-item{font-family:VideoJS;font-style:normal;font-weight:400}.vjs-icon-previous-item:before{content:""}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-style:normal;font-weight:400}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:""}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-style:normal;font-weight:400}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:""}.video-js{background-color:#000;box-sizing:border-box;color:#fff;display:block;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:1;padding:0;position:relative;vertical-align:top;word-break:normal}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{height:100%!important;width:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{max-width:100%;width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js .vjs-tech,.video-js.vjs-fill:not(.vjs-audio-only-mode){height:100%;width:100%}.video-js .vjs-tech{left:0;position:absolute;top:0}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{height:100%;margin:0;padding:0}.vjs-full-window .video-js.vjs-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){height:100%!important;padding-top:0!important;width:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{cursor:default;opacity:.5}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{background-color:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:18px;height:150px;margin:0 auto;padding:20px;text-align:center;width:300px}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{background-color:#2b333f;background-color:rgba(43,51,63,.7);border:.06666em solid #fff;border-radius:.3em;cursor:pointer;display:block;font-size:3em;height:1.63332em;left:10px;line-height:1.5em;opacity:1;padding:0;position:absolute;top:10px;transition:all .4s;width:3em}.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-1.5em;margin-top:-.81666em;top:50%}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{background-color:#73859f;background-color:rgba(115,133,159,.5);border-color:#fff;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-decoration:none;text-transform:none;transition:none}.vjs-control .vjs-button{height:100%;width:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;font-family:Arial,Helvetica,sans-serif;margin:0;overflow:auto;padding:0}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{font-size:1.2em;line-height:1.4em;list-style:none;margin:0;padding:.2em 0;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:none}.vjs-menu li.vjs-menu-title{cursor:default;font-size:1em;font-weight:700;line-height:2em;margin:0 0 .3em;padding:0;text-align:center;text-transform:uppercase}.vjs-menu-button-popup .vjs-menu{border-top-color:rgba(43,51,63,.7);bottom:0;display:none;height:0;left:-3em;margin-bottom:1.5em;position:absolute;width:10em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);bottom:1.5em;max-height:15em;position:absolute;width:100%}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{overflow:hidden;transition:all .4s}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{height:100%;left:4em;margin:0;opacity:0;padding:0;position:absolute;top:0;transition:all .4s;width:auto}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{height:100%;margin:0;overflow:hidden;width:auto}.video-js .vjs-control-bar{background-color:#2b333f;background-color:rgba(43,51,63,.7);bottom:0;display:none;height:3em;left:0;position:absolute;right:0;width:100%}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:flex;opacity:1;transition:visibility .1s,opacity .1s;visibility:visible}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s;visibility:visible}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;pointer-events:auto;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{flex:none;height:100%;margin:0;padding:0;position:relative;text-align:center;width:4em}.video-js .vjs-control.vjs-visible-text{padding-left:1em;padding-right:1em;width:auto}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;display:flex;flex:auto;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;height:.3em;transition:all .2s}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{display:block;height:100%;margin:0;padding:0;position:absolute;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{background-color:#000;display:none;height:100%;position:absolute;width:1px;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{opacity:0;transition:visibility 1s,opacity 1s;visibility:hidden}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{background-color:#000;background-color:rgba(0,0,0,.8);color:#fff}.video-js .vjs-slider{cursor:pointer;margin:0 .45em;padding:0;position:relative;-webkit-touch-callout:none;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{box-shadow:0 0 1em #fff;text-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;display:flex;margin-right:1em}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{height:1px;margin-left:-1px;opacity:0;visibility:visible;width:1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;visibility:visible}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{height:3em;margin-right:0;width:5em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{transition:width .1s;width:10em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;width:3em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{height:3em;opacity:1;position:relative;transition:none;visibility:visible;width:5em}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{bottom:3em;left:.5em;position:absolute}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{height:.3em;width:5em}.vjs-volume-bar.vjs-slider-vertical{height:5em;margin:1.35em auto;width:.3em}.video-js .vjs-volume-level{background-color:#fff;bottom:0;left:0;position:absolute}.video-js .vjs-volume-level:before{font-size:.9em;position:absolute;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{left:-.3em;top:-.5em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{right:-.5em;top:-.3em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{background-color:#2b333f;background-color:rgba(43,51,63,.7);bottom:8em;height:8em;width:3em}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{background-color:#000;display:none;height:1px;position:absolute;width:100%;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{height:100%;width:1px}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{opacity:0;transition:visibility 1s,opacity 1s;visibility:hidden}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{background-color:#000;background-color:rgba(0,0,0,.8);color:#fff}.vjs-poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;bottom:0;cursor:pointer;display:inline-block;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;top:0;vertical-align:middle}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;text-align:left;width:auto}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;display:inline-flex;flex:none;font-size:1em;height:100%;line-height:3em;min-width:4em;padding-left:.5em;padding-right:.5em;width:auto}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;text-align:left;width:auto}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{color:#888;margin-right:.5em}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;padding-left:1em;padding-right:1em;width:auto}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{bottom:3em;left:0;pointer-events:none;position:absolute;right:0;top:0}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;margin-bottom:.1em;text-align:center}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{height:100%;left:0;position:absolute;top:0;width:100%}.vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;pointer-events:none;text-align:center}.vjs-playback-rate .vjs-menu{left:0;width:4em}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-align:center;text-shadow:.05em .05em .1em #000;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{background-clip:padding-box;border:6px solid rgba(43,51,63,.7);border-radius:25px;box-sizing:border-box;display:none;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.85;position:absolute;text-align:left;top:50%;visibility:hidden;width:50px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards;display:block}.vjs-loading-spinner:after,.vjs-loading-spinner:before{border:inherit;border-color:#fff transparent transparent;border-radius:inherit;box-sizing:inherit;content:"";height:inherit;margin:-6px;opacity:1;position:absolute;width:inherit}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation-delay:.44s;animation-delay:.44s;border-top-color:#fff}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(1turn)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{display:inline-block;margin-bottom:-.1em;vertical-align:middle}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{content:"";font-family:VideoJS;font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{display:inline-block;margin-bottom:-.1em;vertical-align:middle}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{content:" ";font-family:VideoJS;font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{display:block;flex:auto}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports(display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-bottom:.5em;margin-right:1em}.vjs-text-track-settings fieldset{border:none;margin:5px;padding:3px}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0;display:block;height:1px;margin:0 0 5px;overflow:hidden;padding:0;width:1px}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{background-image:linear-gradient(0deg,#fff 88%,#73859f);outline-style:solid;outline-width:medium}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);border-radius:2px;color:#2b333f;cursor:pointer}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{border:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:none}.video-js :focus:not(:focus-visible){outline:none}:root{--app-header-slim-height:0;--main-header-height:4.25rem;--app-header-height:var(--main-header-height);--shop-info-logo-size:44px;--shop-info-logo-size-header:48px}@media screen and (min-width:1024px){:root{--shop-info-logo-size:50px;--shop-info-logo-size-header:56px;--main-header-height:4.875rem;--app-header-slim-height:1.75rem;--app-header-height:calc(var(--app-header-slim-height) + var(--main-header-height))}}*{font-family:montserrat}html ::-webkit-scrollbar{height:0;width:0}html ::-webkit-scrollbar-thumb,html ::-webkit-scrollbar-track{background-color:transparent}@media screen and (min-width:1024px){html ::-webkit-scrollbar{border-radius:0;height:4px;width:8px}html ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:4px}html ::-webkit-scrollbar-track{background-color:transparent;border-radius:0}}body,html{height:100%}body{display:flex;flex-direction:column}.document--with-main-overlay-visible{overflow-y:hidden}body>.main-content{display:flex;flex:1 0 auto;flex-direction:column}body>.footer{flex-shrink:0}turbo-frame{display:contents}.checkbox input[type=checkbox],.checkbox input[type=radio],.radio input[type=checkbox],.radio input[type=radio]{margin-right:.5rem}.mt-0{margin-top:0}svg{font-size:1rem;height:1rem;width:1rem}fieldset{padding-bottom:.5rem;padding-top:.5rem;position:relative}fieldset legend{color:#333;font-size:24px;font-style:normal;font-weight:500;line-height:29px;margin-bottom:20px}@media screen and (max-width:768px){.section{padding:1rem .75rem}}.is-hidden{display:none}input,select{padding:.75rem 1rem}figure{line-height:1}.divider{background-color:#e3e3e3;display:block;height:1px;margin:1rem 0;outline:none;position:relative;width:100%}.progress-wrapper{margin-bottom:1rem}a{color:inherit}a[disabled]{opacity:.5;pointer-events:none}button,input[submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}.simple-link{color:#9560a9}.pre-white-space{white-space:pre}.grecaptcha-badge{visibility:hidden}.button{background-color:#fff;border:1px solid #393939;border-radius:4px;box-sizing:border-box;cursor:pointer;font-size:1rem;font-weight:400;height:40px;padding:0 1.125rem}.button,.button:visited{color:#393939}.button:active,.button:focus{box-shadow:none!important}.button:disabled{opacity:1}.button--primary{background-color:#9560a9;border:0;color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase}.button--primary:visited{color:#fff}.button--primary:hover{background-color:#7c488f;color:#fff}.button--primary:active,.button--primary:focus{background-color:#af83c0;color:#fff}.button--primary:disabled{background-color:#fdf8ff;border:1px solid #f7e2e8;color:#b6607a}.button--secondary{background-color:#eee5fa;border:1px solid #9560a9;color:#9560a9;font-size:14px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase}.button--secondary:visited{color:#9560a9}.button--secondary:hover{background-color:#eee5fa;border:1px solid #7c488f;color:#7c488f}.button--secondary:active,.button--secondary:focus{background-color:#eee5fa;border:1px solid #af83c0;color:#af83c0}.button--secondary:disabled{background-color:#fdf8ff;border:1px solid #f7e2e8;color:#b6607a}.button--cancel{background-color:#fefcff;border:1px solid #b6607a;color:#b6607a;font-size:14px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase}.button--cancel:visited{color:#b6607a}.button--cancel:hover{background-color:#fefcff;border:1px solid #a04c65;color:#a04c65}.button--cancel:active,.button--cancel:focus{background-color:#fefcff;border:1px solid #d5708e;color:#d5708e}.button--cancel:disabled{background-color:#fdf8ff;border:1px solid #f7e2e8;color:#b6607a}.button--danger{background-color:#b6607a;border:1px solid #b6607a;color:#fefcff;font-weight:600}.button--add,.button--danger{font-size:14px;font-style:normal;line-height:16px;text-transform:uppercase}.button--add{background-color:#c081c4;border:1px solid #c081c4;border-radius:2px;color:#fff;font-weight:500}.button--add:visited{color:#fff}.button--add:active,.button--add:focus,.button--add:hover{background-color:#c081c4;border:1px solid #c081c4;color:#fff}.button--add:disabled{background-color:#fdf8ff;border:1px solid #f7e2e8;color:#b6607a}.button--full-width{width:100%}.video-js:not(.vjs-fullscreen){--max-video-height:300px;--min-video-height:270px;display:flex}@media print,screen and (min-width:769px){.video-js:not(.vjs-fullscreen){--max-video-height:350px}}@media screen and (min-width:1216px){.video-js:not(.vjs-fullscreen){--max-video-height:400px}}.video-js:not(.vjs-fullscreen) video{height:auto;max-height:var(--max-video-height);min-height:var(--min-video-height)}.video-js:not(.vjs-fullscreen) .vjs-tech{position:relative}.video-js:not(.vjs-fullscreen).vjs-16-9,.video-js:not(.vjs-fullscreen).vjs-4-3,.video-js:not(.vjs-fullscreen).vjs-fluid{height:auto}.video-js:not(.vjs-fullscreen).vjs-fluid{padding:0!important}.video-js:not(.vjs-fullscreen),.video-js:not(.vjs-fullscreen).vjs_video_3-dimensions{height:auto;max-height:var(--max-video-height);min-height:var(--min-video-height);width:100%}.autosuggest__dropdown{background-color:#fff;border:1px solid #c1c1c1;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:0;position:absolute;top:100%;width:100%;z-index:10}.autosuggest__list{max-height:40vh;max-height:40dvh;overflow-y:auto}.autosuggest__item{padding:0}.autosuggest__item--active{background-color:#eee}.autosuggest__item a,.autosuggest__item button{background-color:transparent;border:none;color:#333;cursor:pointer;display:inline;padding:.5rem 1rem;text-align:left;width:100%}.autosuggest__item a:focus,.autosuggest__item a:hover,.autosuggest__item button:focus,.autosuggest__item button:hover{background-color:#eee}.autosuggest__item mark{background:transparent;color:#9560a9;display:inline;font-weight:500}.autosuggest__item--app-search-form{box-sizing:content-box;padding:.5rem 1rem}.autosuggest__item--app-search-form a,.autosuggest__item--app-search-form button{padding:0}.autosuggest__item--app-search-form:focus,.autosuggest__item--app-search-form:hover{background-color:#eee}.autosuggest{display:flex;flex-direction:column;position:relative}.autosuggest__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fffcfc;border:1px solid #c1c1c1;border-radius:2px;color:#333;font-size:14px;font-style:normal;font-weight:500}.autosuggest__input:focus-visible{outline:0}.autosuggest__input::-moz-placeholder{color:rgba(51,51,51,.6)}.autosuggest__input:-ms-input-placeholder{color:rgba(51,51,51,.6)}.autosuggest__input::placeholder{color:rgba(51,51,51,.6)}.autosuggest__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-image:url(/assets/b95f91a218582174561fd8160f43471c24fea49efa6ba7b7202854f165a4f986-a29b8db4e7f94e30a4e902d8df62971527da164cf8372751d7b167ecac0b59d4.svg);background-size:cover;cursor:pointer;height:14px;width:14px}.autosuggest__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.autosuggest__input--app-search-form{padding:12px 12px 12px 39px}@media print,screen and (min-width:769px){.autosuggest__input--app-search-form{padding-left:35px}}.ui-checkbox{display:flex;line-height:17px;padding:7px 0;align-items:center;cursor:pointer;gap:.3rem}.ui-checkbox:hover{color:#9560a9}.ui-checkbox__input{cursor:pointer;height:16px;width:16px}.media-uploader{display:flex;flex:1 1;flex-direction:column;position:relative}.media-uploader__video-player{width:100%}.media-uploader--empty{border:1px dashed #603c6d;border-radius:2px;box-shadow:none}.media-uploader--highlight{box-shadow:inset 0 0 3px 0 #333}.media-uploader__preview{display:flex;height:100%;-ms-flex-pack:center;flex:1 1;justify-content:center;position:relative}.media-uploader__preview--opaque:hover .media-uploader__preview-media{filter:brightness(.6)}.media-uploader__preview--opaque:hover .media-uploader__preview-media--video{filter:none}.media-uploader__placeholder,.media-uploader__preview--opaque:hover .media-uploader__remove{display:flex}.media-uploader__placeholder{flex-direction:column;gap:16px;margin:auto;-ms-flex-pack:center;color:#603c6d;justify-content:center;text-align:center}.media-uploader__placeholder-icon{height:36px;margin:auto;width:36px}.media-uploader__placeholder-icon svg{height:100%;width:100%}.media-uploader__placeholder-text,.media-uploader__placeholder-text-message{font-size:16px;font-style:normal;font-weight:500}.media-uploader__placeholder-text-message{color:#be1111;text-align:center}.media-uploader__placeholder-text-action{color:#1a77f2;font-size:14px;font-style:normal;font-weight:400;margin-top:25px;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline}.media-uploader__remove{background:#fff;border:1px solid #4e4e4e;border-radius:50%;cursor:pointer;display:none;height:32px;position:absolute;right:10px;top:10px;width:32px;z-index:10}.media-uploader__remove svg{height:12px;margin:auto;width:12px}.media-uploader__remove--abort-upload-icon{display:flex}.media-uploader input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.media-uploader__progress{border-radius:8px;height:12px;margin:auto;width:86%}.media-uploader__progress-wrapper{background-color:rgba(0,0,0,.4);display:flex;flex:1 1;height:100%;position:absolute;width:100%}.media-uploader__progress::-webkit-progress-bar{background-color:#fff;border-radius:8px;padding:1px}.media-uploader__progress::-webkit-progress-value{background-color:#9560a9;border-radius:8px}.media-uploader__preview-media{height:100%;margin:auto;-o-object-fit:contain;object-fit:contain;width:100%}.media-uploader__preview-media--video{max-height:300px}.media-uploader--round{border-radius:50%;overflow:hidden}.media-uploader--round .media-uploader__remove{right:50%;transform:translateX(50%)}.cropper-face,.cropper-view-box{border-radius:50%}.cropper-view-box{box-shadow:0 0 0 1px #39f;outline:0}.cropper img{display:block;max-width:100%}.form__field{flex:1 1}.form__label{line-height:17px}.form__error{color:#f14668;display:block;font-size:.75rem;margin-top:.25rem}.ui-highlight mark{background:transparent;color:#9560a9;font-weight:500}.icon-button{background:transparent;border:none;display:flex;flex-direction:row;gap:.5rem;line-height:1;align-items:center;color:inherit;cursor:pointer;margin:0;padding:0;position:relative;text-decoration:none}.icon-button--disabled{cursor:not-allowed}.icon-button__icon{line-height:.1}.icon-button__icon--center{margin:auto}.icon-button__label{line-height:inherit;white-space:nowrap}.ui-image__image{max-height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ui-menu{display:flex;flex-direction:column;list-style:none;margin:0;padding:12px 30px 12px 18px}.ui-menu__separator{background-color:#dcdada;display:block;height:1px;margin:8px 0}.ui-menu__item{color:#333}.ui-menu a,.ui-menu__link{color:#333;cursor:pointer;display:flex;padding:8px 0;text-decoration:none;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-menu a:hover,.ui-menu__link:hover{color:#9560a9}.ui-menu__icon-button{font-size:1rem;font-style:normal;font-weight:400;gap:.875rem;padding:8px 0;text-transform:capitalize;width:100%}.ui-menu__icon-button:hover{color:#9560a9}.ui-menu__icon-button svg{color:inherit;height:18px;width:18px}.ui-menu__icon-button--danger{color:#a74652}.modal{background:#fff;border:1px solid #dcdada;border-radius:4px;box-shadow:0 6px 20px hsla(0,0%,52%,.05);display:flex;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content;left:50%;padding:24px;position:fixed;top:50%;transform:translate(-50%,-50%);width:96%;z-index:150}@media print,screen and (min-width:769px){.modal{max-width:500px}}.modal__header{display:flex;width:100%;justify-content:space-between;margin-bottom:30px}.modal__header--flex-end{justify-content:flex-end}.modal__body{width:100%}.modal__footer{display:flex;flex-direction:column;gap:20px;margin-top:24px;width:100%}@media print,screen and (min-width:769px){.modal__footer{-ms-flex-pack:end;flex-direction:row;justify-content:flex-end}}.modal__overlay{background:rgba(0,0,0,.8);left:0;opacity:.6;position:fixed;top:0;transition:visibility 0s,opacity .2s linear;transition-delay:.1s;z-index:110}.modal--cropper,.modal__overlay{height:100%;width:100%}@media print,screen and (min-width:769px){.modal--cropper{height:520px;max-width:80%}}@media screen and (min-width:1024px){.modal--cropper{max-width:890px}}.modal--cropper .modal__header{margin-bottom:16px}.modal--cropper .modal__body{flex:1 1;overflow:hidden}.modal--email,.modal--share{max-width:396px}.modal--hidden{display:none}.modal-header__title{font-size:20px;font-style:normal;font-weight:500;line-height:24px}.modal-header__close-icon{cursor:pointer}.modal-footer__button{height:48px;text-transform:uppercase;width:100%}@media print,screen and (min-width:769px){.modal-footer__button{width:177px}}.popover{background:#fff;border:1px solid #dcdada;border-radius:2px;box-shadow:0 4px 8px rgba(51,51,51,.1);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:240px;position:relative;z-index:10}.popover--align-right{right:calc(50% - 23.31371px)}.popover--align-right .popover__arrow{right:14.313708499px}.popover--align-left{left:calc(50% - 23.31371px)}.popover--align-left .popover__arrow{left:14.313708499px}.popover--align-bottom{bottom:calc(50% - 23.31371px)}.popover--align-bottom .popover__arrow{bottom:14.313708499px}.popover--align-top{top:calc(50% - 23.31371px)}.popover--align-top .popover__arrow{top:14.313708499px}.popover--above{bottom:calc(100% + 12px);position:absolute}.popover--above .popover__arrow{bottom:-9px;transform:rotate(135deg)}.popover--below{position:absolute;top:calc(100% + 12px)}.popover--below .popover__arrow{top:-9px;transform:rotate(-45deg)}.popover--above.popover--align-center,.popover--below.popover--align-center{left:50%;transform:translateX(-50%)}.popover--above.popover--align-center .popover__arrow,.popover--below.popover--align-center .popover__arrow{left:calc(50% - 8px)}.popover--left{position:absolute;right:calc(100% + 12px)}.popover--left .popover__arrow{right:-9px;transform:rotate(45deg)}.popover--right{left:calc(100% + 12px);position:absolute}.popover--right .popover__arrow{left:-9px;transform:rotate(-135deg)}.popover--left.popover--align-center,.popover--right.popover--align-center{top:50%;transform:translateY(-50%)}.popover--left.popover--align-center .popover__arrow,.popover--right.popover--align-center .popover__arrow{top:calc(50% - 8px)}.popover__arrow{background:#fff;border-right:1px solid #dcdada;border-top:1px solid #dcdada;height:16px;position:absolute;transform-origin:center;width:16px;z-index:1}.popover--order-information{left:calc(50% - 23.31371px)}@media screen and (min-width:1024px){.popover--order-information{left:auto;right:calc(50% - 23.31371px)}}.popover--order-information .popover__arrow{left:14.313708499px}@media screen and (min-width:1024px){.popover--order-information .popover__arrow{left:auto;right:14.313708499px}}.popover__close{background:transparent;border:none;cursor:pointer;margin:0;padding:0;position:absolute;right:15px;top:15px;z-index:3}.popover__close svg{color:inherit;height:12px;width:12px}.popover__content{position:relative;z-index:2}.radio-button{display:flex;gap:10px;align-items:center}.radio-button__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #333;border-radius:50%;cursor:pointer;display:inline-block;margin:auto 0;padding:11px;text-align:center;vertical-align:middle}.radio-button__input:checked{background:#6b0d8c;border:1px solid #6b0d8c;box-shadow:inset 0 0 0 2px #fff}.radio-button__label{cursor:pointer;font-size:16px;line-height:20px}.radio-button--small .radio-button__input{padding:7px}.tabs-component{display:flex;margin-bottom:38px;overflow:auto hidden}.tabs-component--no-margin{margin-bottom:0}.tabs-component__item{background:transparent;border:0;border-radius:0;color:#858585;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:500;height:40px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 1.125rem;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.tabs-component__item--active{border-bottom:2px solid #333;color:#333}.tabs-component__item-text{margin:auto}.tabs-component--with-thumbnails{height:40px;margin-bottom:0;position:relative;white-space:nowrap}@media screen and (min-width:1024px){.tabs-component--with-thumbnails{overflow:hidden}}.toggle-button{display:flex;align-items:center;cursor:pointer}.toggle-button__label{display:none;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin-right:10px}@media print,screen and (min-width:769px){.toggle-button__label{display:inline}}.toggle-button__label--inactive{color:#858585}.toggle-button__slider{border-radius:10px;display:flex;height:20px;transition:.4s;width:44px}.toggle-button__slider--on{background-color:#26753c;flex-direction:row-reverse}.toggle-button__slider--off{background-color:#858585}.toggle-button__dot{background-color:#fff;border-radius:50%;box-shadow:0 0 6px rgba(51,51,51,.2);display:flex;height:14px;margin:3px;transition:.4s;width:14px}.tooltip-button{position:relative}.tooltip-button__icon{display:flex;align-items:center;background:transparent;border:none;cursor:pointer;margin:0;padding:0}.tooltip-button__content{font-size:12px;font-style:normal;font-weight:400;line-height:15px;padding:20px 37px 20px 18px}.ui-video__video{height:100%;margin:auto}.ui-video__video .video-js{--min-video-height:100%;--max-video-height:100%}.author{font-size:16px;font-style:normal;font-weight:500;margin-left:16px}.avatar{display:flex;height:40px;width:40px}.avatar__image{height:100%;width:100%}.avatar--first-letters,.avatar__image{border-radius:50%}.avatar--first-letters svg{height:100%;width:100%}.breadcrumbs,.top-list__link{display:flex}.breadcrumbs{color:#665c69;flex-flow:row wrap;font-size:.875rem;margin-top:1.25rem}@media print,screen and (min-width:769px){.breadcrumbs{margin-top:.5rem}}.breadcrumbs__separator{margin:0 .5rem}.breadcrumbs__item{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media print,screen and (min-width:769px){.breadcrumbs__item{max-width:none}}.breadcrumb span{align-items:center;display:flex;justify-content:center;padding:0 .75em}.breadcrumb li:first-child span{padding-left:0}.breadcrumb li:last-child span{padding-right:0}.amount-input{display:flex;flex-direction:row;align-items:center}.amount-input__button{background-color:transparent;border:none;height:1.375rem;margin:0;padding:0;width:1.375rem}.amount-input__button--disabled{cursor:not-allowed}.amount-input__button svg{height:1.375rem;width:1.375rem}.amount-input__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:transparent;border:none;font-size:1.375rem;margin:0 .2rem;padding:0 .2rem;text-align:center}.amount-input__input::-webkit-inner-spin-button,.amount-input__input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.amount-input__input--1{width:1.5rem}.amount-input__input--2{width:2rem}.amount-input__input--3{width:3rem}.amount-input__input--4{width:4rem}.amount-input__input--5{width:5rem}.amount-input__input--6{width:6rem}.amount-input__input--7{width:7rem}.amount-input__input--8{width:8rem}.amount-input__input--9{width:9rem}.amount-input__input--10{width:10rem}.amount-input__input--11{width:11rem}.amount-input__input--12{width:12rem}.amount-input__input--13{width:13rem}.amount-input__input--14{width:14rem}.amount-input__input--15{width:15rem}.amount-input__input--16{width:16rem}.amount-input__input--17{width:17rem}.amount-input__input--18{width:18rem}.amount-input__input--19{width:19rem}.amount-input__input--20{width:20rem}.amount-input__input--21{width:21rem}.amount-input__input--22{width:22rem}.amount-input__input--23{width:23rem}.amount-input__input--24{width:24rem}.amount-input__input--25{width:25rem}.amount-input__input--26{width:26rem}.amount-input__input--27{width:27rem}.amount-input__input--28{width:28rem}.amount-input__input--29{width:29rem}.amount-input__input--30{width:30rem}.amount-input__input--31{width:31rem}.amount-input__input--32{width:32rem}.amount-input__input--33{width:33rem}.amount-input__input--34{width:34rem}.amount-input__input--35{width:35rem}.amount-input__input--36{width:36rem}.amount-input__input--37{width:37rem}.amount-input__input--38{width:38rem}.amount-input__input--39{width:39rem}.amount-input__input--40{width:40rem}.amount-input__input--41{width:41rem}.amount-input__input--42{width:42rem}.amount-input__input--43{width:43rem}.amount-input__input--44{width:44rem}.amount-input__input--45{width:45rem}.amount-input__input--46{width:46rem}.amount-input__input--47{width:47rem}.amount-input__input--48{width:48rem}.amount-input__input--49{width:49rem}.amount-input__input--50{width:50rem}.amount-input__input--51{width:51rem}.amount-input__input--52{width:52rem}.amount-input__input--53{width:53rem}.amount-input__input--54{width:54rem}.amount-input__input--55{width:55rem}.amount-input__input--56{width:56rem}.amount-input__input--57{width:57rem}.amount-input__input--58{width:58rem}.amount-input__input--59{width:59rem}.amount-input__input--60{width:60rem}.amount-input__input--61{width:61rem}.amount-input__input--62{width:62rem}.amount-input__input--63{width:63rem}.amount-input__input--64{width:64rem}.amount-input__input--65{width:65rem}.amount-input__input--66{width:66rem}.amount-input__input--67{width:67rem}.amount-input__input--68{width:68rem}.amount-input__input--69{width:69rem}.amount-input__input--70{width:70rem}.amount-input__input--71{width:71rem}.amount-input__input--72{width:72rem}.amount-input__input--73{width:73rem}.amount-input__input--74{width:74rem}.amount-input__input--75{width:75rem}.amount-input__input--76{width:76rem}.amount-input__input--77{width:77rem}.amount-input__input--78{width:78rem}.amount-input__input--79{width:79rem}.amount-input__input--80{width:80rem}.amount-input__input--81{width:81rem}.amount-input__input--82{width:82rem}.amount-input__input--83{width:83rem}.amount-input__input--84{width:84rem}.amount-input__input--85{width:85rem}.amount-input__input--86{width:86rem}.amount-input__input--87{width:87rem}.amount-input__input--88{width:88rem}.amount-input__input--89{width:89rem}.amount-input__input--90{width:90rem}.amount-input__input--91{width:91rem}.amount-input__input--92{width:92rem}.amount-input__input--93{width:93rem}.amount-input__input--94{width:94rem}.amount-input__input--95{width:95rem}.amount-input__input--96{width:96rem}.amount-input__input--97{width:97rem}.amount-input__input--98{width:98rem}.amount-input__input--99{width:99rem}.amount-input__input--100{width:100rem}.amount-input--cart{gap:4px;margin-right:16px;justify-content:center}@media screen and (min-width:1216px){.amount-input--cart{-ms-flex-pack:initial;height:36px;height:30px;justify-content:normal;margin:0;margin:0 auto}}.amount-input--cart .amount-input__button{cursor:pointer;height:auto;width:auto}.amount-input--cart .amount-input__button svg{height:34px;vertical-align:middle;width:34px}@media screen and (min-width:1216px){.amount-input--cart .amount-input__button svg{height:36px;height:30px;width:36px;width:30px}}.amount-input--cart .amount-input__input{font-size:18px;font-style:normal;font-weight:600;margin:auto 0}.cart-sidebar-overview-component__header{color:#333;font-size:16px;font-weight:600;letter-spacing:.015em;line-height:20px;margin-bottom:1.875rem;text-align:center;text-transform:uppercase}.cart-sidebar-overview-value-row{display:flex;flex-direction:row;justify-content:space-between;margin:6px 0}.cart-sidebar-overview-value-row--total{font-weight:600;margin:1rem 0}.cart-sidebar-overview-value-row__value{font-weight:600;padding-left:.5rem}.cart-sidebar-overview-value-row__value--money{font-weight:600}.checkout-order-summary{display:flex;flex-direction:column;gap:12px}.checkout-order-summary__row{display:flex;flex-direction:row;justify-content:space-between}.checkout-order-summary__row--collapsible{padding:4px 0}.checkout-order-summary__label{color:#333;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.015em;line-height:20px}.checkout-order-summary__label--collapsible{font-weight:500}.checkout-order-summary__value{color:#333;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.015em;line-height:20px}.checkout-order-summary__value--collapsible{font-weight:600}.checkout-order-summary__spliter{background:#d6d6d6;height:1px;margin:8px 0;width:100%}.comment-item{border:1px solid #d6d6d6;border-radius:12px;display:flex;flex-direction:column;margin-bottom:30px;padding:20px}.comment-item:last-child{margin-bottom:0}.comment-item--reply{border:none;margin-top:16px;padding:0}.comment-item__header{justify-content:space-between}.comment-item__avatar,.comment-item__header{display:flex;align-items:center}.comment-item__content{display:flex;flex:1 1;flex-direction:column}.comment-item__submitted-at{color:#858585;font-size:12px;font-style:normal;font-weight:400}.comment-item__body{--read-more-line-clamp:3;font-size:18px;font-style:normal;font-weight:400;margin-top:8px}.comment-item__social-links{color:#7c488f;margin-top:8px}.comment-item__footer{display:flex;align-items:center;margin-top:8px}.comment-item__delete,.comment-item__reply{color:#858585;font-size:12px;font-style:normal;font-weight:500;line-height:1;margin-left:12px;text-transform:uppercase}.comment-item__heart{color:#333;-moz-column-gap:6px;column-gap:6px;font-size:14px;font-style:normal;font-weight:400}.comment-item__heart svg{color:inherit;height:16px;width:16px}.comment-item__answer{color:#9560a9;-moz-column-gap:2px;column-gap:2px;font-size:14px;font-style:normal;font-weight:500}.comment-item__answer svg{color:inherit;height:18px;width:18px}.comment-item__replies{margin:16px 0 0 25px}.comment-textarea{display:flex}.comment-textarea--reply-textarea{margin-top:24px}.comment-textarea__avatar{height:46px;margin-right:12px;width:46px}.comment-textarea__form-content{flex:1 1}.comment-textarea__textarea{display:none}.comment-textarea__textarea-box{position:relative}.comment-textarea__textarea-container{border:1px solid #d6d6d6;border-radius:4px;height:125px;padding:14px 50px 20px 14px}.comment-textarea__send-icon{bottom:8px;position:absolute;right:8px}.comment-textarea__send-icon svg{color:#9560a9;height:30px;width:30px}.comment-textarea__cancel-link{display:none}.comment-textarea__error{color:#a74652;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:6px}.comment-textarea__contenteditable-area{border:none;color:#333;font-size:16px;font-style:normal;font-weight:500;height:100%;line-height:140%;min-height:0;outline:none;overflow:auto;padding:0;resize:none;width:100%}.comment-textarea__contenteditable-area[placeholder]:empty:before{color:#858585;content:attr(placeholder);cursor:text;font-size:14px;font-style:normal;font-weight:500;margin:0}.comment-textarea__contenteditable-area[placeholder]:empty:focus:before{content:""}.page-title{font-size:1.25rem;font-style:normal;font-weight:500;align-items:center;line-height:1;width:100%}.page-title__context{color:#9560a9;display:inline-flex;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media print,screen and (min-width:769px){.page-title__context{margin-left:8px;max-width:300px}}@media screen and (min-width:1024px){.page-title__context{max-width:250px}}.page-title__close{color:#959595;display:inline;margin-left:8px}.page-title__close svg{color:inherit;height:8px;width:8px}.copy-component{display:flex;align-items:center}.copy-component,.copy-component__value{flex:1 1}.copy-component__value--track-order,.copy-component__value--track-order a{color:#6b0d8c;flex:initial;font-size:16px}@media screen and (min-width:1024px){.copy-component__value--track-order,.copy-component__value--track-order a{font-size:14px}}.copy-component__value--track-order{margin-right:8px}.copy-component__value--bordered{flex:1 1;overflow:hidden}.copy-component__container{position:relative}.copy-component__icon{background:transparent;border:none;color:#6b0d8c;cursor:pointer;display:flex;padding:0}.copy-component__icon svg{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.copy-component__icon--bordered{color:#9560a9;height:18px;width:16px}.copy-component__icon--track-order{color:#9560a9;height:23px;width:20px}@media screen and (min-width:1024px){.copy-component__icon--track-order{height:16px;width:14px}}.copy-component__popover-content{padding:10px;text-align:center}.copy-component--bordered{background:#fefcff;border:1px solid #d6d6d6;border-radius:2px;color:#333;flex:none;font-size:12px;font-style:normal;font-weight:400;gap:16px;height:40px;line-height:15px;padding:10px;white-space:nowrap}.counter-circle{background-color:#b797b4;border-radius:50%;color:#fff;font-size:14px;font-style:normal;font-weight:400;height:18px;left:55%;line-height:18px;position:absolute;text-align:center;top:80%;width:18px}@media print,screen and (min-width:769px){.counter-circle{font-size:11px;height:18px;line-height:18px;width:18px}}.calendar__row{display:grid;grid-template-columns:repeat(7,1fr);grid-row-gap:2px;row-gap:2px}.calendar__day-number{border:1px solid transparent;border-radius:2px;height:40px;padding:10px 0;width:40px}.calendar__day-number.active{cursor:pointer}.calendar__day-number.active:hover{background-color:var(--day-hover-background-color);color:var(--day-hover-color)}.calendar__day-number.in-range{background-color:var(--day-in-range-background-color);color:var(--day-in-range-color)}.calendar__day-number.range-start{border-bottom-left-radius:8px;border-top-left-radius:8px}.calendar__day-number.range-end,.calendar__day-number.range-start{background-color:var(--day-hover-background-color);color:var(--day-hover-color)}.calendar__day-number.range-end{border-bottom-right-radius:8px;border-top-right-radius:8px}.calendar__day-name,.calendar__day-number{align-items:center;display:flex;flex-direction:column;justify-content:center}.calendar__day-name{color:var(--day-name-color);font-size:12px;padding:5px 0}.date-picker{display:inline-flex;position:relative;z-index:1000}.date-picker__popover-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.date-picker__content{--day-hover-background-color:#9560a9;--day-hover-color:#fff;--day-in-range-background-color:#eee5fa;--day-in-range-color:#7c488f;--day-name-color:#333;--range-option-color:#333;--range-option-hover-color:#7c488f;--range-option-hover-background-color:#eee5fa;--range-option-selected-color:#000;--range-option-selected-background-color:transparent;--range-option-ticket-background-color:#9560a9;--calendar-font-size:12px;--input-font-size:12px;--input-font-weight:400;--input-font-family:inherit;--input-color:$color-primary;max-height:450px;overflow-y:auto;padding:16px}.date-picker__content::-webkit-scrollbar{border-radius:0;height:4px;width:8px}.date-picker__content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:4px}.date-picker__content::-webkit-scrollbar-track{background-color:transparent;border-radius:0}.date-picker__content-footer{display:flex;justify-content:flex-end;margin-top:20px}.date-picker__action-buttons{display:flex;gap:10px}.range-calendar{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:1024px){.range-calendar{flex-direction:row}}.range-calendar__calendars,.range-calendar__displayed-months,.range-calendar__inputs{display:flex;flex-direction:column;row-gap:20px}@media screen and (min-width:1024px){.range-calendar__calendars,.range-calendar__displayed-months,.range-calendar__inputs{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}.range-calendar__calendars{font-size:var(--calendar-font-size)}.range-calendar__first-calendar{display:none}@media screen and (min-width:1024px){.range-calendar__first-calendar{display:block}}.range-calendar__calendars-header{position:relative;width:100%}.range-calendar__month{font-size:14px;font-weight:500;line-height:40px;text-align:center}.range-calendar__month--first{display:none}@media screen and (min-width:1024px){.range-calendar__month--first{display:inline}}.range-calendar__control-arrows{display:flex;left:0;position:absolute;top:50%;transform:translateY(-50%);-ms-flex-pack:justify;height:24px;justify-content:space-between;width:100%}.range-calendar__arrow svg{color:inherit;height:20px;width:20px}.range-calendar__label{font-size:13px;font-weight:400;margin-bottom:4px}.range-calendar__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fdfdfd;border:1px solid #8a8a8a;border-radius:8px;color:var(--input-color);font-family:var(--input-font-family);font-size:--input-font-size;font-weight:var(--input-font-weight);height:36px;margin:0;padding:6px 12px;width:100%}.range-calendar__input--readonly{background-color:#f1f1f1}.range-calendar__range-option{width:100%}@media screen and (min-width:1024px){.range-calendar__range-option{width:150px}}.range-calendar__range-option-button{background-color:transparent;border:0;color:var(--range-option-color);cursor:pointer;outline:none;padding:10px 0;width:100%}.range-calendar__range-option-button:hover{background-color:var(--range-option-hover-background-color);color:var(--range-option-hover-color)}.range-calendar__range-option-button.selected{background-color:var(--range-option-selected-background-color);color:var(--range-option-selected-color);font-weight:500;position:relative}.range-calendar__range-option-button.selected:before{background-color:var(--range-option-ticket-background-color);content:"";height:100%;left:0;position:absolute;top:0;width:2px}.droparea{border:1px dashed #ccc;border-radius:4px;display:flex;flex-flow:row wrap;gap:1rem;margin-bottom:1rem;min-height:120px;padding:1rem;position:relative}.droparea:hover{border:1px dashed #aaa}.droparea input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.droparea__image{border:1px dashed #ccc;border-radius:2px;min-height:10rem;width:10rem}.droparea--highlighted{border:2px dashed #aaa}.droparea__image-input{background-color:#f5edff;border:1px dashed #ccc;border-radius:2px;display:flex;height:120px;position:relative;width:100px}.droparea__image-input--highlighted{box-shadow:inset 0 0 3px 0 #333}.droparea__image-input svg{color:#777;height:42px;margin:auto;width:42px}.droparea--images{border:0;cursor:auto;padding:0}.droparea--images:hover{border:0}.droparea--images .droparea__image{height:120px;min-height:0;min-height:auto;width:100px}.droparea--images .droparea__image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.droparea-item{display:flex;position:relative;justify-content:center;align-items:center;z-index:1}.droparea-item__close-button{background:#fff;border:1px solid #4e4e4e;border-radius:50%;cursor:pointer;display:flex;height:24px;position:absolute;right:5px;top:5px;width:24px;z-index:10}.droparea-item__close-button svg{color:inherit;height:12px;margin:auto;width:12px}.droparea-item__progress-wrapper{background-color:rgba(0,0,0,.4);display:flex;flex:1 1;height:100%;position:absolute;width:100%}.droparea-item__progress{border-radius:8px;height:12px;margin:auto;width:86%}.droparea-item__progress::-webkit-progress-bar{background-color:#fff;border-radius:8px;padding:1px}.droparea-item__progress::-webkit-progress-value{background-color:#9560a9;border-radius:8px}.dropdown-selector{font-size:1rem;font-style:normal;font-weight:400}.dropdown-selector__select{background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;color:#000;min-width:10rem;padding:.5rem}.earning-info{margin-bottom:12px}.earning-info__header{display:grid;grid-template:"order_number earning icon" auto/1fr 1fr 24px;grid-column-gap:16px;border:1px solid #d6d6d6;border-radius:4px;-moz-column-gap:16px;column-gap:16px;padding:14px}.earning-info__header--open{background:#fcf3ff;border:1px solid #b797b4;border-radius:4px 4px 0 0}@media screen and (min-width:1024px){.earning-info__header{display:grid;grid-template:"date order_number line_item status earning icon" auto/2fr 2fr 3fr 2fr 2fr 24px;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}.earning-info__body{display:none}.earning-info__body--open{background-color:#fefbff;display:grid;padding:14px;grid-gap:16px 24px;border:1px solid #b797b4;border-radius:0 0 4px 4px;border-top:0;gap:16px 24px;grid-template:"date status status" auto "line_item quantity quantity" auto "price discount discount" auto "percent percent percent" auto "earning_calc earning_calc earning_calc" auto/1fr 1fr 24px}@media screen and (min-width:1024px){.earning-info__body--open{-moz-column-gap:20px;column-gap:20px;grid-template:"quantity price discount percent earning_calc earning_calc" auto/2fr 2fr 3fr 2fr 2fr 24px;align-items:flex-start;font-size:12px}}.earning-info__icon{cursor:pointer;grid-area:icon;height:24px;margin:auto;transform:rotate(270deg);width:24px}.earning-info__icon--open{top:12px;transform:rotate(0deg)}.earning-info__icon svg{color:inherit;height:100%;width:100%}.earning-info-header{border:1px solid #d6d6d6;margin-bottom:8px;padding:10px 14px}.earning-info-header__titles{display:grid;font-feature-settings:"smcp","c2sc";font-size:12px;font-style:normal;font-variant:all-small-caps;font-weight:600;grid-template:"order_number earning empty" auto/1fr 1fr 24px;grid-column-gap:16px;-moz-column-gap:16px;column-gap:16px;align-items:center;text-transform:uppercase}@media screen and (min-width:1024px){.earning-info-header__titles{display:grid;font-size:12px;font-style:normal;font-weight:600;grid-template:"date order_number line_item status earning empty" auto/2fr 2fr 3fr 2fr 2fr 24px;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;font-feature-settings:normal;font-variant:normal}}.earning-info-header__item--date{display:none;grid-area:date}@media screen and (min-width:1024px){.earning-info-header__item--date{display:block}}.earning-info-header__item--order_number{grid-area:order_number}.earning-info-header__item--line_item{display:none;grid-area:line_item}@media screen and (min-width:1024px){.earning-info-header__item--line_item{display:block}}.earning-info-header__item--status{display:none;grid-area:status}@media screen and (min-width:1024px){.earning-info-header__item--status{display:block}}.earning-info-header__item--earning{grid-area:earning}@media screen and (min-width:1024px){.earning-info-header__item--earning{text-align:right}}.earning-info-header-item,.earning-info-item{display:flex;gap:14px;align-items:center}.earning-info-header-item--date,.earning-info-item--date{grid-area:date}.earning-info-header-item--status,.earning-info-item--status{grid-area:status}.earning-info-header-item--line_item,.earning-info-item--line_item{grid-area:line_item}.earning-info-header-item__title,.earning-info-item__title{color:#9560a9;font-feature-settings:"smcp","c2sc";font-size:14px;font-style:normal;font-variant:all-small-caps;font-weight:500}.earning-info-header-item__value,.earning-info-item__value{font-size:14px;font-style:normal;font-weight:500}@media screen and (min-width:1024px){.earning-info-header-item__value,.earning-info-item__value{font-size:12px}}.earning-info-header-item__value--link,.earning-info-item__value--link{color:#9560a9}.earning-info-header-item__value--ready,.earning-info-item__value--ready{color:#26753c}.earning-info-header-item__value--incomplete,.earning-info-item__value--incomplete{color:#766f80}.earning-info-header-item__value--incomplete,.earning-info-header-item__value--ready,.earning-info-item__value--incomplete,.earning-info-item__value--ready{text-transform:capitalize}.earning-info-item--date,.earning-info-item--line_item,.earning-info-item--status{display:flex}@media screen and (min-width:1024px){.earning-info-item--date,.earning-info-item--line_item,.earning-info-item--status{display:none}}.earning-info-item--quantity{grid-area:quantity}.earning-info-item--price{grid-area:price}.earning-info-item--discount{grid-area:discount}.earning-info-item--percent{grid-area:percent}.earning-info-item--earning-calc{grid-area:earning_calc}@media screen and (min-width:1024px){.earning-info-item--earning-calc{justify-content:flex-end}}.earning-info-header-item--date,.earning-info-header-item--line_item,.earning-info-header-item--status{display:none}@media screen and (min-width:1024px){.earning-info-header-item--date,.earning-info-header-item--line_item,.earning-info-header-item--status{display:flex}}.earning-info-header-item--earning{grid-area:earning}@media screen and (min-width:1024px){.earning-info-header-item--earning{justify-content:flex-end}}.earning-info-summary{display:flex;padding:14px;align-items:center;gap:8px;-ms-flex-pack:justify;background:#fcfffc;border:1px solid #a7dca9;border-radius:4px;justify-content:space-between;min-width:45%}@media print,screen and (min-width:769px){.earning-info-summary{gap:20px}}.earning-info-summary__content{display:flex;flex-direction:column;gap:6px}.earning-info-summary__label{color:#4c904e;font-size:12px;font-style:normal;font-weight:500}.earning-info-summary__value{color:#333;font-size:14px;font-style:normal;font-weight:400}.free-shipping-progress{margin:25px 0}.free-shipping-progress__progress{height:12px;margin-top:.5em;width:100%}.free-shipping-progress__progress::-webkit-progress-bar{background-color:rgba(0,0,0,.1);border-radius:8px;padding:1px}.free-shipping-progress__progress::-webkit-progress-value{background-color:#9560a9;border-radius:8px}.images-gallery{margin-top:12px}.images-gallery__list{display:flex;flex-flow:row wrap;gap:24px;list-style-type:none;margin:0;padding:0}.images-gallery__item{display:flex;align-items:center;-ms-flex-pack:center;border-radius:2px;height:120px;justify-content:center;max-width:100px}.images-gallery__image-link{display:flex;height:100%;line-height:1;overflow:hidden;width:100%}.images-gallery__image-link img{height:auto;-o-object-fit:contain;object-fit:contain;width:auto}.autosuggest--google-places{margin-bottom:25px;position:relative;width:100%}.autosuggest__dropdown--google-places:empty{display:none}.autosuggest div.autosuggest__address-input{margin-bottom:0}.groups-nav{border-bottom:1px solid #a8a8a8;color:#2f2f2f;font-size:1rem;font-style:normal;font-weight:500}.groups-nav--no-bottom-border{border-bottom:0}.groups-nav__items{display:none;font-weight:400;margin:1rem .75rem}.groups-nav__header{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #a8a8a8;color:inherit;cursor:pointer;font-size:1rem;padding:1rem 0}.groups-nav__header--open,.groups-nav__header:last-child,.groups-nav__header:target{border-bottom:1px solid #a8a8a8}.groups-nav__header--open+.groups-nav__items,.groups-nav__header:target+.groups-nav__items{display:block}.groups-nav__header:hover{color:#9560a9}.groups-nav__caret{height:1rem;transform:rotate(-90deg);width:1rem}.groups-nav__caret svg{width:.75rem}.groups-nav__caret--open{transform:rotate(0deg)}.groups-nav--product-properties{border-bottom:1px solid #cfcfcf}.groups-nav--product-properties .groups-nav__title{color:#828282;text-transform:uppercase}.groups-nav--product-properties .groups-nav__header{border-top:1px solid #cfcfcf}.groups-nav--product-properties .groups-nav__header--open,.groups-nav--product-properties .groups-nav__header:last-child{border-bottom:1px solid #cfcfcf}.groups-nav--checkout-order-summary{background:#faf7fc;border:1px solid #faebff;border-radius:2px;display:block;margin-bottom:30px}@media screen and (min-width:1024px){.groups-nav--checkout-order-summary{display:none}}.groups-nav--checkout-order-summary .groups-nav__header{background:none;border:none;font-size:16px;font-style:normal;font-weight:500;outline:none;padding:17px 12px;position:relative;text-align:center}.groups-nav--checkout-order-summary .groups-nav__title{color:#333;flex:1 1;text-indent:16px;text-transform:uppercase}.autosuggest__header-search{display:flex;overflow:hidden;position:relative}.autosuggest__placeholder{color:rgba(51,51,51,.6);font-size:14px;font-style:normal;font-weight:500;line-height:1em;margin-top:-.5em;overflow:hidden;padding-left:39px;position:absolute;text-overflow:ellipsis;top:50%;white-space:nowrap;width:100%;z-index:9}@media print,screen and (min-width:769px){.autosuggest__placeholder{padding-left:35px}}.autosuggest__placeholder strong{color:inherit;font-weight:600}.autosuggest__input--app-search-form{background:transparent;position:relative;width:100%;z-index:10}.autosuggest__input:focus+.autosuggest__placeholder,.autosuggest__input[required]:valid+.autosuggest__placeholder{display:none}.hero-banner{height:200px;width:100%}@media screen and (max-width:768px){.hero-banner{display:flex}.hero-banner--mobile-no-banner{display:none}}@media print,screen and (min-width:769px){.hero-banner{display:flex}.hero-banner--tablet-no-banner{display:none}}@media screen and (min-width:1024px){.hero-banner{display:flex}.hero-banner--desktop-no-banner{display:none}}.hero-banner__image,.hero-banner__picture{height:100%;width:100%}.hero-banner__image{-o-object-fit:cover;object-fit:cover}.hero-banner__image--fallback{background-color:#ccc}.hero-banner__preview{height:200px;margin-bottom:1rem}.inventory.manager .manager__header{grid-template:"sku status icon" auto/1fr 1fr 54px}.inventory.manager .manager__body--open{grid-template:"product product product" auto "price location location" auto "qty qty qty" auto/1fr 1fr 54px}@media screen and (min-width:1024px){.inventory.manager .manager__body{grid-template:"product sku qty price status location" auto/2fr 1fr 1fr 1fr 1fr 1fr}}.inventory-header.manager-header .manager-header__titles{grid-template:"sku status empty" auto/1fr 1fr 54px}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__titles{grid-template:"product sku qty price status location" auto/2fr 1fr 1fr 1fr 1fr 1fr}}.inventory-header.manager-header .manager-header__item--product{display:none;grid-area:product}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__item--product{display:block}}.inventory-header.manager-header .manager-header__item--sku{color:#333;font-feature-settings:"smcp","c2sc";font-size:12px;font-style:normal;font-variant:all-small-caps;font-weight:500;grid-area:sku}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__item--sku{font-size:inherit;font-style:normal;font-variant:inherit;font-weight:inherit}}.inventory-header.manager-header .manager-header__item--qty{display:none;grid-area:qty}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__item--qty{display:block}}.inventory-header.manager-header .manager-header__item--price{display:none;grid-area:price}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__item--price{display:block}}.inventory-header.manager-header .manager-header__item--status{color:#333;font-feature-settings:"smcp","c2sc";font-size:12px;font-style:normal;font-variant:all-small-caps;font-weight:500;grid-area:status}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__item--status{font-size:inherit;font-style:normal;font-variant:inherit;font-weight:inherit}}.inventory-header.manager-header .manager-header__item--location{display:none;grid-area:location}@media screen and (min-width:1024px){.inventory-header.manager-header .manager-header__item--location{display:block}}.inventory-item.manager-item--product{grid-area:product}.inventory-item.manager-item--sku{display:none}@media screen and (min-width:1024px){.inventory-item.manager-item--sku{display:block;grid-area:sku}}.inventory-item.manager-item--header-sku{grid-area:sku}.inventory-item.manager-item--qty{grid-area:qty}.inventory-item.manager-item--price{grid-area:price;padding:30px 0}@media screen and (min-width:1024px){.inventory-item.manager-item--price{padding:0}}.inventory-item.manager-item--header-status{grid-area:status}.inventory-item.manager-item--status{display:none}@media screen and (min-width:1024px){.inventory-item.manager-item--status{display:block;grid-area:status}}.inventory-item.manager-item--location{grid-area:location;padding:30px 0;word-break:break-word}@media screen and (min-width:1024px){.inventory-item.manager-item--location{padding:0}}.inventory-item.manager-item .manager-item__value--in_stock{color:#51a769}.inventory-item.manager-item .manager-item__value--out_of_stock{color:#766f80}.labeled-value{display:inline-flex;font-size:16px;font-style:normal;font-weight:500;gap:.2rem}@media print,screen and (min-width:769px){.labeled-value{font-size:14px}}.labeled-value__label--shipment-manager{font-size:14px;font-style:normal;font-weight:500}.labeled-value__value{display:inline-flex;font-weight:600}.labeled-value__value--shipment-manager{font-size:14px;font-style:normal;font-weight:400}.page-header{font-size:1.25rem;font-style:normal;font-weight:500;margin-top:1.25rem}.page-header--column{flex-direction:column}.page-header__container{justify-content:space-between;width:100%}.page-header__container,.page-header__left{display:flex;align-items:center}.page-header__left{justify-content:flex-start}.page-header__right{-ms-flex-pack:end;gap:8px;justify-content:flex-end}.page-header__below,.page-header__right{display:flex;align-items:center}.page-header__below{margin-top:8px;width:100%}.page-header__scrollable{width:100%}.search-results__counter{font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-align:right}@media print,screen and (min-width:769px){.search-results__counter{font-size:14px;line-height:17px}}.line-item-image{max-height:100%;max-width:100%;position:relative}.line-item-image,.line-item-image__counter{display:flex;justify-content:center;align-items:center}.line-item-image__counter{background-color:#f5edff;border:1px solid #ece7f2;border-radius:50%;box-shadow:0 0 8px rgba(51,51,51,.15);height:2.1rem;position:absolute;right:-.945rem;top:-.945rem;width:2.1rem}.line-item-image__placeholder{opacity:.1}.line-item-image__placeholder svg{height:5rem;width:6.25rem}.load-more{display:inline-flex;align-items:center;height:auto;width:100%;justify-content:center}.load-more__spinner{display:none}.load-more__spinner--visible{display:flex}.load-more__button{background:#fff;border:1px solid #9560a9;border-radius:2px;color:#9560a9;font-size:14px;font-style:normal;font-weight:500;height:48px;line-height:16px;text-transform:uppercase;width:100%}@media print,screen and (min-width:769px){.load-more__button{height:40px;width:270px}}.manager{border:1px solid #d6d6d6;border-radius:2px;margin-bottom:12px}.manager--open{border:1px solid #b797b4}@media screen and (min-width:1024px){.manager--open{border:1px solid #d6d6d6}.manager{border-bottom:0;border-radius:0;margin-bottom:0}}.manager__header{display:grid;grid-gap:20px 16px;gap:20px 16px;padding:8px 14px}.manager__header--open{background:#fcf3ff;border-bottom:1px solid #b797b4}@media screen and (min-width:1024px){.manager__header{display:none}}.manager__body{display:none}.manager__body--open{background-color:#fdf8ff;display:grid;padding:14px 8px;grid-column-gap:16px;-moz-column-gap:16px;column-gap:16px}@media screen and (min-width:1024px){.manager__body{background-color:transparent;background-color:initial;display:grid;grid-gap:0 20px;gap:0 20px;align-items:flex-start;border:0;font-size:12px;margin-bottom:0;padding:18px 12px}}.manager__footer{display:none}@media screen and (min-width:1024px){.manager__footer{display:block}}.manager__icon{color:#858585;cursor:pointer;grid-area:icon;height:24px;margin:auto;transform:rotate(270deg);width:24px}@media screen and (min-width:1024px){.manager__icon{display:none}}.manager__icon--open{color:#9560a9;transform:rotate(0deg)}.manager__icon svg{color:inherit;height:100%;width:100%}.manager-header{border:1px solid #d6d6d6;margin-bottom:8px;padding:10px 14px}@media screen and (min-width:1024px){.manager-header{border-bottom:0;margin-bottom:0}}.manager-header__titles{display:grid;grid-column-gap:16px;-moz-column-gap:16px;column-gap:16px;align-items:flex-start}@media screen and (min-width:1024px){.manager-header__titles{display:grid;font-size:12px;font-style:normal;font-weight:600;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}.manager-item{display:flex;gap:14px;word-break:break-all}.manager-item--header{align-items:center}.manager-item__content{width:100%}.manager-item__title{color:#9560a9;font-feature-settings:"smcp","c2sc";font-size:12px;font-style:normal;font-variant:all-small-caps;font-weight:500}@media screen and (min-width:1024px){.manager-item__title{display:none}}.manager-item__value{font-size:14px;font-style:normal;font-weight:500}@media screen and (min-width:1024px){.manager-item__value{font-size:12px}}.manager-item__value--link{color:#9560a9}.manager-item__value--state{color:#d0697e;font-size:16px;font-style:normal;font-weight:500;text-transform:capitalize}.media--small{align-items:center}.media__left--small{margin-right:4px}.media__left--post{margin-right:10px}.media__content--post{overflow-x:visible;overflow-x:initial}.sidebar-menu{color:#333}.sidebar-menu__caret{display:flex;width:20px}.sidebar-menu__caret svg{color:#333;height:14px;margin:auto;transform:rotate(-90deg);width:14px}.sidebar-menu__group{margin-bottom:20px}.sidebar-menu__group--no-margin{margin-bottom:0}.sidebar-menu__item--caret{border-top:1px solid #f5f5f5}.sidebar-menu__item--caret:last-child{border-bottom:1px solid #f5f5f5}.sidebar-menu__link{display:flex;justify-content:space-between;padding:20px 0}.sidebar-menu__link--s-pad{padding:10px 0}.sidebar-menu__link--x-pad{padding:30px 0}.sidebar-menu__link,.sidebar-menu__title{color:#333;cursor:pointer;font-size:20px;font-style:normal;font-weight:400}.sidebar-menu__link:hover,.sidebar-menu__title:hover{color:#9560a9}.sidebar-menu__link--active,.sidebar-menu__title--active{color:#84467e;font-weight:500}.more-options{display:inline-flex;margin:auto 0;position:relative}.more-options__trigger{color:#c4c4c4;cursor:pointer;display:flex;margin:auto}.more-options__trigger svg{color:inherit;height:18px;margin:auto;width:18px}.more-options__content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.newsletter-header-list{display:flex;padding:14px 42px 14px 14px;position:relative}@media screen and (min-width:1024px){.newsletter-header-list{-moz-column-gap:36px;column-gap:36px;padding:14px 52px 14px 24px}}.newsletter-header-list__item{display:flex;gap:14px;align-items:center}@media screen and (min-width:1024px){.newsletter-header-list__item{flex-direction:column;gap:8px;align-items:flex-start;padding:0}}.newsletter-header-list__item--with-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%)}.newsletter-header-list__item-body{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.newsletter-header-list__item-title{color:#333;font-feature-settings:"smcp";font-size:14px;font-variant:small-caps;font-weight:600;line-height:17px;text-transform:lowercase;width:100px}.newsletter-header-list__item-value{flex:1 1;font-size:16px;line-height:20px;text-transform:capitalize}@media screen and (min-width:1024px){.newsletter-header-list__item-value{font-size:14px;line-height:17px}}.newsletter-header-list__item-icon{cursor:pointer;height:36px;width:36px}@media screen and (min-width:1024px){.newsletter-header-list__item-icon{height:24px;width:24px}}.newsletter-header-list__item-icon svg{color:inherit;height:100%;transform:rotate(-90deg);width:100%}.notification{border:1px solid;border-radius:4px;box-shadow:0 5px 8px rgba(51,51,51,.1);min-height:60px;padding:0;width:100%}.notification-list{max-width:100%;position:absolute;right:0;width:400px;z-index:200}.notification:before{border-bottom-left-radius:4px;border-top-left-radius:4px;content:"";height:calc(100% + 2px);left:-1px;position:absolute;top:-1px;width:6px}.notification__close-button{background:transparent;border:0;cursor:pointer;padding:0;position:absolute;right:13px;top:13px}.notification__close-button svg{color:inherit;height:12px;width:12px}.notification--fixed{max-width:100%;position:fixed;right:10px;top:120px;width:400px}.notification--success{background-color:#e9f5e7;border-color:rgba(81,167,105,.2)}.notification--success:before{background-color:#51a769}.notification--success .notification__close-button{color:#51a769}.notification--warning{background-color:#fff8ea;border-color:rgba(253,173,18,.2)}.notification--warning:before{background-color:#fdad12}.notification--warning .notification__close-button{color:#fdad12}.notification--info{background-color:#f0f7ff;border-color:rgba(26,119,242,.2)}.notification--info:before{background-color:#1a77f2}.notification--info .notification__close-button{color:#1a77f2}.notification--error{background-color:#fee;border-color:rgba(190,17,17,.2)}.notification--error:before{background-color:#be1111}.notification--error .notification__close-button{color:#be1111}.notification-content{display:flex;padding:8px 16px}.notification-content__state-text{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:15px;margin-left:10px}.notification-content__state-title{font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-transform:capitalize}.notification__state-icon svg{height:20px;width:20px}.notification--persistent{box-shadow:none;margin-bottom:0!important;min-height:0}.notification--persistent .notification__state-icon{display:flex}.notification--persistent .notification__state-icon svg{margin:auto}.notification--persistent .notification-content{padding:13px 16px;align-items:center}.notification--persistent .notification-content__state-text{color:#333;font-size:1rem;font-style:normal;font-weight:400;line-height:19px}.notification--persistent.notification--info{background:#fdf8ff;border:1px solid rgba(149,96,169,.2)}.notification--persistent.notification--info:before{background-color:#9560a9}.notification--persistent.notification--info .notification__state-icon svg path{fill:#9560a9}.address{color:#333;font-size:1rem;font-style:normal;font-weight:400;line-height:20px}.address__tel{display:flex;gap:4px;margin-top:8px}.address--shipments-manager{font-size:12px}.dashboard-order__details-link{display:flex;flex-direction:row;justify-content:right;align-items:center}.coupon-code-form__label{color:#333;font-size:14px;letter-spacing:.015em;margin-bottom:6px}.coupon-code-form__field{background:#b797b4;border:1px solid #b797b4;border-radius:2px;box-sizing:border-box;color:#bababa;display:flex;flex-direction:row}.coupon-code-form__input,.coupon-code-form__value{background:#fff;border-radius:inherit;border-bottom-right-radius:0;border-top-right-radius:0;flex:1 1;overflow:hidden}.coupon-code-form__input input,.coupon-code-form__value input{border:none;border-radius:inherit}.coupon-code-form__value{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a;align-items:center;display:flex;padding:0 1rem}.coupon-code-form__button{background:#b797b4;border-radius:inherit;border-bottom-left-radius:0;border-top-left-radius:0;color:#fff;overflow:hidden}.coupon-code-form__button button{background:inherit;border:0!important;border-radius:inherit;color:inherit;height:2.5em}.coupon-code-form__button button:disabled{color:#ccc!important}.coupon-code-form__button button:active,.coupon-code-form__button button:focus,.coupon-code-form__button button:hover{color:inherit}.coupon-code-form--error .coupon-code-form__field{background:#be1111;border-color:#be1111;color:#be1111}.coupon-code-form--error .coupon-code-form__field button{background:#be1111}.coupon-code-form__message{font-size:12px;margin-top:2px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.coupon-code-form__message--error{color:#be1111}.coupon-code-form__message--success{color:green}.order-footer-list{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1024px){.order-footer-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:80px;-moz-column-gap:80px;column-gap:80px}}@media screen and (min-width:1216px){.order-footer-list{-moz-column-gap:14px;column-gap:14px;grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (min-width:1024px){.order-footer-list__item{border:1px solid #ededed;border-radius:4px;padding:12px}}.order-footer-list__item-title{font-size:18px;font-weight:600;line-height:22px}@media screen and (min-width:1024px){.order-footer-list__item-title{font-size:14px;line-height:17px}}.order-footer-list__item-body{font-size:18px;line-height:22px;margin-top:12px}.order-footer-list__item-body:first-child{margin-top:0}@media screen and (min-width:1024px){.order-footer-list__item-body{font-size:14px;line-height:17px}}.order-footer-list__item-body *{font-size:18px;line-height:22px}@media screen and (min-width:1024px){.order-footer-list__item-body *{font-size:14px;line-height:17px}}.order-header{position:relative}@media screen and (min-width:1024px){.order-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 2fr 24px;grid-gap:8px 18px;gap:8px 18px;padding:14px 24px}}@media screen and (min-width:1216px){.order-header{gap:8px 36px}}.order-header__item{display:flex;gap:14px;padding:8px 14px;align-items:center}@media screen and (min-width:1024px){.order-header__item{flex-direction:column;gap:8px;align-items:flex-start;padding:0}}.order-header__item--primary-action{display:none;justify-content:center;align-items:flex-end;flex-grow:1}@media screen and (min-width:1024px){.order-header__item--primary-action{display:flex}}.order-header-item__content{display:flex;flex-direction:column;gap:4px;-ms-flex-pack:justify;flex:1 1;justify-content:space-between}.order-header-item__icon{cursor:pointer;display:flex;height:20px;width:20px}.order-header-item__icon--caret-closed{transform:rotate(270deg)}.order-header-item__icon--caret-open{transform:rotate(0)}.order-header-item__icon svg{height:auto;margin:auto;max-height:100%;max-width:100%;width:auto}.order-header-item__icon--icon{height:24px;width:24px}.order-header-item__icon--icon svg{color:inherit;height:100%;width:100%}.order-header-item__icon--order-number{height:36px;width:36px}@media screen and (min-width:1024px){.order-header-item__icon--order-number{display:none}}.order-header-item__icon--order-number svg{color:inherit;height:100%;width:100%}.order-header-item--icon{display:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}@media screen and (min-width:1024px){.order-header-item--icon{display:block}}.order-header-item--closed{display:none}@media screen and (min-width:1024px){.order-header-item--closed{display:flex}}.order-header-item--open{display:flex}.order-header-item--order-number{border-bottom:1px solid #f2f2f2;display:flex;gap:14px;padding:17px 14px}@media screen and (min-width:1024px){.order-header-item--order-number{flex-direction:column;gap:8px;align-items:flex-start;border:0;padding:0}}.order-header-item-content__title{color:#333;display:flex;align-items:center}.order-header-item-content__title-label{font-feature-settings:"smcp";font-size:14px;font-variant:small-caps;font-weight:600;line-height:17px;margin-right:6px;text-transform:lowercase;text-wrap:nowrap}.order-header-item-content__title-icon{display:flex}.order-header-item-content__title-icon svg{color:inherit;height:14px;width:14px}.order-header-item-content__value{display:flex;flex:1 1;font-size:18px;line-height:22px;align-items:center;word-break:break-all}@media screen and (min-width:1024px){.order-header-item-content__value{font-size:14px;line-height:17px}}.order-header-item-content__value__shop-name{font-size:14px;line-height:17px}.order-product-options-component__item{display:flex;align-items:center;gap:40px}@media screen and (min-width:1024px){.order-product-options-component__item{gap:20px}}.order-product-options-component__item+.order-product-options-component__item{margin-top:14px}@media screen and (min-width:1024px){.order-product-options-component__item+.order-product-options-component__item{margin-top:0}}.order-product-options-component__option-name{font-size:16px;font-weight:500;line-height:20px;text-align:left;text-transform:capitalize}@media screen and (min-width:1024px){.order-product-options-component__option-name{font-size:14px;line-height:17px}}.order-product-options-component__option-value{display:flex;align-items:center;flex:1 1;font-size:16px;gap:8px;line-height:20px}@media screen and (min-width:1024px){.order-product-options-component__option-value{font-size:14px;line-height:17px}}.order-product-options-component__option-value .product-option-value{border:0;font-weight:400}@media screen and (min-width:1024px){.order-product-options-component__option-value .product-option-value{font-size:14px;line-height:17px}}.order-product-options-component__option-value .product-option-value--color,.order-product-options-component__option-value .product-option-value__color-sample{height:24px;width:24px}.order-product-options-component__option-value .product-option-value__label{margin:0}.order-product-options-component__options__item+.order-product-options-component__options__item{margin-top:14px}@media screen and (min-width:1024px){.order-product-options-component__options__item+.order-product-options-component__options__item{margin-top:0}}.order-shipment{display:flex;flex-direction:column;gap:20px}@media print,screen and (min-width:769px){.order-shipment{flex-direction:row;align-items:center}}.order-shipment__track-order{display:flex;align-items:center}.order-shipment__track-order-label{color:#6b0d8c;font-feature-settings:"smcp";font-size:16px;font-style:normal;font-variant:small-caps;font-weight:500;margin-right:14px}.order-shipment__state{display:flex;align-items:center;color:#a04c65;font-size:16px;font-style:normal;font-weight:500}.order-shipment__state,.order-shipment__state-label{font-feature-settings:"smcp","c2sc";font-variant:all-small-caps}.order-shipment__state-value{margin-left:8px}.order-state--complete{color:green}.order-title__main{color:#6b0d8c;margin:1rem 0}.order-title__info{font-size:16px;font-style:normal;font-weight:500;line-height:20px;margin-top:.5rem}.order-title__link{color:#1b3ef2}.panel-component{background:#fdf8ff;border:1px solid #f6f1f8;border-radius:2px;box-shadow:0 0 8px rgba(51,51,51,.1);box-sizing:border-box;padding:1.25rem}.panel-component--checkout-overview{background:#fbf1fe;border:1px solid #faebff}.button--add-to-cart[disabled]{background-color:#9560a9}.button--add-to-cart-product-card{border-radius:2px;height:48px}.button--add-to-cart-details{width:15rem}.bag-button{display:flex;flex-direction:row}.bag-button--select-option{border:0;cursor:default;text-transform:uppercase}.bag-button--select-option,.bag-button--select-option:hover{background:#b797b4;color:#fff}.bag-button--out-of-stock{border:0;cursor:default;text-transform:uppercase}.bag-button--out-of-stock,.bag-button--out-of-stock:hover{background:#afa6af;color:#fff}.bag-button__icon{display:flex;flex:0 1;height:20px;width:20px}.bag-button__icon svg{margin:auto;fill:#fff}.bag-button__label{flex:1 1}.product-brand{color:#858585;font-size:14px;font-style:normal;font-weight:400;line-height:17px;text-transform:uppercase}.product-card{color:#000;display:flex;flex:1 1;flex-direction:column;font-size:1rem;font-style:normal;font-weight:300;min-height:611px;position:relative;text-align:left;text-decoration:none}@media screen and (max-width:768px){.product-card--top__image{border:none}}.product-card--skeleton{background-color:#ccc}.product-card__image{display:flex;flex:1 1;flex-direction:column;padding:1rem;position:relative;justify-content:center;align-items:center;border:1px solid #ededed}.product-card__image:hover{border:1px solid #b5b5b5}@media screen and (max-width:768px){.product-card__image{height:480px}}.product-card__image img{max-height:40vh;-o-object-fit:contain;object-fit:contain}@media print,screen and (min-width:769px){.product-card__image img{max-height:none}}.product-card__content{display:flex;flex:1 1;flex-direction:column;height:auto;padding-bottom:16px}@media print,screen and (min-width:769px){.product-card__content{padding-bottom:0}}.product-card__description{display:flex;flex-direction:column;gap:6px;margin:16px 0 12px}.product-card__brand{font-weight:500;white-space:nowrap}.product-card__brand,.product-card__title{color:#333;font-size:14px;font-style:normal;line-height:17px;overflow:hidden;text-overflow:ellipsis}.product-card__title{display:-webkit-box;font-weight:400;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.product-card__offer{color:#333;font-size:1rem;font-style:normal;font-weight:400;line-height:20px}.product-card__offer--product-options{color:#84467e;font-weight:500;line-height:1}.product-card__videos{background-color:#000;display:none;inset:0;overflow-y:auto;position:fixed;z-index:101}.product-card__videos--visible{display:flex;flex-direction:column}@media print,screen and (min-width:769px){.product-card__videos{height:30rem;left:0;overflow:hidden;position:absolute;top:auto;width:50rem}}.product-card-overlay{display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;width:100%}.product-card-overlay--off{display:none}.product-card-overlay__wrapper{display:flex;inset:0;opacity:0;position:absolute;z-index:2}.product-card-overlay__wrapper:hover{opacity:1}.product-card-overlay__content{background:#fff;border:1px solid #dcdada}.product-card-overlay__content--post-product{border:0;border-top:1px solid #dcdada}.product-card-overlay__actions{display:flex;flex-direction:column;align-items:center;-ms-flex-pack:center;flex:1 1;justify-content:center}.product-card-overlay__options{flex:0 1}.product-card-overlay__wishlist-button{display:flex;position:absolute;right:14px;top:14px;align-items:center;-ms-flex-pack:center;background:#fefdff;border-radius:50%;box-shadow:0 0 8px rgba(51,51,51,.1);color:#9560a9;height:28px;justify-content:center;width:28px}.product-card-overlay__wishlist-button svg{height:16px;width:18px}.product-card-overlay__options-block{align-items:stretch;min-height:1px}.product-card-overlay__details,.product-card-overlay__options-block{background-color:#fff;display:flex;flex-direction:column}.product-card-overlay__details{gap:6px;padding:8px 8px 12px}.product-card-overlay__button{background-color:#fff;display:flex;flex-direction:column;height:48px;align-items:center;justify-content:center}.product-card-overlay__button button,.product-card-overlay__button form{height:100%;width:100%}.product-card-overlay__link-to-detail{background:#fff;padding-top:9px}.product-card-overlay__link-to-detail--post-product{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 0 8px}.product-card-overlay__link{border:1px solid #9560a9;border-radius:2px;color:#333;display:block;font-size:14px;height:48px;line-height:48px;text-align:center;text-transform:uppercase}.product-card-overlay__link--post-product{border:none;display:inline;height:auto;line-height:17px}.product-card-overlay__form{display:flex;flex-direction:column;height:100%;width:100%;align-items:stretch}.product-card--post-product{background:#fdfdfd;border:1px solid #dcdada;height:100%;margin:0 1.5rem 0 0;min-height:0;min-height:auto;min-width:14rem;padding:1rem 1.5rem;width:14rem}.product-card--post-product:last-child{margin-right:0}.product-card__image--post-product{-ms-flex-positive:1;border-radius:2px;box-shadow:0 0 6px rgba(0,0,0,.1);display:flex;flex-direction:column;flex-grow:1;max-height:242px;min-height:242px;justify-content:center}.product-card__ticket{background-color:#8d7eb6;border-radius:0 4px 4px 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);color:#fff;font-size:12px;font-style:normal;font-weight:500;left:0;padding:4px 8px;position:absolute;text-align:center;transform:translateY(-30%);z-index:1}.related-videos{height:212px;margin:1rem 0;position:relative}@media print,screen and (min-width:769px){.related-videos{height:124px}}.reviews-short{display:flex;flex-direction:row;align-items:center;gap:.2rem;line-height:1;margin:.3rem 0}.reviews-short__counter,.reviews-short__rating{color:#333;font-size:12px;font-style:normal;font-weight:400;align-items:center;position:relative;top:1px}.reviews-short__stars{display:flex;flex-direction:row;gap:.1rem;list-style-type:none;margin:0;padding:0}.reviews-short__star{line-height:.1;margin:0;padding:0}.reviews-short__star svg{color:inherit;height:12px;width:12px}.reviews-short__star--star-on{color:#fdad12}.cart-form__field-title{color:#333;font-size:1rem;font-style:normal;font-weight:400;margin-bottom:.5rem}.cart-form__field-content{display:flex;flex-direction:row;align-items:center}.product-gallery{display:flex;justify-content:center}@media print,screen and (min-width:769px){.product-gallery{flex-direction:column}}.product-gallery__arrow{background:hsla(0,0%,100%,.6);border-radius:50%;box-shadow:0 0 12px rgba(0,0,0,.12);color:inherit;display:flex;height:3.75rem;min-height:3.75rem;min-width:3.75rem;padding:.5rem;text-decoration:none;width:3.75rem;align-items:center;-ms-flex-pack:center;background-color:#fff;justify-content:center;opacity:.6;position:absolute;z-index:1}.product-gallery__arrow--next{right:1rem}.product-gallery__arrow--prev{left:1rem}.product-gallery__arrow svg{font-size:1.5rem;height:1.5rem;width:1.5rem}.product-gallery__main{display:flex;align-items:center;-ms-flex-pack:center;flex:1 1;justify-content:center;position:relative}@media print,screen and (min-width:769px){.product-gallery__main{border:1px solid #dfdfdf;border-radius:2px;box-shadow:0 0 12px rgba(0,0,0,.1)}}@media screen and (max-width:768px){.product-gallery__main{margin:-.75rem}}.product-image__wrapper{display:flex;height:100%;width:100%}.product-image__image-figure{height:100%;margin:auto;width:100%}.product-image__image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-gallery__thumbnails{display:none}@media print,screen and (min-width:769px){.product-gallery__thumbnails{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;margin-top:16px;grid-gap:25px}}@media screen and (min-width:1216px){.product-gallery__thumbnails{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}}.product-gallery__thumbnail{display:flex;align-items:center;-ms-flex-pack:center;border-radius:2px;box-shadow:0 0 12px rgba(0,0,0,.15);height:124px;justify-content:center}.product-gallery__thumbnail--selected{border:1px solid #e4c6ef;box-shadow:0 0 12px rgba(228,198,239,.2)}.product-gallery__thumbnail a{display:flex;height:100%;line-height:1;overflow:hidden;width:100%}.product-gallery__thumbnail a img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-name{display:-webkit-box;font-weight:400;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;line-height:20px;text-overflow:ellipsis}.product-name,.product-option-value{font-size:1rem;font-style:normal;overflow:hidden}.product-option-value{color:#333;display:inline-flex;font-weight:600;align-items:center;-ms-flex-pack:center;border:1px solid #333;border-radius:.96875rem;box-sizing:border-box;height:1.9375rem;justify-content:center;line-height:0;margin:4px;padding:0}.product-option-value input{display:none}.product-option-value a{color:inherit}.product-option-value--dropdown{display:flex;align-items:center;margin:0;overflow:visible;overflow:initial;padding:0;-ms-flex-pack:start;border:none;border-radius:0;height:auto;justify-content:flex-start}.product-option-value--selected{background:#434d52;border:1px solid #333;color:#fff}.product-option-value--absent{color:#0a0a0a;opacity:.4}.product-option-value__content{color:inherit}.product-option-value__content--absent{color:rgba(51,51,51,.3);line-height:1.9375rem}.product-option-value__button{background-color:transparent;border:0;color:inherit;cursor:pointer;display:block;font-size:inherit;font-weight:inherit;margin:0;padding:0}.product-option-value__button--dropdown{flex:1 0}.product-option-value__button--dropdown:hover{background:#eee}.product-option-value__label{background-color:transparent;border:none;box-sizing:content-box;box-sizing:initial;cursor:pointer;position:relative}.product-option-value__label--selected{background-color:#434d52;color:#fff}.product-option-value__label--absent{border:1px solid #838383;border-left:none;border-right:none;cursor:not-allowed}.product-option-value__overlay{background:linear-gradient(to bottom right,transparent calc(50% - 1px),#838383,transparent calc(50% + 1px));cursor:not-allowed;inset:0;margin:0;position:absolute;z-index:-1}.product-option-value__color-sample{border-radius:50%;box-shadow:0 0 4px rgba(41,7,53,.12);height:1.3125rem;line-height:0;width:1.3125rem}.product-option-value--base{font-size:14px;font-style:normal;font-weight:500;padding:5px 10px}.product-option-value--color{border-color:transparent;border-radius:50%;height:1.9375rem;width:1.9375rem}.product-option-value--color a{height:100%;width:100%}.product-option-value--color .product-option-value__overlay{background:linear-gradient(to bottom right,transparent calc(50% - 1px),#c1acc6,transparent calc(50% + 1px));margin:0;z-index:0}.product-option-value--color .product-option-value__label{border:none;display:flex;height:100%;margin:0;padding:0;width:100%;justify-content:center;align-items:center;background-color:transparent}.product-option-value--color.product-option-value--selected{background-color:transparent;border:1px solid #a880b6}.product-option--card{gap:0}.product-option__wrapper--card{display:flex;flex-direction:column;gap:4px;padding:4px 0}.product-option__wrapper--with-header{padding-top:0}.product-option__header{color:#9560a9;display:flex;font-size:12px;font-style:normal;font-weight:500;text-transform:uppercase;align-items:center;-moz-column-gap:11px;column-gap:11px;margin:6px 8px}.product-option__more-option-values{border:0;color:#6b0d8c;font-size:14px;font-style:normal;font-weight:500;line-height:17px;min-width:30px;text-align:center;text-transform:uppercase}.product-option__color-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-option__separator{margin:0 auto;width:100%}.product-options{display:flex;flex-direction:column;gap:.75rem;margin:0 8px}.product-option{position:relative;width:100%}.product-option__values{flex-direction:row;place-content:center flex-start;position:relative}.product-options-dropdown{cursor:pointer;margin-bottom:1rem;position:relative}.product-options-dropdown__options{background:#fff;border:1px solid #d9d9d9;border-radius:2px;border-top:0;border-top-left-radius:0;border-top-right-radius:0;box-sizing:border-box;display:none;left:0;max-height:20rem;overflow-y:scroll;position:absolute;right:0;top:100%;z-index:1}.product-options-dropdown__option{background-color:transparent;border:0;font-size:1rem;font-style:normal;font-weight:400;gap:10px;padding:9px 10px}.product-options-dropdown__option,.product-options-dropdown__selected{display:flex;align-items:center}.product-options-dropdown__selected{border:1px solid #d9d9d9;border-radius:2px;box-sizing:border-box;min-height:3rem;padding:9px 7px 9px 10px}.product-options-dropdown__selected-content{flex-grow:1}.product-options-dropdown__caret{flex-grow:0;line-height:0}.product-options-dropdown--opened .product-options-dropdown__caret{transform:rotate(90deg)}.product-options-dropdown--opened .product-options-dropdown__options{display:flex;flex-direction:column}.product-options-dropdown--opened .product-options-dropdown__selected{border-bottom-left-radius:0;border-bottom-right-radius:0}.product-option__values{display:flex;-ms-flex-pack:start;flex-flow:row wrap;justify-content:flex-start}.product-option__value{display:flex;margin-right:1rem;padding:0}.product-options-component{margin:1rem 0}.product-options-component--table-layout{display:table;table-layout:auto}.product-options-component__item{display:grid;grid-template-columns:auto auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-items:center}.product-options-component__item--table-layout{display:table-row}.product-options-component__item+.product-options-component__item{margin-top:.5rem}.product-options-component__option-name{font-size:14px;font-style:normal;font-weight:500;margin-right:8px;text-transform:capitalize}.product-options-component__option-name--table-layout{display:table-cell;vertical-align:middle}@media print,screen and (min-width:769px){.product-options-component__option-name--table-layout{white-space:nowrap}}.product-options-component__option-value{display:flex;flex-direction:row;font-size:14px;font-style:normal;font-weight:400;line-height:17px;align-items:center;color:#333}.product-options-component__option-value--table-layout{display:table-cell;vertical-align:middle}@media print,screen and (min-width:769px){.product-options-component__option-value--table-layout{width:100%}}.out-of-stock{background-color:#fefcff;border:1px solid #858585;border-radius:4px;color:#858585;display:inline-flex;font-size:14px;font-style:normal;font-weight:600;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;cursor:default}.product-price{color:#333;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.product-price .price{font-size:inherit;font-weight:inherit}.product-price--disabled{opacity:.4}.product-price--post-product{color:#333;font-size:1rem;font-style:normal;font-weight:400;line-height:20px}.product-sku{display:flex;align-items:center}.product-sku__label{font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-transform:capitalize}.product-sku__value{font-size:14px;font-style:normal;font-weight:400;line-height:17px;margin-left:8px}.product-sku--history-orders{gap:40px;margin-bottom:14px}@media screen and (min-width:1024px){.product-sku--history-orders{gap:20px;margin-bottom:0}}.product-sku--history-orders .product-sku__label{font-size:16px;line-height:20px}@media screen and (min-width:1024px){.product-sku--history-orders .product-sku__label{font-size:14px;line-height:17px}}.product-sku--history-orders .product-sku__value{display:flex;align-items:center;flex:1 1;font-size:16px;gap:8px;line-height:20px}@media screen and (min-width:1024px){.product-sku--history-orders .product-sku__value{font-size:14px;line-height:17px}}.video-count__with-label,.video-count__with-label.icon-button{display:none}@media print,screen and (min-width:769px){.video-count__with-label,.video-count__with-label.icon-button{display:flex}}.video-count__with-counter{line-height:1;position:relative}@media print,screen and (min-width:769px){.video-count__with-counter{display:none}}.video-count svg{color:inherit;height:22px;width:22px}@media print,screen and (min-width:769px){.video-count svg{color:#84467e;height:18px;width:18px}}.toggle-wishlist-button{display:flex}.toggle-wishlist-button svg{fill:transparent;margin:auto}.toggle-wishlist-button--disabled{cursor:not-allowed!important}.toggle-wishlist-button--disabled svg{fill:transparent}.toggle-wishlist-button--active svg{fill:#000}.read-more{align-items:baseline}.read-more--post{display:flex;justify-content:space-between}.read-more--block{display:block}.read-more__content{display:-webkit-box;font-size:16px;font-style:normal;font-weight:400;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;-webkit-line-clamp:var(--read-more-line-clamp,3);overflow-wrap:anywhere;word-break:normal}.read-more__content--clone{display:block;visibility:hidden;width:auto}.read-more__button{background-color:transparent;border:none;color:#bfb7c2;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:20px;outline:none;padding:0;text-transform:uppercase}.read-more__button--post{font-size:12px}.recaptcha-branding{color:#333;display:inline-block;font-size:9px;line-height:1.5;margin-top:2px}.recaptcha-branding--sidebar{color:gray}.recaptcha-branding--footer{color:#c6c6c6}.review-form{margin-bottom:3.75rem}.review-form .button{height:50px;width:270px}.review-form .button--cancel{background-color:#fff;border:1px solid #9560a9;color:#9560a9}.review-star-input{display:flex;flex-direction:row;align-items:center}.review-star-input--unselected .review-star-input__label--on{display:none!important}.review-star-input--unselected .review-star-input__label--off{display:inline-flex!important}.review-star-input__item{height:1.125rem;margin-right:.5rem;width:1.125rem}.review-star-input__error{background-color:red;border:1px solid red;border-radius:.3rem;color:#fff;margin-left:1rem;padding:.2rem .5rem}.review-star-input__label{cursor:pointer;line-height:.5;margin-right:.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.review-star-input__label--off{display:none}.review-star-input__label--on{display:inline-flex}.review-star-input__label svg{height:2rem;width:2rem}.review-star-input input[type=radio]{height:0;opacity:0;position:absolute;width:0}.review-star-input input[type=radio]~.review-star-input__label--off{display:none}.review-star-input input[type=radio]:checked~.review-star-input__label--off,.review-star-input input[type=radio]~.review-star-input__label--on{display:inline-flex}.review-star-input input[type=radio]:checked~.review-star-input__label--on{display:none}.reviews-list-item{border:1px solid #d6d6d6;border:1px solid var(--colors-text-200,#d6d6d6);border-radius:12px;display:flex;flex-direction:column;margin-bottom:40px;padding:20px}.reviews-list-item:last-child{margin-bottom:0}.reviews-list-item--unapproved{background:hsla(0,0%,93%,.15)}.reviews-list-item--style-shop-review{background:#fefbfb}.reviews-list-item__style-shop-header{display:flex;align-items:center;margin-bottom:16px}.reviews-list-item__style-shop-header--space-between{justify-content:space-between}.reviews-list-item__style-shop-review{color:#9772c7;font-size:14px;font-style:normal;font-weight:600}.reviews-list-item__icon-pin{color:#9772c7;height:18px;width:18px}.reviews-list-item__header{justify-content:space-between}.reviews-list-item__avatar,.reviews-list-item__header{display:flex;align-items:center}.reviews-list-item__content{display:flex;flex:1 1;flex-direction:column}.reviews-list-item__submitted-at{color:#858585;font-size:14px;font-style:normal;font-weight:400}.reviews-list-item__body{--read-more-line-clamp:3;font-size:18px;font-style:normal;font-weight:400;margin-top:12px}.reviews-list-item__social-links{color:#7c488f;margin-top:12px}.reviews-list-item__info{margin-top:12px}.reviews-list-item__info,.reviews-list-item__unapproved{display:flex;align-items:center}.reviews-list-item__unapproved{color:#9560a9;font-size:14px;font-style:normal;font-weight:500}.reviews-list-item__unapproved-icon{color:inherit;height:14px;margin-right:6px;width:14px}.reviews-list-item__stars{display:inline-flex;flex-direction:row;line-height:1;margin-right:12px}@media print,screen and (min-width:769px){.reviews-list-item__stars{margin-right:40px}}.reviews-list-item__star{display:inline-flex;height:12px;line-height:1;margin-right:.25rem;width:12px;justify-content:center;align-items:center}.reviews-list-item__star--star-on{color:#fdad12}.star-rating{display:grid;grid-template-columns:100px auto 50px;grid-template-rows:1fr;grid-gap:.9rem;margin:.4rem 0}.star-rating__checkbox{margin-right:.5rem}.star-rating__progress-bar{background:#eee;border:1px solid #555;border-radius:2px;box-sizing:border-box;position:relative}.star-rating__progress{background:#555;border-radius:2px 0 0 2px;bottom:0;left:0;position:absolute;top:0;width:60%}.stars-summary{flex-direction:column-reverse}.reviews-summary,.stars-summary{display:flex}.reviews-summary{flex-direction:column;gap:20px}@media screen and (min-width:1024px){.reviews-summary{flex-direction:row}}.reviews-summary__average{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}@media screen and (min-width:1024px){.reviews-summary__average{width:9rem}}.reviews-summary__average-value{font-size:2rem}.reviews-summary__ratings{max-width:500px;width:100%}@media screen and (min-width:1024px){.reviews-summary__ratings{width:26rem}}.write-review-button{background-color:#fdf8ff;border:1px solid #9560a9;color:#9560a9;-moz-column-gap:4px;column-gap:4px;display:flex;font-size:14px;font-style:normal;font-weight:500;text-transform:uppercase}.write-review-button:hover{color:#9560a9}.write-review-button__icon{display:flex;flex:0 1;height:20px;width:20px;align-items:center}.write-review-button__label{flex:1 1}.scroll-top-button{background:#fff;border:1px solid #d6d6d6;border-radius:50%;bottom:25px;box-shadow:0 0 8px rgba(51,51,51,.1);cursor:pointer;display:flex;height:60px;position:fixed;right:25px;width:60px;z-index:10}.scroll-top-button:active,.scroll-top-button:focus,.scroll-top-button:hover,.scroll-top-button:visited{background-color:#fff;color:#858585}.scroll-top-button svg{margin:auto}.search-form__controls{display:none}@media print,screen and (min-width:769px){.search-form__controls{display:block}}.search-form__query p{width:100%}.share-modal-body__medium-list{display:flex;justify-content:space-between}.share-modal-body__share-url{border:1px solid #afa6af;border-radius:4px;-moz-column-gap:18px;column-gap:18px;display:flex;margin-top:30px;padding:14px;width:100%}.share-modal-body-medium-list__item{cursor:pointer}.share-modal-body-medium-list__item svg{height:3.125rem;width:3.125rem}.share-url__value{color:#333;flex:1 1;font-size:1rem;font-style:normal;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;vertical-align:middle;white-space:nowrap}.share-url__copy{color:#84467e;cursor:pointer;height:20px;width:20px}.share-url__copy svg{color:inherit;height:20px;width:20px}.shipment-manager.manager .manager__header{grid-template:"order state icon" auto/1fr 1fr 54px}.shipment-manager.manager .manager__body--open{grid-template:"info address address" auto "shipment shipment shipment" auto "line_item line_item line_item" auto "products products products" auto "actions actions actions" auto/1fr 1fr 54px}@media screen and (min-width:1024px){.shipment-manager.manager .manager__body{grid-template:"info address line_item shipment actions" auto "products products products products products" auto/2fr 2fr 4fr 3fr 3fr}}.shipments-manager-confirmation__content{border:1px solid #d6d6d6;border-radius:0 0 4px 4px;padding:14px}.shipments-manager-confirmation__line-item{border:solid #f2f2f2;border-radius:4px 4px 0 0;border-width:1px 1px 0;display:flex;flex-direction:column;gap:10px 0;padding:18px}.shipments-manager-confirmation__line-item:last-child{border-bottom-width:1px}@media screen and (min-width:1024px){.shipments-manager-confirmation__line-item{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0 60px;gap:0 60px}}.shipments-manager-confirmation__line-item-info--flex{display:flex}.shipments-manager-confirmation__line-item-image{border:1px solid #d6d6d6;border-radius:2px;height:44px;margin-right:14px;min-height:44px;min-width:44px;width:44px}.shipments-manager-confirmation__product-name{color:#9560a9;font-size:14px;font-style:normal;font-weight:500}.shipments-manager-confirmation__shipment-info{display:flex;flex-direction:column;margin-top:30px}@media screen and (min-width:1024px){.shipments-manager-confirmation__shipment-info{flex-direction:row;align-items:center}}.shipments-manager-confirmation__shipment-info-item{min-width:180px}.shipments-manager-confirmation__shipment-info-label{color:#333;font-size:14px;font-style:normal;font-weight:600;margin-bottom:12px}.shipments-manager-confirmation__vr{background:#f5f5f5;height:72px;margin:0 20px;width:1px}.shipments-manager-confirmation__tracking-block-input{margin-bottom:0!important;margin-top:20px}.shipments-manager-confirmation__tracking-block-input label{font-size:14px;font-style:normal;font-weight:600}.shipments-manager-confirmation__tracking-block-input input{height:40px;max-width:380px}.shipments-manager-confirmation__buttons{display:flex;justify-content:flex-end;margin-top:30px}.shipments-manager-confirmation__action{background:#faf7fc;border:1px solid #9560a9;border-radius:25px;box-shadow:0 4px 20px 0 rgba(0,0,0,.05);box-sizing:border-box;color:#9560a9;cursor:pointer;display:flex;font-size:12px;font-style:normal;font-weight:600;height:42px;padding:6px 12px;text-align:center;text-transform:uppercase;width:100%}.shipments-manager-confirmation__action--confirm{background:#a08ba8;border:0;color:#faf7fc}@media screen and (min-width:1024px){.shipments-manager-confirmation__action{width:180px}}.shipment-manager-header.manager-header .manager-header__titles{grid-template:"info state empty" auto/1fr 1fr 54px}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__titles{grid-template:"info address line_item shipment actions" auto/2fr 2fr 4fr 3fr 3fr}}.shipment-manager-header.manager-header .manager-header__item--info{color:#333;font-feature-settings:"smcp","c2sc";font-size:12px;font-style:normal;font-variant:all-small-caps;font-weight:500;grid-area:info}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__item--info{font-size:inherit;font-style:normal;font-variant:inherit;font-weight:inherit}}.shipment-manager-header.manager-header .manager-header__item--line_item{display:none;grid-area:line_item}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__item--line_item{display:block}}.shipment-manager-header.manager-header .manager-header__item--shipment{display:none;grid-area:shipment}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__item--shipment{display:block}}.shipment-manager-header.manager-header .manager-header__item--address{display:none;grid-area:address}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__item--address{display:block}}.shipment-manager-header.manager-header .manager-header__item--state{color:#333;font-feature-settings:"smcp","c2sc";font-size:12px;font-style:normal;font-variant:all-small-caps;font-weight:500;grid-area:state}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__item--state{display:none}}.shipment-manager-header.manager-header .manager-header__item--actions{display:none;grid-area:actions}@media screen and (min-width:1024px){.shipment-manager-header.manager-header .manager-header__item--actions{display:block}}.shipment-manager-item.manager-item--info{grid-area:info}.shipment-manager-item.manager-item--order{grid-area:order}.shipment-manager-item.manager-item--line_item{grid-area:line_item}.shipment-manager-item.manager-item--shipment{grid-area:shipment;padding:30px 0}@media screen and (min-width:1024px){.shipment-manager-item.manager-item--shipment{padding:0}}.shipment-manager-item.manager-item--address{grid-area:address}.shipment-manager-item.manager-item--state{grid-area:state}.shipment-manager-item.manager-item--actions{grid-area:actions;padding-top:20px}@media screen and (min-width:1024px){.shipment-manager-item.manager-item--actions{padding-top:0}}.shipment-manager-item.manager-item--products{grid-area:products}.shipment-manager-item.manager-item .manager-item__value--shipped{color:#51a769}.shipment-manager-item.manager-item .manager-item__value--canceled{color:#766f80}.shop-info__logo--header{height:48px;height:var(--shop-info-logo-size-header);width:48px;width:var(--shop-info-logo-size-header)}.shop-info__logo--post{height:44px;width:44px}.shop-info__logo--small{height:24px;width:24px}.shop-info__logo--mobile-navbar{height:56px;width:56px}.date-picker__content--shopify{--day-hover-background-color:#000;--day-hover-color:#fff;--day-in-range-background-color:#f1f1f1;--day-in-range-color:#303030;--day-name-color:#616161;--range-option-color:#303030;--range-option-hover-color:#303030;--range-option-hover-background-color:#f1f1f1;--range-option-selected-color:#000;--range-option-selected-background-color:transparent;--range-option-ticket-background-color:#000;--calender-font-size:var(--p-font-size-75);--input-font-size:var(--p-font-size-325);--input-font-weight:var(--p-font-weight-regular);--input-font-family:var(--p-font-family-sans);--input-color:var(--p-color-text-secondary);font-family:var(--p-font-family-sans);font-size:var(--p-font-size-75);font-weight:var(--p-font-weight-medium);line-height:var(--p-font-line-height-400)}.filter-tags{display:flex;flex-wrap:wrap;gap:4px;padding:8px 0}.filter-tags__item{display:inline-flex;font-size:14px;font-style:normal;font-weight:400;line-height:18px;text-transform:capitalize;word-break:break-all;justify-content:center;align-items:center;background:#f3eff2;border-radius:8px;color:#333;gap:10px;min-height:32px;padding:10px 14px}.filter-tags__item svg{color:inherit;height:10px;width:10px}.brands-filter__collab-brands-title{color:#9560a9;font-feature-settings:"smcp","c2sc";font-size:14px;font-style:normal;font-variant:all-small-caps;font-weight:500;margin-top:8px}.sidebar-main-nav__item{color:#333}.sidebar-main-nav__item--active{color:#84467e}.sidebar-main-nav__link{display:flex;flex-direction:row;padding:.5rem 0;align-items:center;color:inherit}.sidebar-main-nav__icon{flex:0 1;height:1.25rem;margin-right:1.25rem;width:1.25rem}.sidebar-main-nav__icon svg{color:inherit;height:1.25rem;width:1.25rem}.sidebar-main-nav__title{flex:1 1;font-size:28px;font-style:normal;font-weight:500;line-height:1}.sliding-menu-link{border:1px solid #adadad;border-radius:8px;display:flex;align-items:center;color:#333;cursor:pointer;gap:4px;padding:8px 12px}@media screen and (min-width:1024px){.sliding-menu-link--sort-link{display:none}}.sliding-menu-link__icon{line-height:.1}.sliding-menu-link__label{font-size:1rem;font-style:normal;font-weight:400;white-space:nowrap}.sliding-menu-layer{-webkit-animation:slide .2s linear forwards;animation:slide .2s linear forwards;background-color:#fff;display:flex;flex-direction:column;height:100%;left:0;padding:30px 18px 18px;position:fixed;top:0;width:100vw;z-index:100}@-webkit-keyframes slide{0%{left:100%}to{left:0}}@keyframes slide{0%{left:100%}to{left:0}}.sliding-menu-layer--no-animation{-webkit-animation:none;animation:none}.sliding-menu-layer__header{display:flex;height:36px;margin-bottom:40px;position:relative}.sliding-menu-layer__title{font-size:24px;font-style:normal;font-weight:500;margin:auto;text-align:center}.sliding-menu-layer a.sliding-menu-layer__return-icon{position:absolute;top:50%;transform:translateY(-50%)}.sliding-menu-layer a.sliding-menu-layer__return-icon svg{transform:rotate(90deg)}.sliding-menu-layer__body{display:flex;flex-direction:column;height:calc(100% - 76px);overflow:hidden auto}.sliding-menu-layer__header-action{position:absolute;right:0;top:50%;transform:translateY(-50%)}.social-links{display:flex;align-items:center}.social-links__item{margin-left:8px}.social-links__item:first-child{margin-left:0}.social-links__link{display:flex}.social-links__icon{height:16px;width:16px}.spinner{background-color:#9560a9;border-radius:50%;height:2rem;left:0;position:relative;top:0;width:2rem}.spinner:after{-webkit-animation:spinner 1.5s linear infinite;animation:spinner 1.5s linear infinite;background-color:#fff;content:"";height:44%;left:49%;position:absolute;top:6%;transform-origin:50% 100%;width:.125rem}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}.subscription__title{color:#434343;font-size:1rem;font-style:normal;font-weight:400}.subscription__description{color:gray;font-size:.875rem;font-style:normal;font-weight:400;margin:.75rem 0}.subscription__message{margin-top:.5rem}.subscription__message--error{color:#f14668}.subscription__message--success{color:#51a769}.subscription__form{font-size:.875rem;font-style:normal;font-weight:400}.subscription__field{margin-top:.6875rem}.subscription__input{background:#fff;border:1px solid #a1a1a1;border-radius:2px;box-sizing:border-box;color:#333;font-size:1rem;font-style:normal;font-weight:400;outline:0;padding:.625rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.subscription__input::-moz-placeholder{color:gray;font-size:12px}.subscription__input:-ms-input-placeholder{color:gray;font-size:12px}.subscription__input::placeholder{color:gray;font-size:12px}.subscription__button{font-size:.875rem;font-style:normal;font-weight:500;width:100%}.subscription-footer{display:block;width:100%}.subscription--footer .subscription__title{color:inherit;font-size:20px;line-height:24px;margin-top:40px}@media print,screen and (min-width:769px){.subscription--footer .subscription__title{margin-top:0}}.subscription--footer .subscription__description{color:#c6c6c6;font-size:12px;font-weight:300;margin:20px 0}@media print,screen and (min-width:769px){.subscription--footer .subscription__description{font-size:12px;font-weight:300;margin:27px 0 40px}}@media screen and (min-width:1024px){.subscription--footer .subscription__description{font-size:14px;margin:16px 0}}.subscription--footer .subscription__input{background:transparent;border:1px solid gray;border-radius:4px;color:#fff;font-size:14px;height:40px;padding:0 16px}@media screen and (min-width:1024px){.subscription--footer .subscription__input{font-size:12px;padding:0 12px}}.subscription--footer .subscription__button{font-size:16px;font-style:normal;font-weight:500;height:40px;padding:0 18px}.ui-table{border:1px solid #d6d6d6;width:100%}.ui-table__head,.ui-table__row{display:grid;grid-template-columns:1fr 3fr 2fr}.ui-table__head--newsletter-deliveries,.ui-table__row--newsletter-deliveries{grid-template-columns:1fr 2fr 1fr}.ui-table__head{border-bottom:1px solid #d6d6d6}.ui-table__row-container{border-top:1px solid #d6d6d6}.ui-table__row-container:first-child{border-top:0}.ui-table turbo-frame{border-top:1px solid #d6d6d6;display:block}.ui-table turbo-frame:first-child{border-top:0}.ui-table__body{display:flex;flex-direction:column}.ui-table__column-name{font-feature-settings:"smcp";font-size:16px;font-style:normal;font-variant:small-caps;font-weight:500}.ui-table__column-value{font-size:14px;font-style:normal;font-weight:400}.ui-table__column-name,.ui-table__column-value{display:flex;align-items:center;border-left:1px solid #d6d6d6;color:#333;overflow-wrap:anywhere;padding:10px 13px}.ui-table__column-name:first-child,.ui-table__column-value:first-child{border-left:0}.taxon-nav{--caret-gap:20px}@media screen and (min-width:1024px){.taxon-nav__list{display:flex;flex-direction:column}.taxon-nav__list--with-header{margin-left:20px}}.taxon-nav-current-item{font-size:1rem;font-style:normal;font-weight:400;margin:5px 0;padding-left:var(--caret-gap)}.taxon-nav-header__link{display:flex;font-size:20px;font-style:normal;font-weight:500;align-items:center;color:#333;line-height:1;padding:6px 0}@media screen and (min-width:1024px){.taxon-nav-header__link{font-size:16px;font-style:normal;font-weight:600}}.taxon-nav-header__link:hover{color:#9560a9}.taxon-nav-header__caret{color:inherit;padding-right:.5rem;width:var(--caret-gap)}@media screen and (min-width:1024px){.taxon-nav-header__caret{padding-right:0}}.taxon-nav-header__caret--open svg{transform:rotate(90deg)}.taxon-nav-header__caret svg{color:inherit;height:14px;margin:0;width:14px}.taxon-nav-item{border-bottom:1px solid #f5f5f5;color:#333}@media screen and (min-width:1024px){.taxon-nav-item{border-bottom:0;border-top:0;height:auto}.taxon-nav-item:first-child{border-top:0}}.taxon-nav-item--sliding-menu{border-bottom:1px solid #e0e0e0}.taxon-nav-item--sliding-menu:first-child{border-top:1px solid #e0e0e0}.taxon-nav-link{display:flex;align-items:center;color:#333;padding:22px 0;position:relative}@media screen and (min-width:1024px){.taxon-nav-link{padding:0;padding-left:var(--caret-gap)}}.taxon-nav-link--with-children{flex-direction:row-reverse;padding-left:0;justify-content:space-between}@media screen and (min-width:1024px){.taxon-nav-link--with-children{flex-direction:row;justify-content:flex-start}}.taxon-nav-link--active{font-weight:700}.taxon-nav-link:hover{color:#9560a9}.taxon-nav-link__text{font-size:20px;font-style:normal;font-weight:inherit;line-height:1;margin:auto 0;margin-right:var(--caret-gap);padding:6px 0}@media screen and (min-width:1024px){.taxon-nav-link__text{font-size:16px;margin-right:0}}.taxon-nav-link__caret{color:inherit;width:var(--caret-gap)}.taxon-nav-link__caret--closed svg{transform:rotate(-90deg)}@media screen and (min-width:1024px){.taxon-nav-link__caret--closed svg{transform:rotate(270deg)}}.taxon-nav-link__caret svg{color:inherit;height:14px;width:14px}.taxon-nav-current-item--mobile{display:flex;font-size:20px;font-style:normal;font-weight:400;padding:22px 0}.taxon-nav-item--filter-menu{border:none}.taxon-nav-item--filter-menu:first-child{border-top:none}.taxon-nav-item--filter-menu a{padding:8px 0}.thumbnails-list{display:flex;flex-flow:row nowrap;font-size:1rem;font-style:normal;font-weight:400;align-items:stretch;inset:0;overflow:hidden;position:absolute}.thumbnails-list__window{flex-grow:1;overflow:auto hidden;position:relative}@media screen and (min-width:1024px){.thumbnails-list__window{overflow-x:hidden}}.thumbnails-list__list{-ms-flex-positive:1;flex-direction:row;flex-grow:1;height:100%;list-style-type:none;transition:margin-left .3s ease-in-out;transition:margin-right .3s ease-in-out}.thumbnails-list__item,.thumbnails-list__list{display:flex;margin:0;padding:0}.thumbnails-list__item{font-size:1rem}.thumbnails-list__arrow{display:none;align-items:center;width:1.25rem;z-index:1}.thumbnails-list__arrow--disabled{cursor:not-allowed;pointer-events:none}.thumbnails-list__arrow--disabled svg *{stroke:#ccc}.thumbnails-list__arrow:first-child svg{transform:rotate(180deg)}@media screen and (min-width:1024px){.thumbnails-list__arrow{display:flex}}.thumbnails-list__arrow--next{margin-left:2rem}.thumbnails-list__arrow--prev{margin-right:2rem}.thumbnails-list--related-posts,.thumbnails-list--related-products{position:relative}.thumbnails-list--related-posts .thumbnails-list__arrow svg,.thumbnails-list--related-products .thumbnails-list__arrow svg{height:2rem;width:2rem}.thumbnails-list--related-products .thumbnails-list__item{max-width:340px;min-width:340px;padding:0 28px}@media screen and (min-width:1024px){.thumbnails-list--related-products .thumbnails-list__item{padding:0 20px}}.thumbnails-list--related-posts .thumbnails-list__item{flex:0 0 100%;max-width:400px;padding:0 20px}.thumbnails-list--product-card .thumbnails-list__arrow--next{margin-left:0}.thumbnails-list--product-card .thumbnails-list__arrow--prev{margin-right:0}.thumbnails-list__arrow--tabs{margin:0;opacity:0}.thumbnails-list:hover .thumbnails-list__arrow--tabs{opacity:1}.top-list{position:relative}.top-list__list{display:flex;flex-flow:row wrap;gap:22px;list-style-type:none}.top-list__item{width:122px}.top-list__content{display:flex;position:relative;-ms-flex-pack:center;height:122px;justify-content:center;max-height:122px;max-width:122px;width:122px}.top-list__content--bestsellers{border:1px solid #f8f8f8;border-radius:2px;box-sizing:border-box;filter:drop-shadow(0 0 1px rgba(0,0,0,.15))}.top-list__content--bestsellers:hover{border:1px solid #9560a9;transform:scale(1.05)}.top-list__content figure,.top-list__content picture,.top-list__content video{height:100%;width:100%}.top-list__content img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.assignment-product{grid-template:"earning earning" 30px "photo title" auto "photo actions" auto "rating rating" auto "sku sku" auto "price availability" auto/112px auto}@media print,screen and (min-width:769px){.assignment-product{grid-template:"photo title earning" auto "photo sku actions" auto "photo price actions" auto "photo rating actions" auto "photo whitespace whitespace" auto "photo availability availability" auto/176px auto auto;padding:20px}}.assignment-product__photo{margin-right:12px}.assignment-product__earning{font-style:normal;font-weight:500;grid-area:earning;letter-spacing:-.005em}@media print,screen and (min-width:769px){.assignment-product__earning{display:flex;justify-content:flex-end;text-align:right}}.assignment-product__title{display:-webkit-box;font-size:1rem;font-style:normal;font-weight:400;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-clamp:3;line-height:20px;text-overflow:ellipsis}.assignment-product__title-wrapper{grid-area:title}.assignment-product__sku{display:flex;margin-bottom:20px;margin-top:12px}@media print,screen and (min-width:769px){.assignment-product__sku{margin:8px 0}}.assignment-product__sku-label{font-size:16px;font-style:normal;font-weight:500;line-height:20px;width:112px}@media print,screen and (min-width:769px){.assignment-product__sku-label{width:auto}}.assignment-product__sku-value{font-size:14px;font-style:normal;font-weight:400;line-height:17px}@media print,screen and (min-width:769px){.assignment-product__sku-value{font-size:16px;font-style:normal;font-weight:500;line-height:20px}}.assignment-product__price{color:#858585;font-size:20px;font-style:normal;font-weight:500;line-height:22px}@media print,screen and (min-width:769px){.assignment-product__price{color:#333;display:block;font-weight:500;margin-bottom:.2rem}}.assignment-product__rating{margin-top:12px}@media print,screen and (min-width:769px){.assignment-product__rating{margin-top:0}}.assignment-product__actions{display:flex;grid-area:actions;justify-content:space-between;align-items:center}@media print,screen and (min-width:769px){.assignment-product__actions{-ms-flex-pack:end;gap:30px;justify-content:flex-end}}.assignment-product__availability .out-of-stock{height:42px;width:170px}.assignment-product-actions__external-url-icon{height:24px;width:24px}.assignment-product-actions__external-url-icon svg{color:inherit;height:100%;width:100%}@media print,screen and (min-width:769px){.assignment-product-actions__external-url-icon{height:18px;width:18px}}.assignment-product-actions__video-counter-icon{height:24px;line-height:1;padding:0;width:24px}.assignment-product-actions__video-counter-icon svg{color:inherit;height:100%;width:100%}@media print,screen and (min-width:769px){.assignment-product-actions__video-counter-icon{height:28px;width:28px}}.assignment-product-actions__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid rgba(51,51,51,.6);border-radius:1px;display:flex;height:24px;margin:0;overflow:hidden;padding:0;width:24px}@media print,screen and (min-width:769px){.assignment-product-actions__checkbox{height:16px;width:16px}}.assignment-product-actions__checkbox:before{box-shadow:inset 22px 22px #fff;-webkit-clip-path:polygon(10% 40%,0 65%,45% 100%,100% 20%,85% 0,43% 62%);clip-path:polygon(10% 40%,0 65%,45% 100%,100% 20%,85% 0,43% 62%);content:"";display:block;height:12px;margin:auto;transform:scale(0);transform-origin:bottom left;transition:transform .12s ease-in-out;width:15px}@media print,screen and (min-width:769px){.assignment-product-actions__checkbox:before{height:7px;width:10px}}.assignment-product-actions__checkbox:checked{background-color:#9560a9;border:0}.assignment-product-actions__checkbox:checked:before{transform:scale(1)}.video-post-product{background:#fdf8ff;border:1px solid #dcdada;display:grid;grid-template:"photo" auto "info" auto "actions" auto/auto;margin-bottom:1rem;padding:20px}@media print,screen and (min-width:769px){.video-post-product{grid-template:"photo info" auto "actions actions" auto/114px auto}}.video-post-product__photo{filter:drop-shadow(0 0 1px rgba(0,0,0,.15));grid-area:photo;height:200px;margin:auto;width:auto}@media print,screen and (min-width:769px){.video-post-product__photo{height:100px;margin:0 14px 0 0;width:100px}}.video-post-product__info{grid-area:info;margin-top:16px}@media print,screen and (min-width:769px){.video-post-product__info{margin-top:0}}.video-post-product__brand{color:#858585;font-size:14px;font-style:normal;font-weight:400;text-transform:uppercase}.video-post-product__link{display:inline-block;margin-top:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.video-post-product__title{font-size:1rem;font-style:normal;font-weight:400;line-height:20px}.video-post-product__price{display:flex;flex-direction:row;grid-area:price;margin-top:12px}@media print,screen and (min-width:769px){.video-post-product__price{flex-direction:row}}.video-post-product__actions{display:flex;grid-area:actions;margin-top:16px;justify-content:flex-end}.video-post-product__actions .icon-button{background-color:transparent;border:0;border-radius:0;color:#d0697e;font-size:1rem;font-style:normal;font-weight:400;justify-content:center}.video-post-product{position:relative}.video-post-product__ticket{background-color:#8d7eb6;border-bottom-right-radius:4px;box-shadow:0 0 6px 0 rgba(0,0,0,.1);color:#fff;cursor:default;font-size:12px;font-style:normal;font-weight:500;left:0;padding:4px 8px;position:absolute;text-align:center;top:0;z-index:1}.video-post-product__image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.post-button{border-radius:4px;font-size:1rem;font-style:normal;font-weight:400;-ms-flex-pack:center;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:row;gap:.5rem;height:40px;justify-content:center;line-height:1;padding:0 20px;align-items:center;background:#af83c0;border:1px solid #c081c4;color:#f5f5f5;cursor:pointer}.post-button__icon{line-height:.1}.post-button__label{line-height:inherit;white-space:nowrap}.post-button--published{background:#fefcff;border:1px solid #a74652;color:#a74652}.user-menu{display:none;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;list-style:none;margin:auto;max-width:75rem}@media print,screen and (min-width:769px){.user-menu{display:grid;padding:26px 50px 40px}}@media screen and (min-width:1216px){.user-menu{padding:26px 1rem 40px}}.user-menu.is-hidden{display:none}.user-menu--dashboard{display:flex;flex-direction:column;padding:0;row-gap:20px}.user-menu__title{color:rgba(51,51,51,.6);font-size:13px;font-style:normal;font-weight:400;margin-bottom:16px;text-transform:uppercase}.user-menu__title--dashboard{margin-bottom:4px}.user-menu__icon-link{flex-direction:row-reverse;-ms-flex-pack:start;color:#858585;justify-content:start}.user-menu__icon-link:hover{color:#9560a9}.user-menu__group-items{display:flex;flex-direction:column;gap:12px}.user-menu__group-items--dashboard{gap:0}.user-menu__item{color:#333}.user-menu__item--dashboard{font-size:1rem;font-style:normal;font-weight:400;padding:14px 8px}.user-menu__item--dashboard.user-menu__item--active{background:#a08ba8;color:#faf7fc}.user-menu__item--header:hover{color:#9560a9}.user-menu a,.user-menu__link{color:inherit;cursor:pointer;display:flex;text-decoration:none;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-image--checkout{display:flex;margin:0;max-width:inherit;min-width:inherit;padding:0;align-items:center;justify-content:center}.product-image--checkout .product-image__placeholder{margin:0;min-height:inherit;padding:0}.product-image--checkout .product-image__placeholder svg{height:2rem;opacity:1;width:2rem}.video-player{position:relative}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.video-player__volume-icon{-webkit-animation:fadeOut .2s linear 1s forwards;animation:fadeOut .2s linear 1s forwards;background:hsla(0,0%,100%,.8);border:1px solid #d6d6d6;border-radius:50%;color:#9560a9;display:flex;left:50%;padding:8px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.video-player__volume-icon svg{color:inherit;height:24px;margin:auto;width:24px}.video-player__overlay-actions{position:absolute;right:2%;transition:.1s .3s;z-index:1}.video-player__overlay-actions--top{top:4%}.video-player__overlay-actions--bottom{bottom:4%}.video-player__action-container--style-steps{margin-bottom:12px}.video-player__action-icon{background:hsla(0,0%,100%,.8);border:1px solid #d6d6d6;border-radius:25px;color:#9560a9;font-size:14px;font-style:normal;font-weight:500;gap:6px;padding:8px 12px}.vjs-user-active+.video-player__overlay-actions--bottom{bottom:calc(4% + 30px);transition:.1s}.mini-video{position:relative;text-decoration:none}.mini-video--related-video{height:212px;margin-right:20px;width:212px}@media print,screen and (min-width:769px){.mini-video--related-video{height:124px;margin-right:16px;width:124px}}.mini-video--style-favorites{height:122px;width:122px}.mini-video__video-link{display:block;height:100%;position:relative;width:100%}.mini-video__video-link--related-video{height:calc(100% - 12px);margin-left:12px;width:calc(100% - 12px)}.mini-video__video{border-radius:2px;height:100%;overflow:hidden;position:absolute;right:0;top:0;width:100%}.mini-video .video-js:not(.vjs-fullscreen),.mini-video .video-js:not(.vjs-fullscreen).vjs_video_3-dimensions,.mini-video__video-player:not(.vjs-fullscreen),.mini-video__video-player:not(.vjs-fullscreen) video{height:100%;min-height:0;min-height:auto;min-width:0;min-width:auto;pointer-events:none;width:100%}@media screen and (min-width:1024px){.mini-video .video-js:not(.vjs-fullscreen),.mini-video .video-js:not(.vjs-fullscreen).vjs_video_3-dimensions,.mini-video__video-player:not(.vjs-fullscreen),.mini-video__video-player:not(.vjs-fullscreen) video{pointer-events:auto}}.mini-video__button{border-radius:50%;height:64px;left:50%;line-height:1;position:absolute;top:50%;transform:translate(-50%,-50%);width:64px}@media print,screen and (min-width:769px){.mini-video__button{height:40px;width:40px}}.mini-video__button svg{border-radius:50%;height:inherit;width:inherit}.mini-video__button--without-shop-logo{bottom:5px;height:30px;left:auto;right:5px;top:auto;transform:none;width:30px}.mini-video__avatar{background-color:#fff;border:1px solid #e9e9e9;border-radius:50%;bottom:0;box-sizing:border-box;filter:drop-shadow(0 0 8px rgba(0,0,0,.15));height:64px;left:0;overflow:hidden;position:absolute;width:64px;z-index:1}.mini-video__avatar--fadeout{opacity:0;transition:visibility 1s 1.5s,opacity 1s linear 1.5s;visibility:hidden}@media print,screen and (min-width:769px){.mini-video__avatar{height:46px;width:46px}}.mini-video__avatar img{height:100%;width:100%}.video-post{--read-more-line-clamp:1;font-size:1rem;font-style:normal;font-weight:400;width:100%}.video-post__content{margin-bottom:12px}.video-post__content-header{justify-content:space-between}.video-post__content-header,.video-post__content-header-item{display:flex;align-items:center}.video-post__content-header-item{gap:8px}.video-post__shop-link{color:#a468b3}.video-post__pinned-post-icon{color:#9560a9;cursor:default;flex-direction:row-reverse;font-size:12px;font-style:normal;font-weight:500;gap:8px;line-height:1;margin-bottom:8px;align-items:center}.video-post__pinned-post-icon svg{color:inherit;height:14px;width:14px}.video-post__pinned-post-icon:hover{color:#9560a9}.video-post__title{font-size:1rem;font-style:normal;font-weight:500}.video-post__guest-label{background-color:#a08ba8;border-radius:4px;color:#fff;font-size:11px;font-style:normal;font-weight:600;letter-spacing:.015em;line-height:1;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.video-post__tags{max-height:25px;overflow:auto}.video-post__tags::-webkit-scrollbar{height:0;width:0}.video-post__tags::-webkit-scrollbar-thumb,.video-post__tags::-webkit-scrollbar-track{background-color:transparent}@media screen and (min-width:1024px){.video-post__tags{overflow:hidden}}.video-post__tags--translate-right{transform:translateX(54px);width:calc(100% - 54px)}.video-post__tags-inner{display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content}.video-post__tag{color:#3b084d;display:inline-block;font-size:14px;margin-right:.75rem;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-post__tag--active{color:#a04c65;font-weight:500}.style-steps{--read-more-line-clamp:3;scroll-margin-top:4.25rem;scroll-margin-top:var(--app-header-height)}.style-steps__list{display:flex;flex-direction:column;row-gap:28px}@media print,screen and (min-width:769px){.style-steps__list{display:grid;-ms-flex-pack:space-evenly;grid-template-columns:repeat(auto-fit,270px);justify-content:space-evenly;grid-gap:40px 28px}.style-steps__list--few-items{justify-content:left}}.style-steps__item{position:relative}.style-steps__position{background:#f5edff;border:1px solid #c4c4c4;border-radius:50%;color:#333;font-size:18px;font-style:normal;font-weight:500;height:36px;left:12px;line-height:36px;position:absolute;text-align:center;top:12px;width:36px;z-index:1}.style-steps__media-wrapper{border:1px solid #f8f8f8;border-radius:2px;box-sizing:border-box;display:flex;height:370px;overflow:hidden;width:100%}.style-steps__item-title{font-weight:500;margin:12px 0 8px}.style-steps__description,.style-steps__item-title{color:#000;font-size:18px;font-style:normal;line-height:22px}.style-steps__description{font-weight:400}.tagify{border:1px solid #a1a1a1;border-radius:2px;align-items:center;padding:16px}.tagify,.tagify-wrapper{width:100%}.tagify__label{display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:18px;align-items:center;color:#333;cursor:default;margin-bottom:4px}.tagify__input{font-size:14px}.tagify__input:before{color:rgba(51,51,51,.6)}.tagify__input:not(:first-child):before{content:""}.tagify__input:first-child{color:rgba(51,51,51,.6);line-height:1;margin:0;padding:0}.tagify__input:focus{color:#333;font-size:16px}.tagify__input:focus:before{content:""}.tagify__input:focus:first-child{color:#333}.tagify__tag{--tag-bg:#fcf3ff;--tag-text-color:#6b0d8c;max-width:90%}.tagify__tag>div>*{white-space:nowrap}.tagify__tag svg{color:#333;cursor:pointer;height:12px;margin:auto 10px auto 17px;width:12px}.tagify__tag-text-wrapper{max-width:calc(100% - 40px)!important}.tagify__tag-text{max-width:160px!important}.article--ck header{margin-bottom:1rem}.page{display:flex;flex-direction:column;-ms-flex-pack:justify;gap:40px;justify-content:space-between;margin:25px 0 3.125rem}.page__content{flex:1 1}.page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page__title{color:#333;font-size:28px;font-style:normal;font-weight:600;line-height:34px}.page__message{color:#be1111;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-align:right}.page__sidebar{flex:0 1;margin-top:25px}.page--shopping-cart{margin-bottom:0}@media screen and (min-width:1024px){.page--shopping-cart{margin-bottom:3.125rem}}.page-sidebar,.page-sidebar__content{display:flex;flex-direction:column}.page-sidebar__content{background:#faf7fc;border:1px solid #faebff;border-radius:2px;box-sizing:border-box;padding:20px}.page-sidebar__header{margin:0 0 24px}.page-sidebar__title{color:#333;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.015em;line-height:20px;text-transform:uppercase}@media screen and (min-width:1024px){.page-sidebar--cart{position:sticky;top:calc(5.25rem + 25px);top:calc(var(--app-header-height) + 1rem + 25px)}}.page-sidebar-content{width:511px}.page-sidebar-content--shopping-cart{width:270px}.box--bordered{border:1px solid #dbdbdb}.checkout-cart{display:flex;flex-direction:column;gap:12px}.checkout-cart hr{border:1px solid #f0e8f2}.checkout-cart-item{display:flex;flex-direction:row;gap:15px;padding:0}.checkout-cart-item__image{display:flex;flex:0 1;min-height:60px;min-width:57.73px;padding:0;position:relative!important}.checkout-cart-item__body{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.checkout-cart-item__row{flex:1 1;-ms-flex-positive:0;display:flex;flex-direction:row;flex-grow:0;gap:5px;align-items:flex-start}.checkout-cart-item__title{color:#333;flex:1 1;font-size:16px;font-style:normal;font-weight:400}.checkout-cart-item__title--secondary{font-weight:400;line-height:1}.checkout-cart-item__qty{display:flex;flex-direction:row;justify-content:flex-end;min-width:90px}.checkout-cart-item__qty .cart-quantity{flex:1 1;margin:.5rem 0}@media print,screen and (min-width:769px){.checkout-cart-item__qty .cart-quantity{flex:0 1;margin:0;min-width:8rem}}.checkout-cart-item__cost{display:flex;flex:0 1;flex-direction:row;min-width:90px;-ms-flex-pack:end;color:#333;font-size:16px;font-style:normal;font-weight:500;justify-content:flex-end;letter-spacing:.015em;line-height:20px;text-align:right}.item-calc__sign{padding:0 .4rem}.item-calc__amount{font-size:130%}.counter-icon{line-height:.5;padding:.5rem .75rem;position:relative}.custom-checkbox{color:#333;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:14px;align-items:center;cursor:pointer}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox__box{border:1px solid #333;border-radius:2px;display:flex;height:20px;width:20px}.custom-checkbox__box svg{display:none;height:12px;margin:auto;width:12px}input[type=checkbox]:checked+.custom-checkbox__box svg{display:block}.custom-select{flex:1 1;font-size:1rem;font-style:normal;font-weight:400;min-width:170px;position:relative;width:100%}.custom-select--small{max-width:220px}.custom-select--sort-selector{display:none}@media screen and (min-width:1024px){.custom-select--sort-selector{display:block}}.custom-select__selected{background-color:#fff;border:1px solid rgba(51,51,51,.6);border-radius:2px;color:#000;cursor:pointer;display:flex;flex:1 1;padding-left:10px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;align-items:center}@media print,screen and (min-width:769px){.custom-select__selected{padding-left:15px}}.custom-select__selected-name{display:flex;flex:1 1;flex-direction:row;font-size:16px;line-height:20px;overflow:hidden;padding:14px 0}@media print,screen and (min-width:769px){.custom-select__selected-name{padding:9px 0}}.custom-select__caret{justify-content:center;padding:0 .5rem}.custom-select__caret,.custom-select__items{display:flex;flex-direction:column}.custom-select__items{background-color:#fff;border:1px solid rgba(51,51,51,.6);border-radius:0 0 2px 2px;border-top:0;box-shadow:0 4px 20px hsla(0,0%,52%,.05);left:0;max-height:15rem;opacity:0;overflow:hidden auto;padding:10px 0;position:absolute;right:0;transition:.2s ease-in;visibility:hidden;z-index:10}.custom-select__item,.custom-select__link{display:flex}.custom-select__link{color:#2e2e2e;cursor:pointer;flex:1 1;line-height:inherit;padding:.5rem 1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select__link:hover{background-color:#f5edff}.custom-select__link--selected{background-color:rgba(245,237,255,.4)}.custom-select--address .custom-select__selected{border:1px solid #afa6af;border-radius:4px}.custom-select--address .custom-select__selected-name{font-size:14px;line-height:18px;padding:15px 0}.custom-select--address .custom-select__items{border-color:#afa6af;border-radius:0 0 4px 4px}.custom-select--open .custom-select__selected{border-radius:2px 2px 0 0;color:#2e2e2e}.custom-select--open .custom-select__caret{transform:rotate(180deg)}.custom-select--open .custom-select__items{opacity:1;visibility:visible}.custom-select--open.custom-select--address .custom-select__selected{border-radius:4px 4px 0 0}.dashboard-table{display:grid}.dashboard-table,.dashboard-table--customer{grid-template-columns:repeat(6,1fr)}.dashboard-table--customer>:nth-child(7n){border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc}.dashboard-table--customer>:nth-child(7n+1){border-left:1px solid #ccc}.dashboard-table--customer>:nth-child(7n-1){border-right:1px solid #ccc}.dashboard-table--shop-owner{grid-template-columns:repeat(7,1fr)}.dashboard-table--shop-owner>:nth-child(7n){border-right:1px solid #ccc}.dashboard-table--shop-owner>:nth-child(7n+1){border-left:1px solid #ccc}.dashboard-table__details{grid-column:span 6}.dashboard-table__details--header{display:none!important}.dashboard-table__details--visible{display:block}.dashboard-table__cell{border-bottom:1px solid #ccc;color:#333;font-size:14px;font-style:normal;font-weight:400;line-height:17px;padding:.75rem}.dashboard-table__cell--currency,.dashboard-table__cell--more{text-align:right}.dashboard-table__cell--header{border:none!important;border-bottom:1px solid #ccc!important;color:#333;font-size:14px;font-style:normal;font-weight:600;line-height:17px}:root{--sdp-selected:#005fcc;--sdp-selected-invert:#fff;--sdp-prev-month:#888;--sdp-next-month:#888;--sdp-disabled:#1010104d;--sdp-disabled-invert:#fff;--sdp-background:#fff;--sdp-border:#ddd;--sdp-shadow:0deg 0% 50%;--sdp-icon:#4a4a4acc;--sdp-nav-button-background:#f5f5f5;--sdp-nav-button-background-hover:#eee;--sdp-days-of-week:#4a4a4a}@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateY(-40px) scale(.75)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-40px) scale(.75)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-40px) scale(.75)}}[data-controller=datepicker]{position:relative}.sdp-cal{background:#fff;background:var(--sdp-background);border:1px solid #ddd;border:1px solid var(--sdp-border);border-radius:5px;box-shadow:0 1.25em 1.25em -.9375em hsla(0,0%,50%,.3);box-shadow:0 1.25em 1.25em -.9375em hsl(var(--sdp-shadow)/.3);box-sizing:border-box;margin-top:5px;padding:15px;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.sdp-cal.fade-in{-webkit-animation:fadeIn .1s ease-out;animation:fadeIn .1s ease-out}.sdp-cal.fade-out{-webkit-animation:fadeOut .1s ease-out;animation:fadeOut .1s ease-out}@media(prefers-reduced-motion:reduce){.sdp-cal.fade-in,.sdp-cal.fade-out{-webkit-animation:none;animation:none}}.sdp-cal button{background:none;border:none;padding:0}.sdp-nav{margin-bottom:1.2em;justify-content:space-between;align-items:center}.sdp-nav,.sdp-nav-buttons,.sdp-nav-dropdowns{display:flex}.sdp-nav-dropdowns select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:var(--sdp-background);border:1px solid transparent;color:currentcolor;cursor:pointer;font-size:1.1em;font-weight:500;padding:1px 12px 1px 1px}.sdp-nav-dropdowns>div{display:flex;align-items:center}.sdp-nav-dropdowns>div:after{border:2px solid #4a4a4acc;border:2px solid var(--sdp-icon);border-right:0;border-top:0;content:" ";height:.3em;position:relative;right:10px;transform:translateY(-1px) rotate(-45deg);width:.3em}.sdp-nav-buttons button{background-color:#f5f5f5;background-color:var(--sdp-nav-button-background);border-radius:50%;color:#4a4a4acc;color:var(--sdp-icon);cursor:pointer;display:flex;height:1.5em;place-content:center;place-items:center;width:1.5em}.sdp-nav-buttons button:hover{background-color:#eee;background-color:var(--sdp-nav-button-background-hover)}.sdp-nav-buttons svg{fill:none;stroke:currentcolor;stroke-width:2;height:.75em;width:.75em}.sdp-goto-today{margin-left:.3em;margin-right:.3em}.sdp-days,.sdp-days-of-week{display:grid;grid-template-columns:repeat(7,1fr);place-items:center;grid-gap:.3em;gap:.3em}.sdp-days-of-week{margin-bottom:.7em}.sdp-days-of-week div{color:#4a4a4a;color:var(--sdp-days-of-week);font-size:.8em;font-weight:600;text-transform:uppercase}.sdp-days button{background-color:transparent;border-radius:50%;height:4.5ch;width:4.5ch}.sdp-days button:not([aria-disabled]){color:currentcolor;cursor:pointer}.sdp-days button[aria-disabled]{color:#1010104d;color:var(--sdp-disabled)}.sdp-days button:not([aria-disabled]).sdp-selected{background-color:#005fcc;background-color:var(--sdp-selected);color:#fff;color:var(--sdp-selected-invert)}.sdp-days button[aria-disabled].sdp-selected{background-color:#1010104d;background-color:var(--sdp-disabled);color:#fff;color:var(--sdp-disabled-invert)}.sdp-days button:not([aria-disabled]).sdp-today{border:1px solid #005fcc;border:1px solid var(--sdp-selected)}.sdp-days button[aria-disabled].sdp-today{border:1px solid #1010104d;border:1px solid var(--sdp-disabled)}.sdp-days button:focus,.sdp-days button:hover{outline:none}.sdp-days button:not([aria-disabled]):focus,.sdp-days button:not([aria-disabled]):hover{border:2px solid #005fcc;border:2px solid var(--sdp-selected)}.sdp-days button[aria-disabled]:focus,.sdp-days button[aria-disabled]:hover{border:2px solid #1010104d;border:2px solid var(--sdp-disabled)}.sdp-days button:not([aria-disabled]).sdp-selected:focus,.sdp-days button:not([aria-disabled]).sdp-selected:hover{border:2px solid #fff;border:2px solid var(--sdp-selected-invert);box-shadow:0 0 0 2px #005fcc;box-shadow:0 0 0 2px var(--sdp-selected)}.sdp-days button[aria-disabled].sdp-selected:focus,.sdp-days button[aria-disabled].sdp-selected:hover{border:2px solid #fff;border:2px solid var(--sdp-disabled-invert);box-shadow:0 0 0 2px #1010104d;box-shadow:0 0 0 2px var(--sdp-disabled)}.sdp-days button:not([aria-disabled]).sdp-today:focus,.sdp-days button:not([aria-disabled]).sdp-today:hover{border:2px solid #005fcc;border:2px solid var(--sdp-selected)}.sdp-days button[aria-disabled].sdp-today:focus,.sdp-days button[aria-disabled].sdp-today:hover{border:2px solid #1010104d;border:2px solid var(--sdp-disabled)}.sdp-days button:not([aria-disabled]).sdp-prev-month{color:#888;color:var(--sdp-prev-month)}.sdp-days button:not([aria-disabled]).sdp-next-month{color:#888;color:var(--sdp-next-month)}.sdp-days button[aria-disabled].sdp-next-month,.sdp-days button[aria-disabled].sdp-prev-month{color:#1010104d;color:var(--sdp-disabled)}.drag-to-scroll{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.drag-to-scroll,.drag-to-scroll a{cursor:-webkit-grabbing;cursor:grabbing}.drag-to-scroll a{-webkit-user-drag:none}.footer{background:#1a1e1f;border-top:1px solid #eee;color:#f7f7f7;font-size:1rem;font-style:normal;font-weight:350;margin:0 auto;padding-top:3rem;width:100%}.footer--inner{margin:auto;max-width:75rem;padding:0 20px}@media print,screen and (min-width:769px){.footer--inner{padding:0 50px}}@media screen and (min-width:1216px){.footer--inner{padding:0 1rem}}.footer-left{display:flex;justify-content:center}@media print,screen and (min-width:769px){.footer-left{justify-content:flex-start}}.footer-right{display:flex;justify-content:center}@media print,screen and (min-width:769px){.footer-right{justify-content:flex-end}}.footer__row1{box-sizing:border-box;display:flex;flex-direction:column}@media print,screen and (min-width:769px){.footer__row1{flex-direction:row;gap:45px;margin:0 auto;width:100%}.footer__row1 .footer-right{width:304px}.footer__row1 .footer-left{flex:1 1}}.footer__row2{margin-bottom:30px;margin-top:2.625rem}.footer__row2 .footer-right{justify-content:flex-end}@media print,screen and (min-width:769px){.footer__row2{display:flex}}.footer__row3{border-top:1px solid #2c3234;font-size:.875rem;padding-bottom:.75rem;padding-top:1rem}@media print,screen and (min-width:769px){.footer__row3{display:flex}}.footer__column{flex:1 1}.footer__column--powered-by{display:none}@media print,screen and (min-width:769px){.footer__column--powered-by{display:flex}}.footer__social{display:flex;flex-direction:column-reverse}.footer-links{display:inline-flex;flex-direction:row;list-style-type:none;margin:0;padding:0}.footer-links__item--separator{margin:0 .375rem}.footer-menu{color:gray;display:flex;flex-direction:column;width:100%}@media screen and (min-width:1216px){.footer-menu{display:grid;grid-template-columns:repeat(auto-fit,20%);grid-column-gap:6.6666666667%;-moz-column-gap:6.6666666667%;column-gap:6.6666666667%}}.footer-menu__group:last-child{border-bottom:1px solid #cfcfcf}@media screen and (min-width:1216px){.footer-menu__group:last-child{border-bottom:0}}.footer-menu__header{color:#fff;display:flex;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding:1rem 0;justify-content:space-between;align-items:center;border-top:1px solid #cfcfcf;cursor:pointer}@media screen and (min-width:1216px){.footer-menu__header{border-bottom:1px solid #cfcfcf;cursor:default;font-size:20px;line-height:24px}}.footer-menu__header--open{border-bottom:1px solid #cfcfcf}.footer-menu__header--open+.footer-menu__items{display:block}.footer-menu__header--open .footer-menu__caret{transform:rotate(0deg)}.footer-menu__caret{color:#666;height:1rem;transform:rotate(-90deg);width:1rem}@media screen and (min-width:1216px){.footer-menu__caret{display:none}}.footer-menu__caret svg{width:.75rem}.footer-menu__title{flex:1 1}.footer-menu__items{color:#fff;display:none;font-size:14px;font-style:normal;font-weight:300;margin:0;overflow-wrap:break-word;padding:1rem .5rem}@media screen and (min-width:1216px){.footer-menu__items{display:block;padding:0 0 1rem}}.footer-menu__items p{line-height:17px;margin:8px 0}.footer-menu__items a{padding:0}.footer-menu__item{color:inherit;line-height:17px;margin:8px 0}.footer-menu__link{color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:.375rem .5rem;text-decoration:none}.footer-social__list{display:flex;flex-direction:row;list-style-type:0;margin:0;padding:0;justify-content:flex-end}.footer-social__item{height:1.8rem;margin-left:.9375rem;width:1.8rem}@media print,screen and (min-width:769px){.footer-social__item{height:1.376rem;margin-left:1.25rem;width:1.376rem}}.footer-social__item svg{color:inherit;height:1.8rem;width:1.8rem}@media print,screen and (min-width:769px){.footer-social__item svg{color:inherit;height:1.376rem;width:1.376rem}}.footer-social__link{color:#f5edff}.footer-social__link:hover{color:#fff}.popular-tags{display:inline-flex;flex-wrap:wrap;gap:5px 10px;margin-bottom:10px}.popular-tags__item{margin:0;padding:0}.popular-tags__link{word-break:break-all}.popular-tags__link:hover{color:#9560a9}.popular-tags__view-more{text-transform:lowercase}.powered-by{display:flex;flex-direction:column}.powered-by__text{color:#989898;font-size:.75rem}.powered-by__image,.powered-by__logo{height:2.25rem;width:5.625rem}.powered-by__image{fill:#ddd}.form{flex-direction:column}.form,.form__row{display:flex}.form__row{flex-direction:row;align-items:center;gap:41px}.form__row--space-between{gap:0;justify-content:space-between;margin:5px 0 25px}.form__block{display:flex;flex-direction:column;margin-bottom:15px}.form__fieldset{border:none;margin:0;padding:0;position:relative}.form__legend{color:#333;font-size:20px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:20px}.form__field{display:flex;flex-direction:column;margin-bottom:25px}.form__field--no-margin-bottom{margin-bottom:0}.form__field--disabled{opacity:.5}.form__field--search-field{flex-direction:row;align-items:center;margin-bottom:0;position:relative}.form__search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefdff;border:1px solid #d6d6d6;border-radius:2px;flex:1 1;font-size:16px;font-style:normal;font-weight:400;height:44px;padding:0 14px 0 46px}.form__search-input::-moz-placeholder{color:rgba(51,51,51,.6);font-size:14px;font-style:normal;font-weight:400}.form__search-input:-ms-input-placeholder{color:rgba(51,51,51,.6);font-size:14px;font-style:normal;font-weight:400}.form__search-input::placeholder{color:rgba(51,51,51,.6);font-size:14px;font-style:normal;font-weight:400}.form__search-input:focus{border:1px solid #1b3ef2;box-shadow:0 4px 20px hsla(0,0%,52%,.05);outline:none}.form__search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.form__search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-image:url(/assets/b95f91a218582174561fd8160f43471c24fea49efa6ba7b7202854f165a4f986-a29b8db4e7f94e30a4e902d8df62971527da164cf8372751d7b167ecac0b59d4.svg);background-size:cover;cursor:pointer;height:14px;width:14px}.form__search-icon{background:transparent;border:none;cursor:pointer;height:100%;left:0;outline:none;padding:0 14px;position:absolute;top:0}.form__search-icon svg{color:#9772c7;height:18px;width:18px}.form__checkbox{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:14px;margin-right:.5rem;width:14px}.form__checkbox--large{height:20px;width:20px}.form__label{display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:18px;align-items:center;color:#333;margin-bottom:4px}.form__label .required{color:red}.form__label--checkbox{display:flex;flex-direction:row;margin:0;align-items:center}.form__label--no-margin-bottom{margin-bottom:0}.form__label--font-size-normal{font-size:16px}.form__input{height:50px}.form__textarea{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.form__input,.form__textarea{background-color:#fff;border-color:#a1a1a1;border-radius:0;border-radius:4px;box-sizing:border-box;color:#363636;padding:10px 16px;width:100%}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{color:rgba(51,51,51,.6)}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{color:rgba(51,51,51,.6)}.form__input:-moz-placeholder,.form__textarea:-moz-placeholder{color:rgba(51,51,51,.6)}.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder{color:rgba(51,51,51,.6)}.form__input.is-hovered,.form__input:hover,.form__textarea.is-hovered,.form__textarea:hover{border-color:#b5b5b5}.form__input.is-active,.form__input.is-focused,.form__input:active,.form__input:focus,.form__textarea.is-active,.form__textarea.is-focused,.form__textarea:active,.form__textarea:focus{border-color:#0a0a0a;box-shadow:0 transparent}.form__input[disabled],.form__textarea[disabled],fieldset[disabled] .form__input,fieldset[disabled] .form__textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.form__input[disabled]::-moz-placeholder,.form__textarea[disabled]::-moz-placeholder,fieldset[disabled] .form__input::-moz-placeholder,fieldset[disabled] .form__textarea::-moz-placeholder{color:hsla(0,0%,48%,.3)}.form__input[disabled]::-webkit-input-placeholder,.form__textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .form__input::-webkit-input-placeholder,fieldset[disabled] .form__textarea::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.form__input[disabled]:-moz-placeholder,.form__textarea[disabled]:-moz-placeholder,fieldset[disabled] .form__input:-moz-placeholder,fieldset[disabled] .form__textarea:-moz-placeholder{color:hsla(0,0%,48%,.3)}.form__input[disabled]:-ms-input-placeholder,.form__textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .form__input:-ms-input-placeholder,fieldset[disabled] .form__textarea:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.form__input:focus,.form__textarea:focus{border:1px solid #1b3ef2;box-shadow:none;outline:none}.form__input--error,.form__input:invalid,.form__textarea--error,.form__textarea:invalid{border:1px solid #a74652}.form__error{color:#a74652;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:6px}.form__actions{display:flex;flex-direction:column;gap:20px}.form__actions--flex-end{justify-content:flex-end}@media print,screen and (min-width:769px){.form__actions{flex-direction:row}}.app-search-form{display:flex;flex:1 1;flex-direction:column;position:relative}.app-search-form__title--category{margin:0;padding:0 10px 0 0;white-space:nowrap}.app-search-form__search-icon{color:#848484;display:flex;height:18px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:18px;z-index:10}@media print,screen and (min-width:769px){.app-search-form__search-icon{height:15px;width:15px}}.app-search-form__search-icon svg{color:inherit;height:100%;width:100%}.app-search-form__query{color:#9560a9;display:flex;flex:1 1;gap:.2rem;margin:0}.app-search-form__query:hover{background-color:transparent!important}.app-search-form__query-value{font-weight:500}.app-search-form__input{flex:1 1}.app-search-form__results{background-color:#fff;border:1px solid #c1c1c1;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:0;display:flex;flex-direction:column;max-height:22rem;position:absolute;top:100%;width:100%;z-index:1}.app-search-form__result{color:#333;line-height:20px;width:100%}.app-search-form__result:hover{background-color:transparent!important}.app-search-form__result mark{background:transparent;color:#9560a9;font-weight:500}.app-search-form__result--category{gap:0;margin:0;padding:0!important}.app-search-form__result-link{color:#858585;font-size:14px;font-style:normal;font-weight:500;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.app-search-form__category{color:#ccc;white-space:nowrap}.app-search-form__suggestions{border-bottom:#d6d6d6;border-left:#d6d6d6;border-radius:0;border-right:#d6d6d6;border-top-color:#d6d6d6;padding:8px 0 10px;position:static}.app-search-form__hr{background-color:#d6d6d6;height:1px;margin:0 16px}.app-search-form__bottom{line-height:17px;padding:20px 16px 18px}.mobile-actions{background-color:#fff;bottom:0;box-shadow:0 -.1em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);left:0;margin:0;margin-bottom:0!important;position:fixed;width:100%;z-index:100}@media print,screen and (min-width:769px){.mobile-actions{display:none}}.notification.is-error{background-color:#f14668;color:#fff}.pagination{margin:2rem 0;-ms-flex-pack:start;display:flex;justify-content:flex-start}.pagination-list{flex:none;margin:0 auto}.pagination .pagination-link,.pagination .pagination-next,.pagination .pagination-previous{border-radius:2px;height:2rem}.pagination>span{color:#363636;min-width:2.5em}.price{font-size:2rem;font-weight:600}.price--card{font-size:1.3rem}.search-form{margin-bottom:38px}.table-component{border:1px solid #d6d6d6;display:none;width:100%}@media print,screen and (min-width:769px){.table-component{display:block}}.table-component__head,.table-component__row{display:grid;grid-template-columns:1fr 3fr 2fr}.table-component__head{border-bottom:1px solid #d6d6d6}.table-component__row+.table-component__row{border-top:1px solid #d6d6d6}.table-component__body{display:flex;flex-direction:column}.table-component__column{display:flex;font-size:14px;font-style:normal;font-weight:400;align-items:center;color:#333;overflow-wrap:anywhere;padding:10px 13px}.table-component__column-name{font-feature-settings:"smcp";font-size:16px;font-style:normal;font-variant:small-caps;font-weight:500}.table-component__column+.table-component__column{border-left:1px solid #d6d6d6}.user-dropdown-menu{left:calc(50% - 60px);width:180px}.user-dropdown-menu:before{left:calc(50% + 60px)}.user-dropdown-menu__content{display:flex;flex-direction:column}.user-dropdown-menu__item{color:#333;font-size:1rem;font-style:normal;font-weight:400;line-height:20px;padding:8px 0}.user-dropdown-menu__divider{background-color:#dcdada;height:1px;margin:8px 0}.auth{margin:0 auto 60px;max-width:580px;width:100%}.auth__title{color:#333;font-size:24px;font-style:normal;font-weight:500;margin-bottom:40px;margin-top:24px;text-align:center}@media print,screen and (min-width:769px){.auth__title{margin-top:0}}.auth__button{font-size:16px;font-style:normal;font-weight:500;height:56px;line-height:16px;text-transform:uppercase;width:100%}.auth__extra-links{margin:20px 0 16px;text-align:center}@media print,screen and (min-width:769px){.auth__extra-links{margin:12px 0 16px}}.auth__extra-links span{color:#333;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;margin-right:5px}@media print,screen and (min-width:769px){.auth__extra-links span{font-size:14px;line-height:17px;margin-right:2px}}.auth__extra-links a{color:#1b3ef2;font-size:18px;font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;text-decoration:underline}@media print,screen and (min-width:769px){.auth__extra-links a{font-size:14px;line-height:17px}}.auth .m2y-auth-button{margin-top:30px}@media print,screen and (min-width:769px){.auth .m2y-auth-button{margin-top:40px}}.auth .continue-button{background-color:#645564;color:#eaeaea}.auth .continue-button:hover{background-color:rgba(57,57,57,.722);color:#fff}.checkout-page .auth{max-width:800px}.cart-list-item{background:#fdfaff;border:1px solid #d6d6d6;border-radius:2px;box-shadow:0 0 8px rgba(51,51,51,.1);box-sizing:border-box;color:#333;display:grid;font-size:16px;font-style:normal;font-weight:400;grid-template:"photo info actions" auto "photo rating actions" auto "options options actions" auto "price quantity quantity" auto "availability availability availability" auto/112px auto 24px;margin-top:30px;padding:14px;position:relative}@media screen and (min-width:1024px){.cart-list-item{grid-template:"photo info info actions" auto "photo options options actions" auto "photo rating rating actions" 1fr "quantity price availability availability" auto/176px auto auto 24px}}@media screen and (min-width:1216px){.cart-list-item{grid-template:"photo info actions actions" auto "photo options quantity price" auto "photo rating quantity price" 1fr "photo availability availability availability" auto/176px auto 100px 120px}}.cart-list-item__photo{box-shadow:0 0 4px rgba(51,51,51,.08);grid-area:photo;height:120px;margin-right:12px;position:relative;width:100px}@media screen and (min-width:1024px){.cart-list-item__photo{height:200px;margin-right:16px;width:160px}}.cart-list-item__wishlist-button{display:none;height:28px;position:absolute;right:6px;top:6px;width:28px;align-items:center;-ms-flex-pack:center;background:#fefdff;border-radius:50%;box-shadow:0 0 8px rgba(51,51,51,.1);color:#9560a9;justify-content:center}@media screen and (min-width:1024px){.cart-list-item__wishlist-button{display:flex}}.cart-list-item__wishlist-button svg{height:16px;width:18px}.cart-list-item__price{border-top:1px solid #d6d6d6;display:flex;grid-area:price;margin-top:16px;padding-top:16px;align-items:center}@media screen and (min-width:1216px){.cart-list-item__price{border-top:0;margin-top:0;padding-top:0;justify-content:flex-end}}.cart-list-item__rating{display:flex;grid-area:rating;align-items:flex-end}.cart-list-item__availability{grid-area:availability;margin-top:16px}@media screen and (min-width:1024px){.cart-list-item__availability{border-top:1px solid #d6d6d6;display:flex;padding-top:16px;justify-content:flex-end}}@media screen and (min-width:1216px){.cart-list-item__availability{border-top:0;padding-top:0}}.cart-list-item__out-of-stock{padding:15px 0;width:100%}@media screen and (min-width:1024px){.cart-list-item__out-of-stock{width:160px}}@media screen and (min-width:1216px){.cart-list-item__out-of-stock{background-color:transparent!important;border:0!important;color:#a74652!important;height:auto;justify-self:start;padding:0;width:auto}}.cart-list-item__options{grid-area:options;margin:8px 0}.cart-list-item__actions{grid-area:actions}@media screen and (min-width:1216px){.cart-list-item__actions{display:flex;justify-content:flex-end}}.cart-list-item__info{grid-area:info}.cart-list-item__title{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.cart-list-item__brand{margin-bottom:8px}.cart-list-item__quantity{display:inline-flex;grid-area:quantity;-ms-flex-pack:end;border-top:1px solid #d6d6d6;justify-content:flex-end;margin-top:16px;padding-top:16px}@media screen and (min-width:1024px){.cart-list-item__quantity{flex-direction:column;justify-content:center}}@media screen and (min-width:1216px){.cart-list-item__quantity{border-top:0;margin-top:0;padding-top:0;align-items:center}}.cart-quantity__nav{padding:0;width:2rem}.cart-quantity__input{text-align:center}.sidebar-cart-mobile__subtotal{font-size:20px;font-style:normal;font-weight:500;line-height:22px}.sidebar-cart-mobile__button{background-color:#af83c0;font-size:14px;font-style:normal;font-weight:600;height:56px;margin-top:12px}.checkout-address__hidden-button{display:none;position:absolute}.order-address{display:flex;flex-direction:row;gap:2rem}.order-address,.order-address__billing,.order-address__shipping{flex:1 1}.order-address__billing--checkout,.order-address__shipping--checkout{border:1px solid #d6d6d6;border-radius:4px;padding:14px}.order-address__title{color:#333;font-size:16px;font-style:normal;font-weight:600;line-height:16px;margin-bottom:8px;text-transform:capitalize}.order-address__edit-link{display:flex;justify-content:flex-end;margin-top:12px}.order-address--checkout{flex-direction:column;margin-bottom:3rem}@media print,screen and (min-width:769px){.order-address--checkout{flex-direction:row}}.email-modal-body__form{display:flex;flex-direction:column;width:100%}@media print,screen and (min-width:769px){.email-modal-body__form{flex-direction:row}}.email-modal-body__input{border:1px solid #afa6af;border-radius:2px;box-sizing:border-box;color:#333;font-size:1rem;font-style:normal;font-weight:400;height:50px;line-height:17px;outline:0;padding:0 11px;width:100%}@media print,screen and (min-width:769px){.email-modal-body__input{border-radius:0;border-bottom-left-radius:2px;border-right:0;border-top-left-radius:2px;flex:1 1;font-size:14px;height:40px}}.email-modal-body__input::-moz-placeholder{color:#adadad}.email-modal-body__input:-ms-input-placeholder{color:#adadad}.email-modal-body__input::placeholder{color:#adadad}.email-modal-body__button{background-color:#9560a9;border:0;border-radius:2px;color:#f5f5f5;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;height:56px;margin-top:20px;width:100%}@media print,screen and (min-width:769px){.email-modal-body__button{border-bottom-left-radius:0;border-top-left-radius:0;font-size:14px;height:40px;margin-top:0;width:80px}}.order-actions__buttons{display:flex;flex-direction:column;gap:30px}@media print,screen and (min-width:769px){.order-actions__buttons{flex-direction:row}}.order-actions__button{font-size:14px;font-style:normal;font-weight:400}.order-actions__button svg{color:inherit;height:15px;width:15px}.payment-info__cc-icon svg{font-size:2rem;height:2rem;width:2rem}.payment-methods__method{margin:16px 0}.payment-methods__method-body{border-bottom:2px solid #f0e8f2;padding:16px 0}.payment-methods__method:last-child .payment-methods__method-body{border-bottom:0}.payment-method__error{margin-bottom:16px}.card-options{display:flex;justify-content:space-between}.existing-cards{margin:0 0 1rem}.existing-card{display:flex;flex-direction:row;align-items:flex-start}.existing-card__input{margin-right:.5rem}.cc-icons{display:flex;flex-direction:row;margin-bottom:16px}.cc-icons__item{margin-right:.5rem}.cc-icons__item svg{display:block;min-height:2rem;min-width:2rem}.StripeElement{color:#333;font-size:1rem;font-style:normal;font-weight:400}.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#f14668}.stripe-cc__error{background-color:#f14668;color:#fff}.stripe-form{gap:25px;margin:20px 0}.stripe-form,.stripe-form__field{display:flex;flex-direction:column}.stripe-form__field--row{flex-direction:row;gap:25px}.stripe-form__field .card_code,.stripe-form__field .card_expiration{flex:1 1}.stripe-form__label{font-size:14px}.stripe-form__input,.stripe-form__label{color:#333;font-style:normal;font-weight:400}.stripe-form__input{border:1px solid #a1a1a1;border-radius:2px;font-size:1rem;height:50px}.stripe-form__input--center{text-align:center}.stripe-form__input::-moz-placeholder{color:"rgba(51, 51, 51, 0.4)"}.stripe-form__input:-ms-input-placeholder{color:"rgba(51, 51, 51, 0.4)"}.stripe-form__input::placeholder{color:"rgba(51, 51, 51, 0.4)"}.stripe-form__info{color:#333;font-size:12px;font-style:normal;font-weight:400}.checkout-progress{margin:1rem 0}.checkout-progress__header{display:flex;justify-content:space-between;margin-bottom:20px}.checkout-progress__header a{text-transform:lowercase}.checkout-progress__subtitle{color:#333;font-size:20px;font-style:normal;font-weight:500;line-height:22px;text-transform:capitalize}.checkout-progress__edit-link{color:#9560a9;font-size:1rem;font-style:normal;font-weight:400;line-height:20px}.checkout-registration__title{color:#333;font-size:28px;font-style:normal;font-weight:500;margin-bottom:30px}.checkout-registration__container{display:flex;justify-content:space-between;align-items:center;margin:4px 0 25px}.checkout-registration__continue-button,.checkout-registration__continue-button:active,.checkout-registration__continue-button:focus,.checkout-registration__continue-button:hover,.checkout-registration__continue-button:visited{background-color:#a573a0;color:#f5f5f5}.checkout-registration__continue-button:disabled{background-color:#fdf8ff;border:1px solid #f7e2e8;color:#b6607a}.checkout-registration__auth-button,.checkout-registration__auth-button:active,.checkout-registration__auth-button:focus,.checkout-registration__auth-button:hover,.checkout-registration__auth-button:visited{background-color:#333;color:#eaeaea}.checkout-registration__auth-button:disabled{background-color:#fdf8ff;border:1px solid #f7e2e8;color:#b6607a}.checkout-registration__field{margin-bottom:0}.checkout-registration__forgot-password{color:#333;font-size:14px;font-style:normal;font-weight:400;text-align:right;-webkit-text-decoration-line:underline;text-decoration-line:underline}.checkout-registration__label{display:flex;line-height:18px}.checkout-registration__checkbox{height:18px;margin-right:.5rem}.checkout-registration__checkbox-label-value{color:#333;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.checkout-registration__error-message{color:#a74652;font-size:14px;font-style:normal;font-weight:400;margin-bottom:12px}.shipment{display:flex;flex-direction:column;margin-bottom:1rem}.shipment__stock{display:inline-flex;align-items:center;margin-bottom:22px}.shipment__stock-label{white-space:pre}.shipment__products{margin-bottom:13px}.shipment__separator{background-color:#f0e8f2;height:1px}.shipment-products__list{display:flex;flex-flow:row wrap;gap:2rem;list-style-type:none}.shipment-product{width:6.25rem}.shipping-methods{display:flex;flex-direction:column;gap:1rem}.shipping-methods__title{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.shipping-methods__list{display:flex;flex-direction:column;gap:16px}.rate-cost{font-weight:500}.comments{scroll-margin-top:4.25rem;scroll-margin-top:var(--app-header-height)}.comments__list{margin-top:50px}.current-search-tag{display:flex;align-items:center;width:100%}@media print,screen and (min-width:769px){.current-search-tag{width:auto}}.current-search-tag__value{color:#9560a9;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media print,screen and (min-width:769px){.current-search-tag__value{margin-left:8px;max-width:300px}}@media screen and (min-width:1024px){.current-search-tag__value{max-width:250px}}.current-search-tag__close-link{color:#959595;display:inline;margin-left:8px}.current-search-tag__close-link svg{color:inherit;height:14px;width:14px}@media screen and (min-width:1024px){.current-search-tag__close-link svg{color:inherit;height:12px;width:12px}}.external-url-editor{background-color:#fff;border:1px solid #ccc;border-radius:4px;grid-column:1/7;padding:1rem}.external-url-editor__form{display:flex;flex-direction:row;align-items:center;gap:1rem}.external-url-editor__field{margin:0!important}.external-url-editor__input{flex:1 1;width:auto}.shop-assignments{display:flex;flex-direction:column;gap:40px}.inventory__count-on-hand-input{max-width:120px;padding:4px}@media screen and (min-width:1024px){.inventory__count-on-hand-input{width:80px}}.inventory__header{display:flex;flex-direction:column;-ms-flex-pack:justify;gap:20px;justify-content:space-between;margin-bottom:30px}@media screen and (min-width:1024px){.inventory__header{align-items:center;flex-direction:row}}.link-product-form__description,.link-product-form__image{height:250px}@media screen and (min-width:1024px){.manager__turbo-item:last-child{border-bottom:1px solid #d6d6d6;display:block}}.manager-line-item{display:flex;gap:8px}.manager-line-item__image{height:64px;width:64px}.manager-line-item-info__name{color:#9560a9;font-size:12px;font-style:normal;font-weight:500;text-transform:uppercase}.manager-line-item-info__label{color:#333;font-size:12px;font-style:normal;font-weight:500}.manager-line-item-info__value{color:#333;font-size:12px;font-style:normal;font-weight:400;margin-left:2px}.my-order-footer{display:flex;flex-direction:column;gap:20px;padding:0 14px 24px}@media screen and (min-width:1024px){.my-order-footer{padding:0 24px 24px}}.my-order-footer__actions{border-top:2px solid #eaeaea;margin-top:10px;padding-top:30px}@media screen and (min-width:1024px){.my-order-footer__actions{border-top:0;margin-top:0;padding-top:0}}.my-order-footer__action{font-size:16px;font-style:normal;font-weight:400}@media screen and (min-width:1024px){.my-order-footer__action{font-size:13px;font-style:normal;font-weight:400}}.my-order-footer__action svg{color:inherit;height:15px;width:15px}@media screen and (min-width:1024px){.my-order-footer__action svg{color:inherit;height:14px;width:14px}}.my-order-footer .checkout-order-summary__label,.my-order-footer .checkout-order-summary__value{font-size:18px;line-height:22px}@media screen and (min-width:1024px){.my-order-footer .checkout-order-summary__label,.my-order-footer .checkout-order-summary__value{font-size:14px;line-height:17px}}.my-order-footer .checkout-order-summary strong{font-weight:500}.my-order-item{background-color:#fdf8ff;border:1px solid #d2d1d1;color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:20px;margin:20px 0}.my-order-item__body{border-top:1px solid #ccc;padding:16px 14px 0}.my-order-item__hr{background:#e5e5e5;height:1px;margin:24px 14px}.my-order-item__hr--shipment{margin:24px 0}.my-order-product__hr{background:#e5e5e5;height:1px;margin:16px 0}.my-order-product__grid{display:grid;grid-template:"photo info info" auto "photo price price" auto/112px auto auto}@media screen and (min-width:1024px){.my-order-product__grid{grid-template:"photo info price" auto "photo info price" auto/120px auto auto}}.my-order-product__image{filter:drop-shadow(0 0 1px rgba(0,0,0,.15));grid-area:photo;height:120px;margin-right:12px;width:100px}@media screen and (min-width:1024px){.my-order-product__image{margin-right:20px}}.my-order-product__info{grid-area:info}.my-order-product__brand{font-feature-settings:"smcp";font-variant:small-caps}.my-order-product__name{font-weight:500}@media screen and (min-width:1024px){.my-order-product__name{margin-right:50px}}.my-order-product__price{display:flex;flex-direction:column-reverse;grid-area:price}@media screen and (min-width:1024px){.my-order-product__price{display:block}}.my-order-product__actions{display:flex;flex-direction:column;margin-top:16px}@media print,screen and (min-width:769px){.my-order-product__actions{flex-direction:row}}.my-order-product__footer{margin-top:20px}@media screen and (min-width:1024px){.my-order-product__footer{display:flex;flex-wrap:wrap;gap:20px 80px}}.my-order-product__footer__hr{display:none}@media screen and (min-width:1024px){.my-order-product__footer__hr{display:block}}.my-order-product__fallback-message{display:flex;font-size:18px;font-style:normal;font-weight:400;gap:5px;align-items:center;padding-top:10px}.my-order-product-actions__item{width:180px}.my-order-product-actions__item:first-child{margin-bottom:18px}@media print,screen and (min-width:769px){.my-order-product-actions__item:first-child{margin-bottom:0;margin-right:18px}}.my-order-product-actions__button{width:100%}.my-order-product-price{display:flex;align-items:center;font-size:14px;line-height:17px}@media screen and (min-width:1024px){.my-order-product-price{justify-content:flex-end}}.my-order-product-price__right{font-weight:500}.my-order-product-price__left{font-weight:400;white-space:pre}.my-order-product-price__units{font-feature-settings:"smcp","c2sc";font-size:13px;font-style:normal;font-variant:all-small-caps;font-weight:600}@media screen and (min-width:1024px){.my-order-product-price__units{text-align:right}}.my-order-product-price__units--canceled{color:#a04c65}.my-order-product-price__units--returned{color:#d5708e}.shipments-manager-action{display:flex;font-size:12px;font-style:normal;font-weight:600;height:42px;padding:6px 12px;width:100%;justify-content:center;align-items:center;align-self:end;background:#faf7fc;border:1px solid #9560a9;border-radius:4px;box-shadow:0 4px 20px 0 rgba(0,0,0,.05);box-sizing:border-box;color:#9560a9;cursor:pointer;margin-bottom:8px;text-align:center;text-transform:uppercase;word-break:break-word}.shipments-manager-action--ship-action{background:#a08ba8;border:0;color:#faf7fc}@media screen and (min-width:1024px){.shipments-manager-action{border-radius:25px;font-size:10px;height:auto}}.shipments-manager-base-info__order-number{color:#9560a9;display:block;font-size:12px;font-style:normal;font-weight:500;margin-bottom:6px}.shipments-manager-base-info__time{color:#333;font-size:12px;font-style:normal;font-weight:400}.shipments-manager-footer__hr{background:#f4f4f4;display:none;height:1px;margin:16px 0}@media screen and (min-width:1024px){.shipments-manager-footer__hr{display:block}}.shipments-manager-footer__link{color:#9a7f7f;display:inline;font-size:12px;font-style:normal;font-weight:500}.shipments-manager-footer__link svg{color:inherit;display:none;height:10px;width:10px}.shipments-manager-footer__link--closed svg{transform:rotate(-90deg)}@media screen and (min-width:1024px){.shipments-manager-footer__link{color:#9560a9;display:flex;flex-direction:row-reverse;font-family:Inter;justify-content:center}.shipments-manager-footer__link svg{display:inline}}.shipments-manager-line-items-list{display:grid;grid-template-columns:1fr;grid-row-gap:12px;margin-top:12px;padding:0;row-gap:12px}@media screen and (min-width:1024px){.shipments-manager-line-items-list{gap:20px 16px;grid-template-columns:1fr 1fr 1fr;margin-bottom:16px;margin-top:0;padding:0 20px}}.shipments-manager-products__view-more{display:block}@media screen and (min-width:1024px){.shipments-manager-products__view-more{display:none}}.shipments-manager-shipment{display:flex;flex-direction:column;gap:12px;width:100%}.shipments-manager-shipment-info{display:grid;grid-template-columns:1fr 2fr;grid-gap:4px;gap:4px}@media screen and (min-width:1024px){.shipments-manager-shipment-info{grid-template-columns:1fr 1fr}}.shipments-manager-shipment-info__label{color:#333;font-size:12px;font-style:normal;font-weight:500}.shipments-manager-shipment-info__value{color:#9560a9;font-size:12px;font-style:normal;font-weight:500}.shipments-manager-shipment-info__value--shipped{color:#51a769}.shipments-manager-shipment-info__value--unshipped{color:#d0697e}.shipments-manager-shipment-info__value--cancelled{color:#766f80}.subscribers-header__export-button{border:1px solid #c081c4;border-radius:2px;color:#fff;font-size:14px;font-style:normal;font-weight:500;height:48px;text-transform:uppercase;width:100%}@media print,screen and (min-width:769px){.subscribers-header__export-button{height:36px;width:177px}}.subscribers-header__export-button:hover{border:1px solid #c081c4;color:#fff}.subscribers-list{border:1px solid #d6d6d6}@media print,screen and (min-width:769px){.subscribers-list{display:none}}.subscribers-list__item{padding:14px}.subscribers-list__item+.subscribers-list__item{border-top:1px solid #d6d6d6}.subscribers-list-item__attribute{color:#333;display:flex;gap:8px}.subscribers-list-item__attribute+.subscribers-list-item__attribute{margin-top:12px}.subscribers-list-item__attribute-icon-wrapper{color:#adadad;display:flex}.subscribers-list-item__attribute-icon-wrapper svg{margin:auto}.subscribers-list-item__attribute-value{font-size:14px;font-style:normal;font-weight:400;line-height:18px;overflow-wrap:anywhere}.video-product-results__hr{margin:4px auto 0}.video-product-results__footer{color:#a0a0a0;font-size:14px;font-style:normal;font-weight:400;padding:4px;text-align:end}.video-product-results__footer-message{display:none}@media print,screen and (min-width:769px){.video-product-results__footer-message{display:inline}}.video-product-results__link{color:#9560a9;display:inline!important;padding:0!important;text-decoration:underline;width:auto}.video-product-results__link:hover{background:none}.video-product-results__item-kind{color:#ccc;white-space:nowrap}.shop-registration{margin:2rem auto 4rem;max-width:36.25rem;min-height:60vh;width:100%}.shop-registration__form{margin-bottom:50px}.shop-registration__title{font-size:1.5rem;font-style:normal;font-weight:500;margin:2.5rem 0;text-align:center}.shop-registration__text{font-size:.875rem;font-style:normal;font-weight:400}.shop-registration__button{font-size:16px;font-style:normal;font-weight:500;height:56px;line-height:16px;text-transform:uppercase;width:100%}.shop-registration__step-number{color:#645d55;font-size:1rem;font-style:normal;font-weight:500;margin:0 0 1.3125rem;text-align:center}.shop-registration__steps{margin:1rem 0}.shop-registration__have-shop{font-size:14px;font-style:normal;font-weight:400;margin-top:12px;text-align:center}.shop-registration__have-shop a{color:#00587d;font-size:14px;font-style:normal;font-weight:500}.shop-registration__shop-url{font-size:16px;font-style:normal;font-weight:500px;line-height:20px;margin:1rem 0}.shop-registration__shop-info{display:flex;font-size:14px;font-style:normal;font-weight:500px;justify-content:space-between;margin:1rem 0}.shop-registration__shop-info-url{text-align:right}.shop-registration__shop-link-container{text-align:center}.shop-registration__form-message{font-size:1rem;font-style:normal;font-weight:400;margin-bottom:40px;text-align:center}.shop-registration__how-to{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-top:40px}@media print,screen and (min-width:769px){.shop-registration__how-to{grid-template-columns:1fr 1fr 1fr}}.shop-registration__how-to-link{background:#fdf8ff;border:1px solid #dcdada;border-radius:2px;box-shadow:0 5px 8px 0 rgba(51,51,51,.15);padding:70px 30px}.shop-registration__how-to-link:hover{transform:scale(1.02)}.shop-registration-loading{display:none;flex-direction:column;margin:auto}.shop-registration-loading__text{color:#333;font-size:24px;font-style:normal;font-weight:500;text-align:center}.shop-registration-loading__loader{border-radius:50%;height:42px;list-style:none;margin:50px auto;padding:0;position:relative;width:42px}.shop-registration-loading__loader>*{display:block;height:8px;left:50%;margin:-4px;position:absolute;top:50%;width:8px}.shop-registration-loading__loader>:first-of-type{transform:rotate(0deg) translate(21px) rotate(0deg)}.shop-registration-loading__loader>:nth-of-type(2){transform:rotate(45deg) translate(21px) rotate(-45deg)}.shop-registration-loading__loader>:nth-of-type(3){transform:rotate(90deg) translate(21px) rotate(-90deg)}.shop-registration-loading__loader>:nth-of-type(4){transform:rotate(135deg) translate(21px) rotate(-135deg)}.shop-registration-loading__loader>:nth-of-type(5){transform:rotate(180deg) translate(21px) rotate(-180deg)}.shop-registration-loading__loader>:nth-of-type(6){transform:rotate(225deg) translate(21px) rotate(-225deg)}.shop-registration-loading__loader>:nth-of-type(7){transform:rotate(270deg) translate(21px) rotate(-270deg)}.shop-registration-loading__loader>:nth-of-type(8){transform:rotate(315deg) translate(21px) rotate(-315deg)}.shop-registration-loading__loader-circle{-webkit-animation:fade-in 1s linear infinite;animation:fade-in 1s linear infinite;border:1px solid #9560a9;border-radius:50%;display:block}.shop-registration-loading__loader-circle:nth-child(1n){-webkit-animation-delay:-1s;animation-delay:-1s}.shop-registration-loading__loader-circle:nth-child(2n){-webkit-animation-delay:-.8571428571s;animation-delay:-.8571428571s}.shop-registration-loading__loader-circle:nth-child(3n){-webkit-animation-delay:-.7142857143s;animation-delay:-.7142857143s}.shop-registration-loading__loader-circle:nth-child(4n){-webkit-animation-delay:-.5714285714s;animation-delay:-.5714285714s}.shop-registration-loading__loader-circle:nth-child(5n){-webkit-animation-delay:-.4285714286s;animation-delay:-.4285714286s}.shop-registration-loading__loader-circle:nth-child(6n){-webkit-animation-delay:-.2857142857s;animation-delay:-.2857142857s}.shop-registration-loading__loader-circle:nth-child(7n){-webkit-animation-delay:-.1428571429s;animation-delay:-.1428571429s}.shop-registration-loading__loader-circle:nth-child(8n){-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes fade-in{0%{opacity:1}70%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:1}70%{opacity:0}80%{opacity:0}to{opacity:1}}.shop-registration-frame-content{display:flex;flex-direction:column;min-height:400px}.shop-registration-frame[busy] .shop-registration-frame-content--with-loader .shop-registration{display:none}.shop-registration-frame[busy] .shop-registration-frame-content--with-loader .shop-registration-loading,.steps-bar{display:flex}.steps-bar{flex-direction:row;list-style-type:none;margin:0;padding:0;justify-content:center;--color-step-inactive:#c4c4c4;--color-step-active:#2dd3a1}.steps-bar__step{background-color:var(--color-step-inactive);border-radius:1rem;height:.25rem;margin:.25rem;width:5rem}.steps-bar__step--active{background-color:var(--color-step-active)}.steps-bar__step:first-child{margin-left:0}.steps-bar__step:last-child{margin-right:0}.steps-bar__step a{display:block;height:100%;width:100%}.container{margin:0 1rem}@media screen and (min-width:1216px){.container{margin:0 auto}}.navigation-bar--top-menu{background-color:#fff;display:none;height:0;height:var(--app-header-slim-height);min-height:0;min-height:var(--app-header-slim-height)}@media screen and (min-width:1024px){.navigation-bar--top-menu{display:flex}}.navigation-bar--main-menu{background-color:#fff;display:flex;height:4.25rem;height:var(--main-header-height)}.navigation-bar--departments{background-color:#0a0a0a;border-bottom:1px solid #eee;border-top:1px solid #eee}.navigation-bar__container{display:flex;justify-content:space-between;margin:0 auto;max-width:75rem;padding:.875rem 20px .8rem;position:relative;width:100%}@media print,screen and (min-width:769px){.navigation-bar__container{padding:.875rem 50px .8rem}}@media screen and (min-width:1216px){.navigation-bar__container{padding:.875rem 1rem .8rem}}.navigation-bar__actions,.navigation-bar__center,.navigation-bar__item{display:flex;flex-direction:row;justify-content:space-between}.navigation-bar__start{flex:1 1}.navigation-bar__center{flex:1 1;width:100%;justify-content:center}.navigation-bar__center .navigation-bar__start{align-items:center;display:flex}.navigation-bar__actions svg{height:18px;width:18px}.navigation-bar__item{display:flex;padding:0;align-items:center}.navigation-bar__item--search-form{display:none;padding:0 2rem}@media screen and (min-width:1024px){.navigation-bar__item--search-form{display:flex;flex:1 1}}.navigation-bar__item--logo{padding:0}.navigation-bar__item--top-header-logo{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (min-width:1024px){.navigation-bar__item--top-header-logo{position:static;transform:translate(0)}}.navigation-bar__item--shop-name{font-size:16px;font-style:normal;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;margin:0 8px;align-items:flex-start;display:inline-block}.navigation-bar__button{position:relative}.navigation-bar__button svg{height:18px;width:18px}.navigation-bar__link{display:flex;align-items:center;color:#333}.navigation-bar__link--user-icon{display:none}@media print,screen and (min-width:769px){.navigation-bar__link--user-icon{display:flex}}.navigation-bar__link--logged-in svg{color:inherit;height:28px;width:28px}.navigation-bar__brand{display:flex;align-items:center;padding:30px;width:100%}@media screen and (min-width:1024px){.navigation-bar__brand{display:none}}.navigation-bar__brand--hamburger{margin-right:1rem;padding:0;width:auto}.navigation-bar-burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:flex;height:32px;margin-left:auto;width:32px;justify-content:center}.navigation-bar-burger svg{color:inherit;height:24px;margin:auto;width:24px}.navigation-bar-burger--active svg{color:inherit;height:16px;width:16px}.icon-button--header{padding:.5rem .75rem}.icon-button__counter{background-color:#f14668;bottom:-.25rem;color:#fff;display:flex;font-size:.8rem;font-weight:600;height:1.4rem;position:absolute;right:-.3rem;width:1.4rem;justify-content:center;align-items:center;border:1px solid #fff;border-radius:50%;z-index:1}.icon-button__icon--active svg,.icon-button__icon--active svg path{fill:#000}.main-content{padding-top:4.25rem;padding-top:var(--app-header-height)}.main-content__sidebar{display:none;margin-bottom:2rem;padding-top:1rem}@media screen and (min-width:1024px){.main-content__sidebar{display:flex;flex-direction:column;min-width:16.875rem;width:16.875rem}}.main-content__sidebar--left{margin-right:1.875rem}.main-content__sidebar--right{margin-left:1.875rem}.main-content__main{display:flex;flex:1 1;flex-direction:column;padding-top:1rem;width:100%}@media screen and (min-width:1024px){.main-content__main--with-one-sidebar{width:calc(100% - 18.75rem)}.main-content__main--with-both-sidebars{width:calc(100% - 30rem)}}.main-content__overlay{background:#000;background:rgba(0,0,0,.8);content:"";height:100%;left:0;opacity:0;position:fixed;top:0;transition:visibility 0s,opacity .2s linear;transition-delay:.1s;visibility:hidden;width:100%;z-index:110}.main-content__overlay.is-active{opacity:.4;visibility:visible}.main-content__container{display:flex;flex-direction:column;margin:0 auto;max-width:75rem;padding:0 20px;position:relative;width:100%}@media print,screen and (min-width:769px){.main-content__container{padding:0 50px}}@media screen and (min-width:1216px){.main-content__container{padding:0 1rem}}.main-content__body{display:flex;flex-direction:row;flex-grow:1}.main-content__header{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.2);box-sizing:border-box;color:#000;left:0;position:fixed;top:0;width:100%;z-index:100}@media screen and (min-width:1024px){.main-content__search{display:none}}.main-content.dashboard-page .main-content__main{padding-top:1rem}@media print,screen and (min-width:769px){.main-content.dashboard-page .main-content__main{padding-top:0}}.main-content.dashboard-page .main-content__sidebar{padding-top:0}.main-content.cart-page .main-content__body{flex-direction:column}@media screen and (min-width:1024px){.main-content.cart-page .main-content__body{flex-direction:row}}.main-content.cart-page .main-content__sidebar{display:block}.main-content.cart-page .main-content__sidebar--right{margin-left:0}@media screen and (min-width:1024px){.main-content.cart-page .main-content__sidebar{display:flex}.main-content.cart-page .main-content__sidebar--right{margin-left:1.875rem}}.main-content.checkout-page .main-content__sidebar,.main-content.orders-page .main-content__sidebar{width:511px}.mobile-menu{display:flex;flex:1 1;flex-direction:column;height:calc(100% - 4.25rem);height:calc(100% - var(--main-header-height));overflow-y:auto;padding-bottom:150px}.mobile-menu__widget{padding:0 2rem}.mobile-menu__auth{display:flex;margin-top:40px}.mobile-menu__auth-link{color:#858585;font-size:16px;font-style:normal;font-weight:400}.mobile-menu__vertical-bar{background-color:#d6d6d6;display:block;height:22px;margin:0 12px;width:1px}.main-menu{color:#fff;display:none;flex-direction:column;height:100%}@media screen and (min-width:1024px){.main-menu,.main-menu--top .main-menu__container{display:flex;flex-direction:row}.main-menu--top .main-menu__container{align-items:stretch}}.main-menu--mobile{display:flex;flex-direction:column;align-items:stretch;color:rgba(0,0,0,.7);flex:1 1}.main-menu--mobile.level-1{max-height:40vh;overflow-y:auto}@media screen and (min-width:1024px){.main-menu--mobile{display:none}}.main-menu--mobile .main-menu__item{padding:0}.main-menu__item{border-bottom:1px solid #ededed;color:inherit;font-size:1rem;font-weight:400;padding:1rem 1.5rem;text-transform:uppercase}@media screen and (min-width:1024px){.main-menu__item{border:none;border-bottom:2px solid transparent}.main-menu__item:hover{border-bottom:2px solid #dbdbdb}.main-menu__item--active{border-bottom:2px solid #000!important}}.main-menu__item-title{flex:1 1;font-weight:700;text-align:center}.main-menu__back{flex:0 1}.main-menu__link{color:inherit;display:flex;padding:.7rem .5rem .7rem 2rem;place-content:center space-between;text-decoration:none}.main-menu__link:hover{color:inherit}@media screen and (min-width:1024px){.main-menu__link{height:100%;padding:0 2rem;justify-content:center;align-items:center}}.main-menu__link .fa{color:#0a0a0a;line-height:inherit}.main-menu__link svg{width:.7rem}.main-menu__link--current{padding:1rem .5rem;-ms-flex-pack:start;font-size:120%;justify-content:flex-start}.main-menu-wrapper{padding:0 2rem}.navigation-bar--submenu{border-bottom:1px solid #ededed;display:none;left:0;opacity:0;position:absolute;transition:visibility 0s,opacity .2s linear;visibility:hidden;width:100%}.navigation-bar--submenu.is-active{box-shadow:0 2px 8px 0 rgba(0,0,0,.16);display:flex;opacity:1;visibility:visible}.main-submenu-wrapper{display:none}.main-submenu-wrapper--active{display:flex;padding:1rem 0}.main-submenu{display:flex;flex-direction:column;height:100%;align-items:flex-start}.main-submenu__item{border-bottom:1px solid #ededed}@media print,screen and (min-width:769px){.main-submenu__item{border:none;border-bottom:2px solid transparent}.main-submenu__item:hover{border-bottom:2px solid #dbdbdb}.main-submenu__item--active{border-bottom:2px solid #000!important}}.main-submenu__link{color:inherit;display:flex;padding:.7rem .5rem .7rem 2rem;place-content:center space-between;text-decoration:none}@media print,screen and (min-width:769px){.main-submenu__link{height:100%;padding:0 2rem;justify-content:center;align-items:center}}.main-submenu__link .fa{color:#0a0a0a;line-height:inherit}.mobile-navbar{--mobile-menu-width:100%;background-color:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;height:100%;left:0;min-height:100vh;position:fixed;top:0;transition:left .3s;transition-timing-function:ease-out;width:100%;width:var(--mobile-menu-width);z-index:101}.mobile-navbar--hidden{left:calc(0px - var(--mobile-menu-width));transition:left .3s}@media print,screen and (min-width:769px){.mobile-navbar--hidden{left:calc(0% - var(--mobile-menu-width))}}.mobile-navbar--visible{left:0;transition:left .3s}.mobile-navbar__overlay{background:#000;height:100vh;left:0;opacity:.4;position:fixed;right:0;top:0;z-index:1}.mobile-navbar__header{display:flex;align-items:center;margin-bottom:6px;padding:24px 30px;width:100%}@media screen and (min-width:1024px){.mobile-navbar{display:none}}.mobile-navbar--hidden+.mobile-navbar__overlay{display:none}.mobile-navbar-header__item{display:flex;padding:0;align-items:center}.mobile-navbar-header__item--logo{padding:0}.mobile-navbar-header__item--shop-name{font-size:18px;font-style:normal;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;margin:0 8px;align-items:flex-start;display:inline-block}.mobile-navbar-header__close-link{height:32px;margin-left:auto;width:32px;justify-content:center}.mobile-navbar-header__close-link svg{color:inherit;height:16px;margin:auto;width:16px}.popup-close-button{color:#fff;position:absolute;right:1rem;top:1rem;z-index:2}.section--search{padding:4.75rem .5rem .5rem;padding-top:calc(var(--main-header-height) + .5rem)}@media print,screen and (min-width:769px){.section--search{padding:.5rem 0}}.shop-info,.shop-info__link{display:flex;flex-direction:column;justify-content:center;align-items:center}.shop-info__link{color:inherit;text-decoration:none}.shop-info__logo{border-radius:50%;display:flex;position:relative;align-items:center;justify-content:center;overflow:hidden}.shop-info__logo-img{border-radius:50%;height:100%;width:100%}.shop-info__logo--header{border:none;border-radius:0;height:44px;height:var(--shop-info-logo-size);width:44px;width:var(--shop-info-logo-size)}@media print,screen and (min-width:769px){.shop-info__logo--header{justify-content:left}}.shop-info__logo--mobile-navbar{border:none}.shop-info__title{font-size:1rem;margin:0;padding:0}@media screen and (min-width:1024px){.sidebar__item{margin:1.25rem 0}}.sidebar__footer .footer-social{display:flex;justify-content:center;margin-top:1.5rem}.sidebar__footer .footer-social__list{gap:.875rem;justify-content:center}.sidebar__footer .footer-social__item{height:auto;margin-left:0;width:auto}.sidebar__footer .footer-social__link{color:#b797b4;display:flex}.sidebar__footer .footer-social__link:hover{color:#9560a9}.sidebar__footer .footer-social__link svg{width:auto}.sidebar__footer .copyright,.sidebar__footer .policy-links{color:#282828;font-size:.625rem;font-style:normal;font-weight:400;text-align:center}.sidebar__footer .copyright{margin:.4rem}.sidebar__footer .policy-links{margin-bottom:2rem}.sidebar-item__title{color:#333;font-size:18px;font-style:normal;font-weight:500;margin-bottom:12px}.top-menu{color:#767676;display:flex;font-size:.75rem;font-style:normal;font-weight:350;width:100%}.top-menu svg{height:12px;margin:auto 3px auto 4px;width:12px}.top-menu__link{display:flex}.top-menu__promotional-message a{color:#9560a9;font-weight:400}.top-menu__column{display:inline-flex;align-items:center;flex:1 1;text-align:center;white-space:pre;justify-content:center}.top-menu__column:first-child{text-align:left;justify-content:flex-start}.top-menu__column:last-child{text-align:right;justify-content:flex-end}.top-menu__default-social-icon{display:flex}.login-form__field--password{margin-bottom:0}.login-form__forgot-password{color:#333;font-size:14px;font-style:normal;font-weight:400;text-align:right;-webkit-text-decoration-line:underline;text-decoration-line:underline}.m2y-auth-button{background:#645564;border:0;color:#fff;font-size:16px;font-style:normal;font-weight:500;height:56px;text-transform:uppercase;width:100%}.m2y-auth-button:active,.m2y-auth-button:focus,.m2y-auth-button:hover,.m2y-auth-button:visited{background-color:#645564;color:#fff}.menu{border-bottom:1px solid #cfcfcf;color:gray}.menu__header{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #cfcfcf;color:inherit;cursor:pointer;font-size:1rem;padding:1rem 0}.menu__header--open{border-bottom:1px solid #cfcfcf}.menu__header--open+.menu__items{display:block}.menu__header--open .menu__caret{transform:rotate(0deg)}.menu__caret{height:1rem;transform:rotate(-90deg);width:1rem}.menu__caret svg{width:.75rem}.menu__items{display:none;margin:0;padding:1rem .5rem}.menu__item,.menu__items,.menu__link{color:inherit}.menu__link{cursor:pointer;display:flex;flex-direction:column;padding:.375rem .5rem;text-decoration:none}.order__product--not-in-store{text-decoration:line-through}.order-sheet__sub-title{font-size:16px;font-weight:600}.order-sheet-shipping-information{font-size:14px;line-height:22px;margin-bottom:40px;width:100%}.order-sheet-shipping-information__title{font-size:14px;font-weight:500;line-height:17px;margin-bottom:24px}.order-sheet-shipping-information__data-cell--baseline{vertical-align:baseline}.order-sheet-shipping-information__data-cell:first-child{padding-right:80px}.order-sheet-shipping-information__row:first-child .order-sheet-shipping-information__data-cell{padding-bottom:80px}.order-sheet-summary{border-collapse:collapse;border-color:#dcdada;border-spacing:0;float:right;font-family:Montserrat;min-width:40%}.order-sheet-summary__data-cell{border:1px solid #dcdada;color:#333;padding:12px}.order-sheet-summary__data-cell:first-child{font-size:16px;font-weight:400;line-height:20px;text-align:left}.order-sheet-summary__data-cell:last-child{font-size:14px;font-weight:500;line-height:17px;text-align:right}.order-sheet-line-items{border-collapse:collapse;border-color:#dcdada;border-spacing:0;font-family:Montserrat;margin-bottom:40px;width:100%}.order-sheet-line-items__body .order-sheet-line-items__row,.order-sheet-line-items__head .order-sheet-line-items__row{page-break-inside:avoid}.order-sheet-line-items__head .order-sheet-line-items__row{text-align:center}.order-sheet-line-items__data-cell,.order-sheet-line-items__name-cell{border:1px solid #dcdada;color:#333;font-size:16px;font-weight:500;padding:12px}.order-sheet-line-items__name-cell{font-feature-settings:"smcp";font-size:16px;font-variant:small-caps;font-weight:500;text-align:center;text-transform:uppercase}.order-sheet-line-items__data-cell{font-size:14px;font-weight:400}.order-sheet-line-items__data-cell:nth-child(3){text-align:center}.order-sheet-line-items__data-cell:last-child,.order-sheet-line-items__data-cell:nth-last-child(2){text-align:right}.order-sheet-line-items__ship-status td,.order-sheet-line-items__track-order td{border:none;color:#9560a9;padding:24px 0 8px;text-align:left}.order-sheet-line-items__ship-status td{color:#333}.order-sheet-line-items__product-link{color:#9560a9}.order-sheet-track-order{font-family:Montserrat}.order-sheet-track-order__label{font-feature-settings:"smcp","c2sc";font-size:14px;font-variant:all-small-caps;font-weight:500;line-height:16px}.order-sheet-track-order__value{font-size:14px;font-weight:400;line-height:17px}.order-sheet-ship-status{font-family:Montserrat}.order-sheet-ship-status__label{font-feature-settings:"smcp","c2sc";font-size:15px;font-variant:all-small-caps;font-weight:600;padding-right:8px}.order-sheet-ship-status__value{font-size:14px;font-weight:500}.orders-share{color:#333;display:flex;font-size:1rem;font-style:normal;font-weight:400;line-height:160%;margin:40px 0}.orders-share-inner{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:900px;width:100%}.orders-share__placed-on{color:#9560a9;font-size:24px;font-style:normal;font-weight:500;line-height:29px}.orders-share__row-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px}.orders-share__block{font-size:18px;font-style:normal;font-weight:400;line-height:22px}.orders-share__title{font-size:16px;font-style:normal;font-weight:500;margin-bottom:14px}.orders-share__summary{display:flex;justify-content:flex-end}.page-title--with-tag{display:flex;flex-direction:column;max-width:40vw;align-items:flex-start}@media print,screen and (min-width:769px){.page-title--with-tag{flex-direction:row;align-items:center;max-width:none}}.payment-info-item{display:grid;grid-template-columns:120px auto;margin-bottom:12px}@media screen and (min-width:1024px){.payment-info-item{grid-template-columns:2fr 1fr}}.product-card-form{display:flex;flex-direction:column;align-items:center}.product-card-form .out-of-stock{margin:1rem}.product-card-options-list .thumbnails-list__list{justify-content:center}.product-card-options-list .thumbnails-list__arrow--disabled{display:none}.cart-form{margin:1rem 0}.cart-form__quantity{margin-right:2rem}.cart-form__actions{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-top:2rem}.cart-form__wishlist-button{height:28px;margin:0 2rem;width:28px}.cart-form__wishlist-button svg{color:inherit;height:28px;width:28px}.product-details{margin-top:1.25rem}.product-details__brand{margin-top:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-details__gallery{height:20rem}@media print,screen and (min-width:769px){.product-details__gallery{height:30rem}}.product-details__gallery figure,.product-details__gallery picture{height:20rem;width:100%}@media print,screen and (min-width:769px){.product-details__gallery figure,.product-details__gallery picture{height:30rem}}.product-details__gallery img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-details__properties,.product-details__reviews{margin-top:3.75rem}.product-details__reviews--brief{display:flex;margin:1.3rem 0;align-items:center}.product-details__earn,.product-details__free-shipping{color:#1e0028;display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:16px;align-items:center;margin-bottom:10px}.product-details__earn svg,.product-details__free-shipping svg{margin-right:10px}.product-details__earn{margin-bottom:1.3rem}.product-details__write-review-link{color:#333;font-size:12px;font-style:normal;font-weight:400;line-height:15px;margin-left:1rem;text-decoration:underline;text-transform:lowercase}.product-details__description{margin:.5rem 0}.product-details__title--main{font-size:2rem;margin-top:0}.product-details__block{margin-bottom:3.75rem}.product-details__block--big{margin-top:3.75rem}.product-details__header{font-size:1.5rem;font-style:normal;font-weight:500;line-height:1;margin:0 0 1.875rem}.content h1.product-details__title{font-size:2rem}.product-listing{display:flex;flex-direction:column;padding-bottom:50px;row-gap:1rem}@media print,screen and (min-width:769px){.product-listing{display:grid;-ms-flex-pack:space-evenly;grid-template-columns:repeat(auto-fit,270px);justify-content:space-evenly;grid-row-gap:0;row-gap:normal;grid-gap:2.5rem 1.5rem}.product-listing--single-item{justify-content:left}}.product-listing__item{display:flex;flex:1 1;flex-direction:column;justify-self:stretch;text-align:center;width:100%}.product-listing-message{margin-bottom:50px}.product-playlist{overflow-y:scroll;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}@media print,screen and (min-width:769px){.product-playlist{background-color:#fff;border:1px solid #ccc;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);padding:1rem;-ms-scroll-snap-type:none;scroll-snap-type:none}}.product-playlist__item{display:flex;flex-direction:column;height:100vh;min-height:100vh;justify-content:center;scroll-snap-align:start}@media print,screen and (min-width:769px){.product-playlist__item{height:auto;margin:1rem;min-height:auto}}.product-playlist__header{left:0;position:fixed;right:0;top:0;z-index:1}@media print,screen and (min-width:769px){.product-playlist__header{position:absolute}.product-playlist__header .popup-close-button{color:#000}}.product-image{display:flex;position:relative;align-items:flex-start;-ms-flex-preferred-size:auto;border:none;flex-basis:auto;margin-right:.5rem;padding:.5rem}@media print,screen and (min-width:769px){.product-image{margin-bottom:0}}.product-image__placeholder{display:flex;align-items:center;-ms-flex-pack:center;color:#eee;flex:1 1;justify-content:center;max-height:100%;max-width:100%}.product-image__placeholder svg{color:#000;height:70%;min-height:90px;min-width:90px;opacity:.1;width:70%}.product-image__placeholder--shipments-manager svg{height:90%;min-height:0;min-height:auto;min-width:0;min-width:auto;width:90%}.product-image--gallery,.product-image--list{max-width:14rem;min-width:14rem}@media print,screen and (min-width:769px){.product-image--checkout,.product-image--wishlist{padding-left:0;padding-right:0;padding-top:0}}.related-products__list{display:flex;flex-direction:column}@media print,screen and (min-width:769px){.related-products__list{flex-direction:row}}.related-videos__item{padding:1.017rem .75rem}.related-videos__item:first-child{margin-left:0}.related-videos__item:last-child{margin-right:0}.related-videos__skeleton-items{display:flex;height:100%;overflow:hidden;position:absolute;width:100%}.related-videos__video{background-color:#eee;border:1px solid #ccc;height:202px;width:202px}@media print,screen and (min-width:769px){.related-videos__video{height:114px;width:114px}}.reviews__summary{margin-bottom:3.75rem}.reviews__list{scroll-margin-top:4.25rem;scroll-margin-top:var(--app-header-height)}.categories-search-results__item{margin-bottom:12px}.categories-search-results__link{padding:4px 0}.shopping-cart-actions{margin-bottom:3.125rem;margin-top:30px}@media print,screen and (min-width:769px){.shopping-cart-actions{margin-top:40px}}.shopping-cart-actions__button{width:100%}@media print,screen and (min-width:769px){.shopping-cart-actions__button{width:270px}}.sidebar-filter__button{margin-top:1rem;width:100%}.sliding-menu-products-filter,.sliding-menu-products-filter__content{display:flex;flex-direction:column;height:100%}.sliding-menu-products-filter__content{justify-content:space-between}.sliding-menu-products-filter__groups-nav{max-height:calc(100% - 60px);overflow:hidden auto}.sliding-menu-products-filter__button{border-radius:2px;font-size:16px;font-style:normal;font-weight:500;height:40px;text-transform:uppercase}.sliding-menu-products-filter__clear-filter-link{color:#858585;font-size:16px;font-style:normal;font-weight:500}.sliding-menu-products-filter__clear-filter-link:active,.sliding-menu-products-filter__clear-filter-link:focus,.sliding-menu-products-filter__clear-filter-link:hover,.sliding-menu-products-filter__clear-filter-link:visited{background-color:transparent;background-color:initial;color:#858585}.sliding-menu-sort__content{display:flex;flex-direction:column;gap:32px}.sliding-menu-sort__label{color:#333;font-size:20px;font-style:normal;font-weight:400}.sliding-menu-sort__item{display:flex;gap:10px}.sliding-menu-sort__circle{border:1px solid #333;border-radius:50%;margin:auto 0;padding:11px}.sliding-menu-sort__circle--selected{background-color:#9560a9;border:1px solid #9560a9;box-shadow:inset 0 0 0 2px #fff}@media print,screen and (min-width:769px){.taxon-products-wrapper .product-listing{justify-content:left;grid-column-gap:clamp(1.5rem,(100% - 810px)/2,100% - 540px)}}.taxon-products-wrapper:last-child{padding-bottom:50px}.subtaxon-title{margin-bottom:12px}.subtaxon-title__link{color:#7c488f;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.taxons-list--level-1{padding-left:0}.taxons-list--level-2,.taxons-list--level-3{padding-left:1rem}.video-post-products{display:flex;height:26.75rem;margin-top:1rem;overflow:hidden;position:relative}.video-post-products__item{padding:1.017rem .75rem}.video-post-products__item:first-child{margin-left:0}.video-post-products__item:last-child{margin-right:0}.video-post-products__skeleton-items{display:flex;height:100%;position:absolute;width:100%}.video-post__section-title{color:#000;font-size:20px;font-style:normal;font-weight:500;margin:30px 0}.video-posts__item+.video-posts__item{border-top:1px solid #d6d6d6;margin-top:40px;padding-top:40px}.wishlist-item td{padding-top:1rem}.wishlist-actions{margin-top:30px}@media print,screen and (min-width:769px){.wishlist-actions{margin-top:40px}}.wishlist-actions__button{width:100%}@media print,screen and (min-width:769px){.wishlist-actions__button{width:270px}}.wished-product{background:#fdfaff;border:1px solid #d6d6d6;border-radius:2px;box-shadow:0 0 8px rgba(51,51,51,.1);box-sizing:border-box;color:#333;display:grid;font-size:16px;font-style:normal;font-weight:400;grid-template:"photo info actions" auto "photo rating actions" 1fr "options options actions" auto "price availability availability" auto/112px auto 24px;margin-top:30px;padding:14px;position:relative}@media print,screen and (min-width:769px){.wished-product{grid-template:"photo info actions" auto "photo options price" auto "photo rating price" 1fr "photo availability availability" auto/176px auto 260px}}.wished-product__photo{box-shadow:0 0 4px rgba(51,51,51,.08);grid-area:photo;height:120px;margin-right:12px;width:100px}@media print,screen and (min-width:769px){.wished-product__photo{height:200px;margin-right:16px;width:160px}}.wished-product__price{display:flex;grid-area:price;align-items:center;border-top:1px solid #d6d6d6;margin-top:16px;padding-top:16px}@media print,screen and (min-width:769px){.wished-product__price{border-top:0;margin-top:0;padding-top:0;justify-content:flex-end}}.wished-product__rating{display:flex;grid-area:rating;align-items:flex-end}.wished-product__availability{border-top:1px solid #d6d6d6;grid-area:availability;margin-top:16px;padding-top:16px}@media print,screen and (min-width:769px){.wished-product__availability{border-top:0;padding-top:0}}.wished-product__availability form{display:grid;width:100%}.wished-product__availability-button{justify-self:flex-end;max-width:200px;width:100%}@media print,screen and (min-width:769px){.wished-product__availability-button{justify-self:end;width:177px}}.wished-product__availability-button--out-of-stock{font-size:14px;font-style:normal;font-weight:600}.wished-product__availability-button--out-of-stock,.wished-product__availability-button--out-of-stock:hover{background-color:#fefcff;border:1px solid #858585;color:#858585}@media print,screen and (min-width:769px){.wished-product__availability-button--out-of-stock{height:auto;justify-self:start;padding:0;width:auto}.wished-product__availability-button--out-of-stock,.wished-product__availability-button--out-of-stock:hover{background-color:transparent;border:0;color:#a74652}}.wished-product__options{grid-area:options;margin:8px 0}.wished-product__actions{grid-area:actions}@media print,screen and (min-width:769px){.wished-product__actions{display:flex;justify-content:flex-end}}.wished-product__info{grid-area:info}.wished-product__title{font-size:16px;font-style:normal;font-weight:500;line-height:20px}.wished-product__brand{margin-bottom:8px}.dashboard{display:flex;flex-grow:1}.dashboard__content{background-color:#fff;max-width:100%;padding:2.25rem 0}@media screen and (min-width:1024px){.dashboard__content{padding:3.75rem 20px 20px}}.dashboard__content .title{line-height:1.8}.dashboard__content .notification{margin-bottom:30px}.dashboard__header{display:flex;flex-direction:column;align-items:center;-ms-flex-pack:justify;gap:24px;justify-content:space-between;margin-bottom:2rem!important}@media print,screen and (min-width:769px){.dashboard__header{flex-direction:row}}.dashboard__header--left{justify-content:flex-start}.dashboard__header--left,.dashboard__header--right{display:flex;align-items:center}.dashboard__header--right{justify-content:flex-end;width:100%}@media print,screen and (min-width:769px){.dashboard__header--right{width:auto}}.dashboard__header .breadcrumb a,.dashboard__header .breadcrumb span,.dashboard__header-title{color:#333;font-size:24px;font-style:normal;font-weight:500;line-height:29px}.dashboard__header-title{text-align:center}@media print,screen and (min-width:769px){.dashboard__header-title{text-align:left}}.dashboard-content-header{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}@media print,screen and (min-width:769px){.dashboard-content-header{flex-direction:row;justify-content:space-between}}.account{display:flex;flex-direction:column-reverse;gap:30px}@media print,screen and (min-width:769px){.account{flex-direction:row;gap:50px}}.account__button{font-size:16px;font-style:normal;font-weight:500;height:56px;text-transform:uppercase;width:100%}@media print,screen and (min-width:769px){.account__column:first-child{flex:1 1;max-width:430px;overflow:hidden}}.account__title{font-size:20px;font-style:normal;font-weight:500;margin-bottom:20px}.account__input{margin-bottom:16px}.account__input .label{color:#333;font-size:14px;font-style:normal;font-weight:400;margin-bottom:6px}.account__avatar{height:200px;margin:auto;width:200px}.assignment-product{border:1px solid #dcdada;display:grid;grid-template:"photo header header" auto "photo info info" auto "photo rating rating" auto "photo sku sku" auto "links links links" auto "spliter spliter spliter" auto "price price availability" auto/108px auto auto;padding:14px}.assignment-product--assigned{background:#fdf8ff}@media print,screen and (min-width:769px){.assignment-product{grid-template:"photo header header" auto "photo info info" auto "photo sku sku" auto "photo rating rating" auto "photo price price" auto "photo empty empty" auto "photo availability links" auto/176px auto calc(50% - 88px);padding:20px}}.assignment-product__photo{filter:drop-shadow(0 0 1px rgba(0,0,0,.15));grid-area:photo;height:120px;margin-right:8px;overflow:hidden;width:100px}@media print,screen and (min-width:769px){.assignment-product__photo{height:200px;margin-right:16px;width:160px}}.assignment-product__header{display:flex;grid-area:header;justify-content:space-between;align-items:center}.assignment-product__info{grid-area:info;margin-top:8px}.assignment-product__sku{grid-area:sku;margin-top:8px}.assignment-product__price{display:flex;flex-direction:column;grid-area:price;justify-content:center;margin-top:8px}.assignment-product__price-inner{font-size:20px;font-style:normal;font-weight:500;line-height:22px}@media print,screen and (min-width:769px){.assignment-product__price-inner{font-size:16px;line-height:20px}}.assignment-product__rating{grid-area:rating;margin-top:8px}.assignment-product__rating-inner{margin:0}.assignment-product__links{display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:18px;text-transform:uppercase;justify-content:space-between;align-items:center;color:#000;grid-area:links}@media print,screen and (min-width:769px){.assignment-product__links{flex-direction:row-reverse;-ms-flex-pack:start;color:#84467e;-moz-column-gap:24px;column-gap:24px;font-weight:400;justify-content:flex-start;line-height:18px;text-transform:none}.assignment-product__links span{color:#84467e}}.assignment-product__external-url{display:flex;align-items:center;margin-top:20px}@media print,screen and (min-width:769px){.assignment-product__external-url{margin-top:0}}.assignment-product__videos{display:flex;justify-content:flex-end;align-items:center;margin-top:20px}@media print,screen and (min-width:769px){.assignment-product__videos{margin-top:0}}.assignment-product__availability{display:flex;grid-area:availability;justify-content:flex-end}@media print,screen and (min-width:769px){.assignment-product__availability{justify-content:flex-start}}.assignment-product__availability .out-of-stock{color:#645564;display:inline-flex;font-size:14px;font-style:normal;font-weight:600;text-transform:uppercase;align-items:center}.assignment-product__spliter{background-color:#d6d6d6;grid-area:spliter;height:1px;margin:26px 0 12px}@media print,screen and (min-width:769px){.assignment-product__spliter{display:none}}.assignment-product__earning{color:#9560a9;font-size:16px}.assignment-product__toggle{background-color:transparent;border:none}.assignment-product-videos__with-label{display:none}@media print,screen and (min-width:769px){.assignment-product-videos__with-label{display:flex}}.assignment-product-videos__with-video-count{line-height:1;position:relative}@media print,screen and (min-width:769px){.assignment-product-videos__with-video-count{display:none}}.assignment-product-videos svg{color:inherit;height:22px;width:22px}@media print,screen and (min-width:769px){.assignment-product-videos svg{color:#84467e;height:18px;width:18px}}.dashboard-products__tabs{display:flex;justify-content:space-between}.dashboard-products__search-wrapper{margin:30px 0}.dashboard-products__search-form{display:flex;flex-direction:column;gap:20px}@media print,screen and (min-width:769px){.dashboard-products__search-form{flex-direction:row;gap:30px}}.dashboard-products__whole-assignment{display:flex;justify-content:flex-end;align-items:center;gap:20px}@media print,screen and (min-width:769px){.dashboard-products__whole-assignment{gap:30px}}.dashboard-products__assignments-button{border:0;font-size:14px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase}.dashboard-products__assignments-button--danger{background-color:#a74652;color:#fff}.dashboard-products__assignments-button--danger:hover{background-color:#8c3d48;color:#fff}.dashboard-products__assignments-button--danger:disabled{background-color:#a74652;opacity:.5}.video-dropzone{border:1px dashed #603c6d;border-radius:2px;display:flex;position:relative}.video-dropzone:hover{border:1px dashed #aaa}.video-dropzone--empty{height:5rem}.video-dropzone input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.video-dropzone .placeholder{display:flex;flex-direction:column;gap:16px;margin:auto;-ms-flex-pack:center;color:#603c6d;justify-content:center;text-align:center}.video-dropzone .placeholder__icon{height:36px;margin:auto;width:36px}.video-dropzone .placeholder__icon svg{height:100%;width:100%}.video-dropzone .placeholder__text{font-size:16px;font-style:normal;font-weight:500}.info-block-item{border:1px dotted #dbdbdb;border-radius:4px;margin:1rem 0;overflow-y:auto;padding:1rem}.info-block-item__actions{display:flex;justify-content:flex-end;margin-top:.5rem}.info-block-item__actions .button{margin-left:.5rem}.dashboard-nav{background-color:transparent;border-bottom:0!important;display:none;max-width:230px;padding:3.5rem 0 4rem;position:relative}.dashboard-nav:before{background-color:#fefaff;content:"";height:100%;position:absolute;right:0;top:0;width:100vw;z-index:-1}@media screen and (min-width:1024px){.dashboard-nav{display:block}}.dashboard-nav-items{margin-top:30px}@media screen and (min-width:1024px){.dashboard-nav-items{margin-top:0}}.dashboard-nav__menu-item ul{border-left:0!important;margin:0!important;padding:0 0 0 8px!important}.dashboard-nav__menu-title{border-radius:0!important;display:flex!important;-ms-flex-pack:justify;color:#333;font-size:18px;justify-content:space-between}.dashboard-nav__menu-title.is-active{background-color:#a08ba8!important}.dashboard-nav__menu-title+ul{display:none}.dashboard-nav__menu-title--spread{color:#333!important;font-weight:500}.dashboard-nav__menu-title--spread+ul{display:block}.dashboard-nav__menu-title--spread .dashboard-nav__caret svg{transform:rotate(0)}.dashboard-nav__caret{display:flex;align-items:center;justify-content:center}.dashboard-nav__caret svg{height:.7rem;transform:rotate(-90deg);width:.7rem}.new-post-description__body{display:flex;flex-direction:column;row-gap:25px}.new-post-description__video-uploader{display:flex;flex:1 1;height:300px}.new-post-description__video-uploader .video-js:not(.vjs-fullscreen){--min-video-height:0;--max-video-height:100%}.new-post-products{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.new-post-products .video-product-assignment{flex-direction:column;gap:30px}.new-post-style-steps__item{background:#fdf8ff;border:1px solid #dcdada;display:grid;grid-template:"media info" auto "media actions" auto/136px auto;margin-top:30px;padding:20px}.new-post-style-steps__media{filter:drop-shadow(0 0 1px rgba(0,0,0,.15));grid-area:media;height:160px;margin-right:16px;width:120px}.new-post-style-steps__info{display:flex;flex-direction:column;gap:16px;grid-area:info}.new-post-style-steps__position{color:#9560a9;font-size:14px;line-height:17px;text-transform:uppercase}.new-post-style-steps__title{color:#333;font-weight:500;line-height:20px}.new-post-style-steps__description{color:#333;line-height:20px}.new-post-style-steps__actions{display:flex;gap:26px;grid-area:actions;margin-top:16px;justify-content:flex-end}.new-post-style-steps__action{font-size:14px;font-style:normal;font-weight:400}.new-post-style-steps__action--edit{color:#9560a9}.new-post-style-steps__action--delete{color:#d0697e}.new-post-style-steps__form{display:flex}.new-post__add-style-step-button{background-color:#c081c3;border:1px solid #c081c3;height:48px;margin-bottom:40px;width:100%}@media print,screen and (min-width:769px){.new-post__add-style-step-button{height:36px;margin-bottom:0;width:112px}}.new-post__body{display:flex;flex-direction:column;gap:40px}.new-post__actions,.new-post__block{display:flex;gap:20px}.new-post__actions{justify-content:flex-end;margin-top:30px}.new-post__action{display:flex;flex-direction:column;max-width:calc(50% - 8px);width:100%}@media print,screen and (min-width:769px){.new-post__action{flex-direction:row;width:auto}}.new-post__action .button{height:40px;width:100%}@media print,screen and (min-width:769px){.new-post__action .button{width:177px}}.new-post__action .button--cancel{background:#b6607a;border:0;color:#fff}.newsletter__subject{font-size:20px;font-style:normal;font-weight:500;line-height:24px}@media screen and (min-width:1024px){.newsletter__subject{line-height:22px}}.newsletter__body{font-size:1rem;font-style:normal;font-weight:400;line-height:21px;margin-top:16px;overflow:hidden}.newsletter-actions{display:flex;-ms-flex-pack:end;gap:20px;justify-content:flex-end;margin-top:40px}.newsletter-actions__item{display:flex;height:48px;max-width:177px;width:calc(50% - 10px)}.newsletter-actions__item .button{height:100%;width:100%}.newsletter-form__button{height:48px;width:100%}@media print,screen and (min-width:769px){.newsletter-form__button{width:177px}}.newsletter-list__body{display:flex;flex-direction:column;row-gap:12px}@media print,screen and (min-width:769px){.newsletter-list__body{row-gap:20px}}.newsletter-list__item{background-color:#fdf8ff;border:1px solid #d2d1d1;color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.newsletter-list__add-button{background-color:#c081c4;border:1px solid #c081c4;border-radius:2px;font-size:14px;font-style:normal;font-weight:500;height:48px;text-transform:uppercase;width:100%}@media print,screen and (min-width:769px){.newsletter-list__add-button{height:36px}}.newsletter-state{margin-bottom:16px}.newsletter-state__label,.newsletter-state__value{font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize}.newsletter-state__value{color:#84467e;margin-left:8px}.newsletter-subject__value{margin-left:8px}.order-items{width:100%}.order-items__footer{border-top:1px solid #ccc}.order-items__footer td,.order-items__footer th{vertical-align:baseline}.order-items__col{padding:.5rem}.order-items__col:first-child{padding-left:0!important}.order-items__col:last-child{padding-right:0!important}.order-items__col--footer-label{text-align:right}.order-items__col--photo{padding-right:1rem;width:6rem}.order-items__col--product{text-align:left}.order-items__col--price,.order-items__col--qty,.order-items__col--total{text-align:right!important}.quick-search-form{display:flex;flex-direction:row;align-items:center;gap:20px}.quick-search-form__field{flex:1 0}.quick-search-form__button{border-radius:2px;flex:0 1;width:100%}@media print,screen and (min-width:769px){.quick-search-form__button{min-width:130px}}.quick-search-form__button svg{color:inherit;height:21px;width:21px}.shop-base-setting{display:flex;flex-direction:column-reverse;gap:30px}@media print,screen and (min-width:769px){.shop-base-setting{flex-direction:row;gap:50px}}.shop-base-setting__logo{height:200px;margin:auto;width:200px}@media print,screen and (min-width:769px){.shop-base-setting__column:first-child{flex:1 1;max-width:430px;overflow:hidden}}.shop-base-setting__button{font-size:16px;font-style:normal;font-weight:500;height:56px;text-transform:uppercase;width:100%}.shop-base-setting__message-editor+div .ck-editor__editable_inline{min-height:auto}.shop-videos__add-button{border-radius:2px;font-size:18px;font-style:normal;font-weight:500;height:46px;letter-spacing:-.005em;text-transform:uppercase;width:100%}@media print,screen and (min-width:769px){.shop-videos__add-button{font-size:14px;height:36px;width:112px}}.shop-videos__body{display:flex;flex-direction:column;gap:20px;margin:24px 0}.shop-videos__item{display:grid;grid-template:"header" auto "video" auto "post" auto "copy" auto "actions" auto/100%;grid-gap:16px;background-color:#fdf8ff;border:1px solid #d6d6d6;border-radius:2px;gap:16px;padding:20px}@media print,screen and (min-width:769px){.shop-videos__item{grid-template:"video header" 35px "video post" auto "copy actions" auto/270px auto}.shop-videos__item .video-js:not(.vjs-fullscreen),.shop-videos__item .video-js:not(.vjs-fullscreen).vjs_video_3-dimensions{height:160px}}.shop-videos-item__copy{display:flex;flex-direction:column-reverse;grid-area:copy}.shop-videos-item__video-wrapper{grid-area:video;width:100%}@media print,screen and (min-width:769px){.shop-videos-item__video-wrapper{width:270px}}.shop-videos-item__header{display:flex;grid-area:header;justify-content:space-between;align-items:flex-start}.shop-videos-item__header-left{display:flex;align-items:center}.shop-videos-item__state{border:1px solid #333;border-radius:16px;color:#333;display:inline-block;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.005em;padding:5px 14px;text-align:center}.shop-videos-item__state--published{border:1px solid #26753c;color:#26753c}.shop-videos-item__state--draft,.shop-videos-item__state--unpublished{border:1px solid #766f80;color:#766f80}.shop-videos-item__state--archived{border:1px solid #2597bb;color:#2597bb}.shop-videos-item__guest-shop{color:#84467e;flex:1 1;font-size:14px;font-style:normal;font-weight:400;overflow-wrap:anywhere;padding:0 14px}.shop-videos-item__guest-shop-link{color:#84467e;font-weight:500}.shop-videos-item__guest-shop-link:visited{color:#84467e}.shop-videos-item__post{grid-area:post}.shop-videos-item__post-content{--read-more-line-clamp:6;font-size:1rem;font-style:normal;font-weight:400;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;line-height:20px;overflow-wrap:anywhere;white-space:normal}.shop-videos-item__more-options{margin:initial}.shop-videos-item__more-options svg{width:27px}@media screen and (min-width:1024px){.shop-videos-item__more-options svg{width:18px}}.shop-videos-item__actions{flex-direction:column;grid-area:actions}.shop-videos-item__actions,.shop-videos-item__actions-inner{display:flex;justify-content:flex-end}.shop-videos-item__actions-inner{margin-top:16px;align-items:center;gap:26px}@media print,screen and (min-width:769px){.shop-videos-item__actions-inner{height:40px;margin-top:0}}.shop-videos-item__actions-inner--guest-post{gap:0;justify-content:space-between}@media print,screen and (min-width:769px){.shop-videos-item__actions-inner--guest-post{gap:26px;justify-content:flex-end}}.shop-videos-item__button{background-color:transparent;border:0;border-radius:0;font-size:1rem;font-style:normal;font-weight:400;justify-content:center}.shop-videos-item__button--edit{color:#9560a9;text-transform:lowercase}.shop-videos-item__button--view{color:#2597bb;text-transform:lowercase}.shop-videos-item__button--guest-post-action{border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.05);font-size:1rem;font-style:normal;font-weight:400;height:40px;padding:0 20px}.shop-videos-item__button--guest-post-unpublished{background:#af83c0;border:1px solid #c081c4;color:#f5f5f5}.shop-videos-item__button--guest-post-published{background:#fefcff;border:1px solid #a74652;color:#a74652}.shop-videos-item__my-post-publish-button{padding:0 8px}.social-links-form__info{color:#9560a9;font-size:1rem;font-style:normal;font-weight:400;line-height:20px;margin-bottom:16px}@media print,screen and (min-width:769px){.social-links-form__info{margin-bottom:12px}}.social-links-form__button{height:48px;margin-top:20px;width:100%}@media print,screen and (min-width:769px){.social-links-form__button{width:177px}}.social-links-form-item{margin-bottom:20px}.social-links-form-item__control{background:#fff;border:1px solid #afa6af;border-radius:4px;display:flex;height:50px;overflow:hidden;width:100%;align-items:center}.social-links-form-item__icon-wrapper{background:#fdf8ff;border-right:1px solid #afa6af;display:flex;height:100%;width:50px}.social-links-form-item__icon-wrapper svg{color:#7c488f;margin:auto;min-height:24px;min-width:24px}.social-links-form-item__input{border:0;flex:1 1;height:100%;outline:0}.social-links-form-item__radio-button-wrapper{display:flex;height:100%;width:50px}.social-links-form-item__radio-button{height:16px;margin:auto;width:16px}.social-links-form-item__error{color:#a74652;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:6px}.style-steps-form__body{color:#333}@media print,screen and (min-width:769px){.style-steps-form__body{display:grid;grid-template:"position position" auto "media title" auto "media description" auto/190px auto}}.style-steps-form__media-loader{display:flex;margin-bottom:20px;max-height:374px;min-height:120px;overflow:hidden;position:relative;width:100%}@media print,screen and (min-width:769px){.style-steps-form__media-loader{grid-area:media;height:200px;margin-bottom:0;max-height:none;padding-right:30px}}@media screen and (min-width:1024px){.style-steps-form__media-loader{min-height:auto}}.style-steps-form__media-loader .video-js{--min-video-height:100%;--max-video-height:100%}.style-steps-form__title{margin-bottom:20px}@media print,screen and (min-width:769px){.style-steps-form__title{grid-area:title;margin-bottom:16px}.style-steps-form__description{grid-area:description}}.style-steps-form__step-position{font-size:20px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:12px}@media print,screen and (min-width:769px){.style-steps-form__step-position{font-size:16px;grid-area:position;line-height:20px;margin-bottom:16px}}.style-steps-form__actions{display:flex;-ms-flex-pack:center;gap:20px;justify-content:center;margin-top:16px}@media print,screen and (min-width:769px){.style-steps-form__actions{justify-content:flex-end}}.video-js{width:100%}.video-post__state--published{background-color:#51a769!important;color:#fff!important}.video-post__state--draft{background-color:#b797b4!important;color:#fff!important}
