.text-area-form{width:100%;min-height:35px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-form{min-height:50px}}.text-area-form_active .text-area-form__label{color:#000;font-weight:600}.text-area-form_active .text-area-form__container{border-color:#333}.text-area-form__container{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-form__container{flex-direction:column}}.text-area-form__label{display:flex;align-items:center;width:130px;cursor:pointer;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-form__label{width:100%;padding:0 5px;color:#6e767e}}.text-area-form__label_disabled{color:#ccc}.text-area-form__input{overflow:hidden;flex-grow:1;width:50%;min-height:35px;padding:7px 5px;resize:none;border:none;border-bottom:1px solid #c8d0d8;font-family:HelveticaNeue,Hind,serif;font-size:14px;line-height:17px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-form__input{width:100%;padding:10px 5px}}.text-area-form__input:focus:not(.focus-visible){outline:none;border-bottom:1px solid #818181}.text-area-form__input:focus.focus-visible,.text-area-form__input:active{outline:none;border-bottom:1px solid #818181}.text-area-form__invalid-label{overflow:hidden;max-height:0;margin-top:0;transition-duration:.5s;color:#ff2652;font-size:18px;font-size:12px}.text-area-form_invalid .text-area-form__invalid-label{max-height:20px;margin:7px 0 5px 0}.text-area-form_invalid .text-area{border-color:#ff2652}
.auth-text-field{display:flex;align-items:center;justify-content:center;width:100%;height:36px;margin-bottom:14px;padding:0 10px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;color:#000;border:2px solid #bdbdbd;border-radius:2px;background-color:#fafafa;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);font-family:HelveticaNeue,Hind,serif;font-size:16px;font-weight:500;line-height:1.42857143}.auth-text-field::-moz-placeholder{color:#4a4a4a}.auth-text-field::placeholder{color:#4a4a4a}.auth-text-field:focus.focus-visible::-moz-placeholder{color:rgb(0,39.8461538462,119)}.auth-text-field:focus.focus-visible::placeholder{color:rgb(0,39.8461538462,119)}.auth-text-field:focus.focus-visible{border:2px solid rgb(0,39.8461538462,119);outline:0;background-color:#f0eff9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,74,221,.6)}.auth-text-field input[type=number]::-webkit-inner-spin-button,.auth-text-field input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.text-field-form__invalid-label{font-size:18px;color:#ff2652;overflow:hidden;max-height:0;margin-top:0;font-size:12px;padding-left:130px;opacity:0;transition-duration:.5s}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-field-form__invalid-label{padding-left:5px}}.text-field-form_invalid .text-field-form__invalid-label{margin:7px 0 5px 0;padding:3px 0 3px 130px;max-height:30px;opacity:1}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-field-form_invalid .text-field-form__invalid-label{padding:3px 0 3px 5px}}.text-field-form_invalid .text-field__input{border-color:#ff2652}
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.datepicker-input{height:35px;padding-left:10px;transition-duration:.3s;border:0;border-bottom:1px solid #ccc;outline:none;font-family:HelveticaNeue,Hind,serif;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.datepicker-input{padding-left:5px}}.datepicker-input:active,.datepicker-input:focus.focus-visible{border-color:#333}.datepicker-input_invalid{border-color:#ff2652}.datepicker-input_invalid:active,.datepicker-input_invalid:focus.focus-visible{border-color:#ff2652}
.datepicker{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:35px;transition:all .3s;color:#333;font-size:14px;font-weight:500}.datepicker_disabled{cursor:not-allowed}@media only print and (max-width: 600px),only screen and (max-width: 600px){.datepicker{align-items:unset;flex-direction:column;height:50px}}.datepicker__label{width:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.datepicker__label{width:100%;height:15px;padding:0 5px;color:#6e767e}}.datepicker__label_disabled{color:#ccc}.datepicker__input{flex-grow:1}.datepicker__input:disabled{cursor:not-allowed}.datepicker__input:disabled::-moz-placeholder{color:#ccc}.datepicker__input:disabled::placeholder{color:#ccc}.datepicker__calendar-container{position:absolute;z-index:1;top:100%;right:20px;width:280px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.datepicker__calendar-container{left:0;width:100%}}.datepicker__buttons{position:absolute;right:0;bottom:4px;display:flex;align-items:center}.datepicker__clear-button{padding:14px;position:relative;display:inline-block;box-sizing:border-box;width:15px;height:15px;cursor:pointer;color:#000;line-height:15px}.datepicker__clear-button::before,.datepicker__clear-button::after{position:absolute;top:50%;left:50%;display:block;width:15px;height:2px;margin-left:-7.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#000}.datepicker__clear-button::after{transform:rotate(45deg)}.datepicker__clear-button:hover::before,.datepicker__clear-button:hover::after,.datepicker__clear-button:focus.focus-visible::before,.datepicker__clear-button:focus.focus-visible::after{background-color:#004add}.datepicker__clear-button:disabled::before,.datepicker__clear-button:disabled::after{background-color:#ccc}.datepicker__clear-button:focus.focus-visible{color:#004add;box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.datepicker__clear-button:disabled{cursor:not-allowed;color:#ccc}.datepicker__calendar-button{width:28px;height:28px;transition:color .2s ease-out;font-size:15px}.datepicker__calendar-button:focus.focus-visible{color:#004add;box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.datepicker__calendar-button:hover{color:#004add}.datepicker__calendar-button:disabled{cursor:not-allowed;color:#ccc}.datepicker__calendar{width:100%;border-radius:3px}
.datepicker-form__invalid-label{font-size:18px;color:#ff2652;overflow:hidden;max-height:0;margin-top:0;font-size:12px;transition-duration:.5s;padding-left:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.datepicker-form__invalid-label{padding-left:5px}}.datepicker-form_invalid .datepicker-form__invalid-label{margin:7px 0 5px 0;max-height:20px}.datepicker-form_invalid .datepicker__input{border-color:#ff2652}.datepicker-form .react-date-picker__calendar--above-label{top:0}
.text-field{display:flex;width:100%;height:35px;transition-duration:.3s}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-field{flex-direction:column;height:50px}}.text-field:hover,.text-field:active,.text-field:focus.focus-visible{cursor:pointer;border-color:#333}.text-field_active{border-color:#333}.text-field_active .text-field__label{color:#000;font-weight:600}.text-field_disabled:hover,.text-field_disabled:active,.text-field_disabled:focus.focus-visible{cursor:not-allowed}.text-field_disabled .text-field__input{cursor:not-allowed}.text-field_disabled .text-field__label{color:#ccc}.text-field_disabled .text-field__label:hover{cursor:not-allowed}.text-field__input{flex-grow:1;padding:0 10px;animation-duration:.3s;text-overflow:ellipsis;border:0;border-bottom:1px solid #ccc;font-family:HelveticaNeue,Hind,serif;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-field__input{height:35px;padding:0 5px;color:#000}}.text-field__input:focus.focus-visible,.text-field__input:active{border-color:#818181;outline:none}.text-field__input:disabled{cursor:not-allowed;color:#ccc;border-color:#ccc}.text-field__input::-ms-clear{display:none}.text-field__input:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff;-webkit-text-fill-color:#0f206e}.text-field__label{display:flex;align-items:center;width:130px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-field__label{width:100%;height:15px;padding:0 5px;color:#6e767e}}.text-field__label:hover{cursor:pointer}.text-field input[type=number]::-webkit-inner-spin-button,.text-field input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.dropdown-list-item{position:relative;padding:16px 32px;cursor:pointer;transition:background-color .3s ease;letter-spacing:.15px;background-color:rgba(0,0,0,0)}.dropdown-list-item_hovered{background-color:#f3f4f5}.dropdown-list-item__icon{position:absolute;top:19px;left:13px;font-size:13px;color:#004add}
.dropdown-list{box-sizing:border-box;width:100%;border:1px solid #c8d0d8;border-radius:3px;background-color:#fff;box-shadow:4px 4px 6px 0 rgba(0,24,55,.06)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dropdown-list__items{min-height:100px}}.dropdown-list__not-found-item{padding:26px 32px;cursor:default}.dropdown-list__not-found-item:hover{background-color:rgba(0,0,0,0)}.dropdown-list__scroll-track{position:absolute;top:0;right:2px;bottom:2px;display:none;height:210px;padding-left:2px;border-left:1px solid #e7e7e7;border-radius:3px;background:linear-gradient(90deg, #f8f8f8 0%, #fafafa 50.51%, #fafafa 100%)}.dropdown-list__scroll-track_visible{display:block}.dropdown-list__scroll-thumb{position:relative;display:block;width:100%;cursor:pointer;transform:translateY(21.4153px);border-radius:4px;background-color:#6e7881}
.dropdown{position:relative;box-sizing:border-box;display:flex;font:inherit;min-height:35px;cursor:pointer}.dropdown__inner{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;transition:all .3s ease;cursor:pointer;outline:none;background-color:#fff;min-height:35px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dropdown__inner{flex-direction:column}}.dropdown__label{width:130px;letter-spacing:.15px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dropdown__label{color:#6e767e;width:100%;padding:0 5px}}.dropdown__label_active{font-weight:bold}.dropdown__label_disabled{color:#ccc;border-color:#ccc}.dropdown__input{justify-content:space-between;display:flex;flex-grow:1;height:100%;align-items:center;border-bottom:1px solid #ccc;padding:0 10px}.dropdown__input:hover,.dropdown__input_active{border-color:#333}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dropdown__input{width:100%;height:35px;padding:0 5px}}.dropdown__input_disabled,.dropdown__input_disabled:hover{border-color:#ccc}.dropdown__value{overflow:hidden;max-width:175px;padding:5px 0;white-space:nowrap;text-overflow:ellipsis;color:#333;font-size:14px}.dropdown__value_not-empty{color:#333}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dropdown__value_not-empty{color:#000}}.dropdown__value_disabled{color:#ccc;border-color:#ccc}.dropdown__value_placeholder{color:#6e767e}.dropdown__arrow{width:9px;height:9px;transform:rotate(45deg);border-right:1px solid #333;border-bottom:1px solid #333}.dropdown__arrow_disabled{border-color:#ccc}.dropdown_disabled{cursor:not-allowed}.dropdown_disabled .dropdown__inner{cursor:not-allowed}.dropdown__list-container{position:absolute;z-index:2;top:0;left:0;width:100%;min-width:100px}
.dropdown-form{width:100%}.dropdown-form__invalid-label{overflow:hidden;height:0;transition:all .5s ease;color:#ff2652;padding-left:130px;font-size:12px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dropdown-form__invalid-label{padding-left:5px}}.dropdown-form_invalid .dropdown-form__invalid-label{height:18px;margin-top:10px}.dropdown-form_invalid .dropdown__inner{border-color:#ff2652}.dropdown-form_invalid .dropdown__input{border-color:#ff2652}
.autosuggest-input-item{display:flex;align-items:center;width:100%;height:50px;padding:0 32px;cursor:pointer}.autosuggest-input-item:hover{background-color:#c8d0d8}.autosuggest-input-item__select-icon{position:absolute;top:19px;left:13px;font-size:13px;color:#004add}
.autosuggest-input{position:relative;transition-duration:.3s}.autosuggest-input_active{border-color:#333}.autosuggest-input__loading{display:flex;justify-content:center;padding:10px}.autosuggest-input__loading-icon{color:#004add}.autosuggest-input:hover{border-color:#333}.autosuggest-input__dropdown{margin-top:5px;border:1px solid #dee1e5;border-radius:3px}.autosuggest-input__content{overflow:hidden;height:0;border-radius:3px;background-color:#fff}.autosuggest-input__content_open{height:auto;box-shadow:4px 4px 6px 0 rgba(0,24,55,.06)}.autosuggest-input__content_over-the-top{position:absolute;z-index:2;width:100%}.autosuggest-input__text-field{border:0}.autosuggest-input__item{position:relative}.autosuggest-input__dropdown-content{position:absolute;top:100%;left:0;width:100%}.autosuggest-input__no-items-message{padding:0px 32px;height:50px;display:flex;align-items:center;border:1px solid #dee1e5;font-size:14px}
.autosuggest-input-form{width:100%}.autosuggest-input-form__invalid-label{overflow:hidden;padding-left:130px;height:0;transition:all .5s ease;color:#ff2652;font-size:12px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.autosuggest-input-form__invalid-label{padding-left:5px}}.autosuggest-input-form_invalid .autosuggest-input-form__invalid-label{height:18px;margin-top:8px}.autosuggest-input-form_invalid .text-field__input{border-color:#ff2652}.autosuggest-input-form_invalid .autosuggest-input{border-color:#ff2652}
.modal-container{position:fixed;z-index:1000;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgba(251,254,255,.93)}.modal-container_shadow-disabled{background-color:rgba(0,0,0,0)}.modal-container_shadow-extra::after{position:absolute;top:100%;width:100%;height:100%;content:"";background-color:rgba(251,254,255,.93)}
.button{display:inline-block;height:40px;padding:0 20px;transition:all .2s ease-in;text-decoration:none;letter-spacing:1px;border-radius:3px;font:normal normal 15px/15px HelveticaNeue,Hind,serif}.button:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.button_full-width{display:block;width:100%}.button__content{display:flex;align-items:center;justify-content:center;height:100%}.button_primary{color:#fff;background:#004add}.button_primary:hover,.button_primary:focus.focus-visible{cursor:pointer;background:#039}.button.button_primary_disabled,.button.button_primary_disabled:hover{cursor:not-allowed;color:#fff;background:#c8d0d8}.button_secondary{box-sizing:border-box;color:#004add;border:1px solid #004add;background:#fff}.button_secondary:hover,.button_secondary:focus.focus-visible{cursor:pointer;color:#039;border:1px solid #039;background:#f0f7fd}.button.button_secondary_disabled,.button.button_secondary_disabled:hover{cursor:not-allowed;color:#c8d0d8;border:1px solid #c8d0d8;background:rgba(0,0,0,0)}.button_cancel{color:#004add;background:rgba(0,0,0,0)}.button_cancel:hover,.button_cancel:focus.focus-visible{cursor:pointer;color:#039}.button.button_cancel_disabled,.button.button_cancel_disabled:hover{cursor:not-allowed;color:#c8d0d8}.button.button_custom_disabled,.button.button_custom_disabled:hover{cursor:not-allowed;color:#c8d0d8}
.confirm-modal{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:600px;padding:50px 0 30px 0;border:2px solid #6e767e;background-color:#fff}.confirm-modal__controlls{display:flex;justify-content:space-between;width:100%;padding:0 50px}.confirm-modal__content{margin-bottom:50px;padding:0 50px}.confirm-modal__title{width:100%;font-size:24px;font-weight:bold}.confirm-modal__subtitle{width:100%;margin-top:20px;font-size:20px}.confirm-modal__subtitle-name{text-decoration:underline}.confirm-modal__confirm,.confirm-modal__reject{width:100%;max-width:200px;border-width:2px;font-weight:600}.confirm-modal__confirm:hover,.confirm-modal__reject:hover{border-width:2px}.confirm-modal__close-icon-container{position:absolute;top:25px;right:25px}.confirm-modal__close-icon{position:relative;display:inline-block;box-sizing:border-box;width:22px;height:22px;cursor:pointer;color:#6e7881;line-height:22px}.confirm-modal__close-icon::before,.confirm-modal__close-icon::after{position:absolute;top:50%;left:50%;display:block;width:22px;height:2px;margin-left:-11px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#6e7881}.confirm-modal__close-icon::after{transform:rotate(45deg)}.confirm-modal__close-icon:hover::before,.confirm-modal__close-icon:hover::after,.confirm-modal__close-icon:focus.focus-visible::before,.confirm-modal__close-icon:focus.focus-visible::after{background-color:#333}.confirm-modal__close-icon:disabled::before,.confirm-modal__close-icon:disabled::after{background-color:#ccc}.confirm-modal__close-icon:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}
.image-add-button{display:inline-block;padding:5px;cursor:pointer;text-align:center;color:#6e767e}.image-add-button_disabled,.image-add-button_disabled:hover{pointer-events:none;color:#c8d0d8}.image-add-button_disabled svg use,.image-add-button_disabled:hover svg use{fill:#c8d0d8}.image-add-button:hover,.image-add-button:focus.focus-visible{color:#000}.image-add-button:hover svg use,.image-add-button:focus.focus-visible svg use{fill:#000}.image-add-button__icon{padding-bottom:3px}.image-add-button__label{white-space:nowrap;font-size:15px;font-weight:500}
.modal-header{display:flex;flex-shrink:0;box-sizing:border-box;height:80px;padding:20px 30px;border-bottom:1px solid #c8d0d8}.modal-header__title{align-self:flex-end;flex-grow:1;color:#000;font-size:24px;font-weight:bold;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal-header__cross-icon{position:relative;display:inline-block;box-sizing:border-box;width:25px;height:25px;cursor:pointer;color:#6e767e;line-height:25px}.modal-header__cross-icon::before,.modal-header__cross-icon::after{position:absolute;top:50%;left:50%;display:block;width:25px;height:3px;margin-left:-12.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#6e767e}.modal-header__cross-icon::after{transform:rotate(45deg)}.modal-header__cross-icon:hover::before,.modal-header__cross-icon:hover::after,.modal-header__cross-icon:focus.focus-visible::before,.modal-header__cross-icon:focus.focus-visible::after{background-color:#333}.modal-header__cross-icon:disabled::before,.modal-header__cross-icon:disabled::after{background-color:#ccc}.modal-header__cross-icon:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}
.scrollable-modal-content__content{padding:30px 30px 0}
.modal-footer{display:flex;justify-content:flex-end;padding:50px 30px 30px}.modal-footer__submit-btn{margin-left:30px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.modal-footer{padding:20px 30px 10px 30px;flex-shrink:0}}
.modal{animation:fadeIn .1s ease-out}.modal__window{display:flex;flex-direction:column;width:100%;max-width:800px;max-height:75%;border:2px solid #cecece;border-radius:4px;background-color:#fff;box-shadow:0 0 15px 0 #cecece}@media only print and (max-width: 600px),only screen and (max-width: 600px){.modal__window{max-height:90%}}
.from-to-year-select{display:flex;justify-content:space-between}.from-to-year-select .text-field-form.basic-details-fields__field{width:48%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.from-to-year-select .text-field-form.basic-details-fields__field{width:100%}}.from-to-year-select .text-field__input{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.from-to-year-select .text-field__input{width:100%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.from-to-year-select{flex-direction:column;margin-bottom:15px}.from-to-year-select .basic-details-fields__field{width:100%}}
.other-costs-modal__field{margin-bottom:15px}
.other-cost{margin-bottom:10px}.other-cost__block{position:relative;margin-top:15px;margin-bottom:10px;padding:15px;padding-right:20px;border:1px solid #c8d0d8}.other-cost__buttons{position:absolute;top:5px;right:5px}.other-cost__close-icon{position:relative;display:inline-block;box-sizing:border-box;width:15px;height:15px;cursor:pointer;color:#6e7881;line-height:15px}.other-cost__close-icon::before,.other-cost__close-icon::after{position:absolute;top:50%;left:50%;display:block;width:15px;height:2px;margin-left:-7.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#6e7881}.other-cost__close-icon::after{transform:rotate(45deg)}.other-cost__close-icon:hover::before,.other-cost__close-icon:hover::after,.other-cost__close-icon:focus.focus-visible::before,.other-cost__close-icon:focus.focus-visible::after{background-color:#004add}.other-cost__close-icon:disabled::before,.other-cost__close-icon:disabled::after{background-color:#ccc}.other-cost__close-icon:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.other-cost__cost-type-section{display:flex;padding-bottom:10px;font-size:14px}.other-cost__cost-type-section:last-child{padding-bottom:0}.other-cost__cost-item-title{flex-shrink:0;width:110px;text-transform:capitalize;font-weight:600}.other-cost__edit-btn{transition:all .3s ease-out}.other-cost__edit-btn:hover .other-cost__edit-button-icon{color:#004add;transition:all .2s ease-out}
.other-costs-fields__heading{font-size:14px;margin-bottom:10px}
.stripe-badge{text-align:center}.stripe-badge__img{max-width:320px;width:100%}
.sign-up-text-field__inner{display:flex;box-sizing:border-box;height:50px;border-bottom:1px solid #6e7881;background-color:#fff}.sign-up-text-field:hover .sign-up-text-field__label{color:#000}.sign-up-text-field:hover .sign-up-text-field__inner{border-bottom:1px solid #000}.sign-up-text-field__left-icon-container{position:absolute;bottom:15px;left:23px;display:none;font-size:19px}.sign-up-text-field__content{position:relative;flex-grow:1}.sign-up-text-field__input{box-sizing:border-box;width:100%;height:100%;padding:0 10px 0 1px;cursor:pointer;transition:all .3s ease;color:#333;border:none;border-radius:3px;outline:none;background:rgba(0,0,0,0);font-family:"HelveticaNeue";font-size:16px;line-height:22px}.sign-up-text-field__input_with-icon{padding-left:40px}.sign-up-text-field__label{position:absolute;top:60%;box-sizing:border-box;cursor:pointer;transition:all .3s ease;transform:translateY(-50%);letter-spacing:.15px;color:#6e767e;font-family:"HelveticaNeue";font-size:16px;line-height:22px}.sign-up-text-field_touched__inner{border-bottom:1px solid #004add}.sign-up-text-field_touched .sign-up-text-field__label{top:6px;transform:none;letter-spacing:.11px;font-size:14px;line-height:16px}.sign-up-text-field_touched .sign-up-text-field__input{padding-top:20px}.sign-up-text-field_touched .sign-up-text-field__left-icon-container{display:block}.sign-up-text-field_active .sign-up-text-field__inner,.sign-up-text-field_active:hover .sign-up-text-field__inner{border-bottom:1px solid #004add}.sign-up-text-field_active .sign-up-text-field__label,.sign-up-text-field_active:hover .sign-up-text-field__label{color:#004add}.sign-up-text-field_disabled{cursor:no-drop}.sign-up-text-field_disabled .sign-up-text-field__label{cursor:no-drop;color:#6e767e}.sign-up-text-field_disabled:hover .sign-up-text-field__input{color:#c8d0d8}.sign-up-text-field_disabled:hover .sign-up-text-field__label{color:#6e767e}.sign-up-text-field_disabled:hover .sign-up-text-field__inner{border-bottom:1px solid #6e7881}.sign-up-text-field_disabled .sign-up-text-field__input{cursor:no-drop;color:#c8d0d8;border-color:#c8d0d8;background-color:#fff}.sign-up-text-field__invalid-label{overflow:hidden;height:0;padding-left:3px;transition:all .5s ease;color:#ff2652;font-family:"HelveticaNeue";font-size:14px}.sign-up-text-field__additional-info{margin-top:4px;padding-left:3px;color:#8492a6;font-family:"HelveticaNeue";font-size:10px}.sign-up-text-field_invalid .sign-up-text-field__inner{border-color:#ff2652}.sign-up-text-field_invalid .sign-up-text-field__invalid-label{height:auto;margin-top:12px}.sign-up-text-field_half-width{width:48%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sign-up-text-field_half-width{width:100%}}
.password-meter{display:flex;align-items:center}.password-meter__label{width:61px;text-align:right;font-size:12px}.password-meter__bar-container{flex-grow:1;height:10px;margin-right:20px;border:1px solid #ccc;border-radius:4px;background:#fff}.password-meter__bar-level{max-width:100%;height:8px;border-radius:4px}.password-meter__bar-level_valid{background-color:#00c296}.password-meter__bar-level_invalid{background-color:#ff5368}
.sign-up-modal-form__login-btn{font-size:14px;font-weight:bold;color:#004add}.sign-up-modal-form__login-btn:hover{text-decoration:underline}.sign-up-modal-form__password-description{font-size:14px;margin:15px 0}
.modal-form__caption{margin-bottom:5px;font-size:34px;font-weight:bold;text-align:center}.modal-form__subtitle{margin-bottom:20px;text-align:center;font-size:14px;line-height:20px}.modal-form__dropdown{margin-bottom:5px}.modal-form__dropdown .dropdown__inner{height:45px}.modal-form__dropdown .dropdown__label{display:none}.modal-form__dropdown .dropdown__input{border-bottom:1px solid #6e7881;padding-left:0}.modal-form__dropdown .dropdown__value{font-size:14px;text-transform:capitalize}.modal-form__dropdown .dropdown-form__invalid-label{margin-top:2px;padding-left:3px;font-size:12px}.modal-form__dropdown .dropdown-list-item{font-size:14px;text-transform:capitalize}.modal-form__field{margin-bottom:3px}.modal-form__field .sign-up-text-field__inner{height:45px}.modal-form__field .sign-up-text-field__invalid-label{margin-top:2px;font-size:12px}.modal-form__field .modal-form__label,.modal-form__field .modal-form__input{font-size:14px}.modal-form__btn{margin:20px 0;border-radius:0}.modal-form__stripe-badge .stripe-badge__img{max-width:250px}
.coupon-form{margin:20px 0;padding:30px 30px 20px 30px;border-radius:12px;background-color:#f3f4f5;font-size:16px}@media only print and (max-width: 420px),only screen and (max-width: 420px){.coupon-form{padding:15px}}.coupon-form__container{display:flex;align-items:center;flex-wrap:wrap}.coupon-form__field,.coupon-form__btn{margin-top:10px}.coupon-form__field{flex:2 0 0;min-width:180px;height:44px;padding:14px 14px;transition:all 150ms ease;border:0;border-radius:4px;outline:0;background:#fff;box-shadow:rgba(50,50,93,.14902) 0px 1px 3px,rgba(0,0,0,.0196078) 0px 1px 0px;font-family:"HelveticaNeue";font-size:16px}.coupon-form__field::-moz-placeholder{font-size:16px}.coupon-form__field::placeholder{font-size:16px}.coupon-form__field:disabled{opacity:.7;color:#6e7881}.coupon-form__field:focus.focus-visible{box-shadow:rgba(50,50,93,.109804) 0px 4px 6px,rgba(0,0,0,.0784314) 0px 1px 3px}.coupon-form__description{visibility:visible;height:15px;margin-top:10px;transition:all 150ms ease;opacity:1;font-size:14px;line-height:15px}.coupon-form__description_hidden{visibility:hidden;opacity:0}.coupon-form__btn{flex:1 0 0;min-width:146px;height:44px}
.payment-modal-form__stripe-element-label{letter-spacing:.025em;color:#6e767e;font-size:14px;font-weight:300}.payment-modal-form__stripe-element input,.payment-modal-form__stripe-element .StripeElement{display:block;width:100%;margin:10px 0 20px 0;padding:14px 14px;border:0;border-radius:4px;outline:0;background:#fff;box-shadow:rgba(50,50,93,.14902) 0px 1px 3px,rgba(0,0,0,.0196078) 0px 1px 0px;font-family:"HelveticaNeue";font-size:1.125em}.payment-modal-form__stripe-element input::-moz-placeholder{color:#aab7c4;font-size:1.125em}.payment-modal-form__stripe-element input::placeholder{color:#aab7c4;font-size:1.125em}.payment-modal-form__stripe-element input:focus.focus-visible,.payment-modal-form__stripe-element .StripeElement--focus{transition:all 150ms ease;box-shadow:rgba(50,50,93,.109804) 0px 4px 6px,rgba(0,0,0,.0784314) 0px 1px 3px}.payment-modal-form__optional-message{margin-bottom:20px;transition:all .2s ease-in-out;transform:scaleY(1);transform-origin:top;text-align:center;opacity:1;font-size:14px;line-height:20px}.payment-modal-form__optional-message_hidden{overflow:hidden;max-height:0;transform:scaleY(0);transform-origin:top;opacity:0}.payment-modal-form .coupon-form__field::-moz-placeholder{font-size:14px}.payment-modal-form .coupon-form,.payment-modal-form .coupon-form__btn,.payment-modal-form .coupon-form__field,.payment-modal-form .coupon-form__field::placeholder{font-size:14px}
.content-section-title{text-align:left;color:#000;font-size:26px;line-height:32px}.content-section-title__container{width:100%;display:flex;align-items:center}.content-section-title__title{display:inline-block;flex-grow:1}.content-section-title__subtitle{padding-left:16px;padding-right:0;color:#6e767e;font-size:16px;line-height:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.content-section-title__subtitle{padding-left:0}}.content-section-title__subtitle_btn:hover{text-decoration:underline}.content-section-title__divider{min-width:100%;height:2px;margin:0;margin-top:9px;border:none;background-color:#c8d0d8}@media only print and (max-width: 768px),only screen and (max-width: 768px){.content-section-title__divider{margin-left:0}}@media print{.content-section-title__divider{-webkit-print-color-adjust:exact}}.content-section-title__actions.dropdown-menu__content-animation-enter-active,.content-section-title__actions.dropdown-menu__content-animation-enter-done{transform:translateX(0) scale(1)}
.checkbox{position:relative;display:flex;align-items:center;box-sizing:border-box;width:100%;cursor:pointer;transition-duration:.3s}.checkbox_active{opacity:1}.checkbox:focus:not(.focus-visible){outline:none}.checkbox_disabled{cursor:not-allowed}.checkbox__icon{transition-duration:.3s;font-size:13px;color:rgba(0,0,0,0)}.checkbox__icon_active{color:#fff}.checkbox__icon-container{display:flex;align-items:center;justify-content:center;width:19px;height:18px;transition-duration:.3s;border:2px solid #004add;border-radius:2px}.checkbox__icon-container_active{background-color:#004add}.checkbox__icon-container_disabled{border-color:#ccc}.checkbox__check{position:absolute;top:1px;box-sizing:border-box;width:20px;height:19px;padding:2px;border-radius:3px;background-color:#6e767e}.checkbox__label{margin-left:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#6e767e;font-family:"Source Sans Pro",sans-serif;font-size:16px;line-height:22px}.checkbox__label_active{color:#333}.checkbox__label:hover{color:#333}.checkbox__label_disabled{color:#ccc}.checkbox__label_disabled:hover{color:#ccc}.checkbox_active .checkbox__check{border:2px solid #6e767e;border-radius:3px;background-color:#6e767e;line-height:19px}
.checkbox-form_invalid{border-bottom:1px solid red}.checkbox-form_invalid::before{height:20px;opacity:1}
.pie-chart{position:relative;width:100%;height:0;padding-bottom:100%}.pie-chart__svg-container{position:absolute;top:0px;left:0px;width:100%;height:100%}.pie-chart__sector_clickable{cursor:pointer}
.pie-label{display:flex;align-items:center;justify-content:left;width:-moz-fit-content;width:fit-content;padding:5px 0 5px 15px;cursor:pointer;transition-duration:.3s;color:#6e767e;font-weight:600}.pie-label:hover{color:#000}.pie-label_active{color:#000}.pie-label__dot{width:10px;min-width:10px;height:10px;margin-right:15px;border-radius:10px}.pie-label__sector-label{text-align:left}.pie-label_active{color:#000}
.pie-chart-wrapper_no-selection{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pie-chart-wrapper__caption{padding-bottom:10px;text-align:center;font-weight:600}.pie-chart-wrapper__pie-percent-value,.pie-chart-wrapper__pie-label,.pie-chart-wrapper__pie-value{font-weight:700;text-anchor:middle;alignment-baseline:middle}.pie-chart-wrapper__pie-percent-value{font-size:18px}.pie-chart-wrapper__pie-value{font-size:7px}.pie-chart-wrapper__pie-label{font-size:7px}.pie-chart-wrapper__pie-info-container{animation:fadeIn 3s ease-out}.pie-chart-wrapper__dot{width:10px;min-width:10px;height:10px;margin-right:15px;border-radius:10px}.pie-chart-wrapper__sector-label{text-align:left}.pie-chart-wrapper__labels{margin-top:15px}.pie-chart-wrapper__no-data-container{text-align:center;color:#6e767e}.pie-chart-wrapper__no-data-label{padding-top:10px;font-size:25px}.pie-chart-wrapper__no-data-icon{padding-top:40px;font-size:50px}
.tooltip{max-width:200px;border-radius:3px;background-color:#000}.tooltip.show{opacity:1}.tooltip-wrapper{text-align:center;position:relative;display:inline-block;cursor:pointer;vertical-align:middle}
.count-up-label__title{padding-bottom:5px;color:#6e767e;font-size:14px;font-weight:600}.count-up-label__start-symbol{padding-right:5px;text-transform:capitalize;font-size:.6em}.count-up-label__content{padding-bottom:30px;font-size:3.5em;font-weight:600}.count-up-label__bottom-text{margin-top:5px;font-size:14px;font-weight:400}.count-up-label__tooltip{font-weight:400}
.loader-image{text-align:center}
.loader{display:flex;align-items:center;flex-grow:1;justify-content:center;animation:fadeIn .5s ease-out}.loader__image{width:55px;height:55px}
.dashboard-portfolio{animation:fadeIn 3s ease-out}.dashboard-portfolio__content{display:flex;justify-content:space-between;padding:45px 30px 0 35px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.dashboard-portfolio__content{flex-direction:column}}.dashboard-portfolio__chart{width:25%;padding-right:30px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.dashboard-portfolio__chart{width:40%;margin-bottom:40px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dashboard-portfolio__chart{width:100%;margin-bottom:40px}}.dashboard-portfolio__charts{display:flex;justify-content:space-between;width:75%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.dashboard-portfolio__charts{flex-wrap:wrap;width:100%}}.dashboard-portfolio__total-values{width:20%;text-align:left}@media only print and (max-width: 992px),only screen and (max-width: 992px){.dashboard-portfolio__total-values{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.dashboard-portfolio__value{width:40%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dashboard-portfolio__value{flex-direction:column;width:100%}}.dashboard-portfolio__loader{min-height:200px}.dashboard-portfolio__heading{text-align:left;font-size:25px;font-weight:600;padding-top:30px}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.wine-dashboard-portfolio{animation:fadeIn 3s ease-out}.wine-dashboard-portfolio__content{display:flex;justify-content:space-between;padding:45px 30px 0 35px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-dashboard-portfolio__content{flex-direction:column}}.wine-dashboard-portfolio__total-values{width:20%;text-align:left}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-dashboard-portfolio__total-values{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-dashboard-portfolio__value{width:40%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-dashboard-portfolio__value{flex-direction:column;width:100%}}.wine-dashboard-portfolio__loader{min-height:200px}.wine-dashboard-portfolio__chart{width:25%;padding-right:30px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-dashboard-portfolio__chart{width:40%;margin-bottom:40px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-dashboard-portfolio__chart{width:100%;margin-bottom:40px}}.wine-dashboard-portfolio__charts{display:flex;justify-content:space-between;width:75%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-dashboard-portfolio__charts{flex-wrap:wrap;width:100%}}.wine-dashboard-portfolio__heading{text-align:left;font-size:25px;font-weight:600;padding-top:30px}
.dashboard{text-align:center}.dashboard__content{max-width:1400px;margin:0 auto;padding:40px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.dashboard__portfolio_mobile-hidden{display:none}}
.alerts{text-align:center}.alerts__content{max-width:1400px;margin:0 auto;padding-top:40px}
.accessible-to-manage{position:relative}.accessible-to-manage__container{position:absolute;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:auto;text-align:center;background:rgba(238,238,238,.65)}.accessible-to-manage__link{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:underline;color:#004add;font-size:28px;font-weight:bold}@media only print and (max-width: 768px),only screen and (max-width: 768px){.accessible-to-manage__link{align-self:flex-start;margin-top:45px}}.accessible-to-manage__link_mobile-app{cursor:auto;text-decoration:none}
.collapse-section{padding:0 0 20px 0}.collapse-section__header{display:flex;flex-wrap:wrap;align-items:baseline;padding:10px 0px;border-bottom:2px solid #c8d0d8;font-size:24px}.collapse-section__header-info{display:flex;align-items:baseline}@media only print and (max-width: 900px),only screen and (max-width: 900px){.collapse-section__header-info{flex-direction:column}}.collapse-section__header-handler{display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.collapse-section__header-handler:focus:not(.focus-visible){outline:none}.collapse-section__header-text{vertical-align:middle;display:inline}.collapse-section__header-titles{width:350px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collapse-section__header-titles{width:280px}}.collapse-section__header-subtitle{color:#6e767e;font-size:14px}.collapse-section__header-arrow{margin-left:10px;transition:all .4s ease-in-out;transform:rotateX(0deg);vertical-align:middle}.collapse-section__header-arrow_rotate{transform:rotateX(180deg)}.collapse-section__header-action{display:flex;flex-grow:1;justify-content:flex-end}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collapse-section__header-action{padding-top:10px}}.collapse-section__content{padding:10px 0;animation:fadeIn .5s ease}.collapse-section__content_hidden{overflow:hidden;max-height:0;transform:scaleY(0);transform-origin:top;display:none}.collapse-section__content-enter-done{max-height:0}.collapse-section__accessible-hoc{height:auto}.collapse-section__accessible-hoc_disabled{height:0px;padding:0}.collapse-section__accessible-hoc_disabled .accessible-to-manage__link{display:none}
.spinner-button__spinner{display:inline-block;visibility:hidden;max-width:0;margin-left:0;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;opacity:0;font-size:15px}.spinner-button__spinner_visible{visibility:visible;max-width:100px;margin-left:5px;opacity:1}
.select-button{display:inline-block;height:40px;padding:0 20px;transition:all .2s ease-in;text-decoration:none;letter-spacing:1px;border-radius:3px;font-size:14px;color:#6e767e;background:#fff;border:1px solid #6e767e;cursor:pointer}.select-button:hover{color:#333;border-color:#333}.select-button_active{color:#fff;background:#004add;border-color:#004add}.select-button_active:hover{color:#fff;background:#039;border-color:#039}
.select-buttons-group__container{display:flex;align-items:center;flex-wrap:wrap}.select-buttons-group__button{margin-bottom:3px}.select-buttons-group__button:not(last-shild){margin-right:15px}.select-buttons-group__invalid-label{font-size:18px;color:#ff2652;overflow:hidden;max-height:0;margin-top:0;font-size:12px;opacity:0;transition:.5s ease}@media only print and (max-width: 600px),only screen and (max-width: 600px){.select-buttons-group__invalid-label{padding-left:5px}}.select-buttons-group__invalid-label_visible{margin:7px 0 5px 0;padding:3px 0;max-height:30px;opacity:1}@media only print and (max-width: 600px),only screen and (max-width: 600px){.select-buttons-group__invalid-label_visible{padding:3px 0}}
.contact-client-modal{width:700px;min-height:400px;text-align:left;background-color:#fff;border:2px solid #6e7881}.contact-client-modal__content{max-height:500px;height:100%}.contact-client-modal__content .scrollable-modal-content__content{padding-bottom:30px}.contact-client-modal__form{height:100%}.contact-client-modal__form-field{display:flex;margin-bottom:15px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.contact-client-modal__form-field{flex-direction:column}}.contact-client-modal__form-field-label{width:130px;font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;margin-right:10px;cursor:pointer}@media only print and (max-width: 600px),only screen and (max-width: 600px){.contact-client-modal__form-field-label{padding:5px 0}}.contact-client-modal__form-btn{display:block;margin:auto;margin-top:30px;padding:0 60px}
.alerts-header-cell{padding:10px 5px;font-size:.85em;font-weight:bold}.alerts-header-cell_text-align_left{text-align:left}.alerts-header-cell_text-align_center{text-align:center}.alerts-header-cell_text-align_right{text-align:right}.alerts-header-cell__content{position:relative;display:inline-block;cursor:default;vertical-align:top}.alerts-header-cell__content_sortable{cursor:pointer;padding-right:15px}.alerts-header-cell__content_sortable_active{padding-right:15px}.alerts-header-cell__corner{position:absolute;top:5px;right:0;width:0;height:0}.alerts-header-cell__corner_up{border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #c8d0d8;border-left:5px solid rgba(0,0,0,0)}.alerts-header-cell__corner_down{border-top:5px solid #c8d0d8;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0)}
.paginated-table{padding-bottom:10px}.paginated-table__loader{padding:10px 0}.paginated-table__pagination{padding:10px 0;background-color:#fff}.paginated-table_header-controls_sticky .paginated-table__pagination{position:sticky;top:0}.paginated-table_header-controls_sticky .paginated-table__table th{top:50px}.paginated-table_header-controls_sticky .paginated-table__table_attach_top th{top:0}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.asset-image-wrapper{display:flex;align-items:center;justify-content:center}.asset-image{max-width:inherit;max-height:inherit;animation:fadeIn .2s}.asset-image_loaded{cursor:pointer}
.outside-click{width:100%}
.dropdown-menu{position:relative;display:inline-block}.dropdown-menu__content{position:absolute;z-index:1;top:100%;right:60%;display:flex;visibility:hidden;align-items:stretch;flex-direction:column;transition:.2s ease-in-out;transform:scale(0);transform:translateX(50%) scale(0);transform-origin:50% -10%;opacity:0;border:1px solid #c8d0d8;border-radius:3px;background-color:#fff;box-shadow:2px 2px 5px 0px rgba(0,0,0,.4)}.dropdown-menu__content-animation-enter-active,.dropdown-menu__content-animation-enter-done{visibility:visible;transform:translateX(50%) scale(1);opacity:1}
.alerts-row{display:flex;padding:10px 10px;align-items:center;font-size:14px;text-align:left;text-decoration:none;color:inherit}.alerts-row:not(:last-child){border-bottom:1px solid #d2dae2}@media only print and (max-width: 480px),only screen and (max-width: 480px){.alerts-row{flex-direction:column;justify-content:center;height:auto;padding:10px}}.alerts-row__icon{font-size:18px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.alerts-row__content{text-align:center}}.alerts-row:not(:first-child){border-top:0}.alerts-row__image-container{flex-basis:141px}.alerts-row__image{max-width:121px;height:80px;max-height:80px;margin:0 auto}.alerts-row__image_artist{max-width:80px;margin:auto;filter:grayscale(100%)}.alerts-row__image_artist .asset-image{width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover}.alerts-row__image_pure .asset-image{cursor:default}@media only print and (max-width: 480px),only screen and (max-width: 480px){.alerts-row__image{max-width:100%;max-height:141px;height:auto}.alerts-row__image_artist{width:100%;max-width:141px}.alerts-row__image_artist .asset-image{width:100%;max-width:141px;height:141px}}.alerts-row__type,.alerts-row__title{font-size:16px;font-weight:600;line-height:22px}.alerts-row__type{color:#004add}.alerts-row__title{margin-bottom:5px;cursor:pointer;text-decoration:underline;color:#010101}.alerts-row__title_pure{cursor:default}.alerts-row__title:hover{text-decoration:none}.alerts-row__text{line-height:24px;word-break:break-word}.alerts-row__content{padding:0 5px;flex:1}.alerts-row__updated,.alerts-row__clients{max-width:170px;width:100%;padding:0 5px;color:#010101;font-weight:bold}.alerts-row__button{max-width:220px;width:100%;padding:0 5px;text-align:right}.alerts-row__details{max-width:40px;width:100%;text-align:center}.alerts-row__details-button{color:#c8d0d8}.alerts-row__details-button:hover{color:#6e767e}.alerts-row__details-button_active,.alerts-row__details-button_active:hover{color:#000}.alerts-row__action{display:block;padding:10px 15px;width:100%;cursor:pointer;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.alerts-row__action:hover{background-color:#f3f4f5}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.alerts-row__button,.alerts-row__details{display:none}}@media only print and (max-width: 900px),only screen and (max-width: 900px){.alerts-row{border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);margin-bottom:12px}.alerts-row__updated,.alerts-row__clients{display:none}.alerts-row__image{border-radius:3px}}
.range-picker-input{display:flex;align-items:center;width:100%;height:35px;padding:0 5px 0 0;transition-duration:.3s}.range-picker-input:hover,.range-picker-input:active,.range-picker-input:focus.focus-visible{cursor:pointer}.range-picker-input_disabled,.range-picker-input_disabled:hover{cursor:initial}.range-picker-input_active{border-color:#c8d0d8}.range-picker-input__label{padding-right:5px;color:#333;font-size:14px}.range-picker-input__input-container{display:flex;align-items:center;width:100%}.range-picker-input__input-sign{padding:0 2px 0 0;text-align:right;color:#333;font-size:14px}.range-picker-input__input{width:100%;text-overflow:ellipsis;border:0}.range-picker-input__input:focus.focus-visible,.range-picker-input__input:active{border:0;outline:none}.range-picker-input__input:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff;-webkit-text-fill-color:#0f206e}.range-picker-input__input:disabled{color:#c8d0d8;background:rgba(0,0,0,0)}.range-picker-input input[type=number]::-webkit-inner-spin-button,.range-picker-input input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.range-picker{display:flex;align-items:center;font-size:14px;height:35px;transition:all .3s ease}@media only print and (max-width: 600px),only screen and (max-width: 600px){.range-picker{flex-direction:column;align-items:flex-start;height:auto}}.range-picker__label{width:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.range-picker__label{padding-left:5px;color:#6e767e}}.range-picker__to-label{padding:0 10px}.range-picker_disabled{color:#6e767e}.range-picker_disabled .range-picker-input,.range-picker_disabled .range-picker-input__input{cursor:not-allowed}.range-picker_disabled .range-picker__text-input-container:hover{border-color:#ccc}.range-picker_invalid{border-color:#ff2652}.range-picker_invalid .range-picker__content{border-color:#ff2652}.range-picker_invalid .range-picker__content:hover{border-color:#ff2652}.range-picker_invalid .range-picker__text-input-container_first,.range-picker_invalid .range-picker__text-input-container_second{border-color:#ff2652}.range-picker_invalid .range-picker__text-input-container_first:hover,.range-picker_invalid .range-picker__text-input-container_second:hover{border-color:#ff2652}.range-picker__text-input{border:none}.range-picker__content{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 120px);padding:0 5px;transition-duration:.3s}@media only print and (max-width: 600px),only screen and (max-width: 600px){.range-picker__content{width:100%;color:#333}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.range-picker{flex-direction:column}}.range-picker__text-input-container_first{border-bottom:1px solid #ccc;margin-right:10px}@media only print and (max-width: 500px),only screen and (max-width: 500px){.range-picker__text-input-container_first{width:100%}}.range-picker__text-input-container_first:hover{border-color:#333}.range-picker__text-input-container_second{border-bottom:1px solid #ccc;margin-left:10px}@media only print and (max-width: 500px),only screen and (max-width: 500px){.range-picker__text-input-container_second{width:100%}}.range-picker__text-input-container_second:hover{border-color:#333}.range-picker__invalid-label{color:#ff2652;overflow:hidden;max-height:0;margin-top:0;font-size:12px;transition-duration:.5s;padding-left:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.range-picker__invalid-label{padding-left:10px}}.range-picker__invalid-label_visible{margin:7px 0 5px 0;max-height:20px}
.manage-alerts-modal{max-width:600px;text-align:left}.manage-alerts-modal__description{margin-bottom:20px;color:#333}.manage-alerts-modal__content{padding:30px 30px 15px 30px}.manage-alerts-modal__form{height:100%}.manage-alerts-modal__range-picker-input{margin-bottom:10px}.manage-alerts-modal__range-picker-input .range-picker{justify-content:center}
.alerts-section{text-align:left;margin-bottom:20px}.alerts-section__table-header{display:flex;padding:0 10px;border-bottom:1px solid #c8d0d8}@media only print and (max-width: 900px),only screen and (max-width: 900px){.alerts-section__table-header{display:none}}.alerts-section__empty{font-size:16px;padding:10px 20px}.alerts-section__table-header-col_image{width:141px}.alerts-section__table-header-col_type{flex-grow:1}.alerts-section__table-header-col_client,.alerts-section__table-header-col_updated{width:170px}.alerts-section__table-header-col_action{width:220px}.alerts-section__table-header-col_details{width:40px}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.alerts-section__table-header-col_action,.alerts-section__table-header-col_details{display:none}}.alerts-section__empty-results{margin:20px 0;font-size:16px}.alerts-section__empty-results-link{padding-top:10px;cursor:pointer;color:#333;font-weight:bold}.alerts-section__empty-results-link:hover{color:#000}.alerts-section__show-more{width:100%}.alerts-section__line{height:1px;border:none;margin:0;background-color:#c8d0d8}.alerts-section__contact-client-modal{background-color:rgba(251,254,255,.63)}.alerts-section__header-action{display:flex;align-items:center;font-size:14px;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);padding:3px}.alerts-section__header-action:hover{border-bottom:2px solid #333}.alerts-section__header-action-icon{width:20px}.alerts-section .collapse-section__header-titles{width:auto}@media only print and (max-width: 500px),only screen and (max-width: 500px){.alerts-section .collapse-section__header{flex-direction:column}}
.search-input{position:relative;height:28px}.search-input__field{width:100%;height:100%;padding:0 30px;transition:border .2s ease;border:none;border-bottom:1px solid #c8d0d8;font-size:15px}.search-input__field:disabled{cursor:not-allowed}.search-input__field:disabled::-moz-placeholder{color:rgba(200,208,216,.5803921569)}.search-input__field:disabled::placeholder{color:rgba(200,208,216,.5803921569)}.search-input__field:focus.focus-visible{border-bottom-color:#6e767e;outline:none}.search-input__field:focus.focus-visible~.search-input__icon-container .search-input__icon{color:#000}.search-input__icon-container{position:absolute;top:0;left:0;display:flex;justify-content:center;width:30px;height:100%;pointer-events:none}.search-input__icon{align-self:center;color:#c8d0d8;font-size:12px}.search-input__clear-button{position:relative;display:inline-block;box-sizing:border-box;width:15px;height:15px;cursor:pointer;color:#000;line-height:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.search-input__clear-button::before,.search-input__clear-button::after{position:absolute;top:50%;left:50%;display:block;width:15px;height:2px;margin-left:-7.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#000}.search-input__clear-button::after{transform:rotate(45deg)}.search-input__clear-button:hover::before,.search-input__clear-button:hover::after,.search-input__clear-button:focus.focus-visible::before,.search-input__clear-button:focus.focus-visible::after{background-color:#333}.search-input__clear-button:disabled::before,.search-input__clear-button:disabled::after{background-color:#ccc}.search-input__clear-button:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.search-input_filled .search-input__field{border-bottom-color:#6e767e;outline:none}.search-input_filled .search-input__icon{color:#000}
.mediums-checkbox-group__checkbox{float:left;width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.mediums-checkbox-group__checkbox{width:100%}}.mediums-checkbox-group__checkbox .checkbox{width:100%}.mediums-checkbox-group__checkbox .checkbox__icon-container{border-color:#004add}.mediums-checkbox-group__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.mediums-checkbox-group__checkbox .checkbox__label{margin-left:15px;padding-right:5px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}
.multiselect-dropdown-list{box-sizing:border-box;width:100%;border:1px solid #c8d0d8;border-radius:3px;background-color:#fff;box-shadow:4px 4px 6px 0 rgba(0,24,55,.06)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.multiselect-dropdown-list__items{min-height:100px}}.multiselect-dropdown-list__not-found-item{padding:26px 32px;cursor:default}.multiselect-dropdown-list__not-found-item:hover{background-color:rgba(0,0,0,0)}.multiselect-dropdown-list__scroll-track{position:absolute;top:0;right:2px;bottom:2px;display:none;height:210px;padding-left:2px;border-left:1px solid #e7e7e7;border-radius:3px;background:linear-gradient(90deg, #f8f8f8 0%, #fafafa 50.51%, #fafafa 100%)}.multiselect-dropdown-list__scroll-track_visible{display:block}.multiselect-dropdown-list__scroll-thumb{position:relative;display:block;width:100%;cursor:pointer;transform:translateY(21.4153px);border-radius:4px;background-color:#6e7881}
.multiselect-dropdown__input{font-size:14px;color:#333}.multiselect-dropdown__input:hover{border-bottom-color:#333}.multiselect-dropdown__input_invalid{border-bottom-color:#ff2652 !important}.multiselect-dropdown_disabled{color:#c8d0d8}.multiselect-dropdown_disabled .multiselect-dropdown__inner:hover{border-bottom-color:#c8d0d8}.multiselect-dropdown_disabled .multiselect-dropdown__label{border-bottom-color:#c8d0d8}.multiselect-dropdown_disabled .multiselect-dropdown__input{color:#c8d0d8}.multiselect-dropdown_disabled .multiselect-dropdown__input:hover{border-bottom-color:#c8d0d8}.multiselect-dropdown_disabled .multiselect-dropdown__arrow{border-color:#c8d0d8}
.alerts-filters{font-size:15px}.alerts-filters__main{display:flex}@media only print and (max-width: 1100px),only screen and (max-width: 1100px){.alerts-filters__main{flex-direction:column}}.alerts-filters__main-col{width:50%;padding:20px;padding-top:0}@media only print and (max-width: 1100px),only screen and (max-width: 1100px){.alerts-filters__main-col{width:100%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.alerts-filters__main-col{padding:20px 0}}.alerts-filters__row{display:flex;padding:10px 0}.alerts-filters__col{flex-grow:1}.alerts-filters__col_label{flex-grow:0;flex-shrink:0;width:130px}.alerts-filters__search-input{width:100%}.alerts-filters__range{width:100%}.alerts-filters__range .range-picker__content{padding:0}.alerts-filters__range .range-picker__text-input-container{flex-grow:1}.alerts-filters__range .range-picker__to-label{padding:0 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.alerts-filters__range .datepicker{height:inherit}}.alerts-filters__range .datepicker-input{width:100%;border-bottom:0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.alerts-filters__range_date .range-picker__content{align-items:flex-start;flex-direction:column}.alerts-filters__range_date .range-picker__text-input-container_first,.alerts-filters__range_date .range-picker__text-input-container_second{width:100%;margin:0}.alerts-filters__range_date .range-picker__to-label{padding:10px}}.alerts-filters__dropdown .multiselect-dropdown__label{display:none}.alerts-filters__dropdown .multiselect-dropdown__value{font-size:15px;color:#000}.alerts-filters__dropdown .multiselect-dropdown__input{padding-left:0}.alerts-filters__checkbox,.alerts-filters .mediums-checkbox-group__checkbox{float:left;width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.alerts-filters__checkbox,.alerts-filters .mediums-checkbox-group__checkbox{width:100%}}.alerts-filters__checkbox .checkbox,.alerts-filters .mediums-checkbox-group__checkbox .checkbox{width:100%}.alerts-filters__checkbox .checkbox__icon-container,.alerts-filters .mediums-checkbox-group__checkbox .checkbox__icon-container{border-color:#004add}.alerts-filters__checkbox .checkbox__icon-container_active,.alerts-filters .mediums-checkbox-group__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.alerts-filters__checkbox .checkbox__label,.alerts-filters .mediums-checkbox-group__checkbox .checkbox__label{margin-left:15px;padding-right:5px;font-size:inherit}.alerts-filters__btns{display:flex;justify-content:flex-end}@media only print and (max-width: 450px),only screen and (max-width: 450px){.alerts-filters__btns{flex-direction:column}}.alerts-filters__btn{min-width:110px}@media only print and (max-width: 450px),only screen and (max-width: 450px){.alerts-filters__btn{width:100%}}.alerts-filters__btn_offset_right{margin-right:15px}@media only print and (max-width: 450px),only screen and (max-width: 450px){.alerts-filters__btn_offset_right{width:100%;margin-right:0}}
.advisor-alerts{text-align:center;padding-top:40px;max-width:1400px;margin:0 auto}.advisor-alerts__content{max-width:1400px;margin:0 auto;padding-top:40px}.advisor-alerts__table{padding-top:20px}.advisor-alerts__empty-results{margin:20px 0;text-align:left;font-size:16px}.advisor-alerts__empty-results-link{padding-top:10px;cursor:pointer;color:#333;font-weight:bold}.advisor-alerts__empty-results-link:hover{color:#000}.advisor-alerts__filters-section{text-align:left}
.table-header__row{border-bottom:1px solid #c8d0d8}.table-header th:first-child{padding-left:20px}.table-header th:last-child{padding-right:20px}
.table-header-cell{padding:10px 5px;vertical-align:top;font-size:.85em;font-weight:bold}.table-header-cell:focus.focus-visible{border-radius:5px 5px 0 0;background-color:#f3f4f5}.table-header-cell:focus:not(.focus-visible){outline:none}.table-header-cell_text-align_left{text-align:left}.table-header-cell_text-align_center{text-align:center}.table-header-cell_text-align_right{text-align:right}.table-header-cell__content{position:relative;display:inline-block;cursor:default;vertical-align:top}.table-header-cell__content_sortable{cursor:pointer}.table-header-cell__content_sortable_active{padding-right:15px}.table-header-cell__hidden-label{display:none}.table-header-cell__corner{position:absolute;top:5px;right:0;width:0;height:0}.table-header-cell__corner_up{border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #c8d0d8;border-left:5px solid rgba(0,0,0,0)}.table-header-cell__corner_down{border-top:5px solid #c8d0d8;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0)}
.table-row{transition:.2s ease;border-bottom:1px solid #d2dae2;color:#333}.table-row:hover{background-color:#f3f4f5}.table-row td:first-child{padding-left:20px}.table-row td:last-child{padding-right:20px}
.focusable-table-row{transition:.2s ease;border-bottom:1px solid #d2dae2;color:#333}.focusable-table-row:hover,.focusable-table-row_focused{outline:none;background-color:#f3f4f5}.focusable-table-row td:first-child{padding-left:20px}.focusable-table-row td:last-child{padding-right:20px}
.table-row-cell{height:55px;padding:10px 5px;vertical-align:middle;word-break:break-word}.table-row-cell_text-align_left{text-align:left}.table-row-cell_text-align_center{text-align:center}.table-row-cell_text-align_right{text-align:right}
.linkable-table-row-cell{padding:0}.linkable-table-row-cell__link{display:flex;align-items:center;height:100%;padding:10px 5px;text-decoration:none;color:inherit}.linkable-table-row-cell__link:active{color:inherit}.linkable-table-row-cell__link:focus.focus-visible{outline:none}.linkable-table-row-cell.table-row-cell_text-align_left .linkable-table-row-cell__link{justify-content:flex-start}.linkable-table-row-cell.table-row-cell_text-align_center .linkable-table-row-cell__link{justify-content:center}.linkable-table-row-cell.table-row-cell_text-align_right .linkable-table-row-cell__link{justify-content:flex-end}
.mobile-table-row{border:1px solid rgba(0,0,0,0);border-radius:3px}.mobile-table-row__content{width:100%;margin-bottom:20px;padding:15px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}@media only print and (max-width: 500px),only screen and (max-width: 500px){.mobile-table-row__content{padding:10px}}
.mobile-table-row-item{display:flex;width:100%;padding:3px 0}.mobile-table-row-item__title{flex-shrink:0;width:165px;font-weight:600}@media only print and (max-width: 600px),only screen and (max-width: 600px){.mobile-table-row-item__title{width:100px}}.mobile-table-row-item__value{overflow:hidden;flex-grow:1;padding-bottom:1px;white-space:nowrap;text-overflow:ellipsis}
.table_header_sticky th::after{position:absolute;left:0;display:block;width:100%;height:1px;content:"";background-color:#c8d0d8}.table{width:100%}.table_header_sticky th{position:relative;position:sticky;z-index:2;top:0;background-color:#fff}.table_header_sticky th::after{bottom:-1px}
.alerts-table-row{font-size:14px}.alerts-table-row__image{max-width:121px;height:80px;max-height:80px}.alerts-table-row__image_artist{max-width:80px;margin:auto;filter:grayscale(100%)}.alerts-table-row__image_artist .asset-image{width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover}.alerts-table-row__button{color:#c8d0d8}.alerts-table-row__button:hover{color:#6e767e}.alerts-table-row__button_active,.alerts-table-row__button_active:hover{color:#000}.alerts-table-row__icon{font-size:18px}.alerts-table-row__action{display:block;width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.alerts-table-row__action:hover{background-color:#f3f4f5}.alerts-table-row__type,.alerts-table-row__title{font-size:16px;font-weight:600;line-height:22px}.alerts-table-row__type{color:#6e767e}.alerts-table-row__title{margin-bottom:5px;cursor:pointer;text-decoration:underline;color:#010101}.alerts-table-row__title:hover{text-decoration:none}.alerts-table-row__text{line-height:24px}.alerts-table-row__link-button-container{min-width:200px}.alerts-table-row__link-button{font-size:14px}.alerts-table-row__result-button{white-space:nowrap}
.alerts-mobile-table-row{display:flex;align-items:center;min-height:140px;margin-bottom:12px;padding:10px 30px 10px 0;text-align:left;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 480px),only screen and (max-width: 480px){.alerts-mobile-table-row{flex-direction:column;justify-content:center;height:auto;padding:10px}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.alerts-mobile-table-row__content{text-align:center}}.alerts-mobile-table-row:not(:first-child){border-top:0}.alerts-mobile-table-row__image-container{padding:0 30px 0 30px}.alerts-mobile-table-row__image{overflow:hidden;width:130px;max-width:130px;max-height:100px;border-radius:3px}.alerts-mobile-table-row__image_artist{filter:grayscale(100%)}.alerts-mobile-table-row__image_artist .asset-image{max-width:100px;width:100%;height:100px;border-radius:100%;-o-object-fit:cover;object-fit:cover}@media only print and (max-width: 480px),only screen and (max-width: 480px){.alerts-mobile-table-row__image{max-width:100%;max-height:150px}.alerts-mobile-table-row__image_artist{width:100%;max-width:150px}.alerts-mobile-table-row__image_artist .asset-image{width:100%;max-width:150px;height:150px}}.alerts-mobile-table-row__type,.alerts-mobile-table-row__title{font-size:16px;font-weight:600;line-height:22px}.alerts-mobile-table-row__type{color:#6e767e}.alerts-mobile-table-row__title{margin-bottom:5px;color:#010101}.alerts-mobile-table-row__text{line-height:24px}.alerts-mobile-table-row__action{flex-shrink:0}
.pagination__btn,.pagination__break,.pagination__item{min-width:30px;height:30px;cursor:pointer;text-align:center;line-height:30px}.pagination__btn-link,.pagination__item-link{display:inline-block;width:100%;height:100%;padding:0px 3px;outline:none}.pagination__btn-link:focus.focus-visible,.pagination__item-link:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.pagination{display:flex}.pagination__arrow{display:inline-block;padding:4px;border:solid #838383;border-width:0 2px 2px 0}.pagination__arrow_left{transform:rotate(135deg)}.pagination__arrow_right{transform:rotate(-45deg)}.pagination__item{margin:0 5px;border:1px solid rgba(0,0,0,0)}.pagination__item_active{color:#fff;border-radius:3px;background-color:#004add;font-weight:bold}.pagination__btn_disabled{cursor:default;opacity:.5}
.collection-display-view-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 0px}.collection-display-view-button__button-view{display:flex;flex-direction:row-reverse;height:35px;width:35px;align-items:center;justify-content:center}.collection-display-view-button__button-view_active{color:#004add}.collection-display-view-button__button-view-icon{font-size:20px;line-height:20px}.collection-display-view-button__portal{z-index:2}.collection-display-view-button__select-all-items{padding:12px 0px 15px 12px;width:auto}.collection-display-view-button__select-all-items .checkbox__icon-container{width:25px;height:24px}.collection-display-view-button__view-btn-right-position{justify-content:end;align-items:center}.collection-display-view-button__table-view-buttons{display:flex}.collection-display-view-button__buttons-divider{border-left:1px solid #c8d0d8;margin:0 10px}.collection-display-view-button__dropdown{position:absolute;z-index:3}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-display-view-button{padding-left:0}}.image-add-button__label{font-size:17px;line-height:17px}.image-add-button__icon{padding:0}
.desktop-paginated-table{padding-bottom:100px}@media print{.desktop-paginated-table{padding:20px 0 0 0}}.desktop-paginated-table__loader{padding:10px 0}.desktop-paginated-table__pagination{padding:10px 0;z-index:1;background-color:#fff}@media print{.desktop-paginated-table__pagination{display:none}}.desktop-paginated-table_header-controls_sticky .desktop-paginated-table__pagination{position:sticky;top:0;z-index:2}.desktop-paginated-table_header-controls_sticky .desktop-paginated-table__table th{top:50px}.desktop-paginated-table_header-controls_sticky .desktop-paginated-table__table_attach_top th{top:0}.desktop-paginated-table__pagination-and-table-view{display:flex;justify-content:space-between}.desktop-paginated-table__pagination-and-table-view-aligned-right{display:flex;justify-content:flex-end}
.gallery-collection-table-item-actions__action{width:100%;white-space:nowrap;-moz-text-align-last:left;text-align-last:left;text-decoration:none;padding:10px 14px;transition:.2s ease;font-size:14px}.gallery-collection-table-item-actions__action:hover{background-color:#f3f4f5}.gallery-collection-table-item-actions__button{margin-top:10px}.gallery-collection-table-item-actions__button span{font-size:18px;color:#c8d0d8}.gallery-collection-table-item-actions__button span:hover{color:#010101}.gallery-collection-table-item-actions__button_active span{color:#010101}
.gallery-collection-table-item-mobile-actions{position:relative;display:flex;width:100%;justify-content:space-around;margin-bottom:20px}.gallery-collection-table-item-mobile-actions__button{color:#010101}.gallery-collection-table-item-mobile-actions__button:hover{color:#004add}.gallery-collection-table-item-mobile-actions__button-icon{width:20px;text-align:left}
.gallery-table-card{max-width:330px;width:100%;padding:15px}@media only print and (max-width: 508px),only screen and (max-width: 508px){.gallery-table-card{padding:25px}}.gallery-table-card:hover{cursor:pointer;transition:.2s ease-in;background-color:#f3f4f5}.gallery-table-card__wrapper{display:flex;justify-content:space-between;padding:0}.gallery-table-card__info{width:100%}.gallery-table-card__artist-info{margin-top:12px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.gallery-table-card__artist-info{margin-top:5px}}.gallery-table-card__dimensions-info{margin-top:20px}.gallery-table-card__title-and-year-info{margin-top:7px}.gallery-table-card__artist{font-size:16px}.gallery-table-card__title,.gallery-table-card__date{font-size:16px}.gallery-table-card__artist{font-weight:bold}.gallery-table-card__title{font-style:italic}.gallery-table-card__image{padding:20px 0;height:280px}@media only print and (max-width: 508px),only screen and (max-width: 508px){.gallery-table-card__image{height:auto}}.gallery-table-card__location-info{margin-top:20px}.gallery-table-card .asset-image{max-width:100%;max-height:240px}@media only print and (max-width: 508px),only screen and (max-width: 508px){.gallery-table-card .asset-image{width:100%;max-height:initial}}
.save-work-button__star{width:25px;height:24px;padding:3px;font-size:18px;opacity:0;transition:all .2s ease;color:#9b9b9b}.save-work-button__star_active{width:25px;height:24px;padding:3px;font-size:18px;cursor:pointer;transition:all .2s ease}.save-work-button__star_hidden{display:none}.save-work-button__star-border{opacity:0;transition:all .2s ease;position:absolute;font-size:21px;top:11px;left:11px;color:#666d75}.save-work-button__star-border_hidden{display:none}.save-work-button__star-container{position:absolute;top:0;left:180px;padding:10px}.save-work-button__star-container:focus:not(.focus-visible){outline:none}.save-work-button__spinner{display:inline-block;visibility:visible;max-width:100px;margin-left:5px;margin-top:2px;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;opacity:1;font-size:15px;color:#9b9b9b}
.select-hoc{position:relative;box-sizing:border-box;transition:all .5s ease;border:2px solid rgba(0,0,0,0)}.select-hoc:hover,.select-hoc_focused{z-index:1;transform:scale(1.03);border:2px solid #afafaf;outline:none;background-color:#fff}.select-hoc:hover .select-hoc__checkbox,.select-hoc_focused .select-hoc__checkbox{opacity:1}.select-hoc:hover .save-work-button__star-border,.select-hoc_focused .save-work-button__star-border{opacity:1;cursor:pointer}.select-hoc:hover .select-hoc__button,.select-hoc_focused .select-hoc__button{opacity:1}.select-hoc:hover .select-hoc__children-container,.select-hoc_focused .select-hoc__children-container{filter:blur(1px)}.select-hoc_selected{background-color:#f3f4f5}.select-hoc_selected .select-hoc__checkbox{opacity:1}.select-hoc_saved .save-work-button__star{opacity:1}.select-hoc__checkbox{box-sizing:border-box;width:25px;height:24px;padding:3px;font-size:14px;cursor:pointer;transition:all .2s ease;opacity:0;color:rgba(0,0,0,0);border:2px solid #004add;border-radius:2px;background-color:#fff}.select-hoc__checkbox_active{color:#fff;background-color:#004add}.select-hoc__icon-container{position:absolute;top:0;left:0;padding:10px}.select-hoc__icon-container:focus:not(.focus-visible){outline:none}.select-hoc:hover .select-hoc__checkbox,.select-hoc:focus.focus-visible .select-hoc__checkbox{display:block}.select-hoc__button{position:absolute;bottom:40%;left:50%;transition:all .2s ease;transform:translateX(-50%);opacity:0}.select-hoc.gallery-collection-table-item:hover .gallery-collection-table-item__remove-from-list-button{opacity:1;transition:all .2s ease}
.gallery-collection-table-item{position:relative;max-width:330px;width:100%}.gallery-collection-table-item:hover{cursor:pointer}@media only print and (max-width: 992px),only screen and (max-width: 992px){.gallery-collection-table-item__card{padding:20px 15px 60px 15px}}.gallery-collection-table-item__card:hover{background-color:initial}.gallery-collection-table-item__select-asset-checkbox{position:absolute;top:5px;left:5px;transform:translate(5px, 5px)}.gallery-collection-table-item__actions{right:0;top:0;left:auto;bottom:auto;transform:unset}.gallery-collection-table-item__actions .gallery-collection-table-item-actions__button{margin:0;padding:10px 15px}.gallery-collection-table-item__actions_mobile{bottom:0;left:0;top:auto;padding:0 10px}.gallery-collection-table-item__remove-from-list-button{position:absolute;top:11px;right:15px;padding:0;opacity:0;transition:all .2s ease}.gallery-collection-table-item__remove-from-list-button span{position:relative;display:inline-block;box-sizing:border-box;width:20px;height:20px;cursor:pointer;color:#6e767e;line-height:20px}.gallery-collection-table-item__remove-from-list-button span::before,.gallery-collection-table-item__remove-from-list-button span::after{position:absolute;top:50%;left:50%;display:block;width:20px;height:1px;margin-left:-10px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#6e767e}.gallery-collection-table-item__remove-from-list-button span::after{transform:rotate(45deg)}.gallery-collection-table-item__remove-from-list-button span:hover::before,.gallery-collection-table-item__remove-from-list-button span:hover::after,.gallery-collection-table-item__remove-from-list-button span:focus.focus-visible::before,.gallery-collection-table-item__remove-from-list-button span:focus.focus-visible::after{background-color:#333}.gallery-collection-table-item__remove-from-list-button span:disabled::before,.gallery-collection-table-item__remove-from-list-button span:disabled::after{background-color:#ccc}.gallery-collection-table-item .select-hoc__icon-container{padding:10px 15px}
.gallery-desktop-table-skeleton{display:flex;flex-direction:column;max-width:338px;padding:15px 10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0 0 3px 0px rgba(206,206,206,.5);text-decoration:none;color:inherit;position:relative}.gallery-desktop-table-skeleton__image-container{width:270px;height:200px;margin:0 auto;border-radius:5px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.gallery-desktop-table-skeleton__artist,.gallery-desktop-table-skeleton__title,.gallery-desktop-table-skeleton__medium,.gallery-desktop-table-skeleton__dimensions{padding:10px 0;border-radius:4px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.gallery-desktop-table-skeleton__artist{width:150px;margin-top:12px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.gallery-desktop-table-skeleton__artist{margin-top:5px}}.gallery-desktop-table-skeleton__title{width:170px;margin-top:7px}.gallery-desktop-table-skeleton__medium{width:80px;margin-top:20px}.gallery-desktop-table-skeleton__dimensions{width:110px;margin-top:20px}.gallery-desktop-table-skeleton__select-asset{position:absolute;top:10px;left:10px;width:20px;height:20px;border-radius:3px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.gallery-desktop-table-skeleton__inner-content{display:flex;flex-direction:column}.gallery-desktop-table-skeleton__top{padding:20px 0;height:280px;display:flex;align-items:center}.gallery-desktop-table-skeleton__action-buttons{display:flex;justify-content:space-evenly;margin-top:30px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.gallery-desktop-table-skeleton__action-buttons{flex-direction:column;gap:10px}}.gallery-desktop-table-skeleton__button{padding:20px 70px;border-radius:3px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.gallery-desktop-table-skeleton{max-width:100%;display:flex}}
.gallery-collection-table{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));justify-items:center;-moz-column-gap:15px;column-gap:15px;row-gap:15px}.gallery-collection-table__select-all-items{padding:12px 0px 15px 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-collection-table{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));-moz-column-gap:10px;column-gap:10px;row-gap:10px}}
.mobile-paginated-table__skeleton{margin-bottom:50px}

.paginated-table{padding-bottom:10px}.paginated-table__loader{padding:10px 0}.paginated-table__pagination{padding:10px 0;background-color:#fff}.paginated-table_header-controls_sticky .paginated-table__pagination{position:sticky;top:0}.paginated-table_header-controls_sticky .paginated-table__table th{top:50px}.paginated-table_header-controls_sticky .paginated-table__table_attach_top th{top:0}
.client-alerts__filters-section{text-align:left}.client-alerts__table{padding:20px 0}.client-alerts__header{padding:10px 0;border-bottom:2px solid #c8d0d8;display:flex;justify-content:space-between;font-size:26px;line-height:32px;align-items:flex-end}.client-alerts__header-caption{text-align:left}.client-alerts__header-actions{display:flex;flex-direction:column;font-size:14px;line-height:18px;min-width:125px}.client-alerts__header-actions-item{display:flex;align-items:center;margin-top:5px;border-bottom:2px solid rgba(0,0,0,0);padding:3px;cursor:pointer}.client-alerts__header-actions-item:hover{border-bottom:2px solid #333}.client-alerts__header-actions-item_disabled,.client-alerts__header-actions-item_disabled:hover{border-bottom:2px solid rgba(0,0,0,0);color:#c8d0d8;text-decoration:none;cursor:default}.client-alerts__header-actions-item-icon{width:25px}.client-alerts__empty-results{margin:20px 0;text-align:left;font-size:16px}.client-alerts__empty-results-link{padding-top:10px;cursor:pointer;color:#333;font-weight:bold}.client-alerts__empty-results-link:hover{color:#000}
.pricing-block__field:not(:last-child){margin-bottom:15px}.pricing-block__field_indent{margin-top:70px}
.information-block{animation:fadeIn .5s ease}.information-block__caption{padding:12px 5px;border-bottom:2px solid #e4e8ec;font-weight:600}.information-block__content{padding:30px 5px 0 5px}
.add-appraisal-modal__field:not(:last-child){margin-bottom:15px}.add-appraisal-modal__field:last-child{margin-bottom:5px}.add-appraisal-modal__field_indent{margin-top:70px}.add-appraisal-modal__value-field .text-field,.add-appraisal-modal__source-field .text-field{margin-bottom:0}
.appraisal-block-item{position:relative;display:flex;flex-direction:column}.appraisal-block-item__card{position:relative;margin-bottom:40px;padding:30px 30px 15px 30px;border:1px solid #c8d0d8;border-radius:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.appraisal-block-item__card{width:100%;padding:15px 15px 8px 15px}}.appraisal-block-item__edit{position:absolute;top:10px;right:10px}.appraisal-block-item__edit-btn:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.appraisal-block-item__card-row{display:flex;align-items:center;margin-bottom:15px}.appraisal-block-item__card-row:last-child{margin-bottom:30px}.appraisal-block-item__delete-tooltip{width:100%}.appraisal-block-item__row-title{flex-basis:90px;flex-shrink:0;font-weight:500}.appraisal-block-item__field-value{word-break:break-word;white-space:pre-wrap;font-size:14px;font-weight:600}.appraisal-block-item__card-remove{width:100%;font-size:14px}.appraisal-block-item__card-add{align-self:flex-start;font-size:14px}.appraisal-block-item__content{height:655px;max-height:500px}
.appraisal-block__field:not(:last-child){margin-bottom:15px}.appraisal-block__field_indent{margin-top:70px}
.media-upload-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding:10px 10px 10px 20px;border:1px solid #c8d0d8;border-radius:3px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.media-upload-item{flex-direction:column;padding:5px 5px 10px 5px}}.media-upload-item__content{padding:10px 20px 10px 20px}.media-upload-item__image{max-height:100px;max-width:100%}.media-upload-item__name{display:block;margin-top:5px;transition-duration:.3s;text-decoration:none;color:inherit}.media-upload-item__name_link:hover{color:#004add}.media-upload-item__remove{font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.media-upload-item__remove{width:90%;margin-top:10px}}
.media-uploads{display:flex}.media-uploads__drop-area{margin-right:22px}.media-uploads__drop-area-container{display:flex;align-items:center;margin-bottom:20px}.media-uploads__label{margin-right:20px}.media-uploads__area-label{padding:11px 0}.media-uploads__name-input{padding:5px;transition-duration:.3s;border:none;border-bottom:1px solid #c8d0d8;font-size:16px;font-weight:600}@media only print and (max-width: 600px),only screen and (max-width: 600px){.media-uploads__name-input{margin-top:10px}}.media-uploads__name-input:focus.focus-visible{border-color:gray;outline:none}.media-uploads__name-input:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff}.media-uploads__button{font-size:14px}
.media-upload-group__label{display:flex;align-items:center}
.title-image-block__field:not(:last-child){margin-bottom:15px}.title-image-block__field_indent{margin-top:70px}
.media-file-upload-item{position:relative;margin-bottom:40px;padding:30px 30px 15px 30px;border:1px solid #c8d0d8;border-radius:3px;flex-direction:column}@media only print and (max-width: 600px),only screen and (max-width: 600px){.media-file-upload-item{flex-direction:column;padding:10px 15px}}.media-file-upload-item__content{display:flex;padding:15px 20px 15px 0px;align-items:center;width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.media-file-upload-item__content{flex-direction:column}}.media-file-upload-item__image{max-height:100px;max-width:100%}.media-file-upload-item__name{display:block;transition-duration:.3s;text-decoration:none;color:inherit}.media-file-upload-item__name_link:hover{color:#004add}.media-file-upload-item__remove{font-size:14px}.media-file-upload-item__preview{max-width:180px;width:100%;padding:10px 0;text-align:center}.media-file-upload-item__info{width:100%}.media-file-upload-item__info-item{display:flex;margin-bottom:5px;margin-left:20px}.media-file-upload-item__info-label{flex-shrink:0;width:80px}.media-file-upload-item__info-value{font-weight:bold}
.dropzone{width:100%;height:100%;transition-duration:.4s;border:2px dashed rgba(0,0,0,0);border-radius:3px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.dropzone{min-height:100px}}.dropzone_drag-over,.dropzone_focused{border:2px dashed #c8d0d8}.dropzone_has-document{border:1px solid #c8d0d8}.dropzone_has-document:hover{border-color:#333}.dropzone_has-document-without-image{height:52px}.dropzone_has-document-with-image{height:auto}.dropzone__preview{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:10px 20px}.dropzone__drop-area-container{position:relative;display:flex;flex-grow:1;width:100%;height:100%;cursor:pointer}.dropzone__drop-area-caption{width:100%;text-align:center;color:#6e767e;font-size:2em}@media only print and (max-width: 768px),only screen and (max-width: 768px){.dropzone__drop-area-caption{font-size:1em}}.dropzone__drop-area{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;height:100%;outline:0}.dropzone__close-icon{position:relative;display:inline-block;box-sizing:border-box;width:22px;height:22px;cursor:pointer;color:rgba(37,37,37,.9);line-height:22px}.dropzone__close-icon::before,.dropzone__close-icon::after{position:absolute;top:50%;left:50%;display:block;width:22px;height:2px;margin-left:-11px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:rgba(37,37,37,.9)}.dropzone__close-icon::after{transform:rotate(45deg)}.dropzone__close-icon:hover::before,.dropzone__close-icon:hover::after,.dropzone__close-icon:focus.focus-visible::before,.dropzone__close-icon:focus.focus-visible::after{background-color:#000}.dropzone__close-icon:disabled::before,.dropzone__close-icon:disabled::after{background-color:#ccc}.dropzone__name{flex-grow:1;padding:0 20px}.dropzone__document-icon{flex-shrink:0;width:30px}.dropzone__validation{padding-top:20px;color:#ff2652}.dropzone .asset-image-wrapper{max-width:170px;max-height:120px}
.dropzone-form__invalid-label{overflow:hidden;max-height:0;margin-top:0;transition-duration:.5s;color:#ff2652;font-size:18px;font-size:12px}.dropzone-form_invalid .dropzone-form__invalid-label{box-sizing:border-box;max-height:24px;margin:7px 0 5px 0}.dropzone-form_invalid .dropzone{height:calc(100% - 24px);border-color:#ff2652}.dropzone-form__close-icon{position:relative;display:inline-block;box-sizing:border-box;width:22px;height:22px;cursor:pointer;color:rgba(37,37,37,.9);line-height:22px}.dropzone-form__close-icon::before,.dropzone-form__close-icon::after{position:absolute;top:50%;left:50%;display:block;width:22px;height:2px;margin-left:-11px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:rgba(37,37,37,.9)}.dropzone-form__close-icon::after{transform:rotate(45deg)}.dropzone-form__close-icon:hover::before,.dropzone-form__close-icon:hover::after,.dropzone-form__close-icon:focus.focus-visible::before,.dropzone-form__close-icon:focus.focus-visible::after{background-color:#000}.dropzone-form__close-icon:disabled::before,.dropzone-form__close-icon:disabled::after{background-color:#ccc}.dropzone-form__close-icon:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.dropzone-form__preview{display:flex;align-items:center;width:100%;height:52px;padding:0 20px;transition-duration:.3s;border:1px solid #dee1e5;border-radius:3px;outline:none}.dropzone-form__preview:hover{border-color:#333}.dropzone-form__document-icon{width:30px}.dropzone-form__file-link{flex-grow:1;padding-left:20px;text-decoration:none;color:#010101}.dropzone-form__file-link:hover{color:#004add}
.appraisal-modal__form{overflow:hidden}.appraisal-modal__form-input .text-field__label{width:125px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.appraisal-modal__form-input .text-field__label{width:100%}}.appraisal-modal__form-dropdown{margin-bottom:20px}.appraisal-modal__dropzone{height:150px}.appraisal-modal__dropzone.dropzone-form_has-document{height:auto}.appraisal-modal .text-field-form:not(:last-child),.appraisal-modal .datepicker-form:not(:last-child){margin-bottom:20px}
.files-upload-group__label{display:flex;align-items:center}.files-upload-group__button-area{display:flex;align-items:center}.files-upload-group__button-label{padding-left:10px}
.media-block__field:not(:last-child){margin-bottom:15px}.media-block__field_indent{margin-top:70px}
/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
.rich-editor{margin-top:10px}.rich-editor__label{font-size:14px;margin-bottom:10px}.rich-editor__bold{font-weight:bold}.rich-editor__italic{font-style:italic}.rich-editor__ol-list-element{padding:16px 0px 16px 40px}.rich-editor__numbered-list-item{list-style-type:auto}.rich-editor__bullet-list-item{list-style-type:square}.rich-editor__h1{display:block;font-size:2em;margin-top:.67em;margin-bottom:.67em;margin-left:0;margin-right:0;font-weight:bold}.rich-editor__h2{display:block;font-size:1.5em;margin-top:.83em;margin-bottom:.83em;margin-left:0;margin-right:0;font-weight:bold}.rich-editor__h3{display:block;font-size:1.17em;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;font-weight:bold}.rich-editor__h4{display:block;font-size:1em;margin-top:1.33em;margin-bottom:1.33em;margin-left:0;margin-right:0;font-weight:bold}.rich-editor__h5{display:block;font-size:.83em;margin-top:1.67em;margin-bottom:1.67em;margin-left:0;margin-right:0;font-weight:bold}.rich-editor__h6{display:block;font-size:.67em;margin-top:2.33em;margin-bottom:2.33em;margin-left:0;margin-right:0;font-weight:bold}.ql-tooltip.ql-editing{left:0 !important}
.add-custom-field-modal__field:last-child{margin-bottom:5px}.add-custom-field-modal__field_indent{margin-top:70px}.add-custom-field-modal__checkbox-field{align-items:center;flex-direction:row-reverse;min-height:35px}.add-custom-field-modal__checkbox-field .checkbox__icon-wrapper{flex-grow:1}.add-custom-field-modal__checkbox-field .checkbox__label{margin-right:35px;margin-left:0;letter-spacing:.15px;color:#333;font-family:HelveticaNeue,Hind,serif;font-size:14px;font-weight:500}.add-custom-field-modal__checkbox-container{display:inline-block}.add-custom-field-modal__checkbox-container:not(:last-child){margin-bottom:10px}.add-custom-field-modal .text-field-form:not(:last-child),.add-custom-field-modal .dropdown-form:not(:last-child){margin-bottom:15px}
.custom-fields-block-item__container{display:flex;width:100%;margin-bottom:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.custom-fields-block-item__container{flex-direction:column}}.custom-fields-block-item__field-content-container{display:flex;flex-grow:1;border-bottom:1px solid #c8d0d8}.custom-fields-block-item__field-name-container{display:flex;align-items:center;margin-right:10px}.custom-fields-block-item__field-name{width:120px;color:#333;font-size:14px;font-weight:500;line-height:18px}.custom-fields-block-item__field-value{overflow:hidden;flex-grow:1;align-self:center;word-break:break-word;padding:7px 5px;font-family:HelveticaNeue,Hind,serif;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.custom-fields-block-item__field-value{width:100%;padding:10px 0px}}.custom-fields-block-item__delete .fa-trash-alt{margin-top:3px;font-size:20px}
.global-custom-fields-block-item__container{display:flex;width:100%;margin-bottom:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.global-custom-fields-block-item__container{flex-direction:column}}.global-custom-fields-block-item__field-content-container{display:flex;flex-grow:1;border-bottom:1px solid #c8d0d8}.global-custom-fields-block-item__field-name-container{display:flex;align-items:center;margin-right:10px}.global-custom-fields-block-item__field-name{width:120px;color:#333;font-size:14px;font-weight:500;line-height:18px}.global-custom-fields-block-item__field-value{overflow:hidden;flex-grow:1;align-self:center;word-break:break-word;padding:7px 5px;font-family:HelveticaNeue,Hind,serif;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.global-custom-fields-block-item__field-value{width:100%;padding:10px 0px}}.global-custom-fields-block-item__text-input{margin-bottom:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.global-custom-fields-block-item__text-input .text-field__label{padding:0}}.global-custom-fields-block-item__text-input .text-field__input{padding-left:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.global-custom-fields-block-item__text-input .text-field__input{padding:0}}.global-custom-fields-block-item__separator{margin:30px 0;border:1px solid #e4e8ec}
.asset-management__field:not(:last-child){margin-bottom:15px}.asset-management__field_indent{margin-top:70px}
.edit-location-modal__field{margin-bottom:15px}
.asset-previous-locations__location{position:relative;margin-top:15px;padding:15px;padding-right:20px;border:1px solid #c8d0d8}.asset-previous-locations__location-item{display:flex;padding-bottom:10px;font-size:14px}.asset-previous-locations__location-item:last-child{padding-bottom:0}.asset-previous-locations__location-item-title{flex-shrink:0;width:110px;text-transform:capitalize;font-weight:600}.asset-previous-locations__close-icon-container{position:absolute;top:5px;right:5px}.asset-previous-locations__close-icon{position:relative;display:inline-block;box-sizing:border-box;width:15px;height:15px;cursor:pointer;color:#6e7881;line-height:15px}.asset-previous-locations__close-icon::before,.asset-previous-locations__close-icon::after{position:absolute;top:50%;left:50%;display:block;width:15px;height:2px;margin-left:-7.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#6e7881}.asset-previous-locations__close-icon::after{transform:rotate(45deg)}.asset-previous-locations__close-icon:hover::before,.asset-previous-locations__close-icon:hover::after,.asset-previous-locations__close-icon:focus.focus-visible::before,.asset-previous-locations__close-icon:focus.focus-visible::after{background-color:#004add}.asset-previous-locations__close-icon:disabled::before,.asset-previous-locations__close-icon:disabled::after{background-color:#ccc}.asset-previous-locations__close-icon:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.asset-previous-locations__edit-btn{transition:all .3s ease-out}.asset-previous-locations__edit-btn:hover .asset-previous-locations__edit-button-icon{color:#004add;transition:all .2s ease-out}
.asset-location{margin-bottom:50px}.asset-location__field:not(:last-child){margin-bottom:15px}.asset-location__checkbox{margin-bottom:25px}.asset-location__checkbox .checkbox__label{letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}
.ownership-block__field:not(:last-child){margin-bottom:15px}.ownership-block__field_indent{margin-top:70px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ownership-block__field_textarea .text-area-form__place-holder{width:100%}}.ownership-block__field_textarea .text-area-form__input{font-size:14px}.ownership-block__checkbox{margin-left:5px}.ownership-block__checkbox:not(:last-child){margin-bottom:5px}.ownership-block__checkbox_last:not(:last-child){margin-bottom:15px}.ownership-block__checkbox .checkbox__label{font-size:14px;font-family:HelveticaNeue,Hind,serif}
.ciq-selected-items{display:flex;flex-wrap:wrap}.ciq-selected-items__item{display:flex;margin:5px;padding:5px;border-radius:5px;background-color:#efeeea}.ciq-selected-items__item-label{overflow:hidden;max-width:200px;margin-right:5px;white-space:nowrap;text-overflow:ellipsis;line-height:19px}.ciq-selected-items__item-clear-button{align-self:center;padding:10px;cursor:pointer;position:relative;display:inline-block;box-sizing:border-box;width:15px;height:15px;cursor:pointer;color:#000;line-height:15px}.ciq-selected-items__item-clear-button::before,.ciq-selected-items__item-clear-button::after{position:absolute;top:50%;left:50%;display:block;width:15px;height:2px;margin-left:-7.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#000}.ciq-selected-items__item-clear-button::after{transform:rotate(45deg)}.ciq-selected-items__item-clear-button:hover::before,.ciq-selected-items__item-clear-button:hover::after,.ciq-selected-items__item-clear-button:focus.focus-visible::before,.ciq-selected-items__item-clear-button:focus.focus-visible::after{background-color:#004add}.ciq-selected-items__item-clear-button:disabled::before,.ciq-selected-items__item-clear-button:disabled::after{background-color:#ccc}.ciq-selected-items__item-clear-button:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.ciq-selected-items__item-clear-button:focus:not(.focus-visible){outline:none}
.autosuggest-tag-item{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 32px}@media only print and (max-width: 420px),only screen and (max-width: 420px){.autosuggest-tag-item{height:60px;padding:10px 28px}}.autosuggest-tag-item__label{padding:0;font-size:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only print and (max-width: 420px),only screen and (max-width: 420px){.autosuggest-tag-item__label{max-width:220px}}.autosuggest-tag-item__btn{height:32px;padding:0 15px}
.ciq-tags__search-tag-container{margin-bottom:10px}.ciq-tags__search-tag-container .autosuggest-tag-item__label{line-height:19px}
.nft-details__nft-field-block:not(:last-child){margin-bottom:15px}.nft-details__nft-field-block-disabled:hover,.nft-details__nft-field-block-disabled:active,.nft-details__nft-field-block-disabled:focus.focus-visible{cursor:not-allowed}.nft-details__nft-field-block-disabled .text-field__input{cursor:not-allowed}.nft-details__nft-field-block-disabled .text-field__label{color:#ccc}.nft-details__nft-field-block-disabled .text-field__label:hover{cursor:not-allowed}.nft-details__field-edition{width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__field-edition{width:100%;height:auto}}.nft-details__field .text-field-form__invalid-label{padding:3px 0px 3px 0px}.nft-details__edition{display:flex;width:100%;justify-content:space-between}.nft-details__edition .text-field__label{display:none}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__edition{flex-direction:column}}.nft-details__edition .text-field__input{width:100px;max-height:35px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__edition .text-field__input{width:100%}}.nft-details__edition-container{display:flex;justify-content:space-between;width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__edition-container{flex-direction:column}}.nft-details__edition-placeholder{width:130px;font-size:14px;line-height:35px}.nft-details__edition-placeholder-disabled{color:#ccc}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__edition-placeholder{width:100%;padding:0px 5px;color:#6e767e;line-height:14px}}.nft-details__edition-of-placeholder{text-align:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__edition-of-placeholder{text-align:left}}.nft-details__edition-fields-container{display:flex;width:calc(100% - 130px)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.nft-details__edition-fields-container{width:100%;display:flex;flex-direction:column}}
.wine-rating-fields__field{margin-bottom:15px}
.size-picker-input{display:flex;width:100%;height:35px;padding:0 10px;transition-duration:.3s}.size-picker-input:hover,.size-picker-input:active,.size-picker-input:focus.focus-visible{cursor:pointer}.size-picker-input_active{border-color:#c8d0d8}.size-picker-input_active .size-picker-input__label{color:#000;font-weight:600}.size-picker-input::-ms-clear{display:none}.size-picker-input__input{width:100%;text-overflow:ellipsis;border:0;font-family:HelveticaNeue,Hind,serif}.size-picker-input__input:focus.focus-visible,.size-picker-input__input:active{border:0;outline:none}.size-picker-input__input:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff;-webkit-text-fill-color:#0f206e}.size-picker-input input[type=number]::-webkit-inner-spin-button,.size-picker-input input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.wine-size-picker{margin-bottom:15px}.wine-size-picker__form{display:flex;align-items:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-size-picker__form{flex-direction:column;align-items:flex-start}}.wine-size-picker__content{display:flex;justify-content:space-between;width:calc(100% - 130px);border-bottom:1px solid #ccc}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-size-picker__content{width:100%}.wine-size-picker__content .size-picker-input{height:50px}}.wine-size-picker__label{width:130px;letter-spacing:.15px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-size-picker__label{width:100%;height:15px;color:#6e767e;padding:0 5px}}.wine-size-picker__text-input{display:flex;justify-content:flex-start;min-width:60px;border:none;font-size:14px}.wine-size-picker__text-input .dropdown__inner{border:none}.wine-size-picker__text-input-container{display:flex;align-items:center;min-width:1px}.wine-size-picker .dropdown{height:100%;padding:0}.wine-size-picker .dropdown__label{display:none}.wine-size-picker .dropdown__value{left:5%}.wine-size-picker .dropdown__inner{max-width:70px}.wine-size-picker .dropdown__input{justify-content:space-around;padding:0;border:none}.wine-size-picker_active .wine-size-picker__label{font-weight:600;color:#333}.wine-size-picker_active .wine-size-picker__content{border-bottom:none}.wine-size-picker_active .wine-size-picker__text-input-container{border-bottom:1px solid #000}
.additional-wine-details-block-fields__field{margin-bottom:15px}
.grapes-varietes-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.grapes-varietes-input__container{display:flex}.grapes-varietes-input__grape-type{width:calc(100% - 100px)}.grapes-varietes-input__grape-type .text-field__input{width:calc(100% - 130px)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.grapes-varietes-input__grape-type .text-field__input{width:100%}}.grapes-varietes-input__button{position:relative;display:inline-block;box-sizing:border-box;width:14px;height:14px;cursor:pointer;color:#000;line-height:14px;width:34px;height:34px}.grapes-varietes-input__button::before,.grapes-varietes-input__button::after{position:absolute;top:50%;left:50%;display:block;width:14px;height:2px;margin-left:-7px;content:"";transition:all .2s ease-out;transform:rotate(-180deg);background-color:#000}.grapes-varietes-input__button::after{transform:rotate(90deg)}.grapes-varietes-input__button:hover::before,.grapes-varietes-input__button:hover::after,.grapes-varietes-input__button:focus.focus-visible::before,.grapes-varietes-input__button:focus.focus-visible::after{background-color:#004add}.grapes-varietes-input__button:disabled::before,.grapes-varietes-input__button:disabled::after{background-color:#ccc}.grapes-varietes-input__percentage-block{padding-left:10px}.grapes-varietes-input__percentage-block .text-field__label{width:20px}.grapes-varietes-input__percentage-block .text-field__input{max-width:50px}.grapes-varietes-input__percentage-block .text-field-form__invalid-label{display:none}@media only print and (max-width: 600px),only screen and (max-width: 600px){.grapes-varietes-input__percentage-block .text-field{display:flex;flex-direction:row;height:0}.grapes-varietes-input__percentage-block .text-field__input{height:25px;padding-bottom:5px}}.autosuggest-grape-item{height:34px;cursor:pointer}
.grapes-varietes{margin-bottom:15px}.grapes-varietes__error{padding:3px 0px 3px 130px;margin:7px 0px 5px 0px;list-style:none;font-size:12px;color:#ff2652}.grapes-varietes__field-error .text-field__input{border-bottom-color:#ff2652;cursor:not-allowed;pointer-events:none}

.basic-wine-details-fields__field{margin-bottom:15px}
.additional-details__field:not(:last-child){margin-bottom:15px}.additional-details__field_indent{margin-top:70px}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;width:100%;padding:5px 20px}.breadcrumbs__link{cursor:pointer;color:#004add;font-size:14px;line-height:20px;padding:0}.breadcrumbs__link:focus.focus-visible{border-bottom:1px solid #004add}.breadcrumbs__link_inactive{color:#6e7881;font-size:14px;line-height:20px}.breadcrumbs__link_inactive .breadcrumbs__link{cursor:default}.breadcrumbs__item{position:relative;display:flex;align-items:center;margin-right:10px;padding-left:15px}.breadcrumbs__item::before{display:block;position:absolute;left:0;bottom:6px;width:6px;height:6px;content:"";transform:rotate(45deg);border-bottom:1px solid #004add;border-left:1px solid #004add}.breadcrumbs__item:first-of-type{padding-left:0}.breadcrumbs__item:first-of-type::before{display:none}.breadcrumbs_disabled{display:none}
.wine-asset-data-form{max-width:1400px;margin:0 auto;padding:0 20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-asset-data-form{padding:0}}.wine-asset-data-form__title{line-height:40px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.wine-asset-data-form__title .content-section-title__container{flex-direction:column;align-items:start}}.wine-asset-data-form__breadcrumbs{padding:10px 0}.wine-asset-data-form__content{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-asset-data-form__content{justify-content:center}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-asset-data-form__content{padding:0}}.wine-asset-data-form__content-column{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-asset-data-form__content-column{width:100%;min-width:200px}}.wine-asset-data-form__information-block{margin-bottom:50px}.wine-asset-data-form__information-block .text-field-form .text-field{margin-bottom:0}.wine-asset-data-form__footer-container{position:sticky;bottom:0}.wine-asset-data-form__empty-space{width:100%;height:15px;background-color:rgba(0,0,0,0);background-image:linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%)}.wine-asset-data-form__footer{display:flex;justify-content:flex-end;padding:10px 0;border-top:2px solid #e4e8ec;background-color:#fff}@media only print and (max-width: 1580px),only screen and (max-width: 1580px){.wine-asset-data-form__footer{padding-right:100px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-asset-data-form__footer{justify-content:flex-start;padding-right:0}}.wine-asset-data-form__submit{margin-left:30px}.wine-asset-data-form__submit-spinner{margin-right:10px;animation:rotating 2s linear infinite;font-size:15px}
.size-picker{display:flex;align-items:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.size-picker{align-items:flex-start;flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.size-picker .dropdown__inner{height:50px}.size-picker .dropdown__value{top:25%}}.size-picker__field:not(:last-child){margin-bottom:15px}.size-picker__field_indent{margin-top:70px}.size-picker_invalid .size-picker__content{border-color:#ff2652}.size-picker_active .size-picker__label{font-weight:600;color:#333}.size-picker_active .size-picker__content{border-bottom-color:#000}.size-picker__content{display:flex;justify-content:space-between;width:calc(100% - 120px);border-bottom:1px solid #ccc}@media only print and (max-width: 768px),only screen and (max-width: 768px){.size-picker__content{width:100%}}.size-picker__label{width:130px;letter-spacing:.15px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.size-picker__label{width:100%;height:15px;color:#6e767e;padding:0 5px}}.size-picker__text-input{display:flex;justify-content:flex-end;min-width:60px;border:none;font-size:14px}.size-picker__text-input .dropdown__inner{border:none}.size-picker__text-input-container{display:flex;align-items:center;min-width:1px}.size-picker__invalid-label{overflow:hidden;max-height:0;margin-top:0;padding-left:130px;transition-duration:.5s;color:#ff2652;font-size:12px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.size-picker__invalid-label{padding-left:5px}}.size-picker__invalid-label_visible{max-height:20px;margin:7px 0 5px 0}.size-picker .dropdown{height:100%;padding:0}.size-picker .dropdown__label{display:none}.size-picker .dropdown__value{left:5%}.size-picker .dropdown__inner{max-width:70px}.size-picker .dropdown__input{justify-content:space-around;padding:0;border:none}.size-picker .dropdown-form__invalid-label{display:none}
.basic-details-fields__field:not(:last-child){margin-bottom:15px}.basic-details-fields__field .checkbox__label{font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}.basic-details-fields__field_checkbox{padding:10px 0}.basic-details-fields__edition{display:flex;width:100%;justify-content:space-between}.basic-details-fields__edition:not(:last-child){margin-bottom:15px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.basic-details-fields__edition{flex-direction:column}}.basic-details-fields__edition .text-field.basic-details-fields__separated-field{width:100%}.basic-details-fields__separated-field{width:30%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.basic-details-fields__separated-field{width:100%}}.basic-details-fields__separated-field .text-field__input{width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.basic-details-fields__separated-field .text-field__input{width:auto}}.basic-details-fields__separated-field .text-field-form__invalid-label{padding:3px 0}.basic-details-fields__plus{display:flex;align-items:center;margin-bottom:4px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.basic-details-fields__plus{display:none}}.basic-details-fields__separated-field_reverse .text-field{flex-direction:row-reverse}@media only print and (max-width: 600px),only screen and (max-width: 600px){.basic-details-fields__separated-field_reverse .text-field{flex-direction:column}}.basic-details-fields__separated-field_reverse .text-field__label{display:flex;justify-content:flex-end}@media only print and (max-width: 600px),only screen and (max-width: 600px){.basic-details-fields__separated-field_reverse .text-field__label{display:block}}.basic-details-fields__additional-edition-field-class{width:48%}.basic-details-fields__additional-edition-field-class .text-field__input{width:50%}
.asset-type-block__field:not(:last-child){margin-bottom:15px}.asset-type-block__field .dropdown__label{width:0}.asset-type-block__field_indent{margin-top:70px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.asset-type-block__field_textarea .text-area-form__place-holder{width:100%}}.asset-type-block__field_textarea .text-area-form__input{font-size:14px}
.offer-for-sale-block__field:not(:last-child){margin-bottom:15px}.offer-for-sale-block__field_checkbox{align-items:center;flex-direction:row-reverse;min-height:35px}.offer-for-sale-block__field .checkbox__icon-wrapper{flex-grow:1;padding-left:10px}.offer-for-sale-block__field .checkbox__label{margin-right:35px;margin-left:0;letter-spacing:.15px;font-size:14px;font-family:HelveticaNeue,Hind,serif}.offer-for-sale-block__checkbox-container{display:inline-block}
.asset-data-form{max-width:1400px;margin:0 auto;padding:0 20px;font-family:HelveticaNeue,Hind,serif}@media only print and (max-width: 768px),only screen and (max-width: 768px){.asset-data-form{padding:0}}.asset-data-form__breadcrumbs{padding:10px 0}.asset-data-form__content{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.asset-data-form__content{justify-content:center}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.asset-data-form__content{padding:0}}.asset-data-form__content-column{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.asset-data-form__content-column{width:100%;min-width:200px}}.asset-data-form__information-block{margin-bottom:50px}.asset-data-form__information-block .text-field-form .text-field{margin-bottom:0}.asset-data-form__information-block_asset .dropdown-form__invalid-label{padding-left:0}.asset-data-form__footer-container{position:sticky;bottom:0}.asset-data-form__empty-space{width:100%;height:15px;background-color:rgba(0,0,0,0);background-image:linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%)}.asset-data-form__footer{display:flex;justify-content:flex-end;padding:10px 0;border-top:2px solid #e4e8ec;background-color:#fff}@media only print and (max-width: 1580px),only screen and (max-width: 1580px){.asset-data-form__footer{padding-right:100px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.asset-data-form__footer{justify-content:flex-start;padding-right:0}}.asset-data-form__submit{margin-left:30px}.asset-data-form__submit-spinner{margin-right:10px;animation:rotating 2s linear infinite;font-size:15px}.asset-data-form__title{line-height:40px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.asset-data-form__title .content-section-title__container{flex-direction:column;align-items:start}}.asset-data-form__quick-create-checkbox .checkbox__label{margin-left:15px;font-family:HelveticaNeue,Hind,serif}
.add-asset-page{padding-top:40px}.add-asset-page__wrapper{max-width:1400px;margin:0 auto;padding:40px 0}
.edit-asset-page{padding-top:40px}
.multiselect-dropdown{position:relative;box-sizing:border-box;display:flex;font:inherit;min-height:35px}.multiselect-dropdown__inner{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;cursor:pointer;transition:all .3s ease;outline:none;background-color:#fff;min-height:35px}.multiselect-dropdown__inner:hover{border-color:#333}@media only print and (max-width: 600px),only screen and (max-width: 600px){.multiselect-dropdown__inner{flex-direction:column}}.multiselect-dropdown__label{width:130px;letter-spacing:.15px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.multiselect-dropdown__label{color:#6e767e;width:100%;padding:0 5px}}.multiselect-dropdown__input{justify-content:space-between;display:flex;flex-grow:1;height:100%;align-items:center;border-bottom:1px solid #ccc;padding:0 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.multiselect-dropdown__input{width:100%;height:35px;padding:0 5px}}.multiselect-dropdown__value{overflow:hidden;max-width:175px;padding:5px 0;white-space:nowrap;text-overflow:ellipsis;color:#333;font-size:14px}.multiselect-dropdown__value_not-empty{color:#333}@media only print and (max-width: 600px),only screen and (max-width: 600px){.multiselect-dropdown__value_not-empty{color:#000}}.multiselect-dropdown__arrow{width:9px;height:9px;cursor:pointer;transform:rotate(45deg);border-right:1px solid #333;border-bottom:1px solid #333}.multiselect-dropdown_disabled{color:#c8d0d8}.multiselect-dropdown_disabled:hover .multiselect-dropdown__label{color:#c8d0d8}.multiselect-dropdown_disabled:hover .multiselect-dropdown__arrow{color:#c8d0d8}.multiselect-dropdown_disabled .multiselect-dropdown__inner{cursor:no-drop}.multiselect-dropdown_disabled .multiselect-dropdown__label{color:#c8d0d8}.multiselect-dropdown__list-container{position:absolute;z-index:3;top:0;left:0;width:100%;min-width:100px}
.advanced-search-valuation-fields__checkbox{width:100%;margin-bottom:15px}.advanced-search-valuation-fields__checkbox .checkbox__label{font-size:14px;color:#333}
.autosuggest-multiple-artists-input .autosuggest-input__content_open{position:absolute;z-index:10;width:100%}
.advanced-search-artist-autosuggest{margin-bottom:15px}
.advanced-search-form{padding:20px 0 40px 0;animation:fadeIn .5s ease;border-bottom:2px solid #c8d0d8}.advanced-search-form__footer{display:flex;justify-content:flex-end;padding:0 20px}.advanced-search-form__form-btn{font-size:14px}.advanced-search-form__form-btn_submit{margin-left:30px}.advanced-search-form__inputs-container{display:flex;align-items:stretch;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__inputs-container{flex-wrap:wrap}}.advanced-search-form__inputs-container .range-picker-form-input{margin-bottom:15px;color:#333}.advanced-search-form__column{flex-basis:32%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__column{flex-basis:100%}}.advanced-search-form__dropdown,.advanced-search-form__input{margin-bottom:15px}.advanced-search-form__dropdown_units{max-width:200px}.advanced-search-form .dropdown__list-container{z-index:4}.advanced-search-form__checkboxes-container{display:flex;margin-bottom:15px;color:#333}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-form__checkboxes-container{flex-direction:column}}.advanced-search-form__checkboxes-label{width:130px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-form__checkboxes-label{padding-bottom:15px}}.advanced-search-form__checkboxes-content{display:flex;flex-wrap:wrap;width:calc(100% - 130px)}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-form__checkboxes-content{width:100%;padding-left:15px}}.advanced-search-form .range-picker__text-input-container{flex-grow:1}.advanced-search-form__checkbox{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.advanced-search-form__checkbox{width:85%}}.advanced-search-form__checkbox .checkbox{width:100%;color:#6e767e}.advanced-search-form__checkbox .checkbox_active{color:#333}.advanced-search-form__checkbox .checkbox__icon-container{font-size:inherit;border-color:#004add}.advanced-search-form__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.advanced-search-form__checkbox .checkbox__label{margin-left:15px;padding-right:5px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}.advanced-search-form__tags-container .multiselect-dropdown__label{display:none}.advanced-search-form__tags-container .multiselect-dropdown__input{padding:0 10px 0 0}.advanced-search-form__tags-container .multiselect-dropdown__value{max-width:350px}
.advanced-grapes-search .multiselect-dropdown__input{padding-left:0px}.advanced-grapes-search .multiselect-dropdown__label{display:none}
.wine-advanced-search-form{padding:20px 0 40px 0;animation:fadeIn .5s ease;border-bottom:2px solid #c8d0d8}.wine-advanced-search-form__footer{display:flex;justify-content:flex-end;padding:0 20px}.wine-advanced-search-form__form-btn{font-size:14px}.wine-advanced-search-form__form-btn_submit{margin-left:30px}.wine-advanced-search-form__inputs-container{display:flex;align-items:stretch;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-advanced-search-form__inputs-container{flex-wrap:wrap}}.wine-advanced-search-form__inputs-container .range-picker-form-input{margin-bottom:15px;color:#333}.wine-advanced-search-form__column{flex-basis:32%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-advanced-search-form__column{flex-basis:100%}}.wine-advanced-search-form__field{margin-bottom:15px}.wine-advanced-search-form__dropdown{margin-bottom:15px}.wine-advanced-search-form__dropdown_units{max-width:200px}.wine-advanced-search-form .dropdown__list-container{z-index:4}.wine-advanced-search-form__checkboxes-container{display:flex;margin-bottom:15px;color:#333}@media only print and (min-width: 600px),only screen and (min-width: 600px){.wine-advanced-search-form__checkboxes-container{flex-direction:column}}.wine-advanced-search-form__checkboxes-label{width:130px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}@media only print and (min-width: 600px),only screen and (min-width: 600px){.wine-advanced-search-form__checkboxes-label{padding-bottom:15px}}.wine-advanced-search-form__checkboxes-content{display:flex;flex-wrap:wrap;width:calc(100% - 130px)}@media only print and (min-width: 600px),only screen and (min-width: 600px){.wine-advanced-search-form__checkboxes-content{width:100%;padding-left:15px}}.wine-advanced-search-form .range-picker__text-input-container{flex-grow:1}.wine-advanced-search-form__checkbox{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.wine-advanced-search-form__checkbox{width:85%}}.wine-advanced-search-form__checkbox .checkbox{width:100%;color:#6e767e}.wine-advanced-search-form__checkbox .checkbox_active{color:#333}.wine-advanced-search-form__checkbox .checkbox__icon-container{font-size:inherit;border-color:#004add}.wine-advanced-search-form__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.wine-advanced-search-form__checkbox .checkbox__label{margin-left:15px;padding-right:5px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}.wine-advanced-search-form__tags-container .multiselect-dropdown__label{display:none}.wine-advanced-search-form__tags-container .multiselect-dropdown__input{padding:0 10px 0 0}.wine-advanced-search-form__tags-container .multiselect-dropdown__value{max-width:350px}
.collection-table-row-actions__action{width:100%;padding:10px 14px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.collection-table-row-actions__action:hover{background-color:#f3f4f5}.collection-table-row-actions__icon{font-size:18px}.collection-table-row-actions__button{color:#c8d0d8}.collection-table-row-actions__button:hover{color:#6e767e}.collection-table-row-actions__button_active,.collection-table-row-actions__button_active:hover{color:#000}
.collection-table-row{text-decoration:none;text-transform:capitalize;color:#333}.collection-table-row:hover{cursor:pointer}.collection-table-row__mail-to{display:inline-block;padding:0;text-align:left;text-decoration:underline;color:#004add;font-size:16px}.collection-table-row__dimensions{display:block;margin-top:5px;text-transform:lowercase;color:#6e767e}.collection-table-row__asset{max-width:121px;height:80px;max-height:80px}.collection-table-row__icon{font-size:18px}.collection-table-row__price{display:block;margin-bottom:10px}.collection-table-row__date{color:#6e767e}.collection-table-row__checkbox .checkbox__icon-container{border-color:#004add}.collection-table-row__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}
.auto-size-image{width:100%;height:100%}.auto-size-image__image{width:100%;height:auto}
.collection-list-details-mobile-table-row{display:flex;align-items:flex-start;position:relative;min-height:140px;margin-bottom:12px;padding:10px 15px;cursor:pointer;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-list-details-mobile-table-row{flex-direction:column;justify-content:center;height:auto}}.collection-list-details-mobile-table-row__mail-to{display:inline-block;font-size:16px;padding:0;text-align:left;color:#004add;line-height:unset}.collection-list-details-mobile-table-row__content{width:94%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-list-details-mobile-table-row__content{text-align:center}}.collection-list-details-mobile-table-row:not(:first-child){border-top:0}.collection-list-details-mobile-table-row__image-container{width:190px;padding:0 25px}.collection-list-details-mobile-table-row__artist,.collection-list-details-mobile-table-row__title,.collection-list-details-mobile-table-row__type-field{padding:2px 0}.collection-list-details-mobile-table-row__artist{color:#004add;font-size:14px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-list-details-mobile-table-row__artist{padding-top:20px}}.collection-list-details-mobile-table-row__title{text-decoration:none;color:inherit;font-weight:600}.collection-list-details-mobile-table-row__select-asset-checkbox{width:6%}.collection-list-details-mobile-table-row__select-asset-checkbox .checkbox__icon-container{width:25px;height:24px}
.mixed-collection-table-row{text-decoration:none;text-transform:capitalize;color:#333}.mixed-collection-table-row:hover{cursor:pointer}.mixed-collection-table-row__mail-to{display:inline-block;padding:0;text-align:left;text-decoration:underline;color:#004add;font-size:16px}.mixed-collection-table-row__dimensions{display:block;margin-top:5px;text-transform:lowercase;color:#6e767e}.mixed-collection-table-row__asset{max-width:121px;height:80px;max-height:80px}.mixed-collection-table-row__button{color:#c8d0d8}.mixed-collection-table-row__button:hover{color:#6e767e}.mixed-collection-table-row__button_active,.mixed-collection-table-row__button_active:hover{color:#000}.mixed-collection-table-row__icon{font-size:18px}.mixed-collection-table-row__action{width:100%;padding:10px 14px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.mixed-collection-table-row__action:hover{background-color:#f3f4f5}.mixed-collection-table-row__price{display:block;margin-bottom:10px}.mixed-collection-table-row__date{color:#6e767e}.mixed-collection-table-row__checkbox .checkbox__icon-container{border-color:#004add}.mixed-collection-table-row__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}
.mixed-collection-mobile-table-row{display:flex;align-items:flex-start;min-height:140px;margin-bottom:12px;padding:10px 15px;cursor:pointer;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);position:relative}.mixed-collection-mobile-table-row__mail-to{display:inline-block;font-size:16px;padding:0;text-align:left;color:#004add;line-height:unset}@media only print and (max-width: 600px),only screen and (max-width: 600px){.mixed-collection-mobile-table-row__content{text-align:center}}.mixed-collection-mobile-table-row:not(:first-child){border-top:0}.mixed-collection-mobile-table-row__image-container{width:190px;padding:0 30px 0 30px;margin-bottom:10px}.mixed-collection-mobile-table-row__asset{overflow:hidden;width:100%;max-width:130px;max-height:100px;border-radius:3px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.mixed-collection-mobile-table-row__asset{max-width:100%;max-height:150px}}.mixed-collection-mobile-table-row__artist,.mixed-collection-mobile-table-row__title,.mixed-collection-mobile-table-row__type-field{padding:2px 0}.mixed-collection-mobile-table-row__artist{color:#004add;font-size:14px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.mixed-collection-mobile-table-row__artist{padding-top:20px}}.mixed-collection-mobile-table-row__title{text-decoration:none;color:inherit;font-weight:600}.mixed-collection-mobile-table-row__select-asset-checkbox{width:5%}.mixed-collection-mobile-table-row__select-asset-checkbox .checkbox__icon-container{width:20px;height:20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.mixed-collection-mobile-table-row__select-asset-checkbox{width:0%}}.mixed-collection-mobile-table-row__row-content{width:95%;display:flex;align-items:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.mixed-collection-mobile-table-row__row-content{width:100%;flex-direction:column;justify-content:center;padding:20px 0px;height:auto}}
.collection-list-details-header{margin-bottom:20px}.collection-list-details-header__button{color:#c8d0d8}.collection-list-details-header__button_active{color:#000}.collection-list-details-header__action{width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.collection-list-details-header__action:hover{background-color:#f3f4f5}.collection-list-details-header__icon{font-size:18px}.collection-list-details-header__content.dropdown-menu__content-animation-enter-active,.collection-list-details-header__content.dropdown-menu__content-animation-enter-done{transform:translateX(0) scale(1)}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-list-details-header{flex-direction:row}}
@media only screen and (-ms-high-contrast: active)and (max-width: 600px),only print and (-ms-high-contrast: none)and (max-width: 600px),only screen and (-ms-high-contrast: none)and (max-width: 600px){.collection-list-settings{height:90%}}.collection-list-settings__info{margin:0 0 20px 0}.collection-list-settings__info-accent{color:#333;font-weight:600}.collection-list-settings__checkboxes-container{display:flex;flex-wrap:wrap}.collection-list-settings__checkboxes-container .checkbox-form{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-settings__checkboxes-container .checkbox-form{width:100%}}.collection-list-settings__validation-error{display:flex;align-items:center;justify-content:center;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.collection-list-settings__validation-error_visible{max-height:100px;margin-bottom:30px;padding:15px 0;opacity:1}.collection-list-settings__section{padding:10px 0}.collection-list-settings__section-name{padding:10px;color:#333;font-weight:600}
.radio-button__input{display:none}.radio-button__input:checked+label:before{border-color:#004add}.radio-button__input:checked+label:after{transform:scale(1)}.radio-button__label{display:inline-block;position:relative;line-height:20px;white-space:pre-wrap;padding:0 30px;margin-bottom:0;cursor:pointer;vertical-align:bottom}.radio-button__label:before,.radio-button__label:after{content:"";position:absolute;border-radius:50%;transition:all .2s ease;transition-property:transform}.radio-button__label:before,.radio-button__label:after{content:"";position:absolute;border-radius:50%;transition:all .2s ease;transition-property:transform}.radio-button__label:before{left:0;top:0;width:18px;height:18px;border:1px solid #004add}.radio-button__label:after{background:#004add;top:5px;left:5px;width:10px;height:10px;transform:scale(0)}
.search-email{position:relative;height:28px;display:flex;width:100%;height:35px;transition-duration:.3s}@media only print and (max-width: 600px),only screen and (max-width: 600px){.search-email{flex-direction:column;height:50px}}.search-email:hover,.search-email:active,.search-email:focus.focus-visible{cursor:pointer;border-color:#333}.search-email__input{flex-grow:1;padding:0 10px;animation-duration:.3s;text-overflow:ellipsis;border:0;border-bottom:1px solid #ccc;font-family:HelveticaNeue,Hind,serif;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.search-email__input{height:35px;padding:0 5px;color:#000}}.search-email__input:focus.focus-visible,.search-email__input:active{border-color:#818181;outline:none}.search-email__input:disabled{border-color:#ccc}.search-email__input::-ms-clear{display:none}.search-email__input:-webkit-autofill{box-shadow:inset 0 0 0 50px #fff;-webkit-text-fill-color:#0f206e}.search-email__label{display:flex;align-items:center;width:130px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.search-email__label{width:100%;height:15px;padding:0 5px;color:#6e767e}}.search-email__label:hover{cursor:pointer}.search-email__clear-button{position:relative;display:inline-block;box-sizing:border-box;width:15px;height:15px;cursor:pointer;color:#000;line-height:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.search-email__clear-button::before,.search-email__clear-button::after{position:absolute;top:50%;left:50%;display:block;width:15px;height:2px;margin-left:-7.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#000}.search-email__clear-button::after{transform:rotate(45deg)}.search-email__clear-button:hover::before,.search-email__clear-button:hover::after,.search-email__clear-button:focus.focus-visible::before,.search-email__clear-button:focus.focus-visible::after{background-color:#333}.search-email__clear-button:disabled::before,.search-email__clear-button:disabled::after{background-color:#ccc}.search-email__clear-button:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.search-email_filled .search-input__field{border-bottom-color:#6e767e;outline:none}.search-email_filled .search-input__icon{color:#000}.search-email__spinner{align-self:center;display:inline-block;visibility:visible;position:absolute;top:40%;right:0;max-width:100px;margin-left:5px;font-size:15px;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;opacity:1}
.user-emails__search-email-container{margin-bottom:10px}.user-emails__invalid-label{font-size:18px;color:#ff2652;overflow:hidden;max-height:0;margin-top:0;font-size:12px;padding-left:130px;opacity:0;transition-duration:.5s}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-emails__invalid-label{padding-left:5px}}.user-emails__invalid-label_visible{margin:7px 0 5px 0;padding:3px 0 3px 130px;max-height:30px;opacity:1}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-emails__invalid-label_visible{padding:3px 0 3px 5px}}.user-emails_invalid .search-email__input{border-color:#ff2652}
.edit-list-modal__field{text-align:left;margin-top:10px}.edit-list-modal__field__field-input{font-size:16px;color:#333}.edit-list-modal__field__field-input::-moz-placeholder{color:#6e767e}.edit-list-modal__field__field-input::placeholder{color:#6e767e}.edit-list-modal__field .autosuggest-input-form__invalid-label{padding-left:0}.edit-list-modal__form-radio-group{margin:20px 0}.edit-list-modal__form-radio{padding:5px 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.edit-list-modal__form-radio{padding:5px}}.edit-list-modal__dropzone{height:150px}.edit-list-modal__dropzone .dropzone__drop-area-caption{font-size:1.1em}.edit-list-modal__collection-list-image{margin-top:35px}.edit-list-modal__collection-list-image-heading{margin-bottom:10px}
.collection-list-details-table-row-actions__button{color:#c8d0d8}.collection-list-details-table-row-actions__button:hover{color:#6e767e}.collection-list-details-table-row-actions__button_active,.collection-list-details-table-row-actions__button_active:hover{color:#000}.collection-list-details-table-row-actions__icon{font-size:18px}.collection-list-details-table-row-actions__action{width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.collection-list-details-table-row-actions__action:hover{background-color:#f3f4f5}
.collection-skeleton{display:flex;align-items:center;border:1px solid #c8d0d8;border-radius:3px;height:120px;box-shadow:0 0 3px 0px rgba(206,206,206,.5);text-decoration:none;color:inherit}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-skeleton{flex-direction:column;justify-content:center;height:auto;padding:10px 0}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-skeleton__content{text-align:center}}.collection-skeleton:not(:first-child){border-top:0}.collection-skeleton__image-container{width:190px;height:100px;margin:0 30px 0 30px;padding:0 30px 0 30px;border-radius:5px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-skeleton__image-container{width:80%;margin:0 auto}}.collection-skeleton__artist,.collection-skeleton__title,.collection-skeleton__cost-basis{width:70px;padding:10px 0;margin:10px 0;border-radius:5px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-skeleton__artist,.collection-skeleton__title,.collection-skeleton__cost-basis{margin:10px auto}}.collection-skeleton__artist{font-size:14px;width:100px;color:#004add}.collection-skeleton__title{width:150px;font-weight:600}
.offer-asset-for-sale-modal__field{text-align:left;margin-top:10px}.offer-asset-for-sale-modal__field__field-input{font-size:16px;color:#333}.offer-asset-for-sale-modal__field__field-input::-moz-placeholder{color:#6e767e}.offer-asset-for-sale-modal__field__field-input::placeholder{color:#6e767e}.offer-asset-for-sale-modal__field .autosuggest-input-form__invalid-label{padding-left:0}.offer-asset-for-sale-modal__content .scrollable-modal-content__content{max-height:150px;height:100%}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.collection-list-details-table__header-cell_checkbox{width:4%}.collection-list-details-table__header-cell_action{width:3%}.collection-list-details-table__header-cell_thumbnail{width:14%}.collection-list-details-table__header-cell_title{width:16%}.collection-list-details-table__header-cell_artist{width:15%}.collection-list-details-table_client-impersonated .desktop-paginated-table_header-controls_sticky .desktop-paginated-table__pagination{z-index:2}.collection-list-details-table__header-checkbox .checkbox__icon-container{border-color:#004add}.collection-list-details-table__header-checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.collection-list-details-table__offer-for-sale-modal{max-width:600px}
.collection-update-to-collector{max-width:500px}.collection-update-to-collector__button-container{display:flex;justify-content:center;padding:30px 0}
.checkbox-nested .checkbox-nested__main.checkbox-form{width:100%}.checkbox-nested__dependent-group{animation:fadeIn .3s ease-out}.checkbox-nested .checkbox-nested__dependent.checkbox-form{margin-left:35px;width:85%}.checkbox-nested .checkbox-nested__dependent.checkbox-form .checkbox__label{margin-left:15px}
.tearsheet-checkboxes .checkbox-form{width:100%}.tearsheet-checkboxes__selectable-fields-container{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.tearsheet-checkboxes__selectable-fields-container{flex-direction:column}}.tearsheet-checkboxes__selectable-fields-first-column{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.tearsheet-checkboxes__selectable-fields-first-column{width:100%}}.tearsheet-checkboxes__selectable-fields-second-column{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.tearsheet-checkboxes__selectable-fields-second-column{width:100%}}
.tearsheet-fields__description{margin-bottom:20px;font-size:16px}.tearsheet-fields__prepared{display:flex}.tearsheet-fields__field{max-width:460px;margin:25px 0}.tearsheet-fields .text-area-form__place-holder{width:140px}.tearsheet-fields__dropdown{max-width:300px;margin:25px 0}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.print-modal{height:75%}}@media only screen and (-ms-high-contrast: active)and (max-width: 600px),only print and (-ms-high-contrast: none)and (max-width: 600px),only screen and (-ms-high-contrast: none)and (max-width: 600px){.print-modal{height:90%}}.print-modal__description{font-size:18px;font-weight:600}.print-modal__form-radio-group{margin:20px 0}.print-modal__form-radio{padding:5px 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.print-modal__form-radio{padding:5px}}
.mobile-table-sort{position:relative;cursor:pointer;color:#6e767e}.mobile-table-sort__button{display:flex;align-items:center;flex-direction:column;justify-content:center}.mobile-table-sort__button:hover,.mobile-table-sort__button:focus.focus-visible{color:#000}.mobile-table-sort__button:focus:not(.focus-visible){outline:none}.mobile-table-sort__icon-container{padding-bottom:0}.mobile-table-sort__icon{font-size:20px;line-height:26px}.mobile-table-sort__filters-container{position:absolute;z-index:3;top:40px;right:0;width:70vw;max-width:150px;padding:10px 0;border:1px solid #6e767e;border-radius:3px;background-color:#fff;box-shadow:9px 9px 10px 0px rgba(206,206,206,.5)}.mobile-table-sort__filter{display:flex;align-items:center;width:100%;padding:10px 15px;transition-duration:.3s}.mobile-table-sort__filter_active{transition-duration:.3s;font-weight:600}.mobile-table-sort__filter:hover,.mobile-table-sort__filter:focus.focus-visible{background-color:#f3f4f5}.mobile-table-sort__filter:focus:not(.focus-visible){outline:none}.mobile-table-sort__portal-animation-enter{visibility:visible;transition:all 300ms linear;transform:translate3d(50%, -50%, 0) scale(0);opacity:0}.mobile-table-sort__portal-animation-enter-active{transition:all 300ms linear;transform:translate3d(0, 0, 0) scale(1);opacity:1}.mobile-table-sort__portal-animation-exit-active{transform:translate3d(0, 0, 0) scale(1);opacity:1}.mobile-table-sort__portal-animation-exit{transition:all 300ms linear;transform:translate3d(50%, -50%, 0) scale(0);opacity:0}.mobile-table-sort__corner{width:10px;height:0;margin-right:10px}.mobile-table-sort__corner_up{width:0;border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #c8d0d8;border-left:5px solid rgba(0,0,0,0)}.mobile-table-sort__corner_down{width:0;border-top:5px solid #c8d0d8;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0)}
.collection-desktop-sort{position:relative;display:flex;font-size:14px;line-height:22px;font-weight:300;padding:10px 0;z-index:3}.collection-desktop-sort__sort-label{text-transform:capitalize;padding-left:5px}.collection-desktop-sort__arrows{display:flex;flex-direction:column;justify-content:center;margin-right:7px}.collection-desktop-sort__arrow{display:inline-block;padding:2px;border:solid #6e767e;border-width:0 1px 1px 0}.collection-desktop-sort__arrow-top{transform:rotate(-135deg)}.collection-desktop-sort__arrow-bottom{transform:rotate(45deg)}.collection-desktop-sort__arrow_active{border-color:#004add}.collection-desktop-sort__sort-button{display:flex;color:#6e767e}.collection-desktop-sort__sort-button_active,.collection-desktop-sort__sort-button:hover{color:#010101}.collection-desktop-sort__sort-button_active .collection-desktop-sort__arrow,.collection-desktop-sort__sort-button:hover .collection-desktop-sort__arrow{border-color:#010101}.collection-desktop-sort__filters-container{position:absolute;top:40px;right:0;width:70vw;max-width:150px;padding:10px 0;border:1px solid #6e767e;border-radius:3px;background-color:#fff;box-shadow:9px 9px 10px 0px rgba(206,206,206,.5);z-index:3}.collection-desktop-sort__portal-animation-enter{visibility:visible;transition:all 300ms linear;transform:translate3d(50%, -50%, 0) scale(0);opacity:0}.collection-desktop-sort__portal-animation-enter-active{transition:all 300ms linear;transform:translate3d(0, 0, 0) scale(1);opacity:1}.collection-desktop-sort__portal-animation-exit-active{transform:translate3d(0, 0, 0) scale(1);opacity:1}.collection-desktop-sort__portal-animation-exit{transition:all 300ms linear;transform:translate3d(50%, -50%, 0) scale(0);opacity:0}.collection-desktop-sort__filters-container{position:absolute;z-index:3;top:40px;right:0;width:70vw;max-width:180px;padding:10px 0;border:1px solid #6e767e;border-radius:3px;background-color:#fff;box-shadow:9px 9px 10px 0px rgba(206,206,206,.5)}.collection-desktop-sort__filter{display:flex;align-items:center;width:100%;padding:5px 10px;transition-duration:.3s}.collection-desktop-sort__filter_active{transition-duration:.3s;font-weight:600}.collection-desktop-sort__filter:hover,.collection-desktop-sort__filter:focus.focus-visible{background-color:#f3f4f5}.collection-desktop-sort__filter:focus:not(.focus-visible){outline:none}.collection-desktop-sort__corner{width:10px;height:0;margin-right:10px}.collection-desktop-sort__corner_up{width:0;border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #c8d0d8;border-left:5px solid rgba(0,0,0,0)}.collection-desktop-sort__corner_down{width:0;border-top:5px solid #c8d0d8;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0)}
.advanced-search-button{display:flex;align-items:center;cursor:pointer;font-weight:bold;color:#000}.advanced-search-button span{white-space:nowrap}.advanced-search-button_mobile{display:none;margin-top:10px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.advanced-search-button_mobile{display:flex}}.advanced-search-button__arrow{margin-left:10px;transition:transform .4s ease-in-out;vertical-align:middle}.advanced-search-button__arrow_down{transform:rotateX(180deg)}.advanced-search-button_desktop{width:80%;padding:10px 0px;font-size:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.advanced-search-button_desktop{display:none}}.advanced-search-button_desktop .advanced-search-btn__label{padding-left:10px}.advanced-search-button__wrapper{margin-top:15px;border-bottom:2px solid #c8d0d8;justify-content:space-between;align-items:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.advanced-search-button__wrapper{border:none}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-button__sort{display:none}}
.selected-items-footer{position:fixed;z-index:2;bottom:0;left:0;display:flex;align-items:center;flex-wrap:wrap;width:100%;padding:25px 60px 0;animation:fadeIn .3s ease;border-top:3px solid #666;background-color:#efefef}@media only print and (max-width: 600px),only screen and (max-width: 600px){.selected-items-footer{padding:20px 40px 0}}@media only print and (max-width: 400px),only screen and (max-width: 400px){.selected-items-footer{padding:20px 20px 0}}.selected-items-footer__item{display:flex;align-items:center;justify-content:center;width:16.66%;min-width:200px;height:100%;padding-bottom:25px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.selected-items-footer__item{width:50%;min-width:auto;padding-bottom:20px}}.selected-items-footer__item_block{flex-direction:column}.selected-items-footer__item-btn{display:flex;align-items:center;padding:0 3px 3px 3px;border-bottom:2px solid rgba(0,0,0,0);font-size:16px}.selected-items-footer__item-btn_deselect{padding:0 3px;font-style:italic}.selected-items-footer__item-btn:hover,.selected-items-footer__item-btn:focus.focus-visible{border-color:#000}.selected-items-footer__item-btn:disabled{border:none;cursor:not-allowed}.selected-items-footer__item-icon{padding-right:10px;font-size:22px}.selected-items-footer__items-info{padding-bottom:3px;font-weight:600}
.collection-list-selected-items-footer__bulk-update-icon{font-size:16px}
.print-artist-pdf-modal__top-assets-period-label{width:100%;max-width:130px;font-size:14px;color:#333}.print-artist-pdf-modal__top-assets-period-items{width:100%}.print-artist-pdf-modal__top-assets-period-items .radio-button__label{font-size:15px}.print-artist-pdf-modal__field{margin-bottom:15px}.print-artist-pdf-modal__field_checkbox{margin-bottom:25px}.print-artist-pdf-modal__field_checkbox .checkbox__label{font-family:HelveticaNeue,Hind,serif}
.collection-bulk-update{max-height:85%}.collection-bulk-update__field{margin-bottom:15px}.collection-bulk-update__field_tags{display:flex}.collection-bulk-update__field_tags .tags-block{flex-grow:1}.collection-bulk-update__field_tags .ciq-tags__search-tag-container{margin:0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-bulk-update__field_tags{flex-direction:column}}.collection-bulk-update__tags-field-label{display:flex;align-items:center;flex-shrink:0;width:130px;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-bulk-update__tags-field-label{padding:5px 0}}.collection-bulk-update__error{display:flex;align-items:center;justify-content:center;margin-bottom:10px;padding:10px;color:#fff;border-radius:3px;background-color:#ff5368;font-size:16px}.collection-bulk-update__instruction{margin-bottom:10px;font-weight:bold}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.export-artworks-modal{height:75%}}@media only screen and (-ms-high-contrast: active)and (max-width: 600px),only print and (-ms-high-contrast: none)and (max-width: 600px),only screen and (-ms-high-contrast: none)and (max-width: 600px){.export-artworks-modal{height:90%}}.export-artworks-modal__description{font-size:16px}.export-artworks-modal__dropdown{margin-top:20px;width:50%}.export-artworks-modal__dropdown .dropdown__label{flex-grow:3;font-size:16px;font-family:"HelveticaNeue","Hind",serif;color:#010101}.export-artworks-modal__dropdown .dropdown_disabled .dropdown__label{color:#6e7881}.export-artworks-modal__dropdown .dropdown__input{width:20%;flex-grow:1;font-size:16px}.export-artworks-modal__dropdown .dropdown__inner{justify-content:flex-start}.export-artworks-modal__checkbox-description,.export-artworks-modal__checkbox{margin-top:20px;font-size:16px}.export-artworks-modal__checkbox-description .checkbox__label,.export-artworks-modal__checkbox .checkbox__label{margin-left:15px;font-size:16px;font-family:HelveticaNeue,Hind,serif;color:#010101}
.services-checkboxes-group__container{-moz-column-count:2;column-count:2}@media only print and (max-width: 600px),only screen and (max-width: 600px){.services-checkboxes-group__container{-moz-column-count:1;column-count:1}}.services-checkboxes-group__invalid-label{overflow:hidden;max-height:0;margin-top:0;transition:.5s ease;opacity:0;color:#ff2652;font-size:18px;font-size:12px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.services-checkboxes-group__invalid-label{padding-left:5px}}.services-checkboxes-group__invalid-label_visible{max-height:30px;margin:7px 0 5px 0;padding:3px 0;opacity:1}@media only print and (max-width: 600px),only screen and (max-width: 600px){.services-checkboxes-group__invalid-label_visible{padding:3px 0}}
.services-modal{width:700px;min-height:540px}.services-modal__description{font-size:18px;line-height:24px;font-weight:600}.services-modal__form-field{margin-top:20px}.services-modal__form-field-description{margin-bottom:10px;font-size:16px;line-height:22px;font-weight:600}.services-modal__form-text-area .text-area-form__input{width:100%}.services-modal__form-text-area .text-area-form__place-holder{display:none}
.ciq-spinner{transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px}
.collection-list-table-row{cursor:pointer}.collection-list-table-row__action{display:block;width:100%;padding:10px 15px;white-space:nowrap;font-size:14px;cursor:pointer}.collection-list-table-row__action:hover{background-color:#f3f4f5}.collection-list-table-row__button:hover{color:#6e767e}.collection-list-table-row__button_active,.collection-list-table-row__button_active:hover{color:#000}.collection-list-table-row__button{width:30px;height:30px;color:#c8d0d8;font-size:18px}.collection-list-table-row__list-image{max-width:121px;max-height:70px;height:70px}
.collection-list-mobile-table-row{display:flex;padding:10px;cursor:pointer;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-mobile-table-row{flex-direction:column;align-items:center}}.collection-list-mobile-table-row__content-row{padding:4px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-mobile-table-row__content-row{padding:3px 0}}.collection-list-mobile-table-row__content-row-title{padding-right:10px;vertical-align:baseline}.collection-list-mobile-table-row__content-row-value{font-weight:bold}.collection-list-mobile-table-row__list-image{max-width:130px;max-height:100px;overflow:hidden;border-radius:3px;margin-right:25px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-mobile-table-row__list-image{margin-right:0;margin-bottom:10px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-mobile-table-row__content{text-align:center}}
.collection-list-table-header__header-col{text-align:left}.collection-list-table-header__thumbnail-column{width:15%}.collection-list-table-header__name-column{width:25%}.collection-list-table-header__assets-count{width:18%}.collection-list-table-header__total-cost{width:18%}.collection-list-table-header__appraised-value{width:18%}.collection-list-table-header__action{width:6%}
.collection-list-skeleton{padding:10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (min-width: 768px),only screen and (min-width: 768px){.collection-list-skeleton{display:flex}}.collection-list-skeleton__item-title,.collection-list-skeleton__item-val,.collection-list-skeleton__btn{height:16px;margin:2px 0;border-radius:3px;line-height:20px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.collection-list-skeleton__item{display:flex}.collection-list-skeleton__item-title{width:90px;margin-right:10px}.collection-list-skeleton__item-val{width:50%}@media only print and (min-width: 768px),only screen and (min-width: 768px){.collection-list-skeleton__item-val{width:calc(100% - 100px)}}.collection-list-skeleton__items{margin-bottom:15px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.collection-list-skeleton__items{width:50%;margin-bottom:0}}
.collection-list-table{padding-bottom:20px}.collection-list-table__mobile-row{margin-bottom:10px}
.collection-list-section{padding:15px 0}@media only print and (max-width: 700px),only screen and (max-width: 700px){.collection-list-section{padding:0}}.collection-list-section .collapse-section__header{align-items:flex-end}.collection-list-section .collapse-section__header-titles{width:auto}.collection-list-section__action-bar{display:flex;flex-direction:row;font-size:15px}.collection-list-section__mobile-sort{display:none}@media only print and (max-width: 700px),only screen and (max-width: 700px){.collection-list-section__mobile-sort{display:flex;align-items:center;flex-direction:column;justify-content:center}}.collection-list-section__mobile-sort,.collection-list-section__add-btn{padding:0;margin-left:15px}.collection-list-section__add-list-modal{max-width:600px}
.collection-mobile-table-row{display:flex;align-items:flex-start;min-height:140px;margin-bottom:12px;padding:10px 15px;cursor:pointer;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);position:relative}.collection-mobile-table-row__mail-to{display:inline-block;font-size:16px;padding:0;text-align:left;color:#004add;line-height:unset}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-mobile-table-row__content{text-align:center}}.collection-mobile-table-row:not(:first-child){border-top:0}.collection-mobile-table-row__image-container{width:190px;padding:0 25px;margin-bottom:10px}.collection-mobile-table-row__asset{overflow:hidden;width:100%;max-width:130px;max-height:100px;border-radius:3px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-mobile-table-row__asset{max-width:100%;max-height:150px}}.collection-mobile-table-row__artist,.collection-mobile-table-row__title,.collection-mobile-table-row__type-field{padding:2px 0}.collection-mobile-table-row__dimensions{color:#6e767e}.collection-mobile-table-row__artist{color:#004add;font-size:14px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-mobile-table-row__artist{padding-top:20px}}.collection-mobile-table-row__title{text-decoration:none;color:inherit;font-weight:600}.collection-mobile-table-row__select-asset-checkbox{width:5%}.collection-mobile-table-row__select-asset-checkbox .checkbox__icon-container{width:20px;height:20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-mobile-table-row__select-asset-checkbox{width:0%}}.collection-mobile-table-row__row-content{width:95%;display:flex;align-items:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-mobile-table-row__row-content{width:100%;flex-direction:column;justify-content:center;padding:20px 0px;height:auto}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.collection-table_client-impersonated .desktop-paginated-table_header-controls_sticky .desktop-paginated-table__pagination{z-index:2}.collection-table__header-checkbox .checkbox__icon-container{border-color:#004add}.collection-table__header-checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.collection-table__offer-for-sale-modal{max-width:600px}.collection-table__header-checkbox-container{width:5%}.collection-table__header-cell_action{width:3%}.collection-table__header-cell_thumbnail{width:14%}.collection-table__header-cell_title{width:16%}.collection-table__header-cell_artist{width:15%}
.save-to-custom-list-modal{max-width:550px}.save-to-custom-list-modal__field{text-align:left;margin-top:10px}.save-to-custom-list-modal__field label{display:none}.save-to-custom-list-modal__field input{font-size:16px;color:#333}.save-to-custom-list-modal__field input::-moz-placeholder{color:#6e767e}.save-to-custom-list-modal__field input::placeholder{color:#6e767e}.save-to-custom-list-modal__field .autosuggest-input-form__invalid-label{padding-left:0}.save-to-custom-list-modal__content .scrollable-modal-content__content{max-height:150px;height:100%}
@media only screen and (-ms-high-contrast: active)and (max-width: 600px),only print and (-ms-high-contrast: none)and (max-width: 600px),only screen and (-ms-high-contrast: none)and (max-width: 600px){.collection-settings{height:90%}}.collection-settings__info{margin:0 0 20px 0}.collection-settings__info-accent{color:#333;font-weight:600}.collection-settings__checkboxes-container{display:flex;flex-wrap:wrap}.collection-settings__checkboxes-container .checkbox-form{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-settings__checkboxes-container .checkbox-form{width:100%}}.collection-settings__validation-error{display:flex;align-items:center;justify-content:center;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.collection-settings__validation-error_visible{max-height:100px;margin-bottom:30px;padding:15px 0;opacity:1}@media only print and (max-width: 480px),only screen and (max-width: 480px){.collection-settings__validation-error_visible{padding:15px 10px}}.collection-settings__section{padding:10px 0}.collection-settings__section-name{padding:10px;color:#333;font-weight:600}
.bulk-upload__main-info{display:flex;margin-bottom:30px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.bulk-upload__main-info{flex-direction:column}}.bulk-upload__form{transition-duration:.3s}.bulk-upload__description{width:50%;font-size:16px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.bulk-upload__description{width:100%}}.bulk-upload__description span{display:block;padding-top:10px;font-size:14px;font-weight:bold}.bulk-upload__button{display:flex;align-items:center;width:50%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.bulk-upload__button{width:100%}}.bulk-upload__button{justify-content:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.bulk-upload__button{justify-content:flex-start;margin-top:30px}}.bulk-upload__dropzone{height:150px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.bulk-upload__dropzone{height:75px}}.bulk-upload__dropzone.dropzone-form_has-document{height:auto}
.wine-collection{max-width:1400px;padding:40px 0;margin:0 auto;animation:fadeIn 1s ease-out}.wine-collection__title{margin-bottom:20px}.wine-collection__table{padding-top:20px}.wine-collection__actions{display:flex;flex-direction:row;justify-content:space-between;padding-top:30px}@media only print and (max-width: 500px),only screen and (max-width: 500px){.wine-collection__actions{flex-direction:column-reverse}}.wine-collection__search-group{display:flex;flex-wrap:nowrap;width:100%;max-width:450px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__search-group{align-items:flex-start}}.wine-collection__search-input-group{display:flex;align-items:center;width:100%;transition:.2s ease;transform:scale(1);transform-origin:0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__search-input-group{align-items:flex-start;flex-direction:column}}.wine-collection__search-input{width:100%;margin-right:20px;transition:all .3s linear}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__search-input{margin:0}.wine-collection__search-input input{padding:0}.wine-collection__search-input .search-input__icon-container{display:none}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__search-input i{font-size:16px}}.wine-collection__search-input input{width:100%;text-overflow:ellipsis}.wine-collection__advanced-search-btn{display:flex;cursor:pointer;font-weight:bold}.wine-collection__advanced-search-btn span{white-space:nowrap}.wine-collection__advanced-search-btn_desktop{margin-top:15px;padding:10px 0px;border-bottom:2px solid #c8d0d8;font-size:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__advanced-search-btn_desktop{display:none}}.wine-collection__advanced-search-btn_desktop .advanced-search-btn__label{padding-left:10px}.wine-collection__advanced-search-btn_desktop{margin-top:15px;padding:10px 0px;border-bottom:2px solid #c8d0d8;font-size:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__advanced-search-btn_desktop{display:none}}.wine-collection__advanced-search-btn_desktop .advanced-search-btn__label{padding-left:10px}.wine-collection__advanced-search-btn_mobile{display:none;margin-top:10px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.wine-collection__advanced-search-btn_mobile{display:flex}}.wine-collection__advanced-search-arrow{margin-left:10px;transition:transform .4s ease-in-out;vertical-align:middle}.wine-collection__advanced-search-arrow_down{transform:rotateX(180deg)}.wine-collection__actions-right{display:flex;justify-content:flex-end;align-items:flex-start}@media only print and (max-width: 500px),only screen and (max-width: 500px){.wine-collection__actions-right{margin-bottom:10px}}.wine-collection__action-button{padding:0;margin-left:20px;line-height:15px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-collection__action-button{margin-left:15px}.wine-collection__action-button:last-child{padding-right:0}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.wine-collection__action-button_mobile-hide{display:none}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.collection{max-width:1400px;padding:40px 0;margin:0 auto;animation:fadeIn 1s ease-out}.collection__title{margin-bottom:20px}.collection__actions{display:flex;flex-direction:row;justify-content:space-between;padding-top:30px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection__actions{flex-direction:column-reverse}}.collection__search-group{display:flex;flex-wrap:nowrap;width:100%;max-width:450px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__search-group{align-items:flex-start}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection__search-group{max-width:initial}}.collection__search-input-group{display:flex;align-items:center;width:100%;transition:.2s ease;transform:scale(1);transform-origin:0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__search-input-group{align-items:flex-start;flex-direction:column}}.collection__search-input{width:100%;margin-right:20px;transition:all .3s linear}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__search-input{margin:0}.collection__search-input input{padding:0}.collection__search-input .search-input__icon-container{display:none}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__search-input i{font-size:16px}}.collection__search-input input{width:100%;text-overflow:ellipsis}.collection__advanced-search-btn{display:flex;cursor:pointer;font-weight:bold;color:#000}.collection__advanced-search-btn span{white-space:nowrap}.collection__advanced-search-btn_desktop{margin-top:15px;padding:10px 0px;border-bottom:2px solid #c8d0d8;font-size:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__advanced-search-btn_desktop{display:none}}.collection__advanced-search-btn_desktop .advanced-search-btn__label{padding-left:10px}.collection__advanced-search-btn_mobile{display:none;margin-top:10px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__advanced-search-btn_mobile{display:flex}}.collection__advanced-search-arrow{margin-left:10px;transition:transform .4s ease-in-out;vertical-align:middle}.collection__advanced-search-arrow_down{transform:rotateX(180deg)}.collection__actions-right{display:flex;justify-content:flex-end;align-items:flex-start}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection__actions-right{margin-bottom:10px}}.collection__action-button{padding:0;margin-left:20px;line-height:15px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection__action-button{margin-left:15px}.collection__action-button:last-child{padding-right:0}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection__action-button_mobile-hide{display:none}}.collection__mobile-search-button{display:none;padding:1px 0 0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection__mobile-search-button{display:block}}.collection__mobile-search-button .image-add-button__icon{font-size:18px}.collection__table{padding-top:20px}.collection__mobile-filters{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection__mobile-filters{display:block}}.collection__mobile-filters .mobile-table-sort__filters-container{top:46px}.collection__bulk-update-button{height:26px;font-size:16px}
.mixed-collection-actions__action-button{padding:0;margin-left:20px}.mixed-collection-actions__mobile-filters{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.mixed-collection-actions__mobile-filters{display:block}}
.collection-table__header-cell_mixed-asset{width:14%}.collection-table__header-cell_mixed-title,.collection-table__header-cell_mixed-artist{width:13%}.collection-table__header-cell_mixed-category{width:9%}.collection-table__header-cell_mixed-created{width:8%}
.mixed-collection-header__title{display:flex;flex-wrap:wrap;color:#000;border-bottom:2px solid #c8d0d8;font-size:22px;font-weight:bold}@media only print and (max-width: 450px),only screen and (max-width: 450px){.mixed-collection-header__title{flex-direction:column}}.mixed-collection-header__title-link{flex-shrink:0;margin-right:30px;padding-bottom:5px;padding-top:10px;text-decoration:none;color:inherit}.mixed-collection-header__title-link_active{border-bottom:3px solid #004add}@media only print and (max-width: 450px),only screen and (max-width: 450px){.mixed-collection-header__title-link_active{color:#004add;border-bottom:none}}
.collection-list-details-header-with-image{position:relative;width:100%;height:320px;max-height:320px;background-position:center;background-size:cover;background-repeat:no-repeat;margin-bottom:20px}.collection-list-details-header-with-image__info{position:absolute;width:100%;padding:10px 20px;bottom:0;background-color:rgba(0,0,0,.3)}.collection-list-details-header-with-image__list-name{font-size:18px;color:#f3f4f5}.collection-list-details-header-with-image__breadcrumbs{padding-top:0;padding-left:0;margin-bottom:5px}.collection-list-details-header-with-image__actions{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.collection-list-details-header-with-image__actions .collection-list-details-header__button_active{color:#fff}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-details-header-with-image{height:220px}}.collection-list-details-header-with-image .breadcrumbs__link{color:#f3f4f5;text-decoration:underline}.collection-list-details-header-with-image .breadcrumbs__link_inactive{color:#f3f4f5}.collection-list-details-header-with-image .breadcrumbs__item::before{border-bottom-color:#f3f4f5;border-left-color:#f3f4f5}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.collection-list-details{max-width:1400px;margin:0 auto;padding:40px 0;animation:fadeIn 1s ease-out}.collection-list-details__breadcrumbs{padding:10px 0}.collection-list-details__actions{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-details__actions{flex-direction:column-reverse}}.collection-list-details__search-group{display:flex;flex-wrap:nowrap;width:100%;max-width:450px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-list-details__search-group{align-items:flex-start}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-details__search-group{max-width:initial}}.collection-list-details__search-input-group{display:flex;align-items:center;width:100%;transition:.2s ease;transform:scale(1);transform-origin:0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-list-details__search-input-group{align-items:flex-start;flex-direction:column}}.collection-list-details__search-input{width:100%;margin-right:20px;transition:all .3s linear}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-list-details__search-input{margin:0}.collection-list-details__search-input input{padding:0}.collection-list-details__search-input .search-input__icon-container{display:none}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-list-details__search-input i{font-size:16px}}.collection-list-details__search-input input{width:100%;text-overflow:ellipsis}.collection-list-details__actions-right{display:flex;justify-content:flex-end;align-items:flex-start}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-list-details__actions-right{margin-bottom:10px}}.collection-list-details__action-button{padding:0px;margin-left:20px;line-height:15px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-list-details__action-button{margin-left:15px}.collection-list-details__action-button:last-child{padding-right:0}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-list-details__action-button_mobile-hide{display:none}}.collection-list-details__mobile-search-button{display:none;padding:1px 0 0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-list-details__mobile-search-button{display:block}}.collection-list-details__mobile-search-button .image-add-button__icon{font-size:18px}.collection-list-details__mobile-filters{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-list-details__mobile-filters{display:block}}.collection-list-details__mobile-filters .mobile-table-sort__filters-container{top:46px}.collection-list-details__table{padding-top:20px}.collection-list-details .selected-items-footer__item{width:16.66%}.collection-list-details__edit-list-modal{max-width:600px}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.assets-list-by-category{max-width:1400px;margin:0 auto;animation:fadeIn 1s ease-out;padding:40px 0px}.assets-list-by-category__wrapper{max-width:1400px;margin:0 auto;padding:40px 0}
.collection-artwork-basic-field{display:flex;padding:0 15px 35px 15px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork-basic-field{flex-direction:column;width:100%}}.collection-artwork-basic-field__title{text-transform:capitalize;width:110px;padding:0 5px 10px 0;font-weight:600}.collection-artwork-basic-field__text{width:calc(100% - 110px);white-space:pre-wrap;word-break:break-word}
.artwork-header{display:flex;align-items:center;flex-wrap:wrap}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-header{align-items:flex-start;flex-direction:column}}.artwork-header__asset-name{padding-right:40px;font-size:24px;font-weight:bold;font-style:italic;line-height:32px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-header__asset-name{padding-right:0}}.artwork-header__dimensions{padding-right:40px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-header__dimensions{padding-right:0}}.artwork-header__author-name{font-size:24px;color:#000;padding:0}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-header__author-name{margin-top:10px}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.artwork-header__author-name_btn{border-bottom:2px solid #fff}}.artwork-header__author-name_btn:hover,.artwork-header__author-name_btn:focus.focus-visible{text-decoration:underline}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.artwork-header__author-name_btn:hover,.artwork-header__author-name_btn:focus.focus-visible{border-color:#000}}.artwork-header__asset-creation-date{font-weight:400;font-style:normal}

.collection-artwork-description{position:relative;display:flex;align-items:flex-start;justify-content:space-between}.collection-artwork-description_bottom{align-items:flex-end;margin:20px 0 10px 0}.collection-artwork-description__other-costs{margin-top:20px;padding:0}.collection-artwork-description__other-costs .collapse-section__header{border:none}.collection-artwork-description__other-costs .collapse-section__header-titles{font-size:14px;font-weight:bold;color:#004add}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-artwork-description{flex-direction:column}}.collection-artwork-description__statistics-dimension-tooltip{text-align:center}.collection-artwork-description__statictics-dimension-icon{margin-left:5px;color:#c8d0d8}@media print{.collection-artwork-description__statictics-dimension-icon{display:none}}.collection-artwork-description__column{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-artwork-description__column{width:100%;margin-bottom:25px}}.collection-artwork-description__info-value{font-weight:bold}.collection-artwork-description__item{font-size:14px}.collection-artwork-description__item:not(:first-child){margin-top:15px}.collection-artwork-description__item-label{margin-bottom:7px;text-transform:capitalize;font-weight:600}.collection-artwork-description__item-value{font-size:14px}.collection-artwork-description__item-value_bold{font-weight:600}.collection-artwork-description__item-value_italic{font-style:italic}.collection-artwork-description__item-value_accent{color:#004add}.collection-artwork-description__item-value_accent-green{color:#1cb807}.collection-artwork-description__item-value_accent-red{color:#ff2652}.collection-artwork-description__item-value_large,.collection-artwork-description__item-value_auction-house,.collection-artwork-description__item-value_gallery{font-size:20px}.collection-artwork-description__item-value:not(:first-child){margin-top:7px}.collection-artwork-description__item-value_light{color:#6e767e}.collection-artwork-description__price-date{margin-left:5px}
.sale-card{padding:20px;font-size:14px}.sale-card:hover{cursor:pointer;transition:.2s ease-in;background-color:#f3f4f5}.sale-card__image{display:flex;align-items:center;justify-content:center;height:200px}.sale-card__content{padding:30px 0}.sale-card__line{height:16px;line-height:1rem}.sale-card__line_bold{font-weight:bold}.sale-card__line_offset_bottom{margin-bottom:1rem}.sale-card__line_style_italic{font-style:italic}.sale-card__line_height_two-lines{overflow:hidden;height:2rem}.sale-card__line_dots{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sale-card__author{height:3.2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:bold;line-height:1.5rem}.sale-card__name{margin-bottom:1rem;font-weight:bold;line-height:1rem}.sale-card__estimation{min-height:4rem;margin-bottom:1rem}.sale-card__pricing{margin-bottom:1rem}.sale-card__pricing-price{min-height:2rem}.sale-card__pricing-price_no-value{min-height:3rem}.sale-card__estimate-percent{min-height:1rem;color:#004add;font-weight:bold}.sale-card__empty-line{height:1rem}.sale-card__comparable-label{margin-bottom:1rem;text-decoration:underline;color:#004add;font-weight:bold;line-height:1rem}.sale-card__sale-type-label{height:17px;font-size:14px;font-weight:bold;color:#004add}
.select-hoc-view-button{position:absolute;bottom:40%;left:50%;transition:all .2s ease;transform:translateX(-50%);opacity:0}
.sale-card{padding:20px;font-size:14px}.sale-card:hover{cursor:pointer;transition:.2s ease-in;background-color:#f3f4f5}.sale-card__image{height:200px;background-position:50%;background-size:cover}.sale-card__content{padding:30px 0}.sale-card__line{line-height:1rem}.sale-card__line_offset_bottom{margin-bottom:1rem}.sale-card__line_height_two-lines{overflow:hidden;height:2rem}.sale-card__author{height:3.2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:bold;line-height:1.5rem}.sale-card__name{margin-bottom:1rem;font-weight:bold;line-height:1rem}
.trends-artist-sales-section{display:flex;flex-wrap:wrap;padding:10px 3px}.trends-artist-sales-section__content-no-data-label{padding:15px 15px}.trends-artist-sales-section__card{width:220px}.trends-artist-sales-section__card_selectable:hover{cursor:auto;background-color:rgba(0,0,0,0)}.trends-artist-sales-section__partial-card{width:220px}.trends-artist-sales-section__show-more{width:100%;margin-bottom:30px}.trends-artist-sales-section__link-to-plans{cursor:pointer;text-decoration:underline;color:#004add}.trends-artist-sales-section__link-to-plans_mobile-app{cursor:auto;text-decoration:none}
.artwork-similar-works__collapse-label{display:inline-block;width:200px;padding-left:10px;font-size:18px;font-weight:bold}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-similar-works__collapse-label{padding-left:0}}.artwork-similar-works__sort-dropdown{font-size:14px}.artwork-similar-works__sort-dropdown-items-container{top:20px;right:20px}.artwork-similar-works__sort-dropdown-items-container .mobile-table-sort__corner{display:none}.artwork-similar-works__sort-label{margin-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#6e767e;font-size:14px}.artwork-similar-works__sort-label:focus:not(.focus-visible){outline:none}.artwork-similar-works__sort-label:hover,.artwork-similar-works__sort-label:focus.focus-visible{color:#000}.artwork-similar-works__sort-label-corner-down{padding-left:10px;vertical-align:text-top}.artwork-similar-works__update-link{min-width:300px;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-subtitle{padding:0 20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-subtitle{padding-left:0}}@media only print and (max-width: 900px),only screen and (max-width: 900px){.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-info{width:100%;flex-direction:row;justify-content:space-between}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-info{align-items:flex-end;flex-direction:column}}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-titles{display:flex;justify-content:space-between}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-titles{max-width:100%;width:100%}}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.artwork-similar-works .artwork-similar-works__similar-works .collapse-section__header-action{width:100%;padding-top:10px}}
.sales-filters-column__row{display:flex;padding:10px 0}.sales-filters-column__col{flex-grow:1}.sales-filters-column__col_label{flex-grow:0;flex-shrink:0;width:130px}.sales-filters-column__search-input{width:100%}.sales-filters-column__range{width:100%}.sales-filters-column__range .range-picker__content{padding:0}.sales-filters-column__range .range-picker__text-input-container{flex-grow:1}.sales-filters-column__range .range-picker__to-label{padding:0 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sales-filters-column__range .datepicker{height:inherit}}.sales-filters-column__range .datepicker-input{width:100%;border-bottom:0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sales-filters-column__range_date .range-picker__content{align-items:flex-start;flex-direction:column}.sales-filters-column__range_date .range-picker__text-input-container_first,.sales-filters-column__range_date .range-picker__text-input-container_second{width:100%;margin:0}.sales-filters-column__range_date .range-picker__to-label{padding:10px}}.sales-filters-column__checkbox{float:left;width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sales-filters-column__checkbox{width:100%}}.sales-filters-column__checkbox .checkbox{width:100%}.sales-filters-column__checkbox .checkbox__icon-container{border-color:#004add}.sales-filters-column__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.sales-filters-column__checkbox .checkbox__label{margin-left:15px;padding-right:5px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}
.autosuggest-multiple-auction-houses-input .text-field__input{height:28px;padding:0px 30px}.autosuggest-multiple-auction-houses-input .text-field__label{display:none}.autosuggest-multiple-auction-houses-input .autosuggest-input__content_open{position:absolute;z-index:1;width:100%}
.find-multiple-auction-houses-field{width:100%}
.sales-filters{font-size:15px}.sales-filters__checkbox-container{padding:20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sales-filters__checkbox-container{padding:25px 0}}.sales-filters__checkbox .checkbox__label{margin-left:15px;padding-right:5px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}.sales-filters__base-filters{display:flex}@media only print and (max-width: 1100px),only screen and (max-width: 1100px){.sales-filters__base-filters{flex-direction:column}}.sales-filters__filters-column{width:50%;padding:20px;padding-top:0}@media only print and (max-width: 1100px),only screen and (max-width: 1100px){.sales-filters__filters-column{width:100%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sales-filters__filters-column{padding:20px 0}}.sales-filters__btns{display:flex;justify-content:flex-end}@media only print and (max-width: 400px),only screen and (max-width: 400px){.sales-filters__btns{flex-direction:column}}.sales-filters__btn{min-width:110px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.sales-filters__btn{margin:10px}}.sales-filters__btn_offset_right{margin-right:15px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.sales-filters__btn_offset_right{margin:10px}}
.asset-comps-dates-periods__period-btn{height:auto;padding:0;font-size:14px;color:#6e767e}.asset-comps-dates-periods__period-btn:hover .asset-comps-dates-periods__period-label{color:#004add}.asset-comps-dates-periods__period-btn-delimiter{padding:0px 5px}.asset-comps-dates-periods__is-period-selected .asset-comps-dates-periods__period-label{color:#004add}
.trends-asset-comps__title{padding:10px 0;border-bottom:2px solid #c8d0d8;font-size:1.3rem;font-weight:bold}.trends-asset-comps__title-content{display:flex;justify-content:space-between}.trends-asset-comps__title-logo{width:120px;padding-right:10px}.trends-asset-comps__row{display:flex;font-weight:bold}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-comps__row{flex-direction:column}}.trends-asset-comps__col{width:50%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-comps__col{width:100%}}.trends-asset-comps__col-caption{padding:10px 0;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-comps__col-caption{padding-top:20px}}.trends-asset-comps__col-caption:nth-of-type(2){padding-top:20px}.trends-asset-comps__col-value{color:#004add}
.collection-artwork-arrows{display:flex;padding:15px 0;overflow:hidden}.collection-artwork-arrows__overflow{margin-left:-14px}.collection-artwork-arrow{position:relative;width:40px;height:40px;padding:0}.collection-artwork-arrow_prev{transform:rotate(-90deg)}.collection-artwork-arrow_next{transform:rotate(90deg)}.collection-artwork-arrow::before,.collection-artwork-arrow::after{position:absolute;top:0;left:0;width:0;height:0;content:"";border:solid rgba(0,0,0,0);border-radius:8px}.collection-artwork-arrow::before{left:4px;border-width:16px;border-bottom-color:#6e767e}.collection-artwork-arrow::after{border-width:20px;border-bottom-color:#fff}.collection-artwork-arrow:disabled{cursor:default;opacity:.5}
.artwork-header-actions{display:flex;flex-direction:column;flex-shrink:0;justify-content:flex-end;font-size:14px;font-weight:normal}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-header-actions{flex-direction:row;justify-content:space-around;width:100%;margin-top:20px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.artwork-header-actions{margin-right:0}}.artwork-header-actions__action{display:flex;align-items:center;padding:3px 0 3px 3px;cursor:pointer;color:#000;border-bottom:2px solid #fff;font-size:14px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-header-actions__action:not(:last-child){margin-bottom:0}}.artwork-header-actions__action:not(:last-child){margin-bottom:5px}.artwork-header-actions__action:hover,.artwork-header-actions__action:focus.focus-visible{border-color:#000}.artwork-header-actions__action_bell{margin-right:8px}.artwork-header-actions__action-icon{color:#000;width:25px;text-align:left}
.artwork-header-block{position:sticky;z-index:2;top:0px;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 5px 10px;border-bottom:2px solid #c8d0d8;background-color:#fff}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-header-block{align-items:unset;flex-direction:column}}@media only print and (max-height: 400px),only screen and (max-height: 400px){.artwork-header-block{position:static;z-index:auto}}.artwork-header-block__breadcrumbs{padding:10px 0}.artwork-header-block__info{display:flex;flex-flow:column;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-header-block__info{width:100%}}
.image-viewer__close-btn-container{position:absolute;z-index:1;top:0;right:0}.image-viewer__close-btn{padding:35px;position:relative;display:inline-block;box-sizing:border-box;width:25px;height:25px;cursor:pointer;color:#c8d0d8;line-height:25px}.image-viewer__close-btn::before,.image-viewer__close-btn::after{position:absolute;top:50%;left:50%;display:block;width:25px;height:2px;margin-left:-12.5px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#c8d0d8}.image-viewer__close-btn::after{transform:rotate(45deg)}.image-viewer__close-btn:hover::before,.image-viewer__close-btn:hover::after,.image-viewer__close-btn:focus.focus-visible::before,.image-viewer__close-btn:focus.focus-visible::after{background-color:hsl(210,17.0212765957%,96.568627451%)}.image-viewer__close-btn:disabled::before,.image-viewer__close-btn:disabled::after{background-color:#ccc}.image-viewer__image{width:100%;max-width:400px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.image-viewer__image{max-width:100%}}.image-viewer__thumb-slider{width:400px;max-width:100%;height:300px;margin-bottom:36px}.image-viewer__thumb-slider .carousel .control-dots{top:100%;bottom:auto}.image-viewer__thumb-slider .carousel .control-dots .dot{background:#000}.image-viewer__thumb-slider .carousel .control-arrow:focus.focus-visible{opacity:1;background:rgba(0,0,0,.2)}.image-viewer__thumb-slider .carousel img{display:none}.image-viewer__thumb-slider .carousel.carousel-slider{overflow:visible}.image-viewer__thumb-slide{width:100%;height:100%;background-position:center;background-size:cover}.image-viewer__thumb-slide:focus.focus-visible{opacity:.8;border:2px solid #f0f7fd;outline:0}.image-viewer__asset-carousel-shadow{background-color:rgba(0,0,0,.8)}.image-viewer__asset-carousel{display:flex;flex-basis:100%;flex-direction:column;width:100%;height:100%}.image-viewer__asset-carousel .slider{padding:10px}.image-viewer__asset-carousel-thumb-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.asset-changes-block__caption{padding:0 5px;font-size:24px}.asset-changes-block__caption-container{display:flex;align-items:flex-end;justify-content:space-between}.asset-changes-block__link{cursor:pointer;text-decoration:underline;color:#004add}.asset-changes-block__link:hover,.asset-changes-block__link:focus.focus-visible{text-decoration:none}.asset-changes-block__header{display:flex;justify-content:space-between;margin:10px 0;padding:15px;border-color:#adadad;border-top:2px solid;border-bottom:2px solid;font-weight:600}@media only print and (max-width: 768px),only screen and (max-width: 768px){.asset-changes-block__header{align-items:start;flex-direction:column}}.asset-changes-block__row{display:flex;justify-content:space-between;padding:10px 15px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.asset-changes-block__row{align-items:unset;flex-direction:column}}.asset-changes-block__row:hover{background-color:#f3f4f5}.asset-changes-block__item{width:100%;min-width:230px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.asset-changes-block__item{min-width:0}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.asset-changes-block__item_name{font-weight:600}}.asset-changes-block__header-item{width:100%;min-width:230px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.asset-changes-block__header-item{padding:5px 0}}
.text-area-field{width:100%}.text-area-field_active .text-area-field__label{color:#004add;font-weight:bold}.text-area-field_active .text-area-field__container{border-color:#6e7881}.text-area-field_disabled .text-area-field__label{color:#6e7881}.text-area-field_disabled .text-area-field__container{border-color:#6e7881}.text-area-field__container{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-field__container{flex-direction:column}}.text-area-field__label{display:flex;align-items:center;width:130px;cursor:pointer;color:#333;font-size:14px;font-weight:500}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-field__label{padding:5px 0}}.text-area-field__input{overflow:hidden;flex-grow:1;width:50%;padding:7px 5px;resize:none;border:none;border-bottom:1px solid #c8d0d8;font-family:HelveticaNeue,Hind,serif;font-size:16px;line-height:22px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.text-area-field__input{width:100%;padding:10px 15px}}.text-area-field__input:focus.focus-visible,.text-area-field__input:active{border:none;border-bottom:1px solid #c8d0d8;outline:none}.text-area-field__invalid-label{overflow:hidden;max-height:0;margin-top:0;transition-duration:.5s;color:#ff2652;font-size:18px;font-size:12px}.text-area-field_invalid .text-area-field__invalid-label{max-height:20px;margin:7px 0 5px 0}.text-area-field_invalid .text-area{border-color:#ff2652}
.email-modal{max-width:600px}.email-modal__content,.email-modal .scrollable-modal-content__content{max-height:500px}.email-modal__preview{margin-top:20px;text-align:left}.email-modal__preview pre{white-space:pre-wrap}.email-modal__preview_label{margin-bottom:10px;color:#6e767e;font-size:16px}.email-modal__preview-block{padding:20px 15px;word-wrap:break-word;word-break:break-word;color:#6e7881;border:1px solid #6e7881;line-height:22px}.email-modal .text-area-field:hover label{color:#333}.email-modal .text-area-field:hover textarea{border-bottom:1px solid #333}.email-modal .text-area-field__container{position:relative}.email-modal .text-area-field label{position:absolute;z-index:1;top:60%;width:140px;transition:all .3s ease;transform:translateY(-50%);color:#6e767e;font-size:16px}.email-modal .text-area-field textarea{padding:22px 0 0 0;border-bottom:1px solid #6e7881;font-size:16px;line-height:22px}.email-modal .text-area-field_active label,.email-modal .text-area-field_active:hover label{color:#004add}.email-modal .text-area-field_active textarea,.email-modal .text-area-field_active:hover textarea{border-bottom:1px solid #004add}.email-modal .text-area-field_active label,.email-modal .text-area-field_touched label{top:6px;transform:none;letter-spacing:.11px;font-size:14px;font-weight:normal;line-height:16px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.email-modal .text-area-field_active label,.email-modal .text-area-field_touched label{padding:0}}.email-modal__footer{display:flex;justify-content:flex-end;padding:50px 30px 30px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.email-modal__footer{flex-shrink:0;padding:20px 30px 10px 30px}}.email-modal__footer-submit-btn{margin-left:30px}.email-modal__footer-info-msg{letter-spacing:.15px;color:#6e767e;font-size:15px;line-height:20px}
.create-pdf-modal .text-area-form__place-holder{width:150px}
.asset-selected-items-footer__item_bold .selected-items-footer__item-btn{font-weight:bold}.asset-selected-items-footer__loaddable-link .selected-items-footer__item-content:hover{cursor:default;border-color:rgba(0,0,0,0)}.asset-selected-items-footer__loaddable-link-spinner{margin-right:10px;padding:0;transition:all .2s ease-in-out;animation:rotating 2s linear infinite}
.statictic-dimension{display:flex;flex-direction:column;justify-content:space-between;padding:10px 15px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statictic-dimension_mobile{flex-direction:row;justify-content:normal;padding:15px 0 0 0}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.statictic-dimension_mobile{justify-content:space-between}}.statictic-dimension__title{color:#6e767e;font-weight:bold;line-height:16px;max-width:120px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statictic-dimension__title_mobile{align-self:center;width:170px}}.statictic-dimension__val{padding-top:10px;font-size:24px;font-weight:bold;position:relative}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statictic-dimension__val_mobile{align-self:center;padding:0}}.statictic-dimension__secondary-val{position:absolute;bottom:-5px}
.statistics-dimension-wrapper{max-width:140px;position:relative;display:flex;align-items:center;padding:15px}.statistics-dimension-wrapper_risk{max-width:170px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistics-dimension-wrapper{flex-direction:row;justify-content:normal;align-items:flex-end;padding:10px 15px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.statistics-dimension-wrapper{justify-content:space-between}}.statistics-dimension-wrapper__title{text-align:center;color:#010101;max-width:110px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistics-dimension-wrapper__title{text-align:left;min-width:140px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistics-dimension-wrapper__val{align-self:center;padding:0 30px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.statistics-dimension-wrapper__val{padding:0px}}.statistics-dimension-wrapper__chart-container{max-width:170px}
.artwork-analytics{display:flex;flex-direction:column}.artwork-analytics__row{display:flex;flex-direction:row}.artwork-analytics__column{display:flex;flex-direction:column;width:40%;padding:15px 15px 15px 0}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-analytics__column{width:50%}}.artwork-analytics__column_wide{width:50%}.artwork-analytics__column-block{padding-bottom:15px}.artwork-analytics__column-block:last-of-type{padding-bottom:0}.artwork-analytics__column-block-title{padding-bottom:5px;color:#010101;font-weight:bold}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-analytics__column-block-title{padding-bottom:10px;font-size:14px}}.artwork-analytics__column-block-row{padding-bottom:5px}.artwork-analytics .statistics-dimension-wrapper{justify-content:flex-start;width:30%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artwork-analytics .statistics-dimension-wrapper{width:22%;padding:15px 15px 15px 0}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-analytics .statistics-dimension-wrapper{display:flex;flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.artwork-analytics .statistics-dimension-wrapper{padding:15px 5px}}.artwork-analytics .statistics-dimension-wrapper_single{width:50%;max-width:50%;padding:15px 15px 15px 0}.artwork-analytics .statistics-dimension-wrapper__title{width:100%;min-height:30px;max-width:120px;text-align:left;color:#0073e6;font-size:12px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-analytics .statistics-dimension-wrapper__title{min-width:50px}}.artwork-analytics .statistics-dimension-wrapper__val{display:flex;align-items:flex-end;flex-wrap:wrap;width:100%;text-align:left;font-size:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artwork-analytics .statistics-dimension-wrapper__val{padding:0}}.artwork-analytics__link{color:#004add;font-weight:bold}.artwork-analytics__attribute-val{color:#004add;font-weight:bold}.artwork-analytics__chart{height:40px}.artwork-analytics__img{width:65px;height:40px}
.similar-works-stats{padding:0 20px;color:#6e767e;font-size:14px}@media only print and (max-width: 850px),only screen and (max-width: 850px){.similar-works-stats{display:flex;flex-direction:column;align-items:flex-end}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.similar-works-stats{width:100%;padding-left:0;text-align:left}}.similar-works-stats__sale-section-stats-line{padding-right:15px;white-space:nowrap}.similar-works-stats__sale-section-stats-line:last-child{padding-right:0}@media only print and (max-width: 850px),only screen and (max-width: 850px){.similar-works-stats__sale-section-stats-line{padding:5px 0}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.collection-artwork{width:100%;max-width:1200px;margin:0 auto;padding:40px 0px;text-align:left;font-weight:normal}.collection-artwork__header-container{position:sticky;z-index:2;top:0px;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 5px 10px;border-bottom:2px solid #c8d0d8;background-color:#fff}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork__header-container{align-items:unset;flex-direction:column}}@media only print and (max-height: 400px),only screen and (max-height: 400px){.collection-artwork__header-container{position:static;z-index:auto}}.collection-artwork__breadcrumbs{padding:5px 0}.collection-artwork__header-info{display:flex;flex-flow:column;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork__header-info{width:100%}}.collection-artwork__asset-name{padding-right:40px;font-size:24px;font-weight:bold;font-style:italic;line-height:32px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__asset-name{padding-right:0}}.collection-artwork__dimensions{padding-right:40px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__dimensions{padding-right:0}}.collection-artwork__header-caption{display:flex;align-items:center;flex-wrap:wrap}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__header-caption{align-items:flex-start;flex-direction:column}}.collection-artwork__author-name{font-size:24px;padding:0;color:#000}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__author-name{margin-top:10px}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.collection-artwork__author-name_btn{border-bottom:2px solid #fff}}.collection-artwork__author-name_btn:hover,.collection-artwork__author-name_btn:focus.focus-visible{text-decoration:underline}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.collection-artwork__author-name_btn:hover,.collection-artwork__author-name_btn:focus.focus-visible{border-color:#000}}.collection-artwork__asset-creation-date{font-weight:400;font-style:normal}.collection-artwork__header-actions-items{display:flex;flex-direction:column;justify-content:flex-end;flex-shrink:0;font-size:14px;font-weight:normal}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork__header-actions-items{flex-direction:row;justify-content:space-around;width:100%;margin-top:20px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.collection-artwork__header-actions-items{margin-right:0}}.collection-artwork__actions-item{display:flex;align-items:center;padding:3px 0 3px 3px;cursor:pointer;border-bottom:2px solid #fff;font-size:14px;color:#000}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__actions-item:not(:last-child){margin-bottom:0}}.collection-artwork__actions-item:not(:last-child){margin-bottom:5px}.collection-artwork__actions-item:hover,.collection-artwork__actions-item:focus.focus-visible{border-color:#000}.collection-artwork__actions-item_bell{margin-right:8px}.collection-artwork__actions-item-icon{width:25px;text-align:left}.collection-artwork__main-info{display:flex;justify-content:space-between;padding:0 5px 15px 5px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__main-info{align-items:flex-start;flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-artwork__main-info{padding:0 0 15px 0}}.collection-artwork__main-info-image{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__main-info-image{width:100%;margin-bottom:20px}}.collection-artwork__main-info-details{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork__main-info-details{width:100%}}.collection-artwork__row{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:14px}.collection-artwork__column{width:48%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork__column{width:100%}}.collection-artwork__previous-location-item{margin-bottom:35px;border-bottom:1px solid #c8d0d8}.collection-artwork-details{display:flex;flex-basis:50%;flex-direction:column}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork-details{padding-left:0}}.collection-artwork-details__appraisal{padding-top:20px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.collection-artwork-details__appraisal:first-of-type{padding-top:0}.collection-artwork-details__appraisal:last-of-type{border-bottom:none}.collection-artwork-details__title{min-width:100%;margin-bottom:30px;padding-left:10px;border-bottom:2px solid #c8d0d8;font-size:18px;font-weight:bold;line-height:46px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork-details__title{padding-left:0}}.collection-artwork-details__ownership-status{padding-bottom:5px}.collection-artwork-details__tag-container{display:flex;flex-wrap:wrap}.collection-artwork-details__tag{overflow:hidden;max-width:200px;margin:5px;padding:5px;white-space:nowrap;text-overflow:ellipsis;border-radius:5px;background-color:#efeeea}.collection-artwork-details-item{display:flex;padding:0 15px 35px 15px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork-details-item{flex-direction:column;width:100%}}.collection-artwork-details-item_media{align-items:center;justify-content:space-between}.collection-artwork-details-item__text{width:calc(100% - 110px)}.collection-artwork-details-item__text_link{text-decoration:none;word-break:break-all;color:#004add}.collection-artwork-details-item__title{width:110px;padding-bottom:10px;text-transform:capitalize;font-weight:600}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork-details-item__title_media-name,.collection-artwork-details-item__title_media-type{padding:0 0 10px 0;text-align:center}}.collection-artwork-details-item__title_media-name{width:100%}.collection-artwork-details-item__title_media-type{width:100%;max-width:200px}.collection-artwork-details-item__title_media-name,.collection-artwork-details-item__title_media-type{padding:0 10px 0 0;font-weight:normal;line-height:16px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork-details-item__title_media-name_media-name,.collection-artwork-details-item__title_media-name_media-type,.collection-artwork-details-item__title_media-type_media-name,.collection-artwork-details-item__title_media-type_media-type{padding:0 0 10px 0;text-align:center}}.collection-artwork-details-item__title__text{width:calc(100% - 110px)}.collection-artwork-details-item__title__text_media{width:auto;color:#004add}
.collection-artwork-main-info{display:flex;justify-content:space-between;padding:0 5px 15px 5px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork-main-info{align-items:flex-start;flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.collection-artwork-main-info{padding:0 0 15px 0}}.collection-artwork-main-info__image{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork-main-info__image{width:100%;margin-bottom:20px}}.collection-artwork-main-info__details{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.collection-artwork-main-info__details{width:100%}}.collection-artwork-main-info__details-overflow{padding:5px}.collection-artwork-main-info__comps-overflow{padding-bottom:20px}.collection-artwork-main-info__details-comps{padding:20px 0}.collection-artwork-main-info__details-comps_blur{padding:20px;color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.collection-artwork-main-info__details-comps_blur .trends-asset-comps__col-value{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.collection-artwork-main-info__details-comps_blur .trends-asset-comps__title-logo{opacity:.2}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.additional-info-details{display:flex;flex-basis:50%;flex-direction:column}@media only print and (max-width: 768px),only screen and (max-width: 768px){.additional-info-details{padding-left:0}}.additional-info-details__title{min-width:100%;margin-bottom:30px;padding-left:10px;border-bottom:2px solid #c8d0d8;font-size:18px;font-weight:bold;line-height:46px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.additional-info-details__title{padding-left:0}}.additional-info-details__appraisal{padding-top:20px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1)}.additional-info-details__appraisal:first-of-type{padding-top:0}.additional-info-details__appraisal:last-of-type{border-bottom:none}.additional-info-details__ownership-status{padding-bottom:5px}.additional-info-details__tag-container{display:flex;flex-wrap:wrap}.additional-info-details__tag{overflow:hidden;max-width:200px;margin:5px;padding:5px;white-space:nowrap;text-overflow:ellipsis;border-radius:5px;background-color:#efeeea}.additional-info-details__item{display:flex;padding:0 15px 35px 15px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.additional-info-details__item{flex-direction:column;width:100%}}.additional-info-details__item_media{align-items:center;justify-content:space-between}.additional-info-details__item{display:flex;padding:0 15px 35px 15px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.additional-info-details__item{flex-direction:column;width:100%}}.additional-info-details__item_media{align-items:center;justify-content:space-between}.additional-info-details__item-title{width:110px;padding-bottom:10px;text-transform:capitalize;font-weight:600}@media only print and (max-width: 768px),only screen and (max-width: 768px){.additional-info-details__item-title_media-name,.additional-info-details__item-title_media-type{padding:0 0 10px 0;text-align:center}}.additional-info-details__item-title_media-name{width:100%}.additional-info-details__item-title_media-type{width:100%;max-width:200px}.additional-info-details__item-title_media-name,.additional-info-details__item-title_media-type{padding:0 10px 0 0;font-weight:normal;line-height:16px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.additional-info-details__item-title_media-name_media-name,.additional-info-details__item-title_media-name_media-type,.additional-info-details__item-title_media-type_media-name,.additional-info-details__item-title_media-type_media-type{padding:0 0 10px 0;text-align:center}}.additional-info-details__item-text{width:calc(100% - 110px)}.additional-info-details__item-text_media{width:auto;color:#004add}
.collection-artwork-additional-info{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:14px}.collection-artwork-additional-info__column{width:48%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.collection-artwork-additional-info__column{width:100%}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.collection-list-artwork{width:100%;max-width:1200px;margin:0 auto;padding:40px 0;text-align:left;font-weight:normal}.collection-list-artwork__breadcrumbs{padding:10px 0}.collection-list-artwork__dropdown-update-link{min-width:250px;margin-left:10%;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}@media only print and (max-width: 700px),only screen and (max-width: 700px){.collection-list-artwork__dropdown-update-link{width:100%;min-width:0;margin-left:0;padding-top:10px;text-align:left}}.collection-list-artwork__dropdown-update-link_mobile-app{cursor:auto;text-decoration:none}
.appraisals-table-row{font-size:14px}.appraisals-table-row__view,.appraisals-table-row__btn{cursor:pointer;text-decoration:none;color:#004add;font-size:12px;font-weight:bold}.appraisals-table-row__view{padding:10px 30px}.appraisals-table-row__icon{font-size:16px}.appraisals-table-row__disabled-delete{color:#6e767e}.appraisals-table-row__related-to{text-decoration:underline}.appraisals-table-row__related-to:hover{text-decoration:none}.appraisals-table-row__image{width:50px;height:auto}.appraisals-table-row__image_file{text-align:center}
.appraisals-mobile-row{display:flex;width:100%;justify-content:space-between;align-items:center;padding:10px 5px;border-bottom:1px solid #c8d0d8}.appraisals-mobile-row:first-child{border-top:1px solid #c8d0d8}.appraisals-mobile-row__name,.appraisals-mobile-row__type,.appraisals-mobile-row__date{padding:3px 0}.appraisals-mobile-row__name{font-weight:600;max-width:180px}.appraisals-mobile-row__view{font-weight:500;color:#004add;text-decoration:none}.appraisals-mobile-row__related-to{text-decoration:underline}.appraisals-mobile-row__related-to:hover{text-decoration:none}
.appraisals-skeleton{display:flex;width:100%;justify-content:space-between;align-items:center;padding:10px 5px;border-bottom:1px solid #c8d0d8}.appraisals-skeleton:first-child{border-top:1px solid #c8d0d8}.appraisals-skeleton__name,.appraisals-skeleton__type,.appraisals-skeleton__date,.appraisals-skeleton__file-link{margin:8px 0;padding:8px 0;height:10px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.appraisals-skeleton__date{width:80px;border-radius:5px;background-color:#e3ebf3}.appraisals-skeleton__type{width:180px;border-radius:5px;background-color:#e3ebf3}.appraisals-skeleton__name{width:100px;border-radius:5px;background-color:#e3ebf3}.appraisals-skeleton__file-link{padding:11px 0;width:80px;border-radius:5px;background-color:#e3ebf3}
.appraisals-page__caption{margin-bottom:40px;text-align:center;font-size:32px;font-weight:bold}.appraisals-page__action-bar{position:relative;display:flex;justify-content:space-between;padding:10px 0}@media only print and (max-width: 992px),only screen and (max-width: 992px){.appraisals-page__action-bar{flex-direction:column}}.appraisals-page .appraisals-page__mobile-filters{display:none}@media only print and (max-width: 900px),only screen and (max-width: 900px){.appraisals-page .appraisals-page__mobile-filters{display:block}}.appraisals-page__search-input{width:100%;max-width:300px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.appraisals-page__search-input{width:75%}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.appraisals-page__search-input{margin-bottom:15px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.appraisals-page__search-input{align-self:flex-start;width:100%;max-width:100%}}.appraisals-page__mail-icon{margin-right:5px}.appraisals-page__controls-buttons{display:flex;align-items:center;justify-content:space-between}.appraisals-page__controls{display:flex;align-items:center;justify-content:space-between;width:100%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.appraisals-page__controls{margin-bottom:15px}}.appraisals-page__action-button{margin-left:20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.appraisals-page__action-button{margin-left:15px}}.appraisals-page__created-column{width:10%}.appraisals-page__name-column{width:15%}.appraisals-page__related-to-column{width:15%}.appraisals-page__type-column{width:15%}.appraisals-page__source-column{width:15%}.appraisals-page__image-column{width:50px}
.appraisals{padding-top:40px;font-family:HelveticaNeue,Hind,serif}.appraisals__title{margin-bottom:20px}.appraisals__warning-msg{margin-top:40px}
.trends-page-header__title{display:flex;color:#000;border-bottom:2px solid #c8d0d8;font-size:22px;font-weight:bold}@media only print and (max-width: 450px),only screen and (max-width: 450px){.trends-page-header__title{flex-direction:column}}.trends-page-header__title-link{flex-shrink:0;margin-right:30px;padding-bottom:5px;padding-top:10px;text-decoration:none;color:inherit}.trends-page-header__title-link_active{border-bottom:3px solid #004add}@media only print and (max-width: 450px),only screen and (max-width: 450px){.trends-page-header__title-link_active{color:#004add;border-bottom:none}}
.artist-follow-btn{min-width:130px}.artist-follow-btn_disabled{pointer-events:none;color:#fff;background:#004add}.artist-follow-btn__action-btn-caption{width:120px;text-align:left}
.autosuggest-trends-input-item{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 32px}@media only print and (max-width: 420px),only screen and (max-width: 420px){.autosuggest-trends-input-item{align-items:flex-start;flex-direction:column;height:70px;padding:10px 32px}}.autosuggest-trends-input-item__label{padding:0;font-size:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;color:inherit}@media only print and (max-width: 420px),only screen and (max-width: 420px){.autosuggest-trends-input-item__label{max-width:220px}}.autosuggest-trends-input-item__label:active{color:inherit}.autosuggest-trends-input-item__label:focus.focus-visible{outline:none}.autosuggest-trends-input-item__label:hover{text-decoration:underline}.autosuggest-trends-input-item__btns{flex-shrink:0}.autosuggest-trends-input-item__btn{height:26px;padding:0 10px}.autosuggest-trends-input-item__btn_offset_right{margin-right:10px}.autosuggest-trends-input-item__btn_subscribe{min-width:100px}
.artist-trend-market{color:#004add}
.trends-table-row{cursor:pointer;animation:fadeIn .5s ease-out;font-size:14px;line-height:1.2em}.trends-table-row__link{font-size:inherit;font-weight:normal}.trends-table-row__author-photo{overflow:hidden;width:50px;height:50px;cursor:pointer;border-radius:50%;background-position:50%;background-size:cover;filter:grayscale(100%)}
.trends-mobile-table-row{display:flex;margin-bottom:12px;padding:10px;cursor:pointer;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);text-decoration:none;color:inherit}.trends-mobile-table-row:active{color:inherit}.trends-mobile-table-row:focus.focus-visible{outline:none}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-mobile-table-row{flex-direction:column}}.trends-mobile-table-row__photo-container{display:flex;align-items:center;flex-direction:column;justify-content:space-around;padding-left:10%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-mobile-table-row__photo-container{padding:0 20px 0px 10px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-mobile-table-row__photo-container{padding:10px 0 10px 0}}.trends-mobile-table-row__author-photo{overflow:hidden;width:100px;height:100px;cursor:pointer;border-radius:50%;background-position:50%;background-size:cover;filter:grayscale(100%)}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-mobile-table-row__author-photo{margin-bottom:15px}}.trends-mobile-table-row__content{flex-grow:1;padding:0 10%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-mobile-table-row__content{padding:0}}.trends-mobile-table-row__content-row{position:relative;display:flex;justify-content:space-between;padding:4px 0}.trends-mobile-table-row__content-row-title{padding-right:10px;vertical-align:baseline}.trends-mobile-table-row__content-row-value{font-weight:bold}.trends-mobile-table-row__content-row-value_two-lines{position:absolute;top:0;right:0;width:35%;text-align:right}
.trends-mobile-table-row-skeleton{display:flex;margin-bottom:12px;padding:10px;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-mobile-table-row-skeleton{flex-direction:column}}.trends-mobile-table-row-skeleton__photo-container{display:flex;align-items:center;flex-direction:column;justify-content:space-around;padding-left:10%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-mobile-table-row-skeleton__photo-container{padding:0 20px 0px 10px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-mobile-table-row-skeleton__photo-container{padding:10px 0 10px 0}}.trends-mobile-table-row-skeleton__author-photo{overflow:hidden;width:100px;height:100px;border-radius:50%;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.trends-mobile-table-row-skeleton__content{flex-grow:1;padding:0 10%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-mobile-table-row-skeleton__content{padding:0}}.trends-mobile-table-row-skeleton__content-row{display:inline-block;width:100%;height:1em;margin:4px 0;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-mobile-table-row-skeleton__content-row{width:100%}}
.trends-page-table__header-col{line-height:1.2em}.trends-page-table__header-col_author-photo{width:8%}.trends-page-table__header-col_author-name{width:12%}.trends-page-table__header-col_assets-count{width:8%}.trends-page-table__header-col_max-sale{width:8%}.trends-page-table__header-col_avg-sales-all-time{width:8%}.trends-page-table__header-col_avg-sales{width:8%}.trends-page-table__header-col_rate{width:8%}.trends-page-table__header-col_estimate{width:8%}.trends-page-table__header-col_liquidity{width:8%}.trends-page-table__header-col_market-trend{width:8%}.trends-page-table__header-col_follow{width:16%}.trends-page-table__header-col-content{text-align:inherit}.trends-page-table__header-col-content-title{text-align:center}
.trends-lists-table-row{cursor:pointer;animation:fadeIn .5s ease-out;font-size:14px;line-height:1.2em}.trends-lists-table-row__button{width:30px;height:30px;color:#c8d0d8}.trends-lists-table-row__button:hover{color:#6e767e}.trends-lists-table-row__button_active,.trends-lists-table-row__button_active:hover{color:#000}.trends-lists-table-row__icon{font-size:18px}.trends-lists-table-row__action{width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.trends-lists-table-row__action_loading{-moz-text-align-last:center;text-align-last:center}.trends-lists-table-row__action:hover{background-color:#f3f4f5}
.trends-lists-mobile-table-row{display:flex;margin-bottom:12px;padding:10px;cursor:pointer;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trends-lists-mobile-table-row{flex-direction:column}}.trends-lists-mobile-table-row__content-row{padding:4px 0}.trends-lists-mobile-table-row__content-row-title{padding-right:10px;vertical-align:baseline}.trends-lists-mobile-table-row__content-row-value{font-weight:bold}
.trends-lists-table__header-col{line-height:1.2em}.trends-lists-table__header-col_empty{width:8%}.trends-lists-table__header-col_list-name{width:12.5%}.trends-lists-table__header-col_upcoming-works-in-list,.trends-lists-table__header-col_past-works-in-list{width:7%}.trends-lists-table__header-col_upcoming-total-estimates,.trends-lists-table__header-col_upcoming-avg-estimates,.trends-lists-table__header-col_past-total-sales,.trends-lists-table__header-col_past-avg-price{width:9%}.trends-lists-table__header-col_past-rate,.trends-lists-table__header-col_past-estimate{width:9.5%}.trends-lists-table__header-col_details{width:7%}.trends-lists-table__header-col-content{text-align:inherit}.trends-lists-table__header-col-content-title{text-align:center}
.trends-page__search-container{padding:10px 0}.trends-page__search{max-width:450px}.trends-page__section{padding:0 0 20px 0}.trends-page__section .collapse-section__header{align-items:flex-end}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-page__section .collapse-section__header-titles{width:auto}}.trends-page__mobile-filters{font-size:15px;line-height:15px;display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-page__mobile-filters{display:block}}.trends-page__mobile-filters .mobile-table-sort__filters-container{max-width:200px}.trends-page__top-artist-section{padding-top:20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-page__top-artist-section{padding-top:0}}.trends-page__info-message{padding:10px 0}.trends-page__upgrade-link{color:#004add}.trends-page__upgrade-link:hover{text-decoration:underline}.trends-page__upgrade-link_mobile-app:hover{text-decoration:none}
.trends{max-width:1400px;margin:0 auto;padding:40px 0;animation:fadeIn 1s ease-out}.trends__header{margin-bottom:20px}.trends__loader{padding-top:20px}
.trends-asset-additional-info{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 20px;font-size:14px;line-height:16px}.trends-asset-additional-info__column{width:49%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-additional-info__column{width:100%}}.trends-asset-additional-info__block{display:flex;padding-bottom:35px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-additional-info__block{flex-direction:column;width:100%}}.trends-asset-additional-info__block-caption{width:100px;padding-bottom:10px;font-weight:600}.trends-asset-additional-info__block-value{width:calc(100% - 100px)}.trends-asset-additional-info__block-item{padding-bottom:10px}.trends-asset-additional-info__link{text-decoration:none;word-break:break-all;color:#004add}
.gallery-sale-attributes-section{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 20px;font-size:14px;line-height:16px}.gallery-sale-attributes-section__column{width:49%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.gallery-sale-attributes-section__column{width:100%}}.gallery-sale-attributes-section__block{display:flex;padding-bottom:35px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.gallery-sale-attributes-section__block{flex-direction:column;width:100%}}.gallery-sale-attributes-section__block-caption{width:100px;padding-bottom:10px;font-weight:600}.gallery-sale-attributes-section__block-value{width:calc(100% - 100px)}.gallery-sale-attributes-section__block-item{padding-bottom:10px}.gallery-sale-attributes-section__link{text-decoration:none;word-break:break-all;color:#004add}
.trends-asset-details{display:flex;justify-content:space-around;width:100%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-details{flex-direction:column}}.trends-asset-details_blur{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.trends-asset-details_blur .trends-asset-details__row-estimate{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.trends-asset-details__estimate,.trends-asset-details__sale{display:flex;flex-direction:column;width:50%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-details__estimate,.trends-asset-details__sale{width:100%}}.trends-asset-details__estimate{font-weight:600}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset-details__estimate{padding-bottom:40px}}.trends-asset-details__sold-price-value{font-weight:400}.trends-asset-details__sold-price-value:first-child{padding-bottom:10px}.trends-asset-details__sold-price-value_bold{font-weight:600}.trends-asset-details__row-caption{width:50%;font-size:14px;font-weight:600}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-asset-details__row-caption{padding-bottom:5px}}.trends-asset-details__row-caption:not(:first-child){padding-top:30px}.trends-asset-details__row-value{width:90%;padding-top:10px;font-size:18px}.trends-asset-details__row-estimate{width:90%;padding-top:10px;color:#004add;font-size:18px}.trends-asset-details__auction-house-name,.trends-asset-details__gallery-sale-name{padding-top:10px;font-size:24px;font-weight:400}.trends-asset-details__auction-name,.trends-asset-details__gallery-name{padding-top:10px;font-size:18px}

.trends-asset{width:100%;max-width:1200px;margin:0 auto;padding:10px 0 30px;text-align:left;font-weight:normal}.trends-asset__header-container{position:sticky;z-index:2;top:0px;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 5px 10px;border-bottom:2px solid #c8d0d8;background-color:#fff}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset__header-container{flex-direction:column}}.trends-asset__details-overflow{padding:5px}.trends-asset__comps-overflow{margin-top:20px;padding-bottom:20px}.trends-asset__breadcrumbs{padding:5px 0px}.trends-asset__header-info{display:flex;flex-flow:column;justify-content:space-between}.trends-asset__header-actions{display:flex;flex-direction:column;justify-content:flex-end;min-width:100px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset__header-actions{flex-direction:row;justify-content:space-around}}.trends-asset__header{display:flex;flex-wrap:wrap;justify-content:space-between}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__header{align-items:flex-start;flex-direction:column}}.trends-asset__header-dimensions{padding-right:40px}.trends-asset__asset-name{padding-right:40px;font-size:24px;font-weight:bold;font-style:italic;line-height:32px}.trends-asset__header-caption{display:flex;align-items:center;flex-wrap:wrap}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__header-caption{align-items:flex-start;flex-direction:column}}.trends-asset__author-name{font-size:24px;color:#000}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__author-name{margin-top:10px}}.trends-asset__asset-creation-date{font-weight:400;font-style:normal}.trends-asset__actions-item{display:flex;color:#000;padding:3px 0 3px 3px;max-width:102px;width:100%;cursor:pointer;border-bottom:2px solid #fff}.trends-asset__actions-item:hover{border-color:#000}.trends-asset__actions-item_loading{cursor:default}.trends-asset__actions-item_loading:hover{border-color:rgba(0,0,0,0)}.trends-asset__actions-item_link{text-decoration:none}.trends-asset__actions-item_link:hover{border-color:#000}.trends-asset__actions-item:not(:last-child){margin-bottom:5px}.trends-asset__actions-item-icon{width:25px}.trends-asset__actions-item-loading-icon{font-size:14px}.trends-asset__mail-to{display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px;font-weight:normal}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__mail-to{margin-top:5px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-asset__mail-to{flex-direction:row;justify-content:space-around;width:100%}}.trends-asset__chat-icon{margin-right:10px;font-size:20px}.trends-asset__main-info{display:flex;padding:0 5px 15px 5px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__main-info{align-items:flex-start;flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-asset__main-info{padding:0 0 15px 0}}.trends-asset__main-info-image{margin-right:70px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-asset__main-info-image{margin-right:0}}.trends-asset__details{flex-grow:1;padding-left:10px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__details{width:100%;padding:50px 0 0 0}}.trends-asset__details-comps{padding-top:20px}.trends-asset__details-comps_blur{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.trends-asset__details-comps_blur .trends-asset-comps__col-value{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.trends-asset__details-comps_blur .trends-asset-comps__title-logo{opacity:.2}.trends-asset__additional-info{padding-top:20px}.trends-asset__collapse-label{display:inline-block;width:200px;padding-left:20px;font-size:18px;font-weight:bold}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__collapse-label{padding-left:0}}.trends-asset__similar-works .collapse-section__header-subtitle{padding:0 20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-asset__similar-works .collapse-section__header-subtitle{padding-left:0}}@media only print and (max-width: 900px),only screen and (max-width: 900px){.trends-asset__similar-works .collapse-section__header-info{width:100%;flex-direction:row;justify-content:space-between}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-asset__similar-works .collapse-section__header-info{align-items:flex-end;flex-direction:column}}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-asset__similar-works .collapse-section__header-titles{display:flex;justify-content:space-between}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-asset__similar-works .collapse-section__header-titles{max-width:100%;width:100%}}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-asset__similar-works .collapse-section__header-action{width:100%;padding-top:10px}}.trends-asset__sort-dropdown{font-size:14px}.trends-asset__sort-dropdown-items-container{top:20px;right:20px}.trends-asset__sort-dropdown-items-container .mobile-table-sort__corner{display:none}.trends-asset__sort-label{margin-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trends-asset__sort-label-corner-down{padding-left:10px;vertical-align:text-top}
.trends-asset-page{padding-top:50px}
.statistic-dimension-section{display:inline-block;padding:10px 0 10px 25px;vertical-align:middle}@media only print and (max-width: 600px),only screen and (max-width: 600px){.statistic-dimension-section{padding:10px 0}}.statistic-dimension-section__header{min-height:26px;text-transform:uppercase;color:#6e767e;border-bottom:2px solid #c8d0d8}
.artist-detail-stats{display:flex;flex-direction:column;justify-content:space-between}.artist-detail-stats__statistics-container{display:flex;flex-wrap:wrap}.artist-detail-stats__statistics-container .statictic-dimension__title{font-size:13px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.artist-detail-stats__statistics-container .statictic-dimension__val_mobile{padding-top:0}}@media only print and (max-width: 520px),only screen and (max-width: 520px){.artist-detail-stats__statistics-container{width:100%;flex-direction:column}}.artist-detail-stats__stats-section-content{display:flex;justify-content:space-between}.artist-detail-stats__stats-data-container{width:100%;padding-left:0}.artist-detail-stats__stats-data-container .statistic-dimension-section__header{padding-left:20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artist-detail-stats__statictics-dimension-title{max-width:100% !important}}.artist-detail-stats__market-trend-stats,.artist-detail-stats__liquidity-stats{width:250px !important;padding-top:34px;padding-bottom:0}.artist-detail-stats__market-trend-stats .statistic-dimension-section__body,.artist-detail-stats__liquidity-stats .statistic-dimension-section__body{border-top:2px solid #c8d0d8}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artist-detail-stats__market-trend-stats_large,.artist-detail-stats__liquidity-stats_large{display:none}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artist-detail-stats__market-trend-stats,.artist-detail-stats__liquidity-stats{width:100% !important;padding-top:20px}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artist-detail-stats__market-trend-stats{padding-left:0}}.artist-detail-stats__statictics-dimension .statictic-dimension__val{font-size:20px}.artist-detail-stats__statictics-dimension .statictic-dimension__title{min-width:100px}.artist-detail-stats__statictics-dimension_wide .statictic-dimension__title{max-width:130px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artist-detail-stats__statictics-dimension_wide .statictic-dimension__title{max-width:120px}}.artist-detail-stats__hidden-content{z-index:1;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artist-detail-stats__hidden-content{width:100%;padding-top:15px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.artist-detail-stats__hidden-content{right:0;left:auto;justify-content:space-between;text-align:right}}.artist-detail-stats__hidden-content_mobile-app{cursor:auto;text-decoration:none}.artist-detail-stats__hidden-content{font-size:14px !important}.artist-detail-stats__statistics-dimension-title{display:flex;gap:5px;font-size:13px}.artist-detail-stats__market-trend-and-liquiduty-stats-wrapper{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artist-detail-stats__market-trend-and-liquiduty-stats-wrapper{display:flex;justify-content:space-between}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.artist-detail-stats__market-trend-and-liquiduty-stats-wrapper{flex-direction:column}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.artist-detail-stats{flex-direction:column}}
@media only print and (max-width: 768px),only screen and (max-width: 768px){.trend-artist-detail__header-caption{margin:15px 0}}.trend-artist-detail__author-name{display:inline;font-size:32px;font-weight:600;margin-bottom:10px;margin-right:15px}.trend-artist-detail__subtitle{color:#6e767e;font-size:16px}@media only print and (max-width: 500px),only screen and (max-width: 500px){.trend-artist-detail__subtitle{display:inline-block;margin-top:10px}}.trend-artist-detail__mail-to{font-size:14px;font-weight:normal}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trend-artist-detail__mail-to{margin-top:10px}}.trend-artist-detail__chat-icon{margin-right:10px;font-size:18px}.trend-artist-detail__statictics{display:flex;flex-direction:column;padding:30px 15px 0px 0;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trend-artist-detail__statictics{display:flex;flex-direction:column}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__statictics{flex-direction:row;justify-content:space-between}}@media only print and (max-width: 570px),only screen and (max-width: 570px){.trend-artist-detail__statictics{flex-direction:column}}.trend-artist-detail__statictics-photo-container{display:flex;flex-direction:column;vertical-align:middle}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__statictics-photo-container{width:100%;flex-direction:row}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.trend-artist-detail__statictics-photo-container{flex-direction:column}}.trend-artist-detail__statictics-photo{border-radius:50%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__statictics-photo{margin-bottom:0px;margin-right:20px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trend-artist-detail__statictics-photo{margin-bottom:20px}}.trend-artist-detail__statistics-dimension-tooltip-wrapper{text-align:inherit}.trend-artist-detail__statistics-dimension-tooltip{text-align:center}.trend-artist-detail__statictics-dimension-icon{color:#c8d0d8}@media print{.trend-artist-detail__statictics-dimension-icon{display:none}}.trend-artist-detail__actions{display:flex;flex-wrap:wrap;height:-moz-max-content;height:max-content}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__actions{flex-direction:column}}.trend-artist-detail__action{display:flex;align-items:center;padding:3px 0 3px 3px;cursor:pointer;color:#000;border-bottom:2px solid #fff;font-size:15px}.trend-artist-detail__action:first-child{margin-right:15px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__action:first-child{margin-right:0}}@media only print and (max-width: 640px),only screen and (max-width: 640px){.trend-artist-detail__action:first-child{margin-right:15px}}.trend-artist-detail__action:hover,.trend-artist-detail__action:focus.focus-visible{border-color:#000}.trend-artist-detail__action_bell{margin-right:8px}.trend-artist-detail__action-icon{color:#000;width:25px;text-align:left}.trend-artist-detail__follow-spinner-btn-status{display:inline-block;width:25px;color:#000;text-align:left;margin-left:0;transition:all .2s ease-in-out;font-size:14px}.trend-artist-detail__follow-spinner-btn-status i{animation:rotating 2s linear infinite;max-width:100px}.trend-artist-detail__action-btns{display:flex;gap:5px}.trend-artist-detail__artist-info{display:flex;flex-direction:column}.trend-artist-detail__author-lifetime-label{font-size:19px;color:#6e767e}.trend-artist-detail__stats-item{font-size:16px;color:#6e767e;margin-bottom:10px}.trend-artist-detail__stats-value{font-weight:600}.trend-artist-detail__artist-data{display:flex;justify-content:space-between;margin-bottom:10px}.trend-artist-detail__statistics-wide-screens{display:flex}@media only print and (max-width: 1300px),only screen and (max-width: 1300px){.trend-artist-detail__statistics-wide-screens{display:none}}.trend-artist-detail__statistics-mid-small-screens{display:none}@media only print and (max-width: 1300px),only screen and (max-width: 1300px){.trend-artist-detail__statistics-mid-small-screens{display:block;width:100%}}@media only print and (max-width: 520px),only screen and (max-width: 520px){.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__artist-image-wrapper{flex-direction:column;padding-left:20px}}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__artist-data{flex-direction:column;justify-content:unset;flex-grow:1}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__name-lifetime-data-container{display:flex;justify-content:space-between}@media only print and (max-width: 640px),only screen and (max-width: 640px){.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__name-lifetime-data-container{flex-direction:column}}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__action{align-items:flex-start}@media only print and (max-width: 640px),only screen and (max-width: 640px){.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__actions{flex-direction:row;margin-top:20px}}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__artist-action-buttons{padding-left:20px;margin-top:40px;justify-content:unset}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__artist-action-buttons{padding-left:0}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__artist-action-buttons{margin-top:30px}}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__name-lifetime-data{display:flex;flex-direction:column}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__name-lifetime-data{padding-left:0}}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__artist-btn{margin-right:15px}.trend-artist-detail__statistics-mid-small-screens .trend-artist-detail__author-lifetime-label{font-size:16px}.trend-artist-detail__name-lifetime-data{padding-left:20px}.trend-artist-detail__statistics-wide-screens-artist-image{margin-right:40px;display:flex;flex-direction:column;justify-content:space-between;padding:0 0 25px 0}.trend-artist-detail__artist-action-buttons{display:flex;justify-content:space-around}.trend-artist-detail__artist-btn{height:35px;line-height:16px;padding:0px 10px}.trend-artist-detail__artist-btn .button__content{font-size:14px}.trend-artist-detail__artist-btn-icon{padding-right:5px}.trend-artist-detail__artist-image-wrapper{display:flex}.trend-artist-detail__main-stats-container{padding-right:35px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trend-artist-detail__main-stats-container{padding-right:0}}.trend-artist-detail__statistics-wide-screens-artist-details{flex-grow:1}@media only print and (max-width: 1300px),only screen and (max-width: 1300px){.trend-artist-detail{margin-bottom:20px}}
.line-chart__tooltip{position:absolute;background-color:#fff;border:1px solid #c8d0d8;border-radius:4px;pointer-events:none;opacity:0;padding:8px}.line-chart__tooltip_active{opacity:1}.line-chart__no-data-text{font-size:17px}
.total-works-chart__container{width:100%;height:400px}.total-works-chart__caption{font-size:16px;font-weight:bold;text-align:center;padding-bottom:0}.total-works-chart__tooltip{position:absolute;max-width:200px;width:100%;background-color:#fff;border:1px solid #c8d0d8;border-radius:4px;pointer-events:none;opacity:0;padding:8px}.total-works-chart__tooltip_active{opacity:1}.total-works-chart__no-data-text{font-size:17px}
.legend-container{display:flex;flex-wrap:wrap;justify-content:center}.legend-container__item{display:flex;align-items:center;padding:0 5px}.legend-container__item-icon{width:14px;height:14px;margin:5px 10px;border-radius:50%}
.artists-chart-wrapper{width:100%;height:400px}.artists-chart-wrapper__caption{font-size:16px;font-weight:600;text-align:center}
.total-sale-price-chart__graph-tick{font-size:14px}.total-sale-price-chart__chart-title{transform:translate(15px, -5px);font-size:16px}.total-sale-price-chart__tooltip{position:absolute;max-width:200px;width:100%;background-color:#fff;border:1px solid #c8d0d8;border-radius:4px;pointer-events:none;opacity:0;padding:8px}.total-sale-price-chart__tooltip_active{opacity:1}.total-sale-price-chart__bar-line{stroke-dasharray:3;opacity:.3}.total-sale-price-chart__legend-background{fill:#f3f4f5;stroke:#ccc;stroke-width:.5}.total-sale-price-chart__no-data-text{font-size:17px}
.artists-charts{display:flex;flex-direction:column}.artists-charts__item{width:50%;margin:0 0 30px 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-charts__item{width:100%}}.artists-charts__charts{display:flex;flex-wrap:wrap}.artists-charts__filters{display:flex;flex-direction:row;margin-bottom:40px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-charts__filters{flex-direction:column}}.artists-charts__filter-item{max-width:450px;width:100%;padding:5px 15px}.artists-charts__filter-item .search-input{height:35px}.artists-charts__filter-item .dropdown__label{width:80px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-charts__filter-item{max-width:100%}.artists-charts__filter-item .dropdown__inner{flex-direction:column}.artists-charts__filter-item .dropdown__label{width:100%}.artists-charts__filter-item .dropdown__input{width:100%}}
.trends-artist-advanced-stats{display:flex;flex-direction:column}.trends-artist-advanced-stats__charts{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.trends-artist-advanced-stats__charts{flex-direction:column}}.trends-artist-advanced-stats__chart-wrapper{width:48.5%;padding:20px 0}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.trends-artist-advanced-stats__chart-wrapper{width:100%}}.trends-artist-advanced-stats__chart{height:auto}.trends-artist-advanced-stats__chart-title{padding-left:20px;min-height:26px;text-transform:uppercase;color:#6e767e;border-bottom:2px solid #c8d0d8}.trends-artist-advanced-stats__sales-distribution-block{height:220px}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.trends-artist-advanced-stats__sales-distribution-block{height:250px}}.trends-artist-advanced-stats .lots-distribution__chart-wrapper{flex-direction:column}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-artist-advanced-stats .lots-distribution__chart-wrapper{flex-direction:row}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artist-advanced-stats .lots-distribution__chart-wrapper{flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artist-advanced-stats{padding:0}}
.filters-section-actions{display:flex}.filters-section-actions__searches-dropdown-container{max-width:250px;width:100%}.filters-section-actions__searches-dropdown{font-size:15px;border:none;min-height:25px}.filters-section-actions__searches-dropdown .dropdown__inner{min-height:25px}.filters-section-actions__searches-dropdown .dropdown__label{display:none}.filters-section-actions__searches-dropdown .dropdown__value{max-width:220px;padding-right:10px}
.side-modal-filters-section{position:fixed;top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.5);visibility:hidden;opacity:0;transition:opacity .5s ease-out,transform .5s ease-out,visibility 0s linear .5s}.side-modal-filters-section_active{visibility:visible;opacity:1;transition-delay:0s}.side-modal-filters-section__filter-section{height:100%;width:450px;background-color:#fff;z-index:999;visibility:hidden;opacity:0;transform:translateX(-500px);transition:opacity .5s ease-out,transform .5s ease-out,visibility 0s linear .5s}.side-modal-filters-section__filter-section_active{visibility:visible;left:0;opacity:1;transform:translateX(0);transition-delay:0s}@media only print and (max-width: 992px),only screen and (max-width: 992px){.side-modal-filters-section__filter-section{width:500px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.side-modal-filters-section__filter-section{width:100%}}.side-modal-filters-section__saved-searches-container{justify-content:space-between;align-items:center;margin:40px 0px 15px 0px}.side-modal-filters-section__saved-searches-container .filters-section-actions__searches-dropdown-container{max-width:320px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.side-modal-filters-section__saved-searches-container .filters-section-actions__searches-dropdown-container{max-width:280px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.side-modal-filters-section__saved-searches-container .filters-section-actions__searches-dropdown-container{max-width:85%}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.side-modal-filters-section__saved-searches-container .filters-section-actions__searches-dropdown-container{max-width:75%}}.side-modal-filters-section__saved-searches-container .filters-section-actions__searches-dropdown{padding:0}.side-modal-filters-section .modal-header{padding:0;height:auto}.side-modal-filters-section .sales-filters__base-filters{flex-direction:column;margin-bottom:15px}.side-modal-filters-section .sales-filters__filters-column{width:100%;padding:0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.side-modal-filters-section .sales-filters__btns{flex-direction:column;gap:10px}}@media only print and (max-width: 400px),only screen and (max-width: 400px){.side-modal-filters-section .sales-filters__btn{margin:0}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.side-modal-filters-section .sales-filters__btn_offset_right{margin-right:0}}.side-modal-filters-section .sales-filters-column__row{flex-direction:column}@media only print and (max-width: 850px),only screen and (max-width: 850px){.side-modal-filters-section .sales-filters-column__checkbox-group{display:flex;flex-direction:column}}.side-modal-filters-section .sales-filters-column__col_label{width:100%;margin-bottom:5px;color:#6e767e}@media only print and (max-width: 850px),only screen and (max-width: 850px){.side-modal-filters-section .sales-filters-column__col{display:flex;flex-direction:column}}.side-modal-filters-section .sales-filters-column__range_date .range-picker__content{flex-direction:column}.side-modal-filters-section .sales-filters-column__range_date .range-picker__text-input-container_first,.side-modal-filters-section .sales-filters-column__range_date .range-picker__text-input-container_second{width:100%}.side-modal-filters-section .sales-filters-column__range_date .range-picker__text-input-container_first{margin-right:0}.side-modal-filters-section .sales-filters-column__range_date .range-picker__text-input-container_second{margin-left:0}.side-modal-filters-section .sales-filters-column__range_date .datepicker__calendar-container{width:100%;right:0}.side-modal-filters-section .range-picker{flex-direction:column;align-items:flex-start;height:auto}.side-modal-filters-section .range-picker__content{width:100%}.side-modal-filters-section .range-picker__label{width:100%;margin-bottom:5px;color:#6e767e}.side-modal-filters-section .range-picker__text-input-container_second{margin-left:0}.side-modal-filters-section .modal-header{border-bottom:none}.side-modal-filters-section .modal-header__title{font-size:16px;font-weight:300;text-transform:uppercase;color:#6e767e}.side-modal-filters-section .modal-header__cross-icon::after,.side-modal-filters-section .modal-header__cross-icon::before{width:18px;height:1px}.side-modal-filters-section .scrollable-modal-content{flex-direction:row !important}.side-modal-filters-section .scrollable-modal-content__content{padding:45px 20px}.side-modal-filters-section .scrollable-modal-content__render-scrollbar-content-view{width:100%}.side-modal-filters-section .scrollable-modal-content__render-scrollbar-content-view{scrollbar-width:none}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.save-advanced-search-modal__field{text-align:left;margin-top:10px}.save-advanced-search-modal__field__field-input{font-size:16px;color:#333}.save-advanced-search-modal__field__field-input::-moz-placeholder{color:#6e767e}.save-advanced-search-modal__field__field-input::placeholder{color:#6e767e}.save-advanced-search-modal__field__with-animation{animation:fadeIn 1s ease-out}.save-advanced-search-modal__checkbox{margin:20px 0}
.save-advanced-search-modal__confirm-modal{z-index:1001}.save-advanced-search-modal__confirm-modal-title{font-size:24px;font-weight:bold}.save-advanced-search-modal__confirm-modal-subtitle{margin-top:20px;font-size:20px}
.trends-artist{max-width:1400px;margin:0 auto;padding-top:30px;animation:fadeIn 1s ease-out}.trends-artist__breadcrumbs{padding:5px 20px}.trends-artist_appear{animation:fadeIn 1s ease-out}.trends-artist__loading-container{padding-top:20px}.trends-artist .collapse-section__header-subtitle{padding:0 20px;white-space:nowrap}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-artist__sale-section .collapse-section__header-titles{display:flex;align-items:baseline;justify-content:space-between}.trends-artist__sale-section .collapse-section__header-action{width:100%;padding-top:10px}}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.trends-artist__sale-section .collapse-section__header-info{flex-direction:row;justify-content:space-between;width:100%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artist__sale-section .collapse-section__header-info{flex-direction:column;align-items:flex-end}.trends-artist__sale-section .collapse-section__header-titles{max-width:100%;width:100%}}.trends-artist__section-title{padding:0 20px;max-width:210px;width:100%;font-size:18px;font-weight:bold}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artist__section-title{padding-left:0}}.trends-artist__sale-section-stats{padding:0 20px;color:#6e767e;font-size:14px}@media only print and (max-width: 1330px),only screen and (max-width: 1330px){.trends-artist__sale-section-stats{padding:0}}@media only print and (max-width: 1300px),only screen and (max-width: 1300px){.trends-artist__sale-section-stats{display:flex;flex-direction:column;align-items:flex-end}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artist__sale-section-stats{width:100%;padding-left:0;text-align:left}}.trends-artist__sale-section-stats-line{padding-right:15px;white-space:nowrap}.trends-artist__sale-section-stats-line:last-child{padding-right:0}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.trends-artist__sale-section-stats-line{padding:5px 0}}.trends-artist__sort-dropdown{font-size:14px}.trends-artist__sort-dropdown-items-container{top:20px;right:20px}.trends-artist__sort-dropdown-items-container .mobile-table-sort__corner{display:none}.trends-artist__sort-label{margin-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trends-artist__sort-label-corner-down{padding-left:10px;vertical-align:text-top}.trends-artist__dropdown-update-link{min-width:300px;margin-left:10%;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-artist__dropdown-update-link{width:100%;min-width:0;margin-left:0;padding-top:10px;text-align:center}}.trends-artist__dropdown-update-link_mobile-app{cursor:auto;text-decoration:none}.trends-artist__statistics-dimensions-periods-wrapper{display:flex;flex-direction:column}.trends-artist__actions{display:flex;padding-left:20px}.trends-artist__actions_top-padding{padding-top:20px}.trends-artist__actions .checkbox{width:-moz-max-content;width:max-content;margin-right:20px}.trends-artist__actions .checkbox:last-child{margin-right:0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artist__actions{flex-direction:column}.trends-artist__actions .checkbox{width:100%}.trends-artist__actions .checkbox__label{word-break:break-word}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-artist .statictic-dimension__title_mobile{align-self:flex-start}}.trends-artist__stat-sections-visibility-checker{margin-bottom:15px}.trends-artist .lots-distribution__total-lots-sold-count-wrapper{padding-top:0;padding-right:0;flex-direction:row;align-items:center}.trends-artist .lots-distribution__total-lots-sold-count-wrapper div:first-child{margin-right:10px}@media only print and (max-width: 1290px),only screen and (max-width: 1290px){.trends-artist .lots-distribution__total-lots-sold-count-wrapper{flex-direction:column;align-items:flex-start}}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.trends-artist .lots-distribution__total-lots-sold-count-wrapper{flex-direction:row;align-items:center}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-artist .statictic-dimension_mobile{flex-direction:column;justify-content:space-between;padding:10px 15px}}@media only print and (max-width: 768px)and (max-width: 520px),only screen and (max-width: 768px)and (max-width: 520px){.trends-artist .statictic-dimension_mobile{flex-direction:row;align-items:center}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.trends-artist .statictic-dimension__val_mobile{padding-top:10px;align-self:flex-start}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.trends-artist{padding-top:0}}
.trends-artist-loader{padding-top:20px}
.upgrade-plan{width:100%;padding:0 5px}.upgrade-plan__logo{color:#000;font-size:24px;font-weight:700;margin:15px 0}.upgrade-plan__logo span{font-family:"serif";display:inline-block;margin-top:.3em;margin-left:.3em;vertical-align:text-top;font-size:.435em;font-weight:700;font-style:italic}.upgrade-plan__name{color:#004add;font-size:26px;font-weight:700}.upgrade-plan__details{font-size:16px;line-height:18px;padding:10px 0}.upgrade-plan__option{padding:5px}
.upgrade-block__title{font-weight:bold;font-size:34px;line-height:60px}.upgrade-block__content{display:flex;flex-direction:row;border-top:1px solid #ccc}@media only print and (max-width: 500px),only screen and (max-width: 500px){.upgrade-block__content{flex-direction:column}}.upgrade-block__button{text-align:center;font-weight:bold;padding:30px 0}.upgrade-block__button-link{color:#fff;background:#004add;display:inline-block;height:40px;padding:0 30px;transition:all .2s ease-in;text-decoration:none;letter-spacing:1px;border-radius:3px;font:normal normal 15px/15px HelveticaNeue,Hind,serif}.upgrade-block__button-link:hover{cursor:pointer;background:#039}.upgrade-block__button-content{display:flex;align-items:center;justify-content:center;height:100%}
.plan-info{padding:0;width:55%;max-width:1000px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.plan-info{width:100%}}.plan-info__title{font-weight:600;font-size:40px;line-height:60px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.plan-info__title{font-size:30px;line-height:40px}}.plan-info__subtitle{margin-top:5px;font-size:48px;line-height:68px;font-family:serif}@media only print and (max-width: 768px),only screen and (max-width: 768px){.plan-info__subtitle{font-size:30px;line-height:40px}}.plan-info__content{font-size:18px}.plan-info__content-row{margin-top:10px}.plan-info__interval{text-transform:capitalize}.plan-info__ancestor-info{padding:10px 0}.plan-info__ancestor-info span{margin-bottom:10px;font-size:22px}.plan-info__action{padding:15px 0;margin-bottom:15px}.plan-info__action_bordered{border-bottom:1px solid #ccc}.plan-info__button{display:block;padding:0;margin-bottom:5px;color:#004add;font-size:18px}.plan-info__button a{color:#004add;text-decoration:none}.plan-info__button:hover{text-decoration:underline}
.settings__column-link,.settings__column-button{display:block;margin-bottom:5px;padding:0;color:#004add;font-size:18px}.settings__column-link:hover,.settings__column-button:hover,.settings__column-link:focus.focus-visible,.settings__column-button:focus.focus-visible{text-decoration:underline}.settings{max-width:1000px;margin:0 auto;padding:50px 0 100px}.settings__title{padding:45px 0;font-size:53px;font-weight:600}@media only print and (max-width: 768px),only screen and (max-width: 768px){.settings__title{padding:25px 0;font-size:36px}}.settings__content{display:flex;align-items:flex-start;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.settings__content{flex-flow:column}}.settings__column{width:35%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.settings__column{width:100%}.settings__column:first-child{margin-bottom:30px}}.settings__column p{margin-top:10px;word-break:break-word;font-size:18px}.settings__column-title{font-size:40px;font-weight:600;line-height:60px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.settings__column-title{font-size:30px;line-height:40px}}.settings__column-subtitle{margin-top:5px;font-family:serif;font-size:48px;line-height:68px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.settings__column-subtitle{font-size:30px;line-height:40px}}.settings__column-action{margin-bottom:15px;padding:15px 0}.settings__column-action_bordered{border-bottom:1px solid #ccc}.settings__currency-dropdown-container{max-width:250px;padding:10px 0}.settings__currency-dropdown{padding-bottom:20px}.settings__column-link{text-decoration:none}.settings-form{max-width:1400px;margin:0 auto;padding:30px;font-family:HelveticaNeue,Hind,serif}@media only print and (max-width: 768px),only screen and (max-width: 768px){.settings-form{padding:30px 0}}.settings-form__input{margin-bottom:10px}.settings-form__password-description{font-size:12px}.settings-form__password-meter{margin-bottom:10px}.settings-form__change-password{padding:20px 0 10px 0;letter-spacing:2.77px;font-size:12px;font-weight:500}.settings-form__submit{min-width:127px;margin-top:30px;letter-spacing:3px;font-size:13px;font-weight:bold}.settings-form__server-error{display:flex;align-items:center;justify-content:flex-start;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.settings-form__server-error_visible{max-height:100px;margin-bottom:30px;padding:15px;opacity:1}.settings-form__footer-container{position:sticky;bottom:0}.settings-form__footer{display:flex;justify-content:flex-end;padding:10px 0;background-color:#fff}
.personal-info{margin:0 auto;padding-top:50px;max-width:600px}.personal-info__breadcrumbs{margin-bottom:30px}.personal-info__breadcrumbs .breadcrumbs{padding:5px 0}
.change-password{margin:0 auto;padding-top:50px;max-width:600px}.change-password__breadcrumbs{margin-bottom:30px}.change-password__breadcrumbs .breadcrumbs{padding:5px 0}
.billing-history-table{border:1px solid #c8d0d8}.billing-history-table__header-col{padding:14px 10px;font-size:.75em;text-transform:uppercase;letter-spacing:1.4px;background-color:#f3f4f5}.billing-history-table__row{text-transform:capitalize}.billing-history-table__col_date,.billing-history-table__col_status{font-weight:bold}.billing-history-table__col_status{display:flex;align-items:center}.billing-history-table__col_status svg{margin-right:10px;fill:#333}.billing-history-table__col_status-failed{color:#ff2652}.billing-history-table__button{height:35px;font-size:10px;font-weight:bold;text-transform:uppercase}
.billing-history-mobile-table__row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);padding:10px 30px;margin-bottom:12px}.billing-history-mobile-table__row-info{margin-right:30px;line-height:18px;text-transform:capitalize}.billing-history-mobile-table__row-action{margin:10px 0}.billing-history-mobile-table__col{margin-bottom:5px}.billing-history-mobile-table__col span,.billing-history-mobile-table__col_date,.billing-history-mobile-table__col_status{font-weight:bold}.billing-history-mobile-table__col_status{display:flex;align-items:center}.billing-history-mobile-table__col_status svg{margin:0 10px}.billing-history-mobile-table__col_status-failed span:last-child{color:#ff2652}.billing-history-mobile-table__button{height:35px;font-size:10px;font-weight:bold;text-transform:uppercase}
.billing-history{max-width:1200px;margin:0 auto;padding:50px 0}.billing-history__breadcrumbs{margin-bottom:30px}.billing-history__title{padding:40px 0;font-size:53px;font-weight:600;text-align:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.billing-history__title{font-size:36px;padding:25px 0}}
.table-link{padding:10px 0;cursor:pointer;white-space:nowrap;color:#004add;font-size:12px;font-weight:bold}.table-link:hover,.table-link:focus.focus-visible{text-decoration:underline}
.invoices-table-row{font-size:14px}.invoices-table-row__link{text-decoration:none;color:#004add;font-size:12px;font-weight:bold}.invoices-table-row__spinner{animation:rotating 2s linear infinite;color:#004add;font-size:15px}
.invoices-mobile-table-row{margin-bottom:12px;padding:10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);font-size:16px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.invoices-mobile-table-row{display:flex}}.invoices-mobile-table-row__items{margin-bottom:15px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.invoices-mobile-table-row__items{flex-grow:1;min-width:0;margin-bottom:0}}.invoices-mobile-table-row__item{display:flex;max-width:100%;line-height:20px}.invoices-mobile-table-row__item-title{width:150px;font-weight:bold}.invoices-mobile-table-row__item-val{width:calc(100% - 100px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.invoices-skeleton{margin-bottom:12px;padding:10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (min-width: 768px),only screen and (min-width: 768px){.invoices-skeleton{display:flex}}.invoices-skeleton__item-title,.invoices-skeleton__item-val{height:16px;margin:2px 0;border-radius:3px;line-height:20px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.invoices-skeleton__item{display:flex}.invoices-skeleton__item-title{width:90px;margin-right:10px}.invoices-skeleton__item-val{width:50%}@media only print and (min-width: 768px),only screen and (min-width: 768px){.invoices-skeleton__item-val{width:calc(100% - 100px)}}.invoices-skeleton__items{margin-bottom:15px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.invoices-skeleton__items{width:50%;margin-bottom:0}}
.invoices-table__header-col_amount{width:15%}.invoices-table__header-col_status{width:15%}.invoices-table__header-col_number{width:20%}.invoices-table__header-col_created{width:20%}.invoices-table__header-col_due{width:20%}.invoices-table__header-col_view-btn{width:10%}
.invoices-page{max-width:1200px;margin:0 auto;padding:50px 0}.invoices-page__breadcrumbs{margin-bottom:30px}.invoices-page__title{padding:40px 0;font-size:53px;font-weight:600;text-align:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.invoices-page__title{font-size:36px;padding:25px 0}}
.card-preview{padding:0 0 15px 0;color:#333}.card-preview__label{color:#6e767e;line-height:20px;letter-spacing:.025em}.card-preview__container{display:flex;flex-wrap:wrap}.card-preview__container_disabled{opacity:.5}.card-preview__number img{width:30px;vertical-align:middle}.card-preview__number span{margin-left:10px;vertical-align:middle;font-weight:bold}.card-preview__input,.card-preview__actions{padding:15px 0 0 0}.card-preview__input-container{height:40px;display:flex;justify-content:space-between;align-items:center;padding:0 14px;font-size:14px;font-family:"HelveticaNeue";box-shadow:rgba(50,50,93,.14902) 0px 1px 3px,rgba(0,0,0,.0196078) 0px 1px 0px;border:0;outline:0;border-radius:4px;background:#fff}.card-preview__input{min-width:280px;flex:1 1 0%;justify-content:space-between;margin-right:20px}
.new-card-form{width:100%;max-width:500px}.new-card-form__submit{margin:30px 0;border-radius:0}.new-card-form__label{letter-spacing:.025em;color:#6e767e;line-height:20px}.new-card-form__input{padding:10px 0 20px 0}.new-card-form input,.new-card-form .StripeElement{display:block;width:100%;padding:14px 14px;border:0;border-radius:4px;outline:0;background:#fff;box-shadow:rgba(50,50,93,.14902) 0px 1px 3px,rgba(0,0,0,.0196078) 0px 1px 0px;font-family:"HelveticaNeue";font-size:1.125em}.new-card-form input::-moz-placeholder{color:#aab7c4;font-size:1.125em}.new-card-form input::placeholder{color:#aab7c4;font-size:1.125em}.new-card-form input:focus.focus-visible,.new-card-form .StripeElement--focus{transition:all 150ms ease;box-shadow:rgba(50,50,93,.109804) 0px 4px 6px,rgba(0,0,0,.0784314) 0px 1px 3px}
.credit-cards{max-width:1200px;margin:0 auto;padding:50px 0}.credit-cards__breadcrumbs{margin-bottom:30px}.credit-cards__title{padding:40px 0;font-size:53px;font-weight:600;text-align:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-cards__title{font-size:36px;padding:25px 0}}.credit-cards__content{display:flex;flex-direction:row;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-cards__content{flex-flow:column-reverse}}.credit-cards__column{width:45%;padding:0 0 20px 0}.credit-cards__column_left{width:50%}.credit-cards__column_right .credit-cards__column-content{display:flex;justify-content:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-cards__column{width:100%}}.credit-cards__no-content{line-height:60px;color:#6e767e;font-weight:bold;font-size:30px;text-align:center}.credit-cards__column-content{padding:10px 0}.credit-cards__column-title{font-size:40px;line-height:60px;font-weight:bold;text-align:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-cards__column-title{font-size:24px;line-height:40px}}.credit-cards__card{padding:15px 0;display:flex}.credit-cards__card-number img{height:20px;vertical-align:middle}.credit-cards__card-number span{margin-left:10px;vertical-align:middle}.credit-cards__card-preview{height:40px;max-width:320px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 14px;font-size:14px;font-family:"HelveticaNeue";box-shadow:rgba(50,50,93,.14902) 0px 1px 3px,rgba(0,0,0,.0196078) 0px 1px 0px;border:0;outline:0;border-radius:4px;background:#fff}
.global-custom-fields{max-width:600px;margin:0 auto;padding-top:50px}.global-custom-fields__breadcrumbs{margin-bottom:30px}.global-custom-fields__breadcrumbs .breadcrumbs{padding:5px 0px}.global-custom-fields__add-btn-container{padding:20px 0;-moz-text-align-last:right;text-align-last:right}.global-custom-fields__table{width:100%}.global-custom-fields__table-head-row{border-bottom:1px solid #c8d0d8}.global-custom-fields__table-head-row-col{padding:5px 0;font-weight:bold}.global-custom-fields__table-row-col{padding:5px}.global-custom-fields__table-row-col_btns{width:80px;text-align:center}.global-custom-fields__table-row-col-icon{vertical-align:middle;font-size:20px}
.global-custom-fields-loader{padding-top:20px}
.assets-locations-table-row{cursor:pointer}.assets-locations-table-row__link_assets{font-size:14px;padding:0 10px;color:#333}.assets-locations-table-row__link-icon{font-size:16px;padding:10px}.assets-locations-table-row__link-icon:hover{color:#333}
.assets-locations-mobile-table-row{font-size:14px}.assets-locations-mobile-table-row__actions{display:flex;justify-content:space-between;padding:10px 0}.assets-locations-mobile-table-row__item-title{width:130px}.assets-locations-mobile-table-row__button{width:47%}

.assets-locations-page{max-width:600px;margin:0 auto;padding-top:50px}.assets-locations-page__breadcrumbs{margin-bottom:30px;padding:5px 0px}.assets-locations-page__add-btn-container{padding:20px 0;-moz-text-align-last:right;text-align-last:right}.assets-locations-page__table-header-col{width:5%}.assets-locations-page__table-header-col_name{width:40%}.assets-locations-page__table-header-col_assets{width:10%}.assets-locations-page__table-header-col_appraisal{width:20%}.assets-locations-page__table-header-col_price{width:20%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.assets-locations-page .confirm-modal__content,.assets-locations-page .confirm-modal__controlls{padding:0 25px}}
.user-modal__details{padding-bottom:20px;color:#333;font-size:14px}.user-modal__form-input .text-field__label{white-space:nowrap;width:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-modal__form-input .text-field__label{width:100%}}.user-modal__form-dropdown{margin-bottom:10px}.user-modal__form-dropdown .dropdown__label{width:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-modal__form-dropdown .dropdown__label{width:100%}}.user-modal__form-dropdown .dropdown__value{left:30%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-modal__form-dropdown .dropdown__value{left:45%}}.user-modal__field_checkbox{margin-bottom:15px;margin-top:15px}.user-modal__field_checkbox .checkbox__label{font-size:14px;color:#333}.user-modal .text-field-form{margin-bottom:10px}
.granted-users-table-row{font-size:14px}.granted-users-table-row__link-icon{margin-right:5px}.granted-users-table-row__actions-btn{height:35px;padding:0 15px;white-space:nowrap;font-size:14px}.granted-users-table-row__delete{cursor:pointer;color:#004add;font-size:16px}
.granted-user-mobile-table-row{position:relative;margin-bottom:20px;padding:15px 0;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}.granted-user-mobile-table-row__item{display:flex;width:80%;margin:3px 0}.granted-user-mobile-table-row__field-caption{flex-shrink:0;width:165px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.granted-user-mobile-table-row__field-caption{width:auto;margin-right:10px}}.granted-user-mobile-table-row__value{overflow:hidden;padding-bottom:1px;white-space:nowrap;text-overflow:ellipsis}@media only print and (max-width: 600px),only screen and (max-width: 600px){.granted-user-mobile-table-row__value{font-weight:600}}.granted-user-mobile-table-row__controls,.granted-user-mobile-table-row__user-info{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;padding:0 20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.granted-user-mobile-table-row__user-info{align-items:flex-start}}.granted-user-mobile-table-row__controls{flex-direction:row}.granted-user-mobile-table-row__link-icon{font-size:20px}.granted-user-mobile-table-row__buttons{display:flex;justify-content:space-around}.granted-user-mobile-table-row__link{position:absolute;top:10px;right:20px;justify-content:flex-end}.granted-user-mobile-table-row__buttons{flex-direction:row;width:100%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.granted-user-mobile-table-row__buttons{align-items:center;flex-direction:column;justify-content:center}}.granted-user-mobile-table-row__button{width:100%;margin:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.granted-user-mobile-table-row__button{max-width:100%}}.granted-user-mobile-table-row__field-caption{font-weight:400}
.granted-users-page{max-width:1400px;margin:0 auto;padding-top:50px}.granted-users-page__breadcrumbs{margin-bottom:30px}.granted-users-page__breadcrumbs .breadcrumbs{padding:5px 0}.granted-users-page__add-btn-container{padding:20px 0;-moz-text-align-last:right;text-align-last:right}.granted-users-page__table-header-col_name{width:25%}.granted-users-page__table-header-col_email{width:25%}.granted-users-page__table-header-col_access{width:7%}.granted-users-page__table-header-col_status{width:7%}.granted-users-page__table-header-col_edit-btn{width:6%}.granted-users-page__table-header-col_delete-btn{width:6%}.granted-users-page__table-header-col_status-btn{width:9%}.granted-users-page__table-header-col_login-btn{width:15%}
.granted-users-loader{padding-top:20px}
.update-custom-list-modal{max-width:500px}
.custom-list{padding:50px 0}.custom-list__content{max-width:1400px;margin:0 auto}.custom-list__breadcrumbs{padding:10px 0}.custom-list__statistic-info{display:flex}@media only print and (max-width: 992px),only screen and (max-width: 992px){.custom-list__statistic-info{flex-direction:column}}.custom-list__statistic-container{margin-right:20px}.custom-list__statistic-type{margin-left:15px;padding-bottom:5px;border-bottom:2px solid #c8d0d8}.custom-list__statistic{display:flex;flex-wrap:wrap}.custom-list__statistic-item-caption{color:#000}.custom-list__statistic-header{padding-bottom:30px}.custom-list__list-container{display:flex;flex-wrap:wrap}.custom-list__card{width:240px}.custom-list__card:not(.custom-list__card_hover):hover{cursor:auto;background-color:rgba(0,0,0,0)}.custom-list__content-no-data-label{padding:25px 15px}.custom-list__header{display:flex;align-items:center;padding-top:10px}.custom-list__header .dropdown-menu__content_visible{transform:translateX(0%) scale(1)}.custom-list__title{flex-grow:1;font-size:28px}.custom-list__divider{height:2px;margin-bottom:30px;border:none;background-color:#c8d0d8}.custom-list__header-menu-content.dropdown-menu__content-animation-enter-active,.custom-list__header-menu-content.dropdown-menu__content-animation-enter-done{transform:translateX(0) scale(1)}.custom-list__header-menu-item{padding:10px 15px;cursor:pointer;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.custom-list__header-menu-item:hover{background-color:#f3f4f5}.custom-list__header-menu-item_loading{-moz-text-align-last:center;text-align-last:center}.custom-list__header-menu-icon{font-size:18px}.custom-list__header-menu-button{color:#c8d0d8}.custom-list__header-menu-button:hover{color:#6e767e}.custom-list__header-menu-button_active,.custom-list__header-menu-button_active:hover{color:#000}.custom-list__sort-dropdown-container{display:flex;align-items:baseline;justify-content:flex-end;padding:10px 0;border-bottom:2px solid #c8d0d8}.custom-list__sort-dropdown{font-size:14px}.custom-list__sort-dropdown-items-container{top:20px;right:20px;max-width:200px}.custom-list__sort-dropdown-items-container .mobile-table-sort__corner{display:none}.custom-list__sort-label{margin-right:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-list__sort-label-corner-down{padding-left:10px;vertical-align:text-top}
.appraisals-table-row:hover{cursor:pointer}
.asset-changes-mobile-table-row{display:flex;width:100%;justify-content:space-between;align-items:center;padding:10px 5px;border-bottom:1px solid #c8d0d8}.asset-changes-mobile-table-row:first-child{border-top:1px solid #c8d0d8}.asset-changes-mobile-table-row__name,.asset-changes-mobile-table-row__type,.asset-changes-mobile-table-row__date{padding:3px 0}.asset-changes-mobile-table-row__name{font-weight:600}.asset-changes-mobile-table-row__view{font-weight:500;color:#004add;text-decoration:none}.asset-changes-mobile-table-row:hover{cursor:pointer}.asset-changes-mobile-table-row__content{width:100%;max-width:400px}
.asset-changes{padding:40px 0}.asset-changes__wrapper{max-width:1400px;margin:0 auto}.asset-changes__breadcrumbs{padding:10px 0}.asset-changes__controls{display:flex;align-items:center;justify-content:flex-end;padding:0 20px;width:100%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.asset-changes__controls{margin-bottom:15px}}.asset-changes__action-bar{position:relative;display:flex;justify-content:space-between;padding-top:30px;padding-bottom:25px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.asset-changes__action-bar{flex-direction:column}}.asset-changes__mobile-filters{display:none}@media only print and (max-width: 900px),only screen and (max-width: 900px){.asset-changes__mobile-filters{display:block}}
.asset-change-view{padding:20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.asset-change-view{padding:20px 0}}.asset-change-view__header{font-size:18px;margin-bottom:10px}.asset-change-view__header-value{font-weight:600;margin-left:15px}.asset-change-view__info-block{font-size:18px;margin-bottom:30px}.asset-change-view__info-block-value{margin-left:15px}.asset-change-view__changes-header{display:flex;width:100%;padding:0 20px 5px;margin-bottom:10px;border-bottom:2px solid #333}.asset-change-view__changes-header-filed{width:50%;font-weight:600}@media only print and (max-width: 600px),only screen and (max-width: 600px){.asset-change-view__changes-header-filed{text-align:center}}.asset-change-view__changes-row{display:flex;width:100%;padding:10px 20px;transition-duration:.3s}.asset-change-view__changes-row:hover{background-color:#f3f4f5}@media only print and (max-width: 600px),only screen and (max-width: 600px){.asset-change-view__changes-row{text-align:center}}.asset-change-view__changes-row-caption,.asset-change-view__changes-row-value{width:50%}
.asset-change-view-page{padding-top:40px}.asset-change-view-page__breadcrumbs{padding:10px 0}.asset-change-view-page__wrapper{max-width:1400px;margin:0 auto}
.ciq-tutorial{max-width:1000px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ciq-tutorial{height:100%;max-height:100%}}.ciq-tutorial .modal-header{text-align:center}.ciq-tutorial__modal-title{font-size:30px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ciq-tutorial__modal-title{font-size:20px;line-height:18px}}.ciq-tutorial__modal-title_rang{margin-left:.3em;vertical-align:text-top;font-family:"HKVenetian",sans-serif;font-size:.435em;font-weight:400;font-style:italic}.ciq-tutorial__content{height:calc(75vh - 250px);padding:0 20px;text-align:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ciq-tutorial__content{height:70vh}}.ciq-tutorial__step-title{margin-bottom:20px;font-size:20px;font-weight:bold;line-height:23px}.ciq-tutorial__step-sub-title{margin-bottom:20px}.ciq-tutorial__step-content{width:100%}.ciq-tutorial__footer{display:flex;justify-content:flex-end;padding:50px 30px 30px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ciq-tutorial__footer{flex-direction:column;flex-shrink:0;padding:20px 30px 10px 30px}}.ciq-tutorial__footer-btn{width:100px;margin-left:30px;font-size:17px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ciq-tutorial__footer-btn{width:100%;margin:0}}.ciq-tutorial__dots-container{display:flex;align-self:center;flex-grow:1;justify-content:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.ciq-tutorial__dots-container{padding-bottom:15px}}.ciq-tutorial__dots{display:flex}.ciq-tutorial__dot{width:12px;height:12px;margin:0 4px;cursor:pointer;transition:all .3s ease;border-radius:50%;background-color:#6e767e}.ciq-tutorial__dot:hover,.ciq-tutorial__dot_active{background-color:#004add}
.tutorial-video{max-width:100%;max-height:calc(75vh - 350px)}
.add-artwork-tutorial-step{max-width:350px;margin:70px auto 0 auto}.add-artwork-tutorial-step__action{margin-bottom:40px;padding:0 35px;border-radius:20px 20px 0 0;background-color:#f3f4f5}.add-artwork-tutorial-step__action-header{width:100%;padding:20px 0;letter-spacing:1px;border-bottom:1px solid #c8d0d8;font-size:initial;font-size:15px;font-weight:bold}.add-artwork-tutorial-step__button-add-artwork{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 0;font-size:15px}.add-artwork-tutorial-step__icon-add-artwork{padding:10px;color:#004add}.add-artwork-tutorial-step__mail-to{max-width:280px;height:auto;padding:10px 20px;text-align:left;line-height:20px}.add-artwork-tutorial-step__chat-icon{margin-right:20px;font-size:20px}
.tutorial{text-align:center}.tutorial__content{max-width:1400px;margin:0 auto;padding:55px 0}
.tearsheets-table-row{font-size:14px}.tearsheets-table-row__view{text-decoration:none;color:#004add;font-size:12px;font-weight:bold}.tearsheets-table-row__edit{color:#004add;font-size:16px}.tearsheets-table-row__edit:focus.focus-visible{box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12)}.tearsheets-table-row__spinner{animation:rotating 2s linear infinite;color:#004add;font-size:15px}
.tearsheets-mobile-table-row{margin-bottom:12px;padding:10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5);font-size:16px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheets-mobile-table-row{display:flex}}.tearsheets-mobile-table-row__items{margin-bottom:15px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheets-mobile-table-row__items{flex-grow:1;min-width:0;margin-bottom:0}}.tearsheets-mobile-table-row__item{display:flex;max-width:100%;line-height:20px}.tearsheets-mobile-table-row__item-title{width:100px;font-weight:bold}.tearsheets-mobile-table-row__item-val{width:calc(100% - 100px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tearsheets-mobile-table-row__link{display:none}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheets-mobile-table-row__btns{display:flex;align-items:center;flex-grow:0;flex-shrink:0;justify-content:flex-end;padding-left:15px}}.tearsheets-mobile-table-row__btn{min-width:120px}.tearsheets-mobile-table-row__btn:first-of-type{margin-right:10px}.tearsheets-mobile-table-row__btn-icon{margin-left:10px}
.tearsheet-skeleton{margin-bottom:12px;padding:10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheet-skeleton{display:flex}}.tearsheet-skeleton__item-title,.tearsheet-skeleton__item-val,.tearsheet-skeleton__btn{height:16px;margin:2px 0;border-radius:3px;line-height:20px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.tearsheet-skeleton__item{display:flex}.tearsheet-skeleton__item-title{width:90px;margin-right:10px}.tearsheet-skeleton__item-val{width:50%}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheet-skeleton__item-val{width:calc(100% - 100px)}}.tearsheet-skeleton__items{margin-bottom:15px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheet-skeleton__items{width:50%;margin-bottom:0}}@media only print and (min-width: 768px),only screen and (min-width: 768px){.tearsheet-skeleton__btns{display:flex;align-items:center;flex-grow:1;justify-content:flex-end}}.tearsheet-skeleton__btn{display:inline-block;min-width:120px;height:40px;padding:0 20px;border-radius:3px}.tearsheet-skeleton__btn:first-of-type{margin-right:10px}
.tearsheet{max-width:1400px;margin:0 auto;padding-top:40px;animation:fadeIn 1s ease-out;font-family:HelveticaNeue,Hind,serif}.tearsheet__title{margin-bottom:20px}.tearsheet__table-header-col_name{width:30%}.tearsheet__table-header-col_date{width:20%}.tearsheet__table-header-col_status{width:20%}.tearsheet__table-header-col_view-btn{width:15%}.tearsheet__table-header-col_remove-btn{width:15%}.tearsheet__mobile-filters{display:flex;justify-content:flex-end;padding:10px 20px 20px 0}@media only print and (min-width: 901px),only screen and (min-width: 901px){.tearsheet__mobile-filters{display:none}}.tearsheet__table{padding:10px 0}
.advanced-search-column__dropdown,.advanced-search-column__input{margin-bottom:15px}.advanced-search-column__dropdown_units{max-width:200px}.advanced-search-column__checkboxes-container{display:flex;margin-bottom:15px}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-container{flex-direction:column}}.advanced-search-column__checkboxes-label{width:130px;font-size:14px}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-label{padding-bottom:15px}}.advanced-search-column__checkboxes-content{display:flex;flex-wrap:wrap;width:calc(100% - 130px)}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-content{width:100%;padding-left:15px}}.advanced-search-column .range-picker__text-input-container{flex-grow:1}.advanced-search-column__checkbox{width:50%}.advanced-search-column__checkbox_full-width{width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.advanced-search-column__checkbox{width:85%}}.advanced-search-column__checkbox .checkbox{width:100%}.advanced-search-column__checkbox .checkbox__icon-container{border-color:#004add}.advanced-search-column__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.advanced-search-column__checkbox .checkbox__label{margin-left:15px;padding-right:5px}.advanced-search-column .range-picker__label,.advanced-search-column .text-field__label,.advanced-search-column .dropdown__label{color:#333}
.advanced-search-form{padding:20px 0 20px 0;animation:fadeIn .5s ease;border-bottom:2px solid #c8d0d8}.advanced-search-form__footer{display:flex;justify-content:flex-end;padding:0 20px}.advanced-search-form__form-btn{font-size:14px}.advanced-search-form__form-btn_submit{margin-left:30px}.advanced-search-form__inputs-container{display:flex;align-items:stretch;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__inputs-container{flex-wrap:wrap}}.advanced-search-form__column{width:32%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__column{width:100%}}
.collection-table-row{text-decoration:none;text-transform:capitalize;color:#333}.collection-table-row:hover{cursor:pointer}.collection-table-row__dimensions{display:block;margin-top:5px;text-transform:lowercase;color:#6e767e}.collection-table-row__asset{max-width:121px;height:80px;max-height:80px}.collection-table-row__advisor{display:block}.collection-table-row__advisor_spaced{margin-bottom:5px}.collection-table-row__checkbox .checkbox__icon-container{border-color:#004add}.collection-table-row__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}
.artworks-table-row{display:flex;align-items:center;min-height:140px;margin-bottom:12px;padding:10px 0;cursor:pointer;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row{flex-direction:column;justify-content:center;height:auto}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row__content{text-align:center}}.artworks-table-row:not(:first-child){border-top:0}.artworks-table-row__image-container{width:190px;padding:0 30px}.artworks-table-row__asset{overflow:hidden;width:100%;max-width:130px;max-height:100px;border-radius:3px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row__asset{max-width:100%;max-height:150px}}.artworks-table-row__artist,.artworks-table-row__title,.artworks-table-row__appraisal,.artworks-table-row__loan_value,.artworks-table-row__user-name,.artworks-table-row__type-field,.artworks-table-row__bank,.artworks-table-row__advance-rate{padding:3px 0}.artworks-table-row__appraisal{display:flex}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row__appraisal{flex-direction:column;justify-content:center;margin-top:10px}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row__type-field{margin-top:10px}}.artworks-table-row__artist{color:#004add;font-size:14px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row__artist{padding-top:20px}}.artworks-table-row__title{text-decoration:none;color:inherit;font-weight:600}.artworks-table-row__formatted-content{margin-left:5px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.artworks-table-row__formatted-content{margin:10px 0}}.artworks-table-row__value_main{display:block;margin-bottom:5px}.artworks-table-row__value_additional{color:#6e767e}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.loan-artworks-table__header-cell_asset{width:10%}.loan-artworks-table__header-cell_artist{width:14%}.loan-artworks-table__header-cell_title{width:13%}.loan-artworks-table__header-cell_created,.loan-artworks-table__header-cell_advance-rate{width:7%}.loan-artworks-table__header-cell_appraisal,.loan-artworks-table__header-cell_loan-value{width:9%}.loan-artworks-table__header-cell_client-name,.loan-artworks-table__header-cell_credit-officer,.loan-artworks-table__header-cell_advisor{width:10%}.loan-artworks-table__header-cell_checkbox{width:1%}.loan-artworks-table__header-checkbox .checkbox__icon-container{border-color:#004add}.loan-artworks-table__header-checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}
.collapse-section-button{display:flex;cursor:pointer;padding-bottom:10px}.collapse-section-button:focus:not(.focus-visible){outline:none}.collapse-section-button__label{white-space:nowrap}.collapse-section-button__arrow{margin-left:10px;transition:transform .4s ease-in-out;vertical-align:middle}.collapse-section-button__arrow_down{transform:rotateX(180deg)}
.loan-artworks-section__collection-table{padding:20px 0}.loan-artworks-section__collection-table .collection-table__header-cell_ltv{width:5%}.loan-artworks-section__collection-table .collection-table__header-cell_sell-through-rate,.loan-artworks-section__collection-table .collection-table__header-cell_price-estimate{width:7%}.loan-artworks-section__advanced-search-btn_desktop{margin-top:15px;padding:10px 0px 10px 10px;border-bottom:2px solid #c8d0d8;font-size:18px;font-weight:bold}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-artworks-section__advanced-search-btn_desktop{display:none}}.loan-artworks-section__advanced-search-btn_mobile{display:none;margin-top:10px;font-size:14px;font-weight:bold}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-artworks-section__advanced-search-btn_mobile{display:flex}}.loan-artworks-section__actions-panel{display:flex;align-items:flex-start;justify-content:space-between}@media only print and (max-width: 500px),only screen and (max-width: 500px){.loan-artworks-section__actions-panel{margin-bottom:10px}}.loan-artworks-section__search-block{width:100%;max-width:450px}.loan-artworks-section__buttons{display:flex;align-items:flex-start;justify-content:flex-end}@media only print and (max-width: 500px),only screen and (max-width: 500px){.loan-artworks-section__buttons{margin-bottom:10px}}.loan-artworks-section__mobile-filters-container{display:none;width:60px;height:45px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-artworks-section__mobile-filters-container{display:block}}.loan-artworks-section__mobile-filters-container .mobile-table-sort__icon{font-size:23px}.loan-artworks-section__mobile-filters-container .mobile-table-sort__filters-container{top:46px}.loan-artworks-section__mobile-filters{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-artworks-section__mobile-filters{display:block}}.loan-artworks-section__mobile-filters .mobile-table-sort__filters-container{top:46px}.loan-artworks-section__action-button{min-width:66px;padding:0 10px;transition:all .2s ease-in;line-height:15px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-artworks-section__action-button_mobile-hide{display:none}}.loan-artworks-section__artworks-title{font-size:24px}.loan-artworks-section__devider{height:2px;margin-bottom:30px;border:none;background-color:#c8d0d8}
.loan-artworks-page__wrapper{max-width:1400px;margin:0 auto;padding:55px 0}.loan-artworks-page__section{padding:30px 0}
.impersonation-page{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.impersonation-page__info{padding:20px 0;font-size:18px}
.artworks-sale-filters-column__autosuggest{max-width:100%;width:100%}.artworks-sale-filters-column__row{display:flex;padding:10px 0}
.trends-artworks-page{max-width:1400px;margin:0 auto;padding:40px 0;animation:fadeIn 1s ease-out}.trends-artworks-page__header{margin-bottom:20px}.trends-artworks-page_appear{animation:fadeIn 1s ease-out}.trends-artworks-page__loading-container{padding-top:20px}.trends-artworks-page .collapse-section__header-subtitle{padding:0 20px;white-space:nowrap}@media only print and (max-height: 1030px),only screen and (max-height: 1030px){.trends-artworks-page .collapse-section__header-subtitle{padding:5px 20px 0px 20px}}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-artworks-page__sale-section .collapse-section__header-titles{display:flex;flex-direction:column;align-items:baseline;justify-content:space-between}.trends-artworks-page__sale-section .collapse-section__header-titles{width:250px}.trends-artworks-page__sale-section .collapse-section__header-action{width:100%;padding-top:10px}}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.trends-artworks-page__sale-section .collapse-section__header-info{flex-direction:row;justify-content:space-between;width:100%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artworks-page__sale-section .collapse-section__header-titles{flex-direction:row}.trends-artworks-page__sale-section .collapse-section__header-info{flex-direction:column;align-items:flex-end}.trends-artworks-page__sale-section .collapse-section__header-titles{max-width:100%;width:100%}}.trends-artworks-page__filter-section .collapse-section__header-titles{width:140px}@media only print and (max-width: 460px),only screen and (max-width: 460px){.trends-artworks-page__filter-section .trends-artworks-page__searches-dropdown{max-width:100%}.trends-artworks-page__filter-section .filters-section-actions__searches-dropdown-container{max-width:100%}.trends-artworks-page__filter-section .collapse-section__header-action{width:100%;padding-top:0;align-items:flex-end}}.trends-artworks-page__section-title{display:inline-block;padding:0 0 0 20px;max-width:206px;width:100%;font-size:18px;font-weight:bold}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artworks-page__section-title{padding-left:0}}.trends-artworks-page__sale-section-stats{padding:0 20px;color:#6e767e;font-size:14px}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.trends-artworks-page__sale-section-stats{display:flex;flex-direction:column;align-items:flex-end}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.trends-artworks-page__sale-section-stats{width:100%;padding-left:0;text-align:left}}.trends-artworks-page__sale-section-stats-line{padding-right:15px;white-space:nowrap}.trends-artworks-page__sale-section-stats-line:last-child{padding-right:0}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.trends-artworks-page__sale-section-stats-line{padding:5px 0}}.trends-artworks-page__sort-dropdown{padding:0 20px;font-size:14px}.trends-artworks-page__sort-dropdown-items-container{top:20px;right:20px}.trends-artworks-page__sort-dropdown-items-container .mobile-table-sort__corner{display:none}.trends-artworks-page__sort-label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.trends-artworks-page__sort-label-corner-down{padding-left:10px;vertical-align:text-top}.trends-artworks-page__dropdown-update-link{min-width:300px;margin-left:10%;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-artworks-page__dropdown-update-link{width:100%;min-width:0;margin-left:0;padding-top:10px;text-align:center}}.trends-artworks-page__dropdown-update-link_mobile-app{cursor:auto;text-decoration:none}.trends-artworks-page__save-advanced-search-modal{max-width:600px}.trends-artworks-page__searches-dropdown{max-width:300px;width:100%;padding:0 15px 0 0;display:flex;place-content:flex-end}@media only print and (max-width: 1030px),only screen and (max-width: 1030px){.trends-artworks-page__searches-dropdown .filters-section-actions__searches-dropdown{padding-left:0}}
.trends-artworks{padding-top:20px}.trends-artworks__loader{padding-top:10px}
.advanced-search-column__dropdown,.advanced-search-column__input{margin-bottom:15px}.advanced-search-column__dropdown_units{max-width:200px}.advanced-search-column__checkboxes-container{display:flex;margin-bottom:15px}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-container{flex-direction:column}}.advanced-search-column__checkboxes-label{width:130px}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-label{padding-bottom:15px}}.advanced-search-column__checkboxes-content{display:flex;flex-wrap:wrap;width:calc(100% - 130px)}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-content{width:100%;padding-left:15px}}.advanced-search-column .range-picker__text-input-container{flex-grow:1}.advanced-search-column__checkbox{width:50%}.advanced-search-column__checkbox_full-width{width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.advanced-search-column__checkbox{width:85%}}.advanced-search-column__checkbox .checkbox{width:100%}.advanced-search-column__checkbox .checkbox__icon-container{border-color:#004add}.advanced-search-column__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.advanced-search-column__checkbox .checkbox__label{margin-left:15px;padding-right:5px;letter-spacing:.15px;font-size:14px;font-weight:500;font-family:HelveticaNeue,Hind,serif}.advanced-search-column .range-picker__label,.advanced-search-column .text-field__label,.advanced-search-column .dropdown__label{color:#333}
.advanced-search-form{padding:20px 0 20px 0;animation:fadeIn .5s ease;border-bottom:2px solid #c8d0d8}.advanced-search-form__footer{display:flex;justify-content:flex-end;padding:0 20px}.advanced-search-form__form-btn{font-size:14px}.advanced-search-form__form-btn_submit{margin-left:30px}.advanced-search-form__inputs-container{display:flex;align-items:stretch;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__inputs-container{flex-wrap:wrap}}.advanced-search-form__column{width:32%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__column{width:100%}}
.marketplace-assets-table-row{text-decoration:none;text-transform:capitalize;color:#333}.marketplace-assets-table-row:hover{cursor:pointer}.marketplace-assets-table-row__mail-to{display:inline-block;padding:0;text-align:left;text-decoration:underline;color:#004add;font-size:16px}.marketplace-assets-table-row__dimensions{display:block;margin-top:5px;text-transform:lowercase;color:#6e767e}.marketplace-assets-table-row__asset{max-width:121px;height:80px;max-height:80px}.marketplace-assets-table-row__button{color:#c8d0d8}.marketplace-assets-table-row__button:hover{color:#6e767e}.marketplace-assets-table-row__button_active,.marketplace-assets-table-row__button_active:hover{color:#000}.marketplace-assets-table-row__icon{font-size:18px}.marketplace-assets-table-row__action{width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.marketplace-assets-table-row__action:hover{background-color:#f3f4f5}.marketplace-assets-table-row__price{display:block;margin-bottom:10px}.marketplace-assets-table-row__date{color:#6e767e}.marketplace-assets-table-row__checkbox .checkbox__icon-container{border-color:#004add}.marketplace-assets-table-row__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}
.marketplace-assets-mobile-table-row{display:flex;align-items:center;min-height:140px;margin-bottom:12px;padding:10px 0;cursor:pointer;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 480px),only screen and (max-width: 480px){.marketplace-assets-mobile-table-row{flex-direction:column;justify-content:center;height:auto}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.marketplace-assets-mobile-table-row__content{text-align:center}}.marketplace-assets-mobile-table-row:not(:first-child){border-top:0}.marketplace-assets-mobile-table-row__image-container{width:190px;padding:0 30px 0 30px}.marketplace-assets-mobile-table-row__asset{overflow:hidden;width:100%;max-width:130px;max-height:100px;border-radius:3px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.marketplace-assets-mobile-table-row__asset{max-width:100%;max-height:150px}}.marketplace-assets-mobile-table-row__artist,.marketplace-assets-mobile-table-row__title,.marketplace-assets-mobile-table-row__type-field{padding:2px 0}.marketplace-assets-mobile-table-row__artist{color:#004add;font-size:14px}@media only print and (max-width: 480px),only screen and (max-width: 480px){.marketplace-assets-mobile-table-row__artist{padding-top:20px}}.marketplace-assets-mobile-table-row__title{text-decoration:none;color:inherit;font-weight:600}
.marketplace-assets-table__mobile-row{margin-bottom:10px}.marketplace-assets-table__header-cell{text-align:left}.marketplace-assets-table__header-cell_asset{width:17%}.marketplace-assets-table__header-cell_artist{width:19%}.marketplace-assets-table__header-cell_title{width:19%}.marketplace-assets-table__header-cell_created{width:10%}.marketplace-assets-table__header-cell_sale-price{width:10%}.marketplace-assets-table__header-cell_action{width:5%}.marketplace-assets-table__header-cell_category{width:10%}.marketplace-assets-table__header-cell_optional{width:10%}
.buy-asset-modal__content .scrollable-modal-content__content{height:100%}.buy-asset-modal__section{margin-bottom:10px}.buy-asset-modal__section_bold{font-weight:bold}.buy-asset-modal__text-field .text-field__label{width:100px}.buy-asset-modal__text-field .text-field-form__invalid-label{padding-left:100px}.buy-asset-modal__text-area-field-label{width:100px}.buy-asset-modal__text-area-field-label_hide{width:0}
@media only screen and (-ms-high-contrast: active)and (max-width: 600px),only print and (-ms-high-contrast: none)and (max-width: 600px),only screen and (-ms-high-contrast: none)and (max-width: 600px){.marketplace-settings{height:90%}}.marketplace-settings__info{margin:0 0 20px 0}.marketplace-settings__info-accent{color:#333;font-weight:600}.marketplace-settings__checkboxes-container{display:flex;flex-wrap:wrap}.marketplace-settings__checkboxes-container .checkbox-form{width:50%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.marketplace-settings__checkboxes-container .checkbox-form{width:100%}}.marketplace-settings__validation-error{display:flex;align-items:center;justify-content:center;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.marketplace-settings__validation-error_visible{max-height:100px;margin-bottom:30px;padding:15px 0;opacity:1}.marketplace-settings__section{padding:10px 0}.marketplace-settings__section-name{padding:10px;color:#333;font-weight:600}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.marketplace-page{max-width:1400px;padding:40px 0;margin:0 auto;animation:fadeIn 1s ease-out}.marketplace-page__title{margin-bottom:20px}.marketplace-page__actions{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0}@media only print and (max-width: 500px),only screen and (max-width: 500px){.marketplace-page__actions{flex-direction:column-reverse}}.marketplace-page__search-group{display:flex;flex-wrap:nowrap;width:100%;max-width:450px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__search-group{align-items:flex-start}}.marketplace-page__search-input-group{display:flex;align-items:center;width:100%;transition:.2s ease;transform:scale(1);transform-origin:0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__search-input-group{align-items:flex-start;flex-direction:column}}.marketplace-page__search-input{width:100%;margin-right:20px;transition:all .3s linear}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__search-input{margin:0}.marketplace-page__search-input input{padding:0}.marketplace-page__search-input .search-input__icon-container{display:none}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__search-input i{font-size:16px}}.marketplace-page__search-input input{width:100%;text-overflow:ellipsis}.marketplace-page__advanced-search-btn{display:flex;cursor:pointer;font-weight:bold;color:#000}.marketplace-page__advanced-search-btn span{white-space:nowrap}.marketplace-page__advanced-search-btn_desktop{margin-top:15px;padding:10px 0px;border-bottom:2px solid #c8d0d8;font-size:18px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__advanced-search-btn_desktop{display:none}}.marketplace-page__advanced-search-btn_desktop .advanced-search-btn__label{padding-left:10px}.marketplace-page__advanced-search-btn_mobile{display:none;margin-top:10px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__advanced-search-btn_mobile{display:flex}}.marketplace-page__advanced-search-arrow{margin-left:10px;transition:transform .4s ease-in-out;vertical-align:middle}.marketplace-page__advanced-search-arrow_down{transform:rotateX(180deg)}.marketplace-page__actions-right{display:flex;align-items:flex-start;justify-content:flex-end}@media only print and (max-width: 500px),only screen and (max-width: 500px){.marketplace-page__actions-right{margin-bottom:10px}}.marketplace-page__action-button{padding:0;margin-left:20px;line-height:15px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-page__action-button{margin-left:15px}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-page__action-button_mobile-hide{display:none}}.marketplace-page__mobile-search-button{display:none;padding:1px 0 0 0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-page__mobile-search-button{display:block}}.marketplace-page__mobile-search-button .image-add-button__icon{font-size:18px}.marketplace-page__mobile-filters-container{display:none;width:71px;height:45px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-page__mobile-filters-container{display:block}}.marketplace-page__mobile-filters-container .mobile-table-sort__icon{font-size:23px}.marketplace-page__mobile-filters-container .mobile-table-sort__filters-container{top:46px}.marketplace-page__mobile-filters{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-page__mobile-filters{display:block}}.marketplace-page__mobile-filters .mobile-table-sort__filters-container{top:46px}.marketplace-page__table{padding-top:20px}.marketplace-page__buy-asset-modal{max-width:600px}.marketplace-page__settings-modal{max-width:700px}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.marketplace-artwork{width:100%;max-width:1200px;margin:0 auto;padding:10px 0 30px;text-align:left;font-weight:normal}.marketplace-artwork__breadcrumbs{padding:10px 0}.marketplace-artwork__header-container{position:sticky;z-index:1;top:0px;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;padding:10px 5px 10px;border-bottom:2px solid #c8d0d8;background-color:#fff}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-artwork__header-container{align-items:unset;flex-direction:column}}@media only print and (max-height: 400px),only screen and (max-height: 400px){.marketplace-artwork__header-container{position:static;z-index:auto}}.marketplace-artwork__header-info{display:flex;flex-flow:column;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-artwork__header-info{width:100%}}.marketplace-artwork__asset-name{padding-right:40px;font-size:24px;font-weight:bold;font-style:italic;line-height:32px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__asset-name{padding-right:0}}.marketplace-artwork__dimensions{padding-right:40px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__dimensions{padding-right:0}}.marketplace-artwork__sale-price{padding-left:40px;font-size:22px;font-weight:bold;font-style:italic;line-height:32px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__sale-price{padding-right:0;padding-left:0}}.marketplace-artwork__header-caption{display:flex;align-items:center;flex-wrap:wrap}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__header-caption{align-items:flex-start;flex-direction:column}}.marketplace-artwork__author-name{font-size:24px;padding:0;color:#000}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__author-name{margin-top:10px}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.marketplace-artwork__author-name_btn{border-bottom:2px solid #fff}}.marketplace-artwork__author-name_btn:hover,.marketplace-artwork__author-name_btn:focus.focus-visible{text-decoration:underline}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.marketplace-artwork__author-name_btn:hover,.marketplace-artwork__author-name_btn:focus.focus-visible{border-color:#000}}.marketplace-artwork__asset-creation-date{font-weight:400;font-style:normal}.marketplace-artwork__header-actions-items{display:flex;flex-direction:column;flex-shrink:0;font-size:14px;font-weight:normal}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-artwork__header-actions-items{flex-direction:row;justify-content:space-around;width:100%;margin-top:20px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.marketplace-artwork__header-actions-items{margin-right:0}}.marketplace-artwork__actions-item{display:flex;align-items:center;padding:3px 0 3px 3px;cursor:pointer;border-bottom:2px solid #fff;font-size:14px;color:#000}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__actions-item:not(:last-child){margin-bottom:0}}.marketplace-artwork__actions-item:not(:last-child){margin-bottom:5px}.marketplace-artwork__actions-item:hover,.marketplace-artwork__actions-item:focus.focus-visible{border-color:#000}.marketplace-artwork__actions-item_bell{margin-right:8px}.marketplace-artwork__actions-item-icon{width:25px;text-align:left}.marketplace-artwork__main-info{display:flex;justify-content:space-between;padding:0 5px 15px 5px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__main-info{align-items:flex-start;flex-direction:column}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.marketplace-artwork__main-info{padding:0 0 15px 0}}.marketplace-artwork__main-info-image{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__main-info-image{width:100%;margin-bottom:20px}}.marketplace-artwork__main-info-details{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork__main-info-details{width:100%}}.marketplace-artwork__row{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:14px}.marketplace-artwork__column{width:48%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-artwork__column{width:100%}}.marketplace-artwork__details-comps{padding:5px 5px 5px 15px}.marketplace-artwork__details-comps_blur{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.marketplace-artwork__details-comps_blur .trends-asset-comps__col-value{color:rgba(0,0,0,0);text-shadow:0 0 8px #000;text-shadow:#000 0px 0px 10px .01em}.marketplace-artwork__details-comps_blur .trends-asset-comps__title-logo{opacity:.2}.marketplace-artwork__dropdown-update-link{min-width:250px;margin-left:10%;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}@media only print and (max-width: 700px),only screen and (max-width: 700px){.marketplace-artwork__dropdown-update-link{width:100%;min-width:0;margin-left:0;padding-top:10px;text-align:left}}.marketplace-artwork__dropdown-update-link_mobile-app{cursor:auto;text-decoration:none}.marketplace-artwork-details{display:flex;flex-basis:50%;flex-direction:column}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-artwork-details{padding-left:0}}.marketplace-artwork-details__title{min-width:100%;margin-bottom:30px;padding-left:10px;border-bottom:2px solid #c8d0d8;font-size:18px;font-weight:bold;line-height:46px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.marketplace-artwork-details__title{padding-left:0}}.marketplace-artwork-details__subtitle{padding:0 15px 35px 15px}.marketplace-artwork-details-item{display:flex;padding:0 15px 35px 15px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.marketplace-artwork-details-item{flex-direction:column;width:100%}}.marketplace-artwork-details-item_media{align-items:center;justify-content:space-between}.marketplace-artwork-details-item__title{width:110px;padding-bottom:10px;text-transform:capitalize;font-weight:600}.marketplace-artwork-details-item__text{width:calc(100% - 110px)}.marketplace-artwork-details-item__text_media{width:auto;color:#004add}.marketplace-artwork-details-item__text_link{text-decoration:none;word-break:break-all;color:#004add}
.forgot-password-form__back-link{margin-bottom:20px;cursor:pointer}.forgot-password-form__description{position:relative;margin-bottom:25px;text-align:center;color:#4a4a4a;font-size:16px;font-weight:500;line-height:27px}.forgot-password-form__error-message{margin-bottom:12px;padding:10px;text-align:center;color:#fff;border-radius:3px;background-color:#e31931;font-size:14px}.forgot-password-form__btn,.forgot-password-form__btn:hover{letter-spacing:normal;text-transform:uppercase;color:#fff;background-image:linear-gradient(to right, rgb(0, 57.1428571429, 170) 0%, rgb(0, 74.2857142857, 221) 100%);font:700 13.3333px/14px "Radnika",serif}.forgot-password-form .text-field-form__invalid-label{padding:0px}
.login-form__welcome-text{margin-bottom:30px;text-align:center;color:#000;font-size:36px;font-weight:700}.login-form__inputs-container{margin-bottom:20px}.login-form__inputs-container_underline{padding-bottom:20px;border-bottom:1px solid #6e767e}.login-form__helpers{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.login-form__keep-login-checkbox .checkbox__icon-container{border:2px solid rgb(0,39.8461538462,119)}.login-form__keep-login-checkbox .checkbox__icon-container_active{background-color:rgb(0,39.8461538462,119)}.login-form__keep-login-checkbox .checkbox__label{margin-left:10px;color:rgb(0,39.8461538462,119);font-size:.75rem;font-weight:500}.login-form__forgot-password{cursor:pointer;color:rgb(0,39.8461538462,119);font-size:12px;font-weight:500}.login-form__error-message{margin-bottom:12px;padding:10px;text-align:center;color:#fff;border-radius:3px;background-color:#e31931;font-size:14px}.login-form__sign-up-container{padding:12px 36px;border-radius:2px;background-color:#f3f4f5;font-size:14px}.login-form__sign-up-link{margin-left:6px;text-transform:uppercase;color:rgb(0,57.1428571429,170);font-weight:700}.login-form__signin-btn,.login-form__signin-btn:hover{letter-spacing:normal;text-transform:uppercase;color:#fff;background-image:linear-gradient(to right, rgb(0, 57.1428571429, 170) 0%, rgb(0, 74.2857142857, 221) 100%);font:700 13.3333px/14px "Radnika",serif}.login-form .text-field-form__invalid-label{padding:0px}
.collector-logo{white-space:nowrap;font-size:36px;font-weight:700}.collector-logo__logo-rang{display:inline-block;margin-top:.3em;margin-left:.3em;vertical-align:text-top;font-family:"HKVenetian",sans-serif;font-size:.435em;font-weight:400;font-style:italic}
.authentication-footer{margin:0 -40px;text-align:center;color:#fff;background-color:#000}@media only print and (max-width: 768px),only screen and (max-width: 768px){.authentication-footer{margin:0 -20px}}.authentication-footer__footer-links-container{margin-bottom:35px;font-family:HKVenetian,serif;font-style:italic}.authentication-footer__footer-link{text-decoration:none;color:#fff;font-size:18px}.authentication-footer__footer-link:hover{text-decoration:underline}.authentication-footer__social-network-container{margin:35px 0px}.authentication-footer__social-network-link{margin:0px 10px;color:#fff;font-size:24px}
.login-page{display:flex;flex-direction:column;height:100vh;color:#000;background-color:#fff;font-family:"Radnika"}.login-page__logo-wrap{margin-top:70px;text-align:center}.login-page__content-container{display:flex;align-items:center;flex:1 1 0%;justify-content:center;min-height:450px}.login-page__content{width:310px}
.account-type-info{height:100%;padding:60px 20px;background-color:#039;color:#fff}.account-type-info__logo{font-size:34px}.account-type-info__list{list-style:initial;padding-left:20px}.account-type-info__list-title{margin:5px 0 18px 0}.account-type-info__list-item{margin-bottom:18px;line-height:22px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.account-type-info{padding:40px 20px}}.account-type-info__content{max-width:450px;margin:0 auto}.account-type-info__header{font-weight:bold;font-size:60px;text-transform:capitalize;margin:40px 0 70px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.account-type-info__header{font-size:40px;margin:40px 0}}.account-type-info__subheader{font-size:18px;line-height:24px;font-weight:bold;margin-bottom:18px}.account-type-info__pricing{font-size:18px;margin:25px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.account-type-info__pricing{font-size:17px}}.account-type-info__price{margin-top:14px;text-align:right;font-weight:bold;font-style:italic}.account-type-info__prices-separator{margin:15px 0;text-align:right}
.sign-up-page-v2{display:flex;flex-direction:column;font-family:"HelveticaNeue";height:100%;min-height:100vh}.sign-up-page-v2__content{display:flex;flex-direction:row;flex:1 1 0%;margin:0 -40px;min-height:800px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.sign-up-page-v2__content{min-height:1000px;margin:0 -20px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sign-up-page-v2__content{flex-direction:column-reverse}}.sign-up-page-v2__account-type-info{flex:1 1 0%;max-width:600px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sign-up-page-v2__account-type-info{max-width:100%}}.sign-up-page-v2__form{display:flex;flex:1 1 0%;justify-content:center;align-items:center;padding:60px 20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.sign-up-page-v2__form{padding:50px 20px 40px 20px}}.sign-up-page-v2__caption{font-size:40px;font-weight:bold;margin-bottom:20px;text-align:center}.sign-up-page-v2__password-description{font-size:14px;margin:15px 0}.sign-up-page-v2__form-field{margin-bottom:20px}.sign-up-page-v2__form-dropdown{margin-bottom:20px}.sign-up-page-v2__form-dropdown .dropdown__inner{height:50px}.sign-up-page-v2__form-dropdown .dropdown__label{display:none}.sign-up-page-v2__form-btn{margin:40px 0;border-radius:0}.sign-up-page-v2__description-badge{background-color:#002877;border-radius:20px;padding:15px}.sign-up-page-v2__logout{position:absolute;top:20px;right:15px;display:flex;align-items:center;align-self:flex-end;color:#c8d0d8;transition-duration:.3s}.sign-up-page-v2__logout:hover{cursor:pointer;color:#004add}
.recaptcha__invalid-label{overflow:hidden;max-height:0;margin-top:0;padding-left:3px;transition-duration:.5s;opacity:0;color:#ff2652;font-size:14px}.recaptcha__invalid-label_visible{max-height:none;margin-top:12px;opacity:1}
.sign-up-form__caption{font-size:40px;font-weight:bold;margin-bottom:20px;text-align:center}.sign-up-form__password-description{font-size:14px;margin:15px 0}.sign-up-form__field{margin-bottom:20px}.sign-up-form__dropdown{margin-bottom:20px}.sign-up-form__dropdown .dropdown__inner{height:50px}.sign-up-form__dropdown .dropdown__label{display:none}.sign-up-form__dropdown .dropdown__input{border-bottom:1px solid #6e7881;padding-left:0}.sign-up-form__dropdown .dropdown__value{font-size:16px;text-transform:capitalize}.sign-up-form__dropdown .dropdown-form__invalid-label{padding-left:3px;font-size:14px}.sign-up-form__dropdown .dropdown-list-item{text-transform:capitalize}.sign-up-form__btn{margin:40px 0;border-radius:0}
.reset-password-page{display:flex;flex-direction:column;width:100%;height:100vh;color:#000;background-color:#fff;font-family:"Radnika"}.reset-password-page__logo-wrap{margin-top:70px;text-align:center}.reset-password-page__content-container{display:flex;align-items:center;flex:1 1 0%;justify-content:center;min-height:450px}.reset-password-page__content{width:310px}.reset-password-page__label{margin-bottom:30px;text-align:center;color:#000;font-size:36px;font-weight:700}.reset-password-page__inputs-container{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #bdbdbd}.reset-password-page__error-message{margin-bottom:12px;padding:10px;text-align:center;color:#fff;border-radius:3px;background-color:#e31931;font-size:14px}.reset-password-page__password-meter-label{margin-bottom:15px;font-size:12px}.reset-password-page__password-meter-container{margin-bottom:15px}.reset-password-page__btn,.reset-password-page__btn:hover{letter-spacing:normal;text-transform:uppercase;color:#fff;background-image:linear-gradient(to right, rgb(0, 57.1428571429, 170) 0%, rgb(0, 74.2857142857, 221) 100%);font:700 13.3333px/14px "Radnika",serif}.reset-password-page .text-field-form__invalid-label{padding:0px}
.accept-invitation-page{display:flex;flex-direction:column;width:100%;height:100vh;color:#000;background-color:#fff;font-family:"Radnika"}.accept-invitation-page__logo-wrap{margin-top:70px;text-align:center}.accept-invitation-page__content-container{display:flex;align-items:center;flex:1 1 0%;justify-content:center;min-height:450px}.accept-invitation-page__content{width:310px}.accept-invitation-page__inputs-container{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #6e767e}.accept-invitation-page__error-message{margin-bottom:12px;padding:10px;text-align:center;color:#fff;border-radius:3px;background-color:#e31931;font-size:14px}.accept-invitation-page__password-meter-label{margin-bottom:15px;font-size:12px}.accept-invitation-page__password-meter-container{margin-bottom:15px}.accept-invitation-page__label{margin-bottom:30px;text-align:center;color:#000;font-size:36px;font-weight:700}.accept-invitation-page__btn,.accept-invitation-page__btn:hover{letter-spacing:normal;text-transform:uppercase;color:#fff;background-image:linear-gradient(to right, rgb(0, 57.1428571429, 170) 0%, rgb(0, 74.2857142857, 221) 100%);font:700 13.3333px/14px "Radnika",serif}.accept-invitation-page .text-field-form__invalid-label{padding:0px}
.sso-login-page{display:flex;flex-direction:column;height:100vh;color:#000;background-color:#fff;font-family:"Radnika"}.sso-login-page__logo-wrap{margin-top:70px;text-align:center}.sso-login-page__content{display:flex;flex:1 1 0%;flex-direction:column;justify-content:center;width:310px;margin:0 auto}.sso-login-page__welcome-text{margin-bottom:30px;text-align:center;color:#000;font-size:36px;font-weight:700}.sso-login-page__error-message{margin-bottom:12px;padding:10px;text-align:center;color:#fff;border-radius:3px;background-color:#e31931;font-size:14px}.sso-login-page__signin-btn,.sso-login-page__signin-btn:hover{letter-spacing:normal;text-transform:uppercase;color:#fff;background-image:linear-gradient(to right, rgb(0, 57.1428571429, 170) 0%, rgb(0, 74.2857142857, 221) 100%);font:700 13.3333px/14px "Radnika",serif}
.users-search-panel{display:flex;align-items:center;justify-content:space-between;padding:30px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.users-search-panel{flex-direction:column-reverse}}@media print{.users-search-panel{display:none}}.users-search-panel__col{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.users-search-panel__col{justify-content:flex-end;width:100%}}.users-search-panel__col_grow{flex-grow:1}.users-search-panel__input{width:100%;max-width:300px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.users-search-panel__input{width:100%;max-width:100%;margin:30px 0 15px}}.users-search-panel__input .search-input__field{font-family:inherit}.users-search-panel__button{margin-left:20px;padding:0}@media only print and (max-width: 900px),only screen and (max-width: 900px){.users-search-panel__button{margin-left:15px}}.users-search-panel__mobile-filters{display:none}@media only print and (max-width: 1210px),only screen and (max-width: 1210px){.users-search-panel__mobile-filters{display:block}}
.user-management-filters{padding:20px 0 0 0}.user-management-filters form{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:50px}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.user-management-filters form{grid-template-columns:1fr 1fr}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.user-management-filters form{grid-column-gap:25px;grid-template-columns:1fr}.user-management-filters form .dropdown-form{margin-top:20px}.user-management-filters form .autosuggest-input-form{margin-top:20px}}.user-management-filters__buttons{margin-top:20px}.user-management-filters__buttons button{margin-right:15px}
.user-management-table-row__button-icon{font-size:16px;transition:.2s ease-in}.user-management-table-row__button-icon_edit,.user-management-table-row__button-icon_view,.user-management-table-row__button-icon_details,.user-management-table-row__button-icon_delete{color:#6e767e}.user-management-table-row__button-icon_edit:hover,.user-management-table-row__button-icon_view:hover,.user-management-table-row__button-icon_details:hover,.user-management-table-row__button-icon_delete:hover{color:#004add}
.table-buttons-container{text-decoration:none;text-transform:capitalize;color:#333}.table-buttons-container:hover{cursor:pointer}.table-buttons-container__icon{font-size:18px}.table-buttons-container__button{color:#c8d0d8}.table-buttons-container__button:hover{color:#6e767e}.table-buttons-container__button_active,.table-buttons-container__button_active:hover{color:#000}.table-buttons-container__action{width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.table-buttons-container__action:hover{background-color:#f3f4f5}
.user-management-table-row{font-size:14px}.user-management-table-row__link-icon{margin-right:5px}.user-management-table-row__button{white-space:nowrap;font-size:12px;font-weight:bold;padding:0 5px}.user-management-table-row__button-spinner{animation:rotating 2s linear infinite;font-size:15px}
.user-mobile-table-row-actions{flex-direction:row}.user-mobile-table-row-actions__links,.user-mobile-table-row-actions__buttons{display:flex;justify-content:space-around;width:100%}.user-mobile-table-row-actions__link-icon{font-size:20px}.user-mobile-table-row-actions__links{position:absolute;top:10px;right:20px;justify-content:flex-end}.user-mobile-table-row-actions__buttons{flex-direction:row;width:100%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-mobile-table-row-actions__buttons{align-items:center;flex-direction:column;justify-content:center}}.user-mobile-table-row-actions__button{width:100%;max-width:200px;margin:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-mobile-table-row-actions__button{max-width:100%}}
.user-mobile-table-row{position:relative;display:flex;display:flex;align-items:center;flex-direction:column;justify-content:space-between;margin-bottom:20px;padding:15px 0;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}.user-mobile-table-row__item{display:flex;width:80%;margin:3px 0}.user-mobile-table-row__field-caption{width:165px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-mobile-table-row__field-caption{width:auto;margin-right:10px}}.user-mobile-table-row__value{overflow:hidden;padding-bottom:1px;white-space:nowrap;text-overflow:ellipsis}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-mobile-table-row__value{font-weight:600}}.user-mobile-table-row__controls,.user-mobile-table-row__user-info{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;padding:0 20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-mobile-table-row__user-info{align-items:flex-start}}.user-mobile-table-row__field-caption{font-weight:400}
.user-management-mobile-table-row{display:flex;align-items:center;flex-direction:column;margin-bottom:12px;padding:15px 0;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}.user-management-mobile-table-row__info{display:flex;justify-content:space-around;width:100%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.user-management-mobile-table-row__info{flex-direction:column}}.user-management-mobile-table-row__name,.user-management-mobile-table-row__email,.user-management-mobile-table-row__role,.user-management-mobile-table-row___currency,.user-management-mobile-table-row__belong,.user-management-mobile-table-row__status{overflow:hidden;width:90%;max-width:300px;padding:3px 0;text-align:center;white-space:nowrap;text-overflow:ellipsis}.user-management-mobile-table-row__name{font-weight:600}.user-management-mobile-table-row__user-info{display:flex;align-items:center;flex-direction:column;justify-content:center;width:50%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.user-management-mobile-table-row__user-info{width:100%}}.user-management-mobile-table-row__account-info{display:flex;align-items:center;flex-direction:column;justify-content:center;width:50%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.user-management-mobile-table-row__account-info{width:100%;padding:20px 0}}.user-management-mobile-table-row__controls{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-around;width:100%}.user-management-mobile-table-row__link-icon{padding-left:10px;text-decoration:none;color:#004add;font-size:16px}.user-management-mobile-table-row__loader{color:#004add;font-size:20px}.user-management-mobile-table-row__link{display:flex;align-items:center;text-decoration:none}.user-management-mobile-table-row__controls-item{display:flex;justify-content:center;min-width:120px}
.users-skeleton{display:flex;overflow:hidden;align-items:center;flex-direction:column;margin-bottom:12px;padding:15px 0;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}.users-skeleton__info{display:flex;justify-content:space-around;width:100%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.users-skeleton__info{flex-direction:column}}.users-skeleton__name,.users-skeleton__email,.users-skeleton__role,.users-skeleton__currency,.users-skeleton__belong,.users-skeleton__status{overflow:hidden;width:90%;max-width:300px;height:18px;margin:5px 0;padding:3px 0;text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:3px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.users-skeleton__name{width:100px;font-weight:600}.users-skeleton__email{width:200px}.users-skeleton__role{width:150px}.users-skeleton__belong{width:220px}.users-skeleton__status{width:60px}.users-skeleton__user-info{display:flex;align-items:center;flex-direction:column;justify-content:center;width:50%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.users-skeleton__user-info{width:100%}}.users-skeleton__account-info{display:flex;align-items:center;flex-direction:column;justify-content:center;width:50%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.users-skeleton__account-info{width:100%;padding:20px 0}}.users-skeleton__controls{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-around;width:100%}.users-skeleton__link-icon{padding-left:10px;text-decoration:none;color:#004add;font-size:16px}.users-skeleton__loader{color:#004add;font-size:20px}.users-skeleton__link{display:flex;align-items:center;text-decoration:none}.users-skeleton__controls-item{display:flex;justify-content:center;width:100px;min-width:120px;height:20px;margin:10px 0;border-radius:3px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}
.users-management-page{padding-top:40px;color:#000;background-color:#fff}.users-management-page__pages{display:flex;align-items:center;flex-wrap:wrap;padding:10px 0}.users-management-page__link{padding:10px}.users-management-page__page{padding:10px;cursor:pointer;transition:all linear .2s}.users-management-page__page_active{color:#fff;background-color:#004add}.users-management-page__page_break{cursor:initial}.users-management-page__table-header-col_name{width:13%}.users-management-page__table-header-col_email{width:13%}.users-management-page__table-header-col_role{width:8%}.users-management-page__table-header-col_organization{width:12%}.users-management-page__table-header-col_parent{width:12%}.users-management-page__table-header-col_access{width:5%}.users-management-page__table-header-col_status{width:5%}.users-management-page__table-header-col_number-of-assets{width:5%}.users-management-page__table-header-col_purchase-price{width:5%}.users-management-page__table-header-col_appraised-value{width:5%}.users-management-page__table-header-col_user-art-category{width:5%}.users-management-page__table-header-col_edit-btn{width:3%}.users-management-page__table-header-col_view-btn{width:3%}.users-management-page__table-header-col_details-btn{width:3%}.users-management-page__table-header-col_delete-btn{width:3%}@media screen and (min-width: 1210px)and (max-width: 1400px){.users-management-page__table-header-col_name{width:15%}.users-management-page__table-header-col_email{width:15%}.users-management-page__table-header-col_role{width:10%}.users-management-page__table-header-col_parent{width:15%}.users-management-page__table-header-col_organization{width:12%}.users-management-page__table-header-col_access{width:6%}.users-management-page__table-header-col_status{width:6%}.users-management-page__table-header-col_number-of-assets{width:7%}.users-management-page__table-header-col_purchase-price{width:6%}.users-management-page__table-header-col_appraised-value{width:6%}.users-management-page__table-header-col_edit-btn{width:2%}.users-management-page__table-header-col_view-btn{display:none}.users-management-page__table-header-col_details-btn{display:none}.users-management-page__table-header-col_delete-btn{display:none}}
.user-details__header{padding:15px 10px 0 10px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:2px solid #c8d0d8}@media only print and (max-width: 992px),only screen and (max-width: 992px){.user-details__header{flex-direction:column;padding:15px 0 0 0}}.user-details__header-caption{display:flex;align-items:center;flex-wrap:wrap;word-break:break-word;padding:0 0 10px 0}@media only print and (max-width: 450px),only screen and (max-width: 450px){.user-details__header-caption{flex-direction:column;width:100%}}.user-details__title{font-size:26px;font-weight:bold;margin:5px 10px}.user-details__subtitle{color:#6e767e;margin:5px 10px}.user-details__actions{display:flex;min-width:390px;padding:0 0 10px 0}@media only print and (max-width: 450px),only screen and (max-width: 450px){.user-details__actions{flex-direction:column;min-width:240px;width:100%}}.user-details__actions-btn{color:#004add;border:1px solid #004add;margin:5px 10px}.user-details__content{display:flex;flex-direction:row;justify-content:space-between;padding:20px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-details__content{flex-direction:column}}.user-details__content-block{width:47%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-details__content-block{width:100%}}.user-details__row{display:flex;padding:0 25px 35px 25px;font-size:14px;line-height:16px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.user-details__row{padding:0 10px 35px 10px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-details__row{flex-direction:column}}.user-details__label{font-weight:bold;width:120px;flex-shrink:0;padding-right:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.user-details__label{width:100%;padding-bottom:5px}}.user-details__value{flex-grow:1;word-break:break-word}.user-details__block-title{min-width:100%;padding-left:20px;margin-bottom:30px;border-bottom:2px solid #c8d0d8;font-size:18px;font-weight:bold;line-height:46px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.user-details__block-title{padding-left:0}}
.user-details-page{max-width:1400px;padding-top:40px;margin:0 auto}.user-details-page__breadcumbs{padding-left:20px}.user-details-page__not-found{padding:20px;font-size:36px;font-weight:bold;color:#333}
.client-modal__form{overflow:hidden}.client-modal__form-error{display:flex;align-items:center;justify-content:center;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.client-modal__form-error_visible{max-height:100px;margin-bottom:30px;padding:15px 0;opacity:1}.client-modal__form-input .text-field__label{white-space:nowrap}.client-modal__form-input .text-field__input{font-family:inherit}.client-modal__form-dropdown{margin-bottom:10px}.client-modal__form-dropdown .dropdown__value{left:calc(30% + 10px);font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.client-modal__form-dropdown .dropdown__value{left:45%;padding:5px}}.client-modal__alerts{display:flex;color:#333;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.client-modal__alerts{flex-direction:column;padding:5px}}.client-modal__alerts-label{width:100%;max-width:130px;padding:10px 0}.client-modal__form-radio{padding:5px 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.client-modal__form-radio{padding:5px}}.client-modal .text-field-form{margin-bottom:10px}
.clients-table-buttons{text-decoration:none;text-transform:capitalize;color:#333}.clients-table-buttons:hover{cursor:pointer}.clients-table-buttons__icon{font-size:18px}.clients-table-buttons__button{color:#c8d0d8}.clients-table-buttons__button:hover{color:#6e767e}.clients-table-buttons__button_active,.clients-table-buttons__button_active:hover{color:#000}.clients-table-buttons__action{width:100%;padding:10px 15px;transition:.2s ease;-moz-text-align-last:left;text-align-last:left;white-space:nowrap;text-decoration:none;color:#000;font-size:14px}.clients-table-buttons__action:hover{background-color:#f3f4f5}
.clients-table-row{font-size:14px}.clients-table-row__link-icon{margin-right:5px}.clients-table-row__button{min-width:140px;padding:0 10px;white-space:nowrap;font-size:12px;font-weight:bold}.clients-table-row__spinner-container{text-align:center;color:inherit}.clients-table-row__spinner{animation:rotating 2s linear infinite;font-size:15px}
.client-mobile-table-row-actions{flex-direction:row}.client-mobile-table-row-actions__links,.client-mobile-table-row-actions__buttons{display:flex;justify-content:space-around;width:100%}.client-mobile-table-row-actions__link-icon{font-size:20px}.client-mobile-table-row-actions__links{position:absolute;top:10px;right:20px;justify-content:flex-end}.client-mobile-table-row-actions__buttons{flex-direction:row;width:100%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.client-mobile-table-row-actions__buttons{align-items:center;flex-direction:column;justify-content:center}}.client-mobile-table-row-actions__spinner{animation:rotating 2s linear infinite;margin-right:5px}.client-mobile-table-row-actions__button{width:100%;max-width:200px;margin:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.client-mobile-table-row-actions__button{max-width:100%}}
.clients-mobile-table-row{position:relative;display:flex;justify-content:space-between;flex-direction:column;display:flex;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:3px;padding:15px 0;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5);text-decoration:none;color:inherit;margin-bottom:20px}.clients-mobile-table-row__name,.clients-mobile-table-row__email,.clients-mobile-table-row__role,.clients-mobile-table-row__last-login,.clients-mobile-table-row__status{margin:3px 0;display:flex;width:80%}.clients-mobile-table-row__field-caption{width:130px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-mobile-table-row__field-caption{width:auto;margin-right:10px}}.clients-mobile-table-row__value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-mobile-table-row__value{font-weight:600}}.clients-mobile-table-row__controls,.clients-mobile-table-row__user-info{width:100%;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-mobile-table-row__user-info{align-items:flex-start}}.clients-mobile-table-row__controls{flex-direction:row}.clients-mobile-table-row__link-icon{font-size:20px}.clients-mobile-table-row__links,.clients-mobile-table-row__buttons{width:100%;display:flex;justify-content:space-around}.clients-mobile-table-row__links{justify-content:flex-end;position:absolute;right:20px;top:10px}.clients-mobile-table-row__buttons{flex-direction:row;width:100%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-mobile-table-row__buttons{flex-direction:column;justify-content:center;align-items:center}}.clients-mobile-table-row__button{width:100%;max-width:200px;margin:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-mobile-table-row__button{max-width:100%}}.clients-mobile-table-row__field-caption{font-weight:400}
.autosuggest-user-input-item{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;padding:10px 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autosuggest-user-input-item:hover{background-color:#f3f4f5}.autosuggest-user-input-item__icon{position:absolute;top:16px;left:13px;font-size:13px;color:#004add}
.autosuggest-user-input{position:relative;transition-duration:.3s}.autosuggest-user-input_active{border-color:#333}.autosuggest-user-input__loading{display:flex;justify-content:center;padding:10px}.autosuggest-user-input__loading-icon{color:#004add}.autosuggest-user-input:hover{border-color:#333}.autosuggest-user-input__dropdown{margin-top:5px;border:1px solid #dee1e5;border-radius:3px}.autosuggest-user-input__content{overflow:hidden;height:0;border-radius:3px;background-color:#fff}.autosuggest-user-input__content_open{height:auto;box-shadow:4px 4px 6px 0 rgba(0,24,55,.06)}.autosuggest-user-input__content_over-the-top{position:absolute;z-index:1;width:100%}.autosuggest-user-input__text-field{border:0}.autosuggest-user-input__item{position:relative}.autosuggest-user-input__dropdown-content{position:absolute;top:100%;left:0;width:100%}
.clients-summary__loader{height:163px;padding-top:10px}.clients-summary__title{width:100%;padding:0 0 10px 0;margin-bottom:20px;border-bottom:2px solid #c8d0d8;font-size:26px}.clients-summary__statistics-section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px 20px;margin-bottom:20px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.clients-summary__statistics-section{flex-direction:column;flex-wrap:nowrap}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-summary__statistics-section{padding:10px 0}}.clients-summary__chart{height:40px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-summary__chart{height:35px}}.clients-summary__chart-container{display:flex;align-items:baseline;flex-direction:row}.clients-summary__chart-caption{margin-left:10px;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-summary__chart-caption{font-size:13px}}.clients-summary__statistics-dimension-wrapper_risk{max-width:170px}
.clients-page{max-width:1400px;margin:0 auto;padding-top:40px}.clients-page__title{margin-bottom:20px}.clients-page__add-btn{margin-left:20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.clients-page__add-btn{margin-left:15px}}.clients-page__table{padding-bottom:10px}.clients-page__action-bar{display:flex;align-items:center;padding:10px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-page__action-bar{flex-direction:column-reverse;justify-content:center}}.clients-page__action-bar-col{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-page__action-bar-col{justify-content:flex-end;width:100%;max-width:100%}}.clients-page__action-bar-col_grow{flex-grow:1}@media only print and (min-width: 1000px),only screen and (min-width: 1000px){.clients-page__mobile-filters{display:none}}.clients-page__mobile-filters .mobile-table-sort__icon-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:5px 0}.clients-page__search{width:100%;max-width:400px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-page__search{width:100%;max-width:100%;margin:30px 0 15px}}.clients-page__search .search-input__field{font-family:inherit}.clients-page__table-header-col_name{width:16%}.clients-page__table-header-col_email{width:17%}.clients-page__table-header-col_account-type{width:6%}.clients-page__table-header-col_last-login{width:8%}.clients-page__table-header-col_edit-btn{width:5%}.clients-page__table-header-col_status{width:5%}.clients-page__table-header-col_status-btn{width:5%}.clients-page__table-header-col_view-btn{width:5%}.clients-page__table-header-col_send-btn{width:10%}.clients-page__table-header-col_art-categories{width:6%}.clients-page__table-header-col_number-of-assets{width:5%}.clients-page__table-header-col_purchase-price{width:6%}.clients-page__table-header-col_appraised-value{width:6%}@media screen and (min-width: 1000px)and (max-width: 1400px){.clients-page__table-header-col_edit-btn{display:none}.clients-page__table-header-col_view-btn{display:none}.clients-page__table-header-col_send-btn{display:none}.clients-page__table-header-col_number-of-assets{width:6%}.clients-page__table-header-col_status-btn{width:3%}.clients-page__table-header-col_purchase-price{width:7%}.clients-page__table-header-col_appraised-value{width:7%}.clients-page__table-header-col_status{width:6%}}
.list-table-row:hover{background:inherit}.list-table-row__btn{white-space:nowrap}
.author-photo{overflow:hidden;width:50px;height:50px;border-radius:50%;background-position:50%;background-size:cover;filter:grayscale(100%)}
.configuration-autosuggest-artist-item{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 32px}@media only print and (max-width: 420px),only screen and (max-width: 420px){.configuration-autosuggest-artist-item{height:60px;padding:10px 28px}}.configuration-autosuggest-artist-item__label{padding:0;font-size:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only print and (max-width: 420px),only screen and (max-width: 420px){.configuration-autosuggest-artist-item__label{max-width:220px}}.configuration-autosuggest-artist-item__btn{height:32px;padding:0 15px}
.manage-list-modal__content{min-height:500px}.manage-list-modal__checkbox-container{display:inline-block;padding-bottom:10px;padding-left:10px}.manage-list-modal__form-input{padding-bottom:20px}.manage-list-modal__form-input .text-field__label{display:none}.manage-list-modal__form-input.text-field-form_invalid .text-field-form__invalid-label{padding-left:0}.manage-list-modal__artists-search_invalid .search-input__field{border-bottom:1px solid #ff2652}.manage-list-modal__artists-invalid-label{overflow:hidden;max-height:0;margin:7px 0 5px 0;padding:3px 0 3px 130px;transition-duration:.5s;opacity:0;color:#ff2652;font-size:12px}.manage-list-modal__artists-invalid-label_visible{max-height:30px;padding-left:0;opacity:1}.manage-list-modal__artists-list-label{padding:20px 0;font-size:1.1rem;font-weight:bold}.manage-list-modal__artists-list-empty-warn{color:#6e7881}.manage-list-modal__artists-list-item{display:flex;align-items:center;padding:5px;border-bottom:1px solid #c8d0d8}.manage-list-modal__artists-list-item-label{flex-grow:1;padding-left:15px}
.configuration{max-width:1400px;margin:0 auto;animation:fadeIn 1s ease-out}.configuration__header{padding-top:40px}.configuration__title{font-size:28px}.configuration__divider{height:2px;border:none;background-color:#c8d0d8}.configuration__actions{display:flex;justify-content:flex-end;padding:30px 20px 15px 20px}.configuration__table-header-col_name{width:80%}
.configuration-loader{padding-top:20px}
.tooltip-wrapper{text-align:inherit}.tooltip-wrapper__content{text-align:center}.tooltip-wrapper__icon{margin-top:5px;color:#c8d0d8}@media print{.tooltip-wrapper__icon{display:none}}
.credit-officers-summary__loader{height:163px;padding-top:10px}.credit-officers-summary__title{width:100%;padding:0 20px 10px 20px;border-bottom:2px solid #c8d0d8;font-size:26px}.credit-officers-summary__statistics{display:flex;flex-wrap:wrap;justify-content:center;padding:30px 20px 30px 20px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officers-summary__statistics{display:flex;flex-direction:column;flex-wrap:nowrap}}.credit-officers-summary__statistics-dimensions-block{display:flex}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officers-summary__statistics-dimensions-block{flex-direction:column;padding-bottom:0}}.credit-officers-summary__chart{height:40px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-summary__chart{height:35px}}.credit-officers-summary__chart-container{display:flex;align-items:baseline;flex-direction:row}.credit-officers-summary__chart-caption{margin-left:10px;font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-summary__chart-caption{font-size:13px}}.credit-officers-summary__statistics-dimension-wrapper_risk{max-width:170px}.credit-officers-summary__tooltip{display:flex;align-items:baseline;justify-content:space-between;width:45px}
.credit-officers-table-row{font-size:14px}.credit-officers-table-row__chart{height:30px}.credit-officers-table-row__chart-container{display:flex;align-items:baseline;flex-direction:row}@media print{.credit-officers-table-row__chart-container{flex-direction:column}}.credit-officers-table-row__chart-caption{margin-left:10px;font-size:12px;font-weight:bold}@media print{.credit-officers-table-row__chart-caption{padding:5px 0 0 5px;margin-left:0}}.credit-officers-table-row__link{padding:10px 0;cursor:pointer;white-space:nowrap;color:#004add;font-size:12px;font-weight:bold}.credit-officers-table-row__link:hover,.credit-officers-table-row__link .linkable-table-row-cell__link:focus.focus-visible{text-decoration:underline}@media print{.credit-officers-table-row__link{display:none}}
.credit-officers-mobile-table-row{padding-bottom:20px}.credit-officers-mobile-table-row__items{display:flex;align-items:center;flex-direction:column;justify-content:center;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5);width:100%;padding:15px 20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-mobile-table-row__items{align-items:flex-start}}.credit-officers-mobile-table-row__item{display:flex;width:80%;margin:3px 0}.credit-officers-mobile-table-row__item-title{font-weight:400;width:230px;align-self:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-mobile-table-row__item-title{width:auto;margin-right:10px}}.credit-officers-mobile-table-row__item-value{overflow:hidden;padding-bottom:1px;white-space:nowrap;text-overflow:ellipsis;font-weight:600}.credit-officers-mobile-table-row__buttons{display:flex;justify-content:space-around;flex-direction:row;width:100%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-mobile-table-row__buttons{align-items:center;flex-direction:column;justify-content:center}}.credit-officers-mobile-table-row__link{width:100%;max-width:200px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-mobile-table-row__link{max-width:100%}}.credit-officers-mobile-table-row__button{width:100%;max-width:200px;margin:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-mobile-table-row__button{max-width:100%}}.credit-officers-mobile-table-row__field-caption{font-weight:400}.credit-officers-mobile-table-row__chart{height:40px}.credit-officers-mobile-table-row__chart-caption{font-size:13px;margin-left:10px;font-weight:bold}
.loan-user-modal__form{overflow:hidden}.loan-user-modal__form-error{display:flex;align-items:center;justify-content:center;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.loan-user-modal__form-error_visible{max-height:100px;margin-bottom:30px;padding:15px 0;opacity:1}.loan-user-modal__form-input{margin-bottom:10px}.loan-user-modal__form-dropdown{margin-top:10px;margin-bottom:10px}.loan-user-modal__form-dropdown .dropdown__value{left:calc(30% + 10px);font-size:13px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-user-modal__form-dropdown .dropdown__value{left:45%;padding:5px}}
.credit-officers-table__header{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:space-between;min-height:52px;padding:0 20px 10px 20px;border-bottom:2px solid #c8d0d8}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officers-table__header{align-items:flex-start;flex-direction:column}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officers-table__header-caption{margin:15px 0}}.credit-officers-table__title{display:inline;padding-right:20px;font-size:26px}.credit-officers-table__action-bar{display:flex;align-items:center;padding:30px 0 20px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-table__action-bar{flex-direction:column-reverse;justify-content:center}}@media print{.credit-officers-table__action-bar{display:none}}.credit-officers-table__action-bar-col{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-table__action-bar-col{justify-content:flex-end;width:100%;max-width:100%}}.credit-officers-table__action-bar-col_grow{flex-grow:1}.credit-officers-table__search-input{width:100%;max-width:300px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officers-table__search-input{max-width:100%;margin:30px 0 15px}}.credit-officers-table__search-input .search-input__field{font-family:inherit}@media only print and (min-width: 900px),only screen and (min-width: 900px){.credit-officers-table__mobile-filters{display:none}}.credit-officers-table__mobile-filters .mobile-table-sort__icon-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:5px 0}.credit-officers-table__tooltip-wrapper{text-align:inherit}.credit-officers-table__tooltip{text-align:center}.credit-officers-table__icon{margin-top:5px;color:#c8d0d8}.credit-officers-table__print-btn{display:flex;align-items:center;min-width:30px}.credit-officers-table__spinner{display:inline-block;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px;visibility:visible;max-width:100px;width:14px;height:14px;margin-left:5px;opacity:1}.credit-officers-table__header-col_name{width:10%}@media print{.credit-officers-table__header-col_name{width:12%}}.credit-officers-table__header-col_email{width:12%}@media print{.credit-officers-table__header-col_email{width:14%}}.credit-officers-table__header-col_login{width:9%}.credit-officers-table__header-col_clients{width:6%}.credit-officers-table__header-col_count{width:6%}.credit-officers-table__header-col_commitments{width:6%}.credit-officers-table__header-col_outstanding{width:6%}.credit-officers-table__header-col_collateral{width:8%}.credit-officers-table__header-col_ltv{width:8%}.credit-officers-table__header-col_market{width:12%}@media print{.credit-officers-table__header-col_market{width:8%}}.credit-officers-table__header-col_frr{width:5%}.credit-officers-table__header-col_orr{width:5%}.credit-officers-table__header-col_view-btn{width:7%}@media print{.credit-officers-table__header-col_view-btn{display:none}}
.credit-officers-page{max-width:1400px;margin:0 auto;padding:55px 0}@media print{.credit-officers-page{padding-bottom:0}}
.statistic-dimension-block{display:flex;flex-direction:column;padding:10px 10px 0 0;border-right:2px solid #c8d0d8}.statistic-dimension-block:last-of-type{border:none}@media only print and (max-width: 1289px),only screen and (max-width: 1289px){.statistic-dimension-block{border-color:#fff}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistic-dimension-block{border:none}}@media print{.statistic-dimension-block{border-color:#fff}}.statistic-dimension-block__title{text-transform:uppercase;font-weight:bold;padding-bottom:8px;font-size:16px;display:flex;justify-content:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistic-dimension-block__title{justify-content:flex-start;border-bottom:2px solid #c8d0d8}}.statistic-dimension-block__content{display:flex;flex-direction:row;height:100%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistic-dimension-block__content{flex-direction:column}}@media only print and (max-width: 1264px),only screen and (max-width: 1264px){.statistic-dimension-block_center{order:4}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.statistic-dimension-block_center{order:0}}@media print{.statistic-dimension-block_center{order:4}}
.clients-summary__loader{padding-top:10px}.clients-summary__title-container{display:flex;align-items:flex-end;width:100%;padding:0 20px 10px 20px;border-bottom:2px solid #c8d0d8}.clients-summary__title{font-size:26px}.clients-summary__status{color:#6e767e;font-size:18px}@media print{.clients-summary__status{display:none}}.clients-summary__statistics{display:flex;justify-content:center;flex-wrap:wrap;padding:30px 20px 30px 20px;min-height:195px;font-size:14px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.clients-summary__statistics{display:flex;flex-direction:column;flex-wrap:nowrap}}.clients-summary__chart{height:40px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-summary__chart{height:35px}}.clients-summary__chart-container{display:flex;flex-direction:row;align-items:baseline}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-summary__chart-container{width:115px}}.clients-summary__chart-caption{font-size:14px;margin-left:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.clients-summary__chart-caption{font-size:13px}}.clients-summary__statistics-dimension-wrapper_risk{max-width:170px}.clients-summary__tooltip{display:flex;align-items:baseline;justify-content:space-between;width:45px}
.credit-officer-table-row{cursor:pointer;font-size:14px}.credit-officer-table-row__link{display:inline-block;padding:5px 0}.credit-officer-table-row__mail-link{cursor:pointer;text-decoration:none;color:#004add;font-size:14px}.credit-officer-table-row__mail-link:hover,.credit-officer-table-row__mail-link:focus.focus-visible{text-decoration:underline}.credit-officer-table-row__chart{height:30px}.credit-officer-table-row__chart-container{display:flex;align-items:baseline;flex-direction:column}.credit-officer-table-row__chart-caption{padding:5px 0 0 5px;font-size:12px;font-weight:bold}@media print{.credit-officer-table-row__link-container{display:none}}.credit-officer-table-row__link-icon{padding-right:5px}.credit-officer-table-row__spinner{display:inline-block;visibility:visible;max-width:100px;margin-left:5px;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;opacity:1;font-size:15px}
.credit-officer-filters{width:100%;padding:10px 0}.credit-officer-filters__collapse-button{font-size:18px;border-bottom:1px solid #c8d0d8;padding:10px 20px}.credit-officer-filters__form{font-size:15px;padding-bottom:10px}.credit-officer-filters__main-col{max-width:330px;min-width:330px;display:flex;align-items:flex-end;flex-grow:1;padding:0 20px 20px 20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.credit-officer-filters__main-col{width:100%;max-width:100%}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officer-filters__main-col{padding:20px 0}}.credit-officer-filters__col{display:flex;align-items:flex-end;flex-grow:1;padding:0 20px 20px 20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.credit-officer-filters__col{width:50%}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officer-filters__col{padding:20px 0;width:100%}}.credit-officer-filters__col_wrap{max-width:250px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.credit-officer-filters__col_wrap{max-width:33%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-filters__col_wrap{max-width:100%}}.credit-officer-filters__row{display:flex;flex-wrap:wrap;padding:10px 0}.credit-officer-filters__search-input{width:99%}.credit-officer-filters__range{width:100%}.credit-officer-filters__range .range-picker__label{padding-right:5px;width:110px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-filters__range .range-picker__label{align-self:normal;width:100%;padding-bottom:10px}}.credit-officer-filters__range .range-picker__content{padding:0}.credit-officer-filters__range .range-picker__text-input-container{flex-grow:1}.credit-officer-filters__range .range-picker__to-label{padding:0 10px}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.credit-officer-filters__range-input{max-width:60px}}.credit-officer-filters__btns{display:flex;justify-content:flex-end;padding-top:10px}.credit-officer-filters__btn{min-width:110px}.credit-officer-filters__btn_offset_right{margin-right:15px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.credit-officer-filters__dropdown{padding-right:10px}}.credit-officer-filters__dropdown .dropdown__label{width:80px;padding-right:15px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-filters__dropdown .dropdown__label{padding-bottom:10px;align-self:normal;width:100%}}.credit-officer-filters__dropdown .dropdown__value{width:60px}
.credit-officer-mobile-table-row{padding-bottom:20px}.credit-officer-mobile-table-row__items{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;padding:15px 20px;cursor:pointer;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-mobile-table-row__items{align-items:flex-start}}.credit-officer-mobile-table-row__item{display:flex;width:80%;margin:5px 0}.credit-officer-mobile-table-row__item-title{align-self:center;width:230px;font-weight:400}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-mobile-table-row__item-title{width:auto;margin-right:10px}}.credit-officer-mobile-table-row__item-value{padding-bottom:1px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.credit-officer-mobile-table-row__mail-link{cursor:pointer;text-decoration:none;color:#004add;font-size:16px}.credit-officer-mobile-table-row__mail-link:hover,.credit-officer-mobile-table-row__mail-link:focus.focus-visible{text-decoration:underline}.credit-officer-mobile-table-row__buttons{display:flex;flex-direction:row;justify-content:center;width:100%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-mobile-table-row__buttons{align-items:center;flex-direction:column}}.credit-officer-mobile-table-row__button{width:100%;max-width:150px;margin:5px 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-mobile-table-row__button{max-width:100%}}.credit-officer-mobile-table-row__button-icon{display:block;margin-left:10px}.credit-officer-mobile-table-row__button-icon_invisible{display:none}.credit-officer-mobile-table-row__field-caption{font-weight:400}.credit-officer-mobile-table-row__chart{height:40px}.credit-officer-mobile-table-row__chart-caption{margin-left:10px;font-size:13px;font-weight:bold}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.loan-client-modal{height:75%}}.loan-client-modal__form-input,.loan-client-modal__form-dropdown{margin-bottom:10px}.loan-client-modal__form-checkbox-container{display:inline-block}.loan-client-modal__form-checkbox{flex-direction:row-reverse;justify-content:flex-end;height:35px;margin-bottom:10px;color:#333;font-weight:500}.loan-client-modal__form-checkbox:hover{color:#000;font-weight:600}.loan-client-modal__form-checkbox .checkbox__label{width:130px;margin-left:0;letter-spacing:.15px;color:inherit;font-size:14px}
.client-upload-form{height:100%;max-height:550px}.client-upload-form__main-info{display:flex;margin-bottom:20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.client-upload-form__main-info{flex-direction:column}}.client-upload-form__form{transition-duration:.3s}.client-upload-form__form-input{margin-bottom:10px}.client-upload-form__description{flex-basis:65%;font-size:16px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.client-upload-form__description{width:100%}}.client-upload-form__description_bold{display:block;padding-top:10px;font-size:14px;font-weight:bold}.client-upload-form__button{display:flex;align-items:center;flex-grow:1;width:35%}@media only print and (max-width: 768px),only screen and (max-width: 768px){.client-upload-form__button{width:100%}}.client-upload-form__button{justify-content:center}@media only print and (max-width: 768px),only screen and (max-width: 768px){.client-upload-form__button{justify-content:flex-start;margin-top:30px}}.client-upload-form__dropzone{height:150px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.client-upload-form__dropzone{height:75px}}.client-upload-form__dropzone.dropzone-form_has-document{height:auto}.client-upload-form__step-label{color:#6e767e}.client-upload-form__progress-info{position:sticky;top:0;padding:10px 0;background-color:#fff}.client-upload-form__error-message{margin-bottom:10px;padding:10px;transition-duration:.3s;color:#fff;border-radius:3px;background-color:#ff5368}
.bulk-client-modal__confirm-modal{z-index:1001}.bulk-client-modal__confirm-modal-title{font-size:24px;font-weight:bold}.bulk-client-modal__confirm-modal-subtitle{margin-top:20px;font-size:20px}
.credit-officer-table__title{width:100%;padding:0 20px 10px 20px;border-bottom:2px solid #c8d0d8;font-size:26px}.credit-officer-table__action-bar{display:flex;align-items:center;flex-direction:row;justify-content:space-between;padding-bottom:20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-table__action-bar{flex-direction:column}}@media print{.credit-officer-table__action-bar{display:none}}.credit-officer-table__action-bar-filters{display:flex;width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-table__action-bar-filters{justify-content:center}}@media print{.credit-officer-table__action-bar-filters{display:none}}.credit-officer-table__search-input{width:100%;max-width:300px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-table__search-input{max-width:100%;margin:30px 0 15px 0}}.credit-officer-table__search-input .search-input__field{font-family:inherit}.credit-officer-table__action-bar-buttons{display:flex;flex-direction:row}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-table__action-bar-buttons{align-self:flex-end}}.credit-officer-table__action-bar-link{padding-left:10px;font-size:16px;color:#004add}@media only print and (max-width: 600px),only screen and (max-width: 600px){.credit-officer-table__action-bar-link{padding-bottom:20px;align-self:flex-start}}.credit-officer-table__print-btn,.credit-officer-table__add-btn,.credit-officer-table__mobile-filters{margin-right:15px}.credit-officer-table__mobile-filters{padding:5px}@media only print and (min-width: 900px),only screen and (min-width: 900px){.credit-officer-table__mobile-filters{display:none}}.credit-officer-table__tooltip-wrapper{text-align:inherit}.credit-officer-table__tooltip{text-align:center}.credit-officer-table__icon{margin-top:5px;color:#c8d0d8}.credit-officer-table__print-btn{display:flex;align-items:center}.credit-officer-table__spinner{display:inline-block;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px;visibility:visible;max-width:100px;width:14px;height:14px;margin-left:5px;opacity:1}.credit-officer-table__header-col_name{width:10%}.credit-officer-table__header-col_email{width:13%}.credit-officer-table__header-col_credit-officer{width:10%}.credit-officer-table__header-col_advisor{width:10%}.credit-officer-table__header-col_advance-rate{width:5%}.credit-officer-table__header-col_bank{width:10%}.credit-officer-table__header-col_commitments{width:5%}.credit-officer-table__header-col_outstanding{width:5%}.credit-officer-table__header-col_collateral{width:5%}.credit-officer-table__header-col_ltv{width:7%}.credit-officer-table__header-col_market{width:8%}.credit-officer-table__header-col_frr{width:4%}.credit-officer-table__header-col_orr{width:4%}.credit-officer-table__header-col_action-btns{width:4%}@media print{.credit-officer-table__header-col_action-btns{display:none}}
.credit-officer-page{max-width:1400px;margin:0 auto;padding:55px 0}@media print{.credit-officer-page{padding-bottom:0}}
.user-management-table-row{position:relative;font-size:14px}.user-management-table-row__link-icon{margin-right:5px}@media print{.user-management-table-row__link-container{display:none}}.user-management-table-row__button{white-space:nowrap;font-size:12px;font-weight:bold}.user-management-table-row__button-spinner{animation:rotating 2s linear infinite;font-size:15px}.user-management-table-row__spinner{display:inline-block;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px;visibility:visible;max-width:100px;margin-left:5px;opacity:1}
.loan-management-mobile-table-row{display:flex;align-items:center;flex-direction:column;margin-bottom:20px;padding:15px 0;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}.loan-management-mobile-table-row__user-info{display:flex;flex-direction:column;width:80%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row__user-info{width:100%;padding:0 20px}}.loan-management-mobile-table-row__item{display:flex;width:100%;margin:3px 0}.loan-management-mobile-table-row__field-caption{flex-shrink:0;width:165px;font-weight:600}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row__field-caption{width:100px}}.loan-management-mobile-table-row__value{overflow:hidden;flex-grow:1;padding-bottom:1px;white-space:nowrap;text-overflow:ellipsis}.loan-management-mobile-table-row__buttons{display:flex;flex-direction:row;justify-content:space-between;width:80%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row__buttons{flex-direction:column;width:100%;padding:0 20px}}.loan-management-mobile-table-row__button{width:calc(100% - 10px);max-width:200px;margin:5px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row__button{max-width:100%}}
.loan-management-mobile-table-row-skeleton{display:flex;align-items:center;flex-direction:column;margin-bottom:20px;padding:15px 0;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}.loan-management-mobile-table-row-skeleton__user-info{display:flex;flex-direction:column;width:80%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row-skeleton__user-info{width:100%;padding:0 20px}}.loan-management-mobile-table-row-skeleton__item{display:flex;height:18px;margin:3px 0;border-radius:3px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.loan-management-mobile-table-row-skeleton__buttons{display:flex;flex-direction:row;justify-content:space-between;width:80%;padding-top:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row-skeleton__buttons{flex-direction:column;width:100%;padding:0 20px}}.loan-management-mobile-table-row-skeleton__button{display:flex;justify-content:center;width:calc(100% - 10px);max-width:200px;height:40px;margin:5px;border-radius:3px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-management-mobile-table-row-skeleton__button{max-width:100%}}
.loan-administration{animation:fadeIn 3s ease-out}.loan-administration__wrapper{max-width:1400px;margin:0 auto;padding:55px 0}@media print{.loan-administration__wrapper{padding-bottom:0}}.loan-administration__table-header-col_name{width:20%}.loan-administration__table-header-col_email{width:20%}.loan-administration__table-header-col_role{width:15%}.loan-administration__table-header-col_status{width:10%}.loan-administration__table-header-col_last-login{width:15%}.loan-administration__table-header-col_status-btn{width:10%}@media print{.loan-administration__table-header-col_status-btn{display:none}}.loan-administration__table-header-col_edit-btn{width:10%}@media print{.loan-administration__table-header-col_edit-btn{display:none}}
.loan-client-header{display:flex;padding:0 10px 10px 10px;border-bottom:2px solid #c8d0d8}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-header{flex-direction:column}}.loan-client-header__client-info{display:flex;align-items:center;flex-grow:1;flex-wrap:wrap;font-size:24px}.loan-client-header__client-name,.loan-client-header__cmt,.loan-client-header__gci{flex-shrink:0;max-width:100%;margin-right:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.loan-client-header__contact-client{flex-shrink:0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-header__contact-client{margin-top:15px}}@media print{.loan-client-header__contact-client{display:none}}
.loan-client-info{padding-left:20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-info{display:flex;flex-wrap:wrap}}.loan-client-info__advisor,.loan-client-info__region,.loan-client-info__credit-officer,.loan-client-info__source-of-wealth{margin-bottom:12px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-info__advisor,.loan-client-info__region,.loan-client-info__credit-officer,.loan-client-info__source-of-wealth{width:50%}}.loan-client-info__title{margin-bottom:5px;font-weight:bold}.loan-client-info__content{line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.loan-client-statistic-dimension{display:flex;align-items:center;flex-direction:column;flex-shrink:0;justify-content:space-between}.loan-client-statistic-dimension__title{text-align:center;font-size:18;font-weight:bold;max-width:120px}.loan-client-statistic-dimension__value{margin-top:20px;font-size:22px}
.loan-calcs{font-size:18px;font-weight:bold}.loan-calcs__loan-id{text-align:center}.loan-calcs__statistic-dimensions{margin:15px}.loan-calcs__statistic-dimensions-top{display:flex;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-calcs__statistic-dimensions-top{flex-wrap:wrap}}.loan-calcs__statistic-dimensions-bottom{display:flex;justify-content:space-between;margin-top:50px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-calcs__statistic-dimensions-bottom{flex-wrap:wrap;margin-top:0}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-calcs__statistic-dimension{width:100%;margin-bottom:20px}}.loan-calcs__gauge-chart{height:40px}.loan-calcs__triangle-level-chart{height:35px}.loan-calcs__risk-level{margin-left:8px;font-size:14px}.loan-calcs__orr-frr-wrapper{display:flex}.loan-calcs__orr-frr{margin-right:20px}.loan-calcs__orr-frr:last-child{margin-right:0}.loan-calcs__orr-frr-title{font-size:18px}.loan-calcs__orr-frr-value{margin-top:5px;text-align:center}.loan-calcs__orr-frr-value_good{color:#38761c}.loan-calcs__orr-frr-value_bad{color:#8d3434}.loan-calcs__tooltip{display:flex;align-items:baseline;justify-content:space-between;width:55px}
.other-artwork{font-size:18px;font-weight:bold}.other-artwork__title{text-align:center}.other-artwork__statistic-dimensions{margin:15px 15px 0 15px}.other-artwork__statistic-dimensions-top{display:flex}@media only print and (max-width: 768px),only screen and (max-width: 768px){.other-artwork__statistic-dimensions-top{flex-wrap:wrap}}.other-artwork__statistic-dimensions-bottom{display:flex;margin-top:30px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.other-artwork__statistic-dimensions-bottom{flex-wrap:wrap;margin-top:10px}}.other-artwork__statistic-dimension{width:calc(50% - 10px);margin-right:10px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.other-artwork__statistic-dimension{width:100%;margin-bottom:20px}}.other-artwork__gauge-chart{height:40px}.other-artwork__line-chart-wrapper{display:flex;align-items:flex-end}.other-artwork__line-chart{height:40px}.other-artwork__rpe{margin-bottom:5px}
.loan-client-body{display:flex;flex-wrap:wrap;padding-top:20px}.loan-client-body__loan-client-info{order:1;width:18%;min-width:220px;border-right:2px solid #c8d0d8}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.loan-client-body__loan-client-info{width:40%;border-right-width:1px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-body__loan-client-info{width:100%;border-right-width:0}}@media print{.loan-client-body__loan-client-info{width:40%;border-right-width:1px}}.loan-client-body__loan-calcs{flex-grow:1;order:2}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.loan-client-body__loan-calcs{order:3;margin-top:25px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-body__loan-calcs{order:2}}@media print{.loan-client-body__loan-calcs{order:3;margin-top:25px}}.loan-client-body__other-artwork{order:3;width:30%;min-width:350px;border-left:2px solid #c8d0d8}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.loan-client-body__other-artwork{order:2;width:60%;border-left-width:1px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-body__other-artwork{order:3;width:100%;margin-top:10px;border-left-width:0}}@media print{.loan-client-body__other-artwork{order:2;width:60%;border-left-width:1px}}
.advanced-search-column__dropdown,.advanced-search-column__input{margin-bottom:15px}.advanced-search-column__dropdown_units{max-width:200px}.advanced-search-column__checkboxes-container{display:flex;margin-bottom:15px}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-container{flex-direction:column}}.advanced-search-column__checkboxes-label{width:130px;font-size:14px}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-label{padding-bottom:15px}}.advanced-search-column__checkboxes-content{display:flex;flex-wrap:wrap;width:calc(100% - 130px)}@media only print and (min-width: 600px),only screen and (min-width: 600px){.advanced-search-column__checkboxes-content{width:100%;padding-left:15px}}.advanced-search-column .range-picker__text-input-container{flex-grow:1}.advanced-search-column__checkbox{width:50%}.advanced-search-column__checkbox_full-width{width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.advanced-search-column__checkbox{width:85%}}.advanced-search-column__checkbox .checkbox{width:100%}.advanced-search-column__checkbox .checkbox__icon-container{border-color:#004add}.advanced-search-column__checkbox .checkbox__icon-container_active{border-color:#004add;background-color:#004add}.advanced-search-column__checkbox .checkbox__label{margin-left:15px;padding-right:5px}.advanced-search-column .range-picker__label,.advanced-search-column .text-field__label,.advanced-search-column .dropdown__label{color:#333}
.advanced-search-form{padding:20px 0 40px 0;animation:fadeIn .5s ease;border-bottom:2px solid #c8d0d8}.advanced-search-form__footer{display:flex;justify-content:flex-end;padding:0 20px}.advanced-search-form__form-btn{font-size:14px}.advanced-search-form__form-btn_submit{margin-left:30px}.advanced-search-form__inputs-container{display:flex;align-items:stretch;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__inputs-container{flex-wrap:wrap}}.advanced-search-form__column{width:32%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.advanced-search-form__column{width:100%}}
.loan-modal__form{overflow:hidden}.loan-modal__form-error{display:flex;align-items:center;justify-content:center;width:100%;max-height:0px;margin-bottom:0px;transition-duration:.3s;opacity:0;color:#fff;border-radius:3px;background-color:#ff5368;font-style:12px}.loan-modal__form-error_visible{max-height:100px;margin-bottom:30px;padding:15px 0;opacity:1}.loan-modal__field{margin-bottom:10px}.loan-modal__form-input{margin-bottom:10px}.loan-modal__form-input .text-field__label{width:140px}.loan-modal__form-input .text-field-form__invalid-label{padding-left:140px}.loan-modal__form-dropdown{margin-bottom:10px}.loan-modal__form-dropdown .dropdown__label{width:140px}.loan-modal__form-dropdown .dropdown__value{left:calc(30% + 10px);font-size:13.3333px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-modal__form-dropdown .dropdown__value{left:45%;padding:5px}}.loan-modal__form-dropdown .dropdown-form__invalid-label{padding-left:140px}
.loan-client-artworks-buttons{display:flex}.loan-client-artworks-buttons__mobile-filters-container{display:none;width:52px;height:45px}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.loan-client-artworks-buttons__mobile-filters-container{display:block}}.loan-client-artworks-buttons__mobile-filters{display:none;margin-top:5px}@media only print and (max-width: 1050px),only screen and (max-width: 1050px){.loan-client-artworks-buttons__mobile-filters{display:block}}@media print{.loan-client-artworks-buttons__mobile-filters{display:none}}.loan-client-artworks-buttons__mobile-filters .mobile-table-sort__filters-container{top:46px}.loan-client-artworks-buttons__print-btn{display:flex;align-items:center;min-width:40px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-artworks-buttons__print-btn{padding-right:15px}}.loan-client-artworks-buttons__spinner{display:inline-block;visibility:visible;width:14px;max-width:100px;height:14px;margin-left:5px;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;opacity:1;font-size:15px}
.loan-client-artworks-table-header__header-col_img{width:8%}.loan-client-artworks-table-header__header-col_artist{width:12%}.loan-client-artworks-table-header__header-col_title{width:15%}.loan-client-artworks-table-header__header-col_created{width:8%}.loan-client-artworks-table-header__header-col_advance-rate{width:8%}.loan-client-artworks-table-header__header-col_appraised-value{width:10%}.loan-client-artworks-table-header__header-col_maximum-loan-value{width:10%}.loan-client-artworks-table-header__header-col_sell-through{width:8%}.loan-client-artworks-table-header__header-col_rep{width:12%}
.loan-client-artworks-table-row{cursor:pointer}.loan-client-artworks-table-row__asset-img{max-height:60px}.loan-client-artworks-table-row__dimensions{margin-top:5px;text-transform:lowercase;color:#6e767e;font-size:14px}.loan-client-artworks-table-row__gauge-chart{height:30px}.loan-client-artworks-table-row__line-chart-wrapper{display:flex;align-items:flex-end}.loan-client-artworks-table-row__line-chart{height:30px}.loan-client-artworks-table-row__rpe{margin-bottom:3px;font-weight:bold}
.loan-client-artworks-mobile-table-row{padding-bottom:20px;cursor:pointer}.loan-client-artworks-mobile-table-row__items{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;padding:15px 20px;color:inherit;border:1px solid rgba(0,0,0,0);border-radius:3px;box-shadow:0px 0px 12px 2px rgba(206,206,206,.5)}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-client-artworks-mobile-table-row__items{align-items:flex-start}}.loan-client-artworks-mobile-table-row__asset-img-wrapper{align-self:center;margin-bottom:20px}.loan-client-artworks-mobile-table-row__asset-img{max-height:120px}.loan-client-artworks-mobile-table-row__item{display:flex;align-items:center;width:80%;margin:5px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-client-artworks-mobile-table-row__item{width:100%}}.loan-client-artworks-mobile-table-row__item-title{width:204px;margin-right:15px;font-weight:bold}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-client-artworks-mobile-table-row__item-title{width:auto;margin-right:10px}}.loan-client-artworks-mobile-table-row__item-value{flex-shrink:0;padding-bottom:1px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.loan-client-artworks-mobile-table-row__gauge-chart{height:30px}.loan-client-artworks-mobile-table-row__line-chart-wrapper{display:flex;align-items:flex-end}.loan-client-artworks-mobile-table-row__line-chart{height:30px}.loan-client-artworks-mobile-table-row__rpe{margin-bottom:3px;font-weight:bold}
.loan-client-artworks-skeleton{display:flex;align-items:center;height:120px;text-decoration:none;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0 0 3px 0px rgba(206,206,206,.5)}@media only print and (max-width: 480px),only screen and (max-width: 480px){.loan-client-artworks-skeleton{flex-direction:column;justify-content:center;height:auto;padding:10px 0}}@media only print and (max-width: 480px),only screen and (max-width: 480px){.loan-client-artworks-skeleton__content{text-align:center}}.loan-client-artworks-skeleton:not(:first-child){border-top:0}.loan-client-artworks-skeleton__image-container{width:130px;height:100px;margin:0 30px 0 30px;padding:0 30px 0 30px;border-radius:5px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.loan-client-artworks-skeleton__image-container{width:80%;margin:0 auto}}.loan-client-artworks-skeleton__artist,.loan-client-artworks-skeleton__title,.loan-client-artworks-skeleton__cost-basis{width:70px;margin:10px 0;padding:10px 0;border-radius:5px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}@media only print and (max-width: 480px),only screen and (max-width: 480px){.loan-client-artworks-skeleton__artist,.loan-client-artworks-skeleton__title,.loan-client-artworks-skeleton__cost-basis{margin:10px auto}}.loan-client-artworks-skeleton__artist{width:100px;color:#004add;font-size:14px}.loan-client-artworks-skeleton__title{width:150px;font-weight:600}
.loan-client-artworks-table{padding-top:20px}@media print{.loan-client-artworks-table{padding-top:0}}
.loan-client-artworks__title{padding:0 0 10px 10px;border-bottom:2px solid #c8d0d8;font-size:24px}.loan-client-artworks__search-block{display:flex;justify-content:space-between}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-client-artworks__search-block{display:block}}@media print{.loan-client-artworks__search-block{display:none}}.loan-client-artworks__search-input{width:100%;max-width:450px;margin-top:20px}.loan-client-artworks__advanced-search-btn{padding:10px 0px;font-size:18px;font-weight:bold}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-client-artworks__advanced-search-btn{margin-top:10px;font-size:14px}}@media print{.loan-client-artworks__advanced-search-btn{display:none}}@media print{.loan-client-artworks__advanced-search{display:none}}.loan-client-artworks__btns{margin-top:10px;margin-left:15px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-client-artworks__btns{margin-left:0}}
.loan-client__wrapper{max-width:1400px;margin:0 auto}.loan-client__loader{height:344px;margin-top:20px}.loan-client__loan-client-header{margin-top:15px}
.loan-analytics-filters{font-size:15px;display:flex;align-items:flex-end;flex-grow:1;padding:30px 10px 10px 10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-analytics-filters{flex-direction:column;align-items:normal;padding:20px 0}}@media print{.loan-analytics-filters{display:none}}.loan-analytics-filters__dropdown{width:250px;padding-right:50px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-analytics-filters__dropdown{padding:20px 10px;width:100%}}.loan-analytics-filters__dropdown .dropdown__label{width:0}.loan-analytics-filters__dropdown .dropdown__value{width:200px}
.loan-analytics-table-row{font-size:14px;cursor:pointer}.loan-analytics-table-row__chart{height:30px}
.loan-analytics-mobile-table-row{cursor:pointer}.loan-analytics-mobile-table-row__chart{height:40px}
.loan-analytics-table__loader{padding-top:20px}.loan-analytics-table__action-bar{display:flex;justify-content:flex-end;padding:10px 15px 15px 15px;height:57px}@media print{.loan-analytics-table__action-bar{display:none}}.loan-analytics-table__print-btn{display:flex;align-items:center;min-width:40px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-analytics-table__print-btn{padding-right:15px}}.loan-analytics-table__mobile-filters{display:flex;justify-content:flex-end}@media only print and (min-width: 768px),only screen and (min-width: 768px){.loan-analytics-table__mobile-filters{display:none}}.loan-analytics-table__spinner{display:inline-block;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px;visibility:visible;max-width:100px;width:14px;height:14px;margin-left:5px;opacity:1}
.artists-analytics-table-row{cursor:pointer;animation:fadeIn .5s ease-out;font-size:14px;line-height:1.2em}.artists-analytics-table-row__photo{cursor:pointer;border-radius:50%}
.artists-analytics-mobile-table-row{cursor:pointer;display:flex}@media only print and (max-width: 550px),only screen and (max-width: 550px){.artists-analytics-mobile-table-row{flex-direction:column}}.artists-analytics-mobile-table-row__photo-container{display:flex;align-items:center;flex-direction:column;justify-content:space-around;padding-left:10px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-analytics-mobile-table-row__photo-container{padding:0 35px 0 10px}}@media only print and (max-width: 550px),only screen and (max-width: 550px){.artists-analytics-mobile-table-row__photo-container{padding:10px 0}}.artists-analytics-mobile-table-row__photo{overflow:hidden;width:100px;height:100px;cursor:pointer;border-radius:50%;background-position:50%;background-size:cover;filter:grayscale(100%)}@media only print and (max-width: 550px),only screen and (max-width: 550px){.artists-analytics-mobile-table-row__photo{margin-bottom:15px}}.artists-analytics-mobile-table-row__content{flex-grow:1;padding:0 80px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-analytics-mobile-table-row__content{padding:0}}.artists-analytics-mobile-table-row__row{position:relative;display:flex;justify-content:space-between;padding:4px 0}.artists-analytics-mobile-table-row__row-title{padding-right:10px;width:170px;vertical-align:baseline}.artists-analytics-mobile-table-row__row-value{flex-grow:0}
.artists-analytics-mobile-table-row-skeleton{display:flex;margin-bottom:12px;padding:10px;color:inherit;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (max-width: 500px),only screen and (max-width: 500px){.artists-analytics-mobile-table-row-skeleton{flex-direction:column}}.artists-analytics-mobile-table-row-skeleton__photo-container{display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding-left:10px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-analytics-mobile-table-row-skeleton__photo-container{padding:0 35px 0 10px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.artists-analytics-mobile-table-row-skeleton__photo-container{padding:10px 0}}.artists-analytics-mobile-table-row-skeleton__photo{overflow:hidden;width:100px;height:100px;border-radius:50%;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.artists-analytics-mobile-table-row-skeleton__content{flex-grow:1;padding:0 80px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.artists-analytics-mobile-table-row-skeleton__content{padding:0}}.artists-analytics-mobile-table-row-skeleton__content-row{display:inline-block;width:100%;height:1em;margin:4px 0;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}
.artists-analytics-table__action-bar{display:flex;justify-content:flex-end;padding:10px 15px 15px 15px}@media print{.artists-analytics-table__action-bar{display:none}}.artists-analytics-table__print-btn{display:flex;align-items:center;min-width:40px;height:47px}@media only print and (max-width: 900px),only screen and (max-width: 900px){.artists-analytics-table__print-btn{padding-right:15px}}.artists-analytics-table__mobile-filters{display:flex;justify-content:flex-end}@media only print and (min-width: 992px),only screen and (min-width: 992px){.artists-analytics-table__mobile-filters{display:none}}.artists-analytics-table__spinner{display:inline-block;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px;visibility:visible;max-width:100px;width:14px;height:14px;margin-left:5px;opacity:1}.artists-analytics-table__header-col{line-height:1.2em}.artists-analytics-table__header-col_author-photo{width:8%}.artists-analytics-table__header-col_author-name{width:12%}.artists-analytics-table__header-col_clients-count{width:6%}.artists-analytics-table__header-col_assets-count{width:6%}.artists-analytics-table__header-col_appraised-value{width:8%}.artists-analytics-table__header-col_total-percent{width:6%}.artists-analytics-table__header-col_max-sale{width:8%}.artists-analytics-table__header-col_avg-sales-all-time{width:8%}.artists-analytics-table__header-col_avg-sales{width:8%}.artists-analytics-table__header-col_rate{width:8%}.artists-analytics-table__header-col_estimate{width:8%}.artists-analytics-table__header-col_liquidity{width:7%}.artists-analytics-table__header-col_market-trend{width:7%}
.loan-analytics-page__wrapper{max-width:1400px;margin:0 auto;padding:55px 0}@media print{.loan-analytics-page__wrapper{padding-bottom:0}}
.header-statistics{display:flex;flex-wrap:wrap;padding-bottom:30px;border-bottom:2px solid #c8d0d8}@media only print and (max-width: 768px),only screen and (max-width: 768px){.header-statistics{flex-direction:column}}.header-statistics__title{flex-basis:100%;margin-bottom:30px;padding:0 20px 10px 20px;text-transform:capitalize;border-bottom:2px solid #c8d0d8;font-size:26px}.header-statistics__dimensions{display:flex}@media only print and (max-width: 768px),only screen and (max-width: 768px){.header-statistics__dimensions{flex-direction:column}}.header-statistics__dimension:first-child{padding-left:0}@media only print and (min-width: 768px),only screen and (min-width: 768px){.header-statistics__dimension-title{min-height:32px}}
.loan-analytics-loans-info{display:flex;justify-content:space-between}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-analytics-loans-info{flex-direction:column}}@media only print and (min-width: 768px),only screen and (min-width: 768px){.loan-analytics-loans-info__dimension{min-height:80px;padding:0}}.loan-analytics-loans-info__dimension-title{color:#0073e6;font-size:14px}.loan-analytics-loans-info__dimension-val{padding-top:0;font-size:32px}.loan-analytics-loans-info__chart{height:50px}
.loan-client-artworks-table-row__link{font-size:16px;font-weight:normal}.loan-client-artworks-table-row__link:focus.focus-visible{text-decoration:none}@media print{.loan-client-artworks-table-row__link{text-decoration:none;color:#010101}}
@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-assets-mobile-table-row__item-title{width:150px}}.loan-assets-mobile-table-row__item-link{font-size:16px;font-weight:normal}
.loans-assets-table__header-col_title{width:25%}.loans-assets-table__header-col_appraised{width:25%}.loans-assets-table__header-col_advance{width:25%}.loans-assets-table__header-col_client{width:25%}.loans-assets-table__mobile-filters{display:flex;justify-content:flex-end;padding-bottom:20px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.loans-assets-table__mobile-filters{display:none}}@media print{.loans-assets-table__mobile-filters{display:none}}
.loan-analytics-detail__wrapper{max-width:1400px;margin:0 auto;padding:55px 0;animation:fadeIn 3s ease-out}@media print{.loan-analytics-detail__wrapper{padding-bottom:0;animation:none}}.loan-analytics-detail__loader{padding-top:20px}@media print{.loan-analytics-detail__title{display:none}}.loan-analytics-detail__breadcrumbs{padding:30px 20px 0 20px}@media print{.loan-analytics-detail__breadcrumbs{display:none}}.loan-analytics-detail__action-bar{display:flex;justify-content:flex-end}@media print{.loan-analytics-detail__action-bar{display:none}}.loan-analytics-detail__print-btn{display:flex;align-items:center;min-width:40px;height:57px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-analytics-detail__print-btn{padding-right:15px}}.loan-analytics-detail__spinner{display:inline-block;transition:all .2s ease-in-out;animation:rotating 2s linear infinite;font-size:15px;visibility:visible;max-width:100px;width:14px;height:14px;margin-left:5px;opacity:1}.loan-analytics-detail__artist-info{border-bottom:2px solid #c8d0d8}.loan-analytics-detail__loans-info,.loan-analytics-detail__assets-table{max-width:850px;padding:0 25px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-analytics-detail__loans-info,.loan-analytics-detail__assets-table{padding:0}}.loan-analytics-detail__loans-info{margin-top:30px}.loan-analytics-detail__assets-table{margin-top:50px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.loan-analytics-detail__assets-table{margin-top:20px}}
.responsive-bar-chart{padding:10px 0}.responsive-bar-chart .recharts-default-tooltip{visibility:visible;display:block}
.portfolio-chart-container{padding:40px 10px 20px 10px}.portfolio-chart-container__label{margin-bottom:0px;font-size:24px;font-weight:700}@media only print and (max-width: 600px),only screen and (max-width: 600px){.portfolio-chart-container{padding:20px 0}.portfolio-chart-container__label{font-size:18px}}
.chart-tooltip{color:#fff;position:relative;border-radius:8px;background-color:#3878d0;text-align:left}.chart-tooltip__block{padding:20px}.chart-tooltip__block_top{border-radius:8px 8px 0 0;background-color:#4581d3;font-weight:600;font-size:18px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.chart-tooltip__block_top{font-size:14px;border-radius:0}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.chart-tooltip__block{padding:10px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.chart-tooltip{border-radius:0}}
.summary-chart-tooltip__info{display:flex;flex-direction:column;max-width:200px;width:100%;font-weight:600;font-size:20px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.summary-chart-tooltip__info{font-size:14px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.summary-chart-tooltip__info{flex-direction:row;justify-content:space-between}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.summary-chart-tooltip__info-block{width:47%}}.summary-chart-tooltip__value{margin-top:3px}.summary-chart-tooltip__label{font-size:18px;margin-top:20px;opacity:.8}.summary-chart-tooltip__label_first{margin-top:0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.summary-chart-tooltip__label{font-size:14px;margin-top:10px}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.summary-chart-tooltip__label{margin-top:5px}}
.x-axis-tick{fill:#000}.x-axis-tick:focus:not(.focus-visible){outline:none}.x-axis-tick__text{font-size:14px}.x-axis-tick__text_big{font-size:16px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.x-axis-tick__text{font-size:10px}.x-axis-tick__text_big{font-size:12px}}
.guideline-label{fill:#0052c3;fill-opacity:.4}.guideline-label__text{text-shadow:2px 2px #fff}
.custom-bar_hovered{opacity:.8}
.portfolio-charts-section{display:flex;flex-direction:row;justify-content:space-between}.portfolio-charts-section__chart-container{width:100%}.portfolio-charts-section__chart{max-height:400px;overflow:hidden}.portfolio-charts-section__chart_no-legend{max-height:354px;margin-top:46px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.portfolio-charts-section__chart_no-legend{max-height:300px;margin-top:10px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.portfolio-charts-section__chart{max-height:300px}}.portfolio-charts-section .recharts-legend-item-text{font-size:14px;font-weight:600}.portfolio-charts-section .recharts-layer.recharts-cartesian-axis.recharts-yAxis.yAxis .recharts-cartesian-axis-tick-value{font-size:14px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.portfolio-charts-section .recharts-layer.recharts-cartesian-axis.recharts-yAxis.yAxis .recharts-cartesian-axis-tick-value{font-size:10px}}.portfolio-charts-section .recharts-tooltip-wrapper-right::after{position:absolute;width:0;height:0;margin:0 auto;content:"";border:12px solid rgba(0,0,0,0);border-top-color:#3878d0;top:calc(50% - 11px);right:initial;left:-23px;transform:rotate(90deg)}.portfolio-charts-section .recharts-tooltip-wrapper-left::after{position:absolute;width:0;height:0;margin:0 auto;content:"";border:12px solid rgba(0,0,0,0);border-top-color:#3878d0;top:calc(50% - 11px);right:-23px;left:initial;transform:rotate(-90deg)}@media only print and (max-width: 992px),only screen and (max-width: 992px){.portfolio-charts-section{flex-direction:column}}@media only print and (max-width: 500px),only screen and (max-width: 500px){.portfolio-charts-section .recharts-tooltip-wrapper-right::after,.portfolio-charts-section .recharts-tooltip-wrapper-left::after,.portfolio-charts-section .recharts-tooltip-wrapper-bottom::after,.portfolio-charts-section .recharts-tooltip-wrapper-top::after{position:absolute;width:0;height:0;margin:0 auto;content:"";border:12px solid rgba(0,0,0,0);border-top-color:#3878d0;top:initial;right:calc(50% - 11px);bottom:-23px;left:initial;transform:none}}
.portfolio-skeleton{padding:10px;border:1px solid #c8d0d8;border-radius:3px;box-shadow:0px 0px 8px 2px rgba(206,206,206,.5)}@media only print and (min-width: 768px),only screen and (min-width: 768px){.portfolio-skeleton{display:flex}}.portfolio-skeleton__item-title,.portfolio-skeleton__item-val,.portfolio-skeleton__btn{height:16px;margin:2px 0;border-radius:3px;line-height:20px;animation:skeletonGradient 3s ease infinite;background:linear-gradient(-45deg, #ffffff, #e5e5e5, #dfdfdf, #e3e3e3, #ffffff);background-size:400% 400%}.portfolio-skeleton__item{display:flex}.portfolio-skeleton__item-title{width:90px;margin-right:10px}.portfolio-skeleton__item-val{width:50%}@media only print and (min-width: 768px),only screen and (min-width: 768px){.portfolio-skeleton__item-val{width:calc(100% - 100px)}}.portfolio-skeleton__items{margin-bottom:15px}@media only print and (min-width: 768px),only screen and (min-width: 768px){.portfolio-skeleton__items{width:50%;margin-bottom:0}}
.portfolio-table{padding:30px 0}.portfolio-table__loader{padding-top:20px}.portfolio-table__action-bar{display:flex;justify-content:flex-end;padding:10px 15px 15px 15px}.portfolio-table__mobile-filters{display:flex;justify-content:flex-end}@media only print and (min-width: 768px),only screen and (min-width: 768px){.portfolio-table__mobile-filters{display:none}}.portfolio-table__mobile-filters:focus:not(.focus-visible){outline:none}.portfolio-table__header-col_period{width:25%}.portfolio-table__header-col_total-asset{width:25%}.portfolio-table__header-col_loan-commitment{width:25%}.portfolio-table__header-col_appraised-value{width:25%}
.portfolio-page__wrapper{max-width:1400px;margin:0 auto;padding:55px 0}
.gallery-sales-form{max-width:1400px;margin:0 auto;padding:40px 20px 0px 20px;font-family:HelveticaNeue,Hind,serif}.gallery-sales-form__breadcrumbs{padding:10px 0}.gallery-sales-form__title{line-height:40px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.gallery-sales-form__title .content-section-title__container{flex-direction:column;align-items:start}}.gallery-sales-form__quick-create-checkbox .checkbox__label{margin-left:15px;font-family:HelveticaNeue,Hind,serif}.gallery-sales-form__footer-container{position:sticky;bottom:0}.gallery-sales-form__empty-space{width:100%;height:15px;background-color:rgba(0,0,0,0);background-image:linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%)}.gallery-sales-form__footer{display:flex;justify-content:flex-end;padding:10px 0;border-top:2px solid #e4e8ec;background-color:#fff}@media only print and (max-width: 1580px),only screen and (max-width: 1580px){.gallery-sales-form__footer{padding-right:100px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__footer{justify-content:flex-start;padding-right:0}}.gallery-sales-form__submit{margin-left:30px}.gallery-sales-form__submit-spinner{margin-right:10px;animation:rotating 2s linear infinite;font-size:15px}.gallery-sales-form__information-block{margin-bottom:50px}.gallery-sales-form__information-block .text-field-form .text-field{margin-bottom:0}.gallery-sales-form__content{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.gallery-sales-form__content{justify-content:center}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__content{padding:0}}.gallery-sales-form__content-column{width:48%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.gallery-sales-form__content-column{width:100%;min-width:200px}}.gallery-sales-form__edition{display:flex;width:100%;justify-content:space-between}.gallery-sales-form__edition .text-field__label{display:none}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition{flex-direction:column}}.gallery-sales-form__edition .text-field__input{width:100px;max-height:35px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition .text-field__input{width:100%}}.gallery-sales-form__field-edition{width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__field-edition{width:100%;height:auto}}.gallery-sales-form__field .text-field-form__invalid-label{padding:3px 0px 3px 0px}.gallery-sales-form__edition-placeholder{width:130px;font-size:14px;line-height:35px}.gallery-sales-form__edition-placeholder-disabled{color:#ccc}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition-placeholder{width:100%;padding:0px 5px;color:#6e767e;line-height:14px}}.gallery-sales-form__edition-container{display:flex;justify-content:space-between;width:100%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition-container{flex-direction:column}}.gallery-sales-form__edition-fields-container{display:flex;width:calc(100% - 130px)}.gallery-sales-form__edition-fields-container .text-field__label{display:none}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition-fields-container{width:100%;display:flex;flex-direction:column}}.gallery-sales-form__edition-placeholder,.gallery-sales-form__edition-of-placeholder{width:130px;font-size:14px;line-height:35px;color:#333}.gallery-sales-form__edition-placeholder-disabled,.gallery-sales-form__edition-of-placeholder-disabled{color:#ccc}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition-placeholder,.gallery-sales-form__edition-of-placeholder{width:100%;padding:0px 5px;color:#6e767e;line-height:14px}}.gallery-sales-form__edition-of-placeholder{text-align:center}@media only print and (max-width: 600px),only screen and (max-width: 600px){.gallery-sales-form__edition-of-placeholder{text-align:left}}

.gallery-sales{max-width:1400px;margin:0 auto;padding:40px 0px;animation:fadeIn 1s ease-out}.gallery-sales__title{margin-bottom:20px}.gallery-sales__action-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.gallery-sales__actions-sales{display:flex;align-items:center;justify-content:flex-end}.gallery-sales__search-input{display:flex;flex-wrap:nowrap;width:100%;max-width:450px}
.gallery-sale-asset-page{padding-top:50px}
.organization-page{padding-top:40px}.organization-page__title{text-align:center;font-size:32px;font-weight:bold}.organization-page__add-btn{margin-left:20px;padding:0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.organization-page__add-btn{margin-left:15px}}.organization-page__action-bar{display:flex;align-items:center;padding:30px 0 20px 0}@media only print and (max-width: 600px),only screen and (max-width: 600px){.organization-page__action-bar{flex-direction:column-reverse;justify-content:center}}.organization-page__action-bar-col{display:flex}@media only print and (max-width: 600px),only screen and (max-width: 600px){.organization-page__action-bar-col{justify-content:flex-end;width:100%;max-width:100%}}.organization-page__action-bar-col_grow{flex-grow:1}.organization-page__mobile-filters{display:none}@media only print and (max-width: 1040px),only screen and (max-width: 1040px){.organization-page__mobile-filters{display:block}}.organization-page__search-input{width:100%;max-width:300px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.organization-page__search-input{width:100%;max-width:100%;margin:30px 0 15px}}.organization-page__search-input .search-input__field{font-family:inherit}.organization-page__table-header-col_name{width:13%}.organization-page__table-header-col_email{width:13%}.organization-page__table-header-col_account-type{width:8%}.organization-page__table-header-col_last-login{width:7%}.organization-page__table-header-col_edit-btn{width:3%}.organization-page__table-header-col_status{width:4%}.organization-page__table-header-col_access{width:4%}.organization-page__table-header-col_status-btn{width:4%}.organization-page__table-header-col_view-btn{width:4%}.organization-page__table-header-col_send-btn{width:8%}.organization-page__table-header-col_number-of-assets{width:6%}.organization-page__table-header-col_purchase-price{width:6%}.organization-page__table-header-col_appraised-value{width:5%}.organization-page__table-header-col_parent{width:10%}.organization-page__table-header-col_art-categories{width:5%}@media screen and (min-width: 1040px)and (max-width: 1400px){.organization-page__table-header-col_edit-btn{display:none}.organization-page__table-header-col_view-btn{display:none}.organization-page__table-header-col_send-btn{display:none}.organization-page__table-header-col_status-btn{width:4%}.organization-page__table-header-col_status{width:5%}.organization-page__table-header-col_email{width:10%}.organization-page__table-header-col_number-of-assets{width:7%}.organization-page__table-header-col_last-login{width:8%}.organization-page__table-header-col_art-categories{width:6%}}
.organization-create-advisor-modal__form-input .text-field__label{white-space:nowrap}.organization-create-advisor-modal__form-dropdown{margin-bottom:10px}.organization-create-advisor-modal__form-dropdown .dropdown__value{left:30%}@media only print and (max-width: 600px),only screen and (max-width: 600px){.organization-create-advisor-modal__form-dropdown .dropdown__value{left:45%}}.organization-create-advisor-modal .text-field-form{margin-bottom:10px}
.organization-advisor-page{max-width:1400px;margin:0 auto;padding:40px 0}.organization-advisor-page__breadcrumbs{padding:10px 0}
.appraisal-client{margin-top:10px}.appraisal-client__header{padding:15px;text-align:center;font-size:20px;line-height:24px;color:#f0f7fd;background-color:#004add;z-index:1}.appraisal-client__header_sticky{position:sticky;top:0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.appraisal-client__header{font-size:15px}}
.customer-form{max-width:450px;width:100%}.customer-form__caption{font-size:40px;font-weight:bold;margin-bottom:20px;text-align:center;text-transform:capitalize}.customer-form__field{margin-bottom:20px}.customer-form__error-message{color:#ff2652}.customer-form__dropdown{margin-bottom:20px}.customer-form__dropdown .dropdown__inner{height:50px}.customer-form__dropdown .dropdown__label{display:none}.customer-form__dropdown .dropdown__input{border-bottom:1px solid #6e7881;padding-left:0}.customer-form__dropdown .dropdown__value{font-size:16px}.customer-form__btn{margin:40px 0 15px 0px;border-radius:0}.customer-form__aggrement-note{margin-bottom:30px;font-size:13px;text-align:center}.customer-form__footer-link{text-decoration:none;color:#004add;transition:.2s ease-in}.customer-form__footer-link:hover{color:#039;transition:.2s ease-in}.customer-form__footer-links-container{margin-top:20px;text-align:center}
.payment-form{max-width:500px;width:100%}.payment-form__caption{margin-bottom:30px;text-align:center;color:#000;font-size:40px;font-weight:bold;text-transform:capitalize}.payment-form__submit{border-radius:0;margin:30px 0px 15px 0px}.payment-form__card-label{color:#6e767e;font-weight:300;letter-spacing:.025em}.payment-form__card-input,.payment-form .StripeElement{display:block;margin:10px 0 20px 0;width:100%;padding:14px 14px;font-size:1.125em;font-family:"HelveticaNeue";box-shadow:rgba(50,50,93,.14902) 0px 1px 3px,rgba(0,0,0,.0196078) 0px 1px 0px;border:0;outline:0;border-radius:4px;background:#fff}.payment-form__card-input,.payment-form .StripeElement--focus{box-shadow:rgba(50,50,93,.109804) 0px 4px 6px,rgba(0,0,0,.0784314) 0px 1px 3px;transition:all 150ms ease}.payment-form__plans{display:flex;justify-content:space-between;margin:20px 0}.payment-form__plan-label{display:inline-block;position:relative;line-height:20px;white-space:pre-wrap;padding:0 10px 0 30px;margin-bottom:0;cursor:pointer;vertical-align:bottom}.payment-form__plan-label:before,.payment-form__plan-label:after{content:"";position:absolute;border-radius:50%;transition:all .2s ease;transition-property:transform}.payment-form__plan-label:before{left:0;top:0;width:18px;height:18px;border:1px solid #004add}.payment-form__plan-label:after{background:#004add;top:5px;left:5px;width:10px;height:10px;transform:scale(0)}.payment-form__plan-input{display:none}.payment-form__plan-input:checked+label:before{border-color:#004add}.payment-form__plan-input:checked+label:after{transform:scale(1)}.payment-form__aggrement-note{margin-bottom:30px;font-size:13px;text-align:center}.payment-form__footer-link{text-decoration:none;color:#004add;transition:.2s ease-in}.payment-form__footer-link:hover{color:#039;transition:.2s ease-in}.payment-form__footer-links-container{margin-top:20px;text-align:center}
.top-artists__your-artists-label{display:inline;font-size:24px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.top-artists__your-artists{display:flex;flex-direction:column}}.top-artists__your-artists-link{display:inline;min-width:300px;margin-left:10%;cursor:pointer;text-decoration:underline;color:#004add;font-size:15px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.top-artists__your-artists-link{padding-top:5px}}.top-artists__search-container{padding:30px 0}.top-artists__search{max-width:450px}.top-artists__top-artist-section{padding-top:20px}@media only print and (max-width: 768px),only screen and (max-width: 768px){.top-artists__top-artist-section{padding-top:0}}.top-artists__top-artist-section .collapse-section__header{padding:0 0 10px 0}.top-artists__upgrade-link{width:100%;text-align:right;color:#004add}.top-artists__upgrade-link:hover{text-decoration:underline}.top-artists__upgrade-link_mobile-app:hover{text-decoration:none}.top-artists__your-artists-icon{margin-left:10px;font-size:24px}.top-artists__your-artists-divider{width:100%;height:2px;border:none;background-color:#c8d0d8}.top-artists__mobile-filters{font-size:15px}.top-artists .collapse-section__header{align-items:flex-end}
.top-artists-page{max-width:1400px;margin:70px auto 0;animation:fadeIn 1s ease-out}
.loan-dashboard{animation:fadeIn 3s ease-out}.loan-dashboard__wrapper{max-width:1400px;margin:0 auto;padding:55px 0}.loan-dashboard__content{display:flex;justify-content:space-between;padding:45px 30px 0 35px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-dashboard__content{flex-direction:column}}.loan-dashboard__chart{width:25%;padding-right:30px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-dashboard__chart{width:40%;margin-bottom:40px}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-dashboard__chart{width:100%;margin-bottom:40px}}.loan-dashboard__charts{display:flex;justify-content:space-between;width:75%}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-dashboard__charts{flex-wrap:wrap;width:100%}}.loan-dashboard__analytics{width:20%;text-align:left}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-dashboard__analytics{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.loan-dashboard__analytics-value{width:40%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.loan-dashboard__analytics-value{flex-direction:column;width:100%}}
.notification{display:flex;border-radius:2px;background-color:#fff;box-shadow:0 0 1px 0 rgba(0,0,0,.2);border-top:3px solid;font-family:"Source Sans Pro",sans-serif}.notification_normal{min-height:77px}.notification_small{min-height:20px}.notification__icon-container{display:flex;align-items:center;flex-shrink:0;flex-direction:column;justify-content:flex-start;padding:14px 0;border:1px solid #d8e1e8;border-top:none;border-right:none;width:60px}.notification__icon-container_small{padding:9px 0}.notification__icon-wrapper{display:flex;justify-content:center;align-items:center;height:30px;width:30px;border-radius:15px}.notification__icon{background-color:#fff;border-radius:15px}.notification__content{display:flex;flex-grow:1;padding:20px 15px 20px 0;border:1px solid #d8e1e8;border-top:none;border-left:none}.notification__content_small{padding:14px 15px 14px 0}.notification__details{display:flex;flex-grow:1;width:100%}.notification__details_small{display:flex}.notification__details_normal{flex-direction:column;justify-content:space-between}.notification__title{font-size:16px;font-weight:bold;line-height:20px}.notification__title_small{padding-right:15px;line-height:18px}.notification__title_normal{padding-bottom:15px}.notification__description{color:#001837;font-size:14px;line-height:20px}.notification__close-icon-container{flex-shrink:0}.notification__close-icon{position:relative;width:15px;height:15px;margin-left:15px;cursor:pointer}.notification__close-icon-line{position:absolute;top:45%;width:100%;height:2px;background-color:#d8e1e8}.notification__close-icon-line:first-child{transform:rotate(45deg)}.notification__close-icon-line:last-child{transform:rotate(-45deg)}
.notification-system__notifications-wrapper{position:fixed;z-index:1001;box-sizing:border-box;width:25%;padding:10px}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.notification-system__notifications-wrapper{width:35%}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.notification-system__notifications-wrapper{width:45%}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.notification-system__notifications-wrapper{width:100%}}.notification-system__notifications-wrapper_top-right.notification-system__notifications-wrapper_enter,.notification-system__notifications-wrapper_bottom-right.notification-system__notifications-wrapper_enter{animation-name:slideInRight;animation-duration:.5s}.notification-system__notifications-wrapper_top-right.notification-system__notifications-wrapper_leave,.notification-system__notifications-wrapper_bottom-right.notification-system__notifications-wrapper_leave{animation-name:slideOutRight;animation-duration:.5s}.notification-system__notifications-wrapper_top-left.notification-system__notifications-wrapper_enter,.notification-system__notifications-wrapper_bottom-left.notification-system__notifications-wrapper_enter{animation-name:slideInLeft;animation-duration:.5s}.notification-system__notifications-wrapper_top-left.notification-system__notifications-wrapper_leave,.notification-system__notifications-wrapper_bottom-left.notification-system__notifications-wrapper_leave{animation-name:slideOutLeft;animation-duration:.5s}.notification-system__notifications-wrapper_top-left{top:0;left:0}.notification-system__notifications-wrapper_top-right{top:0;right:0}.notification-system__notifications-wrapper_bottom-right{right:0;bottom:0}.notification-system__notifications-wrapper_bottom-left{bottom:0;left:0}.notification-system__notification:not(:last-child){margin-bottom:10px}.notification-system__notification_leave{overflow:hidden;height:0;min-height:0;transition:min-height .5s ease-out}.notification-system__notification_top-right.notification-system__notification_enter,.notification-system__notification_bottom-right.notification-system__notification_enter{animation-name:slideInRight;animation-duration:.5s}.notification-system__notification_top-right.notification-system__notification_leave,.notification-system__notification_bottom-right.notification-system__notification_leave{animation-name:slideOutRight;animation-duration:.5s}.notification-system__notification_top-left.notification-system__notification_enter,.notification-system__notification_bottom-left.notification-system__notification_enter{animation-name:slideInLeft;animation-duration:.5s}.notification-system__notification_top-left.notification-system__notification_leave,.notification-system__notification_bottom-left.notification-system__notification_leave{animation-name:slideOutLeft;animation-duration:.5s}@keyframes slideInLeft{from{visibility:visible;transform:translate3d(-100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideInRight{from{visibility:visible;transform:translate3d(100%, 0, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}
.modal-account-type-info{height:100%;width:100%;padding:30px 20px;background-color:#039;color:#fff}.modal-account-type-info__logo{font-size:34px}.modal-account-type-info__list{list-style:initial;padding-left:20px}.modal-account-type-info__list-title{margin-bottom:15px}.modal-account-type-info__list-item{margin-bottom:15px;line-height:22px}.modal-account-type-info__content{max-width:450px;margin:0 auto}.modal-account-type-info__header{font-weight:bold;font-size:34px;line-height:34px;text-transform:capitalize;margin:20px 0 40px 0}.modal-account-type-info__subheader{font-size:18px;font-weight:bold;margin-bottom:15px}.modal-account-type-info__pricing{margin:25px 0}.modal-account-type-info__pricing-per-month{margin-top:10px;text-align:right;font-style:italic}.modal-account-type-info__pricing-annually{font-size:18px;font-weight:bold;text-align:right}
.account-system-modal{display:flex;flex-direction:column;max-height:95%;overflow:auto}.account-system-modal__content{display:flex;flex:1 1 0%;min-height:720px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.account-system-modal__content{min-height:1360px;flex-direction:column-reverse}}.account-system-modal__account-type-info{display:flex;flex:1 1 0%;align-items:flex-end;max-width:600px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.account-system-modal__account-type-info{max-width:100%}}.account-system-modal__form{flex:1 1 0%;display:flex;justify-content:center;align-items:center;position:relative;padding:35px 20px}.account-system-modal__close{position:relative;display:inline-block;box-sizing:border-box;width:20px;height:20px;cursor:pointer;color:#6e767e;line-height:20px;position:absolute;right:15px;top:15px}.account-system-modal__close::before,.account-system-modal__close::after{position:absolute;top:50%;left:50%;display:block;width:20px;height:2px;margin-left:-10px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#6e767e}.account-system-modal__close::after{transform:rotate(45deg)}.account-system-modal__close:hover::before,.account-system-modal__close:hover::after,.account-system-modal__close:focus.focus-visible::before,.account-system-modal__close:focus.focus-visible::after{background-color:hsl(210,6.7796610169%,61.2745098039%)}.account-system-modal__close:disabled::before,.account-system-modal__close:disabled::after{background-color:#ccc}
.log-out{max-width:500px}.log-out__container{z-index:1050}.log-out__content{padding:30px 30px 0}
.mobile-header-back-button:hover{cursor:pointer}.mobile-header-back-button__icon{font-size:16px;margin-right:3px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.mobile-header-back-button__icon{font-size:15px}}.mobile-header-back-button__label{font-size:17px}@media only print and (max-width: 400px),only screen and (max-width: 400px){.mobile-header-back-button__label{font-size:16px}}
.page-header{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:0 40px;border-bottom:2px solid #c8d0d8;font-weight:600}@media only print and (max-width: 1500px),only screen and (max-width: 1500px){.page-header{padding:0 20px}}@media only print and (max-width: 850px),only screen and (max-width: 850px){.page-header{height:60px}}@media print{.page-header{display:none}}.page-header__nav{height:auto}.page-header__nav-item-container{margin-right:35px}@media only print and (max-width: 1630px),only screen and (max-width: 1630px){.page-header__nav-item-container{margin-right:15px}}.page-header__logo-container{display:flex;align-items:center;align-self:center;height:100%;padding-right:60px}@media only print and (max-width: 1670px),only screen and (max-width: 1670px){.page-header__logo-container{padding-right:30px}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.page-header__logo-container{padding-right:0}}.page-header__logo{width:160px;height:auto}@media only print and (max-width: 1200px),only screen and (max-width: 1200px){.page-header__logo{width:120px}}@media only print and (max-width: 768px),only screen and (max-width: 768px){.page-header__logo{width:100%;max-width:100px}}.page-header__log-out{display:flex;align-items:center;height:100%;transition-duration:.3s;color:#6e767e}@media only print and (max-width: 768px),only screen and (max-width: 768px){.page-header__log-out{display:none}}.page-header__log-out:hover{cursor:pointer;color:#004add}.page-header__settings .page-header__nav-item-icon{transition-duration:.3s}.page-header__settings:hover .page-header__nav-item-icon{color:#004add}@media only print and (max-width: 768px),only screen and (max-width: 768px){.page-header__settings{margin-right:0 !important}}.page-header__simple-link{display:flex;align-items:center;margin-right:40px;cursor:pointer;transition-duration:.3s;text-decoration:none;color:inherit;border-top:4px solid rgba(0,0,0,0);border-bottom:4px solid rgba(0,0,0,0)}@media only print and (max-width: 1000px),only screen and (max-width: 1000px){.page-header__simple-link{display:none}}@media only print and (max-width: 1500px),only screen and (max-width: 1500px){.page-header__simple-link{margin-right:20px}}.page-header__simple-link .page-header__nav-item-icon{transition-duration:.3s}.page-header__simple-link:hover{color:#004add}.page-header__plans{border-bottom:2px solid rgba(0,0,0,0)}.page-header__sign-out{min-width:70px;height:100%;color:#000;border-bottom:2px solid rgba(0,0,0,0)}.page-header__sign-out .page-header__button{color:#000}.page-header__button{white-space:nowrap;border-bottom:2px solid rgba(0,0,0,0);font-size:100%;font-weight:600}.page-header__button:hover{color:#004add}.page-header__button:focus.focus-visible{border-bottom:2px solid #000}.page-header__nav{display:flex;flex-grow:1;height:100%}@media only print and (max-width: 1000px),only screen and (max-width: 1000px){.page-header__nav{display:none}}.page-header__mobile-nav-item-icon,.page-header__nav-item-icon{color:#6e767e}.page-header__nav-item{display:flex;align-items:center;height:100%;cursor:pointer;transition-duration:.3s;text-decoration:none;color:inherit;border-top:4px solid rgba(0,0,0,0);border-bottom:4px solid rgba(0,0,0,0)}@media only print and (max-width: 1600px),only screen and (max-width: 1600px){.page-header__nav-item{justify-content:space-between;padding:5px 0}}@media only print and (max-width: 1430px),only screen and (max-width: 1430px){.page-header__nav-item{flex-direction:column;justify-content:center}}@media only print and (max-width: 900px),only screen and (max-width: 900px){.page-header__nav-item{margin:0}}.page-header__nav-item_active{border-bottom:4px solid #004add}.page-header__nav-item_active .page-header__mobile-nav-item-icon,.page-header__nav-item_active .page-header__nav-item-icon{color:#004add}.page-header__nav-item_secondary{margin-right:20px;padding:0 20px;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0)}@media only print and (max-width: 1400px),only screen and (max-width: 1400px){.page-header__nav-item_secondary{margin-right:20px;padding:0 20px}}@media only print and (max-width: 1000px),only screen and (max-width: 1000px){.page-header__nav-item_secondary{display:none}}.page-header__nav-item-icon-container{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.page-header__settings{margin-right:5px}.page-header__mobile-nav-item-icon-container{display:flex;align-items:center;justify-content:center;width:20%}.page-header__separate-lane{width:100%;height:2px;background-color:#c8d0d8}.page-header__nav-item-caption{margin-left:3px;font-family:Hind}@media only print and (max-width: 1300px),only screen and (max-width: 1300px){.page-header__nav-item-caption{margin:0;text-align:center}}@media only print and (max-width: 1250px),only screen and (max-width: 1250px){.page-header__nav-item-caption{font-size:14px}}.page-header__mobile-menu{display:block;overflow-y:auto;width:100%;height:100%;padding-bottom:40px;background-color:#fff;box-shadow:0 1px 20px 20px rgba(0,0,0,.075)}.page-header__mobile-menu_extra-shadow::after{background-color:#fff}.page-header__mobile-close-icon{position:relative;display:inline-block;box-sizing:border-box;width:30px;height:30px;cursor:pointer;color:#010101;line-height:30px}.page-header__mobile-close-icon::before,.page-header__mobile-close-icon::after{position:absolute;top:50%;left:50%;display:block;width:30px;height:2px;margin-left:-15px;content:"";transition:all .2s ease-out;transform:rotate(-45deg);background-color:#010101}.page-header__mobile-close-icon::after{transform:rotate(45deg)}.page-header__mobile-close-icon:hover::before,.page-header__mobile-close-icon:hover::after,.page-header__mobile-close-icon:focus.focus-visible::before,.page-header__mobile-close-icon:focus.focus-visible::after{background-color:#010101}.page-header__mobile-close-icon:disabled::before,.page-header__mobile-close-icon:disabled::after{background-color:#ccc}.page-header__controlls{display:flex;height:100%}.page-header__mobile-menu-toggle{display:none;align-items:center;height:100%;margin-left:10px;cursor:pointer;color:#6e767e;font-size:1.5em}@media only print and (max-width: 1000px),only screen and (max-width: 1000px){.page-header__mobile-menu-toggle{display:flex}}.page-header__mobile-nav-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 40px;cursor:pointer;transition-duration:.2s;text-decoration:none;color:#010101;font-size:16px;font-weight:600;line-height:24px}.page-header__mobile-nav-item_active .page-header__mobile-nav-item-icon,.page-header__mobile-nav-item_active .page-header__nav-item-icon{color:#004add}.page-header__mobile-nav-item-caption{width:80%;font-family:Hind}.page-header__mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:15px 40px;border-bottom:2px solid #c8d0d8}.page-header__back-button{display:none}@media only print and (max-width: 992px),only screen and (max-width: 992px){.page-header__back-button{display:block}}.page-header__log-out-modal{animation:fadeIn .5s ease}.page-header__mobile-menu-animation-enter{transition:all 300ms linear;transform:translate3d(100%, 0, 0)}.page-header__mobile-menu-animation-enter-active{transition:all 300ms linear;transform:translate3d(0, 0, 0)}.page-header__mobile-menu-animation-exit-active{transition:all 300ms linear;transform:translate3d(0, 0, 0)}.page-header__mobile-menu-animation-exit{transition:all 300ms linear;transform:translate3d(100%, 0, 0)}
.page-footer{display:flex;align-items:center;box-sizing:border-box;width:100%;padding:20px;background-color:#4a4a4a}@media only print and (max-width: 600px),only screen and (max-width: 600px){.page-footer{flex-direction:column}}@media print{.page-footer{display:none}}.page-footer__logo{height:16px}.page-footer__logo-container{flex-grow:1}.page-footer__links-container{display:flex;font-size:15px;margin-top:10px}.page-footer__link{cursor:pointer;text-decoration:none;color:#fff}.page-footer__link-container{margin:0 10px}
.back-to-top-button{position:fixed;z-index:2;right:50px;bottom:110px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:.2s ease-in;pointer-events:none;opacity:0;color:#004add;border:1px solid;border-radius:50%;background-color:#fff;font-size:18px}@media only print and (max-width: 740px),only screen and (max-width: 740px){.back-to-top-button{right:30px}}@media only print and (max-width: 405px),only screen and (max-width: 405px){.back-to-top-button{bottom:130px}}@media print{.back-to-top-button{display:none}}.back-to-top-button_visible{pointer-events:auto;opacity:1}.back-to-top-button:hover,.back-to-top-button:focus.focus-visible{color:#039;background-color:#f0f7fd}
.page-container{display:flex;flex-direction:column;height:0;min-height:100%}.page-container__impesonation-banner{display:flex;align-items:center;flex-shrink:0;justify-content:space-between;padding:5px 20px;text-align:center;white-space:pre-wrap;color:#fff;background-color:#004add;line-height:25px}.page-container__impesonation-button{transition:opacity ease .2s;color:inherit;border:1px solid #fff;border-radius:3px;font:inherit}.page-container__impesonation-button:hover{opacity:.8}@media only print and (max-width: 992px),only screen and (max-width: 992px){.page-container__impesonation-button{width:30px;height:30px;line-height:25px;text-align:center}}@media only print and (max-width: 600px),only screen and (max-width: 600px){.page-container__impesonation-button{width:25px;height:25px;line-height:19px}}.page-container__userinfo{text-decoration:underline;color:#ddd}.page-container__header,.page-container__footer{flex-shrink:0}.page-container__content{flex-grow:1;height:auto;padding:0 40px;flex-shrink:0}@media only print and (max-width: 768px),only screen and (max-width: 768px){.page-container__content{padding:0 20px}}.page-container__impesonation-step-back-button{margin-right:10px}@media only print and (max-width: 600px),only screen and (max-width: 600px){.page-container__impesonation-step-back-button{margin-right:5px}}.page-container__back-button-icon{font-size:14px;margin-right:4px}@media only print and (max-width: 992px),only screen and (max-width: 992px){.page-container__back-button-icon{margin-right:0}}@media only print and (max-width: 992px),only screen and (max-width: 992px){.page-container__impersonation-buttons{flex-direction:row}}.page-container__impesonation-banner-text-content{text-align:left}@media only print and (max-width: 600px),only screen and (max-width: 600px){.page-container__impesonation-banner-text-content{width:-moz-max-content;width:max-content;max-width:70%;word-wrap:break-word;font-size:15px}}
.app-router__container{height:0;min-height:100%}
.main{height:100%}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;vertical-align:baseline;border:0;font:inherit;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-spacing:0;border-collapse:collapse}button{cursor:pointer;border:none;outline:none;background-color:rgba(0,0,0,0);font-family:inherit}a:active{color:#000}a:hover{text-decoration:none}svg{fill:currentColor}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);content:""}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:0 0;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:0}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media(min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}
@font-face{font-family:"Radnika";font-weight:normal;font-style:normal;src:url("/fonts/radnikanext-medium-webfont.woff2") format("woff2"),url("/fonts/radnikanext-medium-webfont.woff") format("woff")}@font-face{font-family:"Radnika";font-weight:bold;font-style:normal;src:url("/fonts/radnikanext-bold-webfont.woff2") format("woff2"),url("/fonts/radnikanext-bold-webfont.woff") format("woff")}@font-face{font-family:"HKVenetian";font-style:normal;src:url("/fonts/HKVenetian-Regular.woff2") format("woff2"),url("/fonts/HKVenetian-Regular.woff") format("woff")}@font-face{font-family:"HKVenetian";font-style:italic;src:url("/fonts/HKVenetian-Italic.woff2") format("woff2"),url("/fonts/HKVenetian-Italic.woff") format("woff")}@font-face{font-family:"HelveticaNeue";font-weight:bold;font-style:bold;src:url("/fonts/HelveticaNeue-Bold.woff") format("woff"),url("/fonts/HelveticaNeue-Bold.woff2") format("woff2")}@font-face{font-family:"HelveticaNeue";font-style:normal;src:url("/fonts/HelveticaNeue-Roman.woff2") format("woff2"),url("/fonts/helveticaneue-roman-webfont.woff") format("woff")}@font-face{font-family:"HelveticaNeue-Medium";font-style:normal;src:url("/fonts/HelveticaNeue-Medium.woff") format("woff2"),url("/fonts/HelveticaNeue-Medium.woff") format("woff")}@font-face{font-family:"Hind";font-weight:300;font-style:normal;src:url("/fonts/Hind/Hind-Light.ttf")}@font-face{font-family:"Hind";font-weight:400;font-style:normal;src:url("/fonts/Hind/Hind-Regular.ttf")}@font-face{font-family:"Hind";font-weight:500;font-style:normal;src:url("/fonts/Hind/Hind-Medium.ttf")}@font-face{font-family:"Hind";font-weight:600;font-style:normal;src:url("/fonts/Hind/Hind-SemiBold.ttf")}@font-face{font-family:"Hind";font-weight:700;font-style:normal;src:url("/fonts/Hind/Hind-Bold.ttf")}@font-face{font-family:"Quicksand";font-weight:300;font-style:normal;src:url("/fonts/Quicksand/Quicksand-Light.ttf")}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes skeletonGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.carousel{width:auto}.carousel img{width:auto;max-width:100%;max-height:100%;user-select:none;pointer-events:auto}.carousel.carousel-slider{display:flex;height:100%;max-height:100%}.carousel.carousel-slider .control-arrow{position:absolute;top:50%;bottom:auto;width:100px;height:50%;transform:translateY(-50%)}@media only print and (max-width: 768px),only screen and (max-width: 768px){.carousel.carousel-slider .control-arrow{display:none}}.carousel.carousel-slider .control-arrow::before{width:10px;height:10px;border:3px solid #fff;border-bottom-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.carousel.carousel-slider .control-prev::before{transform:rotateZ(-135deg)}.carousel.carousel-slider .control-next::before{transform:rotateZ(45deg)}.carousel .slider-wrapper{display:flex;height:inherit}.carousel .thumbs{text-align:center}.carousel .thumb.selected,.carousel .thumb:hover{padding:2px;opacity:1;border:none}.carousel .thumb{width:60px;padding:2px;transition:.2s ease;opacity:.5;border:none}.carousel .control-dots{left:0}.carousel .slider{display:flex;align-items:center;flex-direction:row;height:inherit}.carousel .slide{display:flex;align-items:center;justify-content:center;height:inherit;background-color:rgba(0,0,0,0)}.carousel .slide img{width:auto;min-height:1px;object-fit:contain}html{background-color:#fff}*{box-sizing:border-box}body{background-color:#fff;font-family:HelveticaNeue,Hind,serif}html,body,#app-container{height:1px;min-height:100%}input::-ms-clear{display:none}.build-info{display:none}.hide-for-mobile-app{display:none !important}#HSBeaconFabButton{bottom:40px !important}@media(max-width: 405px){#HSBeaconFabButton{bottom:55px !important}}
