@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap);
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.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;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  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 ul,
.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;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9: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 .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: 0.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-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-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\00D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.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;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  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 ul,
.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;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9: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 .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: 0.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-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;
  margin-left: 1px;
  margin-right: 1px;
}
.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 .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover {
  background-color: #f3f4f6;
}
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.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.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  background-color: #dbeafe;
  color: #2563eb;
}
.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.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .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.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.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-label.ql-active .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: #2563eb;
}
.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.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .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.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .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.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #2563eb;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #4b5563;
  }
  .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: #4b5563;
  }
  .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: #4b5563;
  }
}
.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: #4b5563;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #4b5563;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #4b5563;
}
.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: 0.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: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.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 pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #4b5563;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
  margin-right: 1px;
  margin-left: 1px;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: flex;
  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%;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding: 5px 8px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #d1d5db;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #d1d5db;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #d1d5db;
}
.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: 3px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
  margin: 2px;
}
.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: 0px;
  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: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.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-toolbar.ql-snow {
  border: 1px solid #d1d5db;
  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: #d1d5db;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #d1d5db;
}
.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: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #d1d5db;
  box-shadow: 0px 0px 5px #d1d5db;
  color: #4b5563;
  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 #d1d5db;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  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 #d1d5db;
  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: 0px;
  content: 'Save';
  padding-right: 0px;
}
.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: #2563eb;
}
.ql-container.ql-snow {
  border: 1px solid #d1d5db;
}

h1,h2,h3,h4,h5,h6{font-weight:500 !important}:root{--background-color: hsla(var(--white), 1);--heading-font-color: hsla(var(--black), 1);--font-color: hsla(var(--gray1), 1);--font-size: 1rem;--border-color: hsla(var(--gray3), 1);--border-radius: 6px;--link-color: hsla(var(--brand), 1);--link-color-hover: hsla(var(--brand-dark), 1);--wrapper-width: 1200px}:root{--brand-lighter: 165, 50%, 95%;--brand-light: 165, 50%, 85%;--brand: 165, 50%, 40%;--brand-dark: 165, 50%, 25%;--brand-darker: 165, 50%, 15%;--link-hover: 165, 50%, 25%;--focus-shadow: 165, 50%, 85%;--focus-shadow-error: 222, 80%, 90%;--brand-secondary: 162, 95%, 49%;--casefile: 186, 85%, 46%;--dossier: 28, 89%, 61%;--file: 234, 50%, 65%;--file-light: 235, 52%, 95%;--black: 165, 8%, 20%;--gray1: 165, 8%, 35%;--gray2: 165, 8%, 50%;--gray3: 165, 8%, 70%;--gray4: 165, 8%, 85%;--gray5: 165, 8%, 95%;--white: 0,   0%, 100%;--info-light: 210, 70%, 90%;--info: 210, 70%, 70%;--info-dark: 210, 70%, 40%;--success-light: 165, 40%, 90%;--success: 165, 40%, 50%;--success-dark: 165, 40%, 30%;--warning-light: 35, 70%, 90%;--warning: 35, 70%, 45%;--warning-dark: 35, 70%, 44%;--danger-light: 360, 60%, 90%;--danger: 360, 60%, 55%;--danger-dark: 360, 60%, 35%}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{padding:0;margin:0;font:inherit;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-spacing:0;border-collapse:collapse}input::-ms-clear,input::-ms-reveal{display:none}html{font-size:100%;box-sizing:border-box;min-width:100%;min-height:100%;line-height:1.5;color:var(--font-color);background:var(--background-color);text-size-adjust:100%;text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media screen and (min-width: 600px){html{font-size:100%}}@media screen and (min-width: 1024px){html{font-size:100%}}@media screen and (min-width: 1440px){html{font-size:100%}}@media screen and (min-width: 2561px){html{font-size:125%}}*,*:before,*:after{box-sizing:border-box}body{min-width:100%;min-height:100%;font-family:"Work Sans",sans-serif;font-size:var(--font-size);font-style:normal;line-height:1.5}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{width:auto;max-width:100%;height:auto;max-height:100%;font-style:italic;vertical-align:middle;border-style:none;-ms-interpolation-mode:bicubic}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible;outline:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a:not(.ns-button){color:var(--link-color);text-decoration:underline;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);background-image:none;outline:0}a:not(.ns-button):hover{color:var(--link-color-hover);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:"Work Sans",sans-serif;font-style:normal;font-weight:600;line-height:1.25;color:var(--heading-font-color)}h1{font-size:1.61051rem}@media(min-width: 600px)and (max-width: 1024px){h1{font-size:1.9766195576rem}}@media(min-width: 1024px){h1{font-size:1.9766195576rem}}@media(min-width: 1440px){h1{font-size:1.9766195576rem}}@media(min-width: 2561px){h1{font-size:1.9766195576rem}}h2{font-size:1.4641rem}@media(min-width: 600px)and (max-width: 1024px){h2{font-size:1.7247989159rem}}@media(min-width: 1024px){h2{font-size:1.7247989159rem}}@media(min-width: 1440px){h2{font-size:1.7247989159rem}}@media(min-width: 2561px){h2{font-size:1.7247989159rem}}h3{font-size:1.331rem}@media(min-width: 600px)and (max-width: 1024px){h3{font-size:1.505060136rem}}@media(min-width: 1024px){h3{font-size:1.505060136rem}}@media(min-width: 1440px){h3{font-size:1.505060136rem}}@media(min-width: 2561px){h3{font-size:1.505060136rem}}h4{font-size:1.21rem}@media(min-width: 600px)and (max-width: 1024px){h4{font-size:1.313316rem}}@media(min-width: 1024px){h4{font-size:1.313316rem}}@media(min-width: 1440px){h4{font-size:1.313316rem}}@media(min-width: 2561px){h4{font-size:1.313316rem}}h5{font-size:1.1rem}@media(min-width: 600px)and (max-width: 1024px){h5{font-size:1.146rem}}@media(min-width: 1024px){h5{font-size:1.146rem}}@media(min-width: 1440px){h5{font-size:1.146rem}}@media(min-width: 2561px){h5{font-size:1.146rem}}h6{font-size:1rem}@media(min-width: 600px)and (max-width: 1024px){h6{font-size:1rem}}@media(min-width: 1024px){h6{font-size:1rem}}@media(min-width: 1440px){h6{font-size:1rem}}@media(min-width: 2561px){h6{font-size:1rem}}small{font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){small{font-size:0.872600349rem}}@media(min-width: 1024px){small{font-size:0.872600349rem}}@media(min-width: 1440px){small{font-size:0.872600349rem}}@media(min-width: 2561px){small{font-size:0.872600349rem}}.wrapper{position:relative;width:100%;max-width:var(--wrapper-width);margin:0 auto}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.row+.row{margin-top:8px}.row.no-gutter{width:auto;margin-right:0;margin-left:0}.row.no-gutter .col,.row.no-gutter [class^=col-]{padding-right:0;padding-left:0}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col,[class^=col-]{flex:0 0 auto;flex-basis:0;flex-grow:1;max-width:100%;padding-right:8px;padding-left:8px}.col-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-3{flex-basis:25%;max-width:25%}.col-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-6{flex-basis:50%;max-width:50%}.col-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-9{flex-basis:75%;max-width:75%}.col-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-12{flex-basis:100%;max-width:100%}.col-offset-0{margin-left:0}.col-offset-1{margin-left:8.33333333%}.col-offset-2{margin-left:16.66666667%}.col-offset-3{margin-left:25%}.col-offset-4{margin-left:33.33333333%}.col-offset-5{margin-left:41.66666667%}.col-offset-6{margin-left:50%}.col-offset-7{margin-left:58.33333333%}.col-offset-8{margin-left:66.66666667%}.col-offset-9{margin-left:75%}.col-offset-10{margin-left:83.33333333%}.col-offset-11{margin-left:91.66666667%}@media screen and (min-width: 600px){.col-1-sm{flex-basis:8.33333333%;max-width:8.33333333%}.col-2-sm{flex-basis:16.66666667%;max-width:16.66666667%}.col-3-sm{flex-basis:25%;max-width:25%}.col-4-sm{flex-basis:33.33333333%;max-width:33.33333333%}.col-5-sm{flex-basis:41.66666667%;max-width:41.66666667%}.col-6-sm{flex-basis:50%;max-width:50%}.col-7-sm{flex-basis:58.33333333%;max-width:58.33333333%}.col-8-sm{flex-basis:66.66666667%;max-width:66.66666667%}.col-9-sm{flex-basis:75%;max-width:75%}.col-10-sm{flex-basis:83.33333333%;max-width:83.33333333%}.col-11-sm{flex-basis:91.66666667%;max-width:91.66666667%}.col-12-sm{flex-basis:100%;max-width:100%}.col-offset-0-sm{margin-left:0}.col-offset-1-sm{margin-left:8.33333333%}.col-offset-2-sm{margin-left:16.66666667%}.col-offset-3-sm{margin-left:25%}.col-offset-4-sm{margin-left:33.33333333%}.col-offset-5-sm{margin-left:41.66666667%}.col-offset-6-sm{margin-left:50%}.col-offset-7-sm{margin-left:58.33333333%}.col-offset-8-sm{margin-left:66.66666667%}.col-offset-9-sm{margin-left:75%}.col-offset-10-sm{margin-left:83.33333333%}.col-offset-11-sm{margin-left:91.66666667%}}@media screen and (min-width: 1024px){.col-1-md{flex-basis:8.33333333%;max-width:8.33333333%}.col-2-md{flex-basis:16.66666667%;max-width:16.66666667%}.col-3-md{flex-basis:25%;max-width:25%}.col-4-md{flex-basis:33.33333333%;max-width:33.33333333%}.col-5-md{flex-basis:41.66666667%;max-width:41.66666667%}.col-6-md{flex-basis:50%;max-width:50%}.col-7-md{flex-basis:58.33333333%;max-width:58.33333333%}.col-8-md{flex-basis:66.66666667%;max-width:66.66666667%}.col-9-md{flex-basis:75%;max-width:75%}.col-10-md{flex-basis:83.33333333%;max-width:83.33333333%}.col-11-md{flex-basis:91.66666667%;max-width:91.66666667%}.col-12-md{flex-basis:100%;max-width:100%}.col-offset-0-md{margin-left:0}.col-offset-1-md{margin-left:8.33333333%}.col-offset-2-md{margin-left:16.66666667%}.col-offset-3-md{margin-left:25%}.col-offset-4-md{margin-left:33.33333333%}.col-offset-5-md{margin-left:41.66666667%}.col-offset-6-md{margin-left:50%}.col-offset-7-md{margin-left:58.33333333%}.col-offset-8-md{margin-left:66.66666667%}.col-offset-9-md{margin-left:75%}.col-offset-10-md{margin-left:83.33333333%}.col-offset-11-md{margin-left:91.66666667%}}@media screen and (min-width: 1440px){.col-1-lg{flex-basis:8.33333333%;max-width:8.33333333%}.col-2-lg{flex-basis:16.66666667%;max-width:16.66666667%}.col-3-lg{flex-basis:25%;max-width:25%}.col-4-lg{flex-basis:33.33333333%;max-width:33.33333333%}.col-5-lg{flex-basis:41.66666667%;max-width:41.66666667%}.col-6-lg{flex-basis:50%;max-width:50%}.col-7-lg{flex-basis:58.33333333%;max-width:58.33333333%}.col-8-lg{flex-basis:66.66666667%;max-width:66.66666667%}.col-9-lg{flex-basis:75%;max-width:75%}.col-10-lg{flex-basis:83.33333333%;max-width:83.33333333%}.col-11-lg{flex-basis:91.66666667%;max-width:91.66666667%}.col-12-lg{flex-basis:100%;max-width:100%}.col-offset-0-lg{margin-left:0}.col-offset-1-lg{margin-left:8.33333333%}.col-offset-2-lg{margin-left:16.66666667%}.col-offset-3-lg{margin-left:25%}.col-offset-4-lg{margin-left:33.33333333%}.col-offset-5-lg{margin-left:41.66666667%}.col-offset-6-lg{margin-left:50%}.col-offset-7-lg{margin-left:58.33333333%}.col-offset-8-lg{margin-left:66.66666667%}.col-offset-9-lg{margin-left:75%}.col-offset-10-lg{margin-left:83.33333333%}.col-offset-11-lg{margin-left:91.66666667%}}@media screen and (min-width: 2561px){.col-1-xl{flex-basis:8.33333333%;max-width:8.33333333%}.col-2-xl{flex-basis:16.66666667%;max-width:16.66666667%}.col-3-xl{flex-basis:25%;max-width:25%}.col-4-xl{flex-basis:33.33333333%;max-width:33.33333333%}.col-5-xl{flex-basis:41.66666667%;max-width:41.66666667%}.col-6-xl{flex-basis:50%;max-width:50%}.col-7-xl{flex-basis:58.33333333%;max-width:58.33333333%}.col-8-xl{flex-basis:66.66666667%;max-width:66.66666667%}.col-9-xl{flex-basis:75%;max-width:75%}.col-10-xl{flex-basis:83.33333333%;max-width:83.33333333%}.col-11-xl{flex-basis:91.66666667%;max-width:91.66666667%}.col-12-xl{flex-basis:100%;max-width:100%}.col-offset-0-xl{margin-left:0}.col-offset-1-xl{margin-left:8.33333333%}.col-offset-2-xl{margin-left:16.66666667%}.col-offset-3-xl{margin-left:25%}.col-offset-4-xl{margin-left:33.33333333%}.col-offset-5-xl{margin-left:41.66666667%}.col-offset-6-xl{margin-left:50%}.col-offset-7-xl{margin-left:58.33333333%}.col-offset-8-xl{margin-left:66.66666667%}.col-offset-9-xl{margin-left:75%}.col-offset-10-xl{margin-left:83.33333333%}.col-offset-11-xl{margin-left:91.66666667%}}:root .ns-field{--color: hsla(var(--black), 1);--background-help: transparent;--color-help: hsla(var(--gray2), 1);--color-help--icon: hsla(var(--gray2), 1);--border-color--error: hsla(var(--danger), 1)}.ns-field__label label{color:var(--color)}.ns-field__label .ns-field__help i{margin-left:.375rem}.ns-field{margin-bottom:1rem}.ns-field.top-select .ns-select__options{top:auto;bottom:100% !important}.select-arrow-icon{fill:hsla(var(--gray1), 1)}.ns-field__label label{display:inline-block;font-size:0.826446281rem;margin-bottom:.25rem;color:hsla(var(--black), 1)}@media(min-width: 600px)and (max-width: 1024px){.ns-field__label label{font-size:0.7614313691rem}}@media(min-width: 1024px){.ns-field__label label{font-size:0.7614313691rem}}@media(min-width: 1440px){.ns-field__label label{font-size:0.7614313691rem}}@media(min-width: 2561px){.ns-field__label label{font-size:0.7614313691rem}}.input-icon [class^=ns-icon--],.input-icon [class*=" ns-icon--"]{width:1.2rem;fill:hsla(var(--gray1), 1)}.ns-form__text-error{font-size:0.826446281rem;display:flex;margin-top:.3rem}@media(min-width: 600px)and (max-width: 1024px){.ns-form__text-error{font-size:0.7614313691rem}}@media(min-width: 1024px){.ns-form__text-error{font-size:0.7614313691rem}}@media(min-width: 1440px){.ns-form__text-error{font-size:0.7614313691rem}}@media(min-width: 2561px){.ns-form__text-error{font-size:0.7614313691rem}}.ns-form__text-error:before{margin-right:5px;content:url(assets/7b7555eec30d39be31ee.svg)}:root .ns-accordion{--bg-color: hsla(var(--white), 1)}.ns-accordion{position:relative;display:block;width:100%;box-shadow:0 0 3px 0 hsla(var(--black), 0.2)}.ns-accordion--disabled .ns-accordion__header{cursor:auto}.ns-accordion__header{display:flex;flex-direction:row;width:100%;align-items:center;flex-flow:row nowrap;padding:.75rem .75rem;cursor:pointer;background-color:var(--bg-color);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.title--icon{padding-right:.75rem}.title--image{max-height:1.5rem;padding-right:.75rem}.title--angle{margin-left:auto;transition:.25s}.ns-accordion__body{padding:.5rem .75rem;overflow:hidden}.ns-accordion__header .is-open{transform:rotate(-180deg)}.slide-fade-enter-active,.slide-fade-enter-to{animation:slide-fade-in .25s}.slide-fade-leave-active,.slide-fade-leave-to{animation:slide-fade-in .25s reverse}@keyframes slide-fade-in{0%{height:0;max-height:0;padding-top:0;padding-bottom:0;opacity:0}100%{height:auto;max-height:inherit;opacity:1}}.card{width:100%;margin-bottom:.75rem;border:1px solid hsla(var(--gray4), 1);border-radius:0}.card__head,.card__footer{display:flex;align-items:stretch;justify-content:space-between;padding:.75rem 1.5rem;background-color:hsla(var(--gray5), 1)}.card__head{font-size:1.5rem;color:hsla(var(--gray2), 1);border-bottom:1px solid hsla(var(--gray4), 1)}.card__footer{font-size:1;color:hsla(var(--gray1), 1);border-top:1px solid hsla(var(--gray4), 1)}.card__body{display:table;width:100%;padding:.75rem 1.5rem;background-color:hsla(var(--white), 1)}:root .ns-dual-listbox{--title-color: #A9B5D7;--button-bg: #A7D040;--button-color: #FFF;--list-bg: #FFF;--list-hover-bg: #E0E5F6;--border-color: #A9B5D7;--searchbox-height: 34px;--list-item-height: 24px;--list-rows: 10;--list-height: calc(var(--list-item-height) * var(--list-rows));--first-list-width: 40%;--action-column-width: 20%;--last-list-width: 40%}.ns-dual-listbox{display:flex}.ns-dual-listbox .listbox__title{color:var(--title-color)}.ns-dual-listbox .listbox__search{position:relative;display:flex;align-items:center;height:var(--searchbox-height);background:var(--list-bg);border:1px solid var(--border-color);border-bottom:0}.ns-dual-listbox .listbox__search i{margin-right:4px;font-size:1.5rem;color:var(--title-color)}.ns-dual-listbox .listbox__search input{width:100%;height:calc(var(--searchbox-height) - 2px);padding:8px 32px 8px 16px;border:0}.ns-dual-listbox .listbox__search input:focus{outline:0}.ns-dual-listbox .listbox:first-of-type{width:var(--first-list-width)}.ns-dual-listbox .listbox-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;width:var(--action-column-width)}.ns-dual-listbox .listbox-actions .actions-button{padding:2px 8px;color:var(--button-color);cursor:pointer;background-color:var(--button-bg)}.ns-dual-listbox .listbox-actions .actions-button+.actions-button{margin-top:12px}.ns-dual-listbox .ns-dual-listbox__listbox:last-of-type{width:var(--last-list-width)}.ns-dual-listbox .listbox__list>ul{height:var(--list-height);max-height:var(--list-height);margin-bottom:0;overflow:auto;list-style:none;background-color:var(--list-bg);border:1px solid var(--border-color)}.ns-dual-listbox .listbox__list>ul>li{height:var(--list-item-height);padding:0 16px;margin-left:0;border-bottom:1px solid var(--border-color)}.ns-dual-listbox .listbox__list>ul>li:not(.no-data):hover{cursor:pointer;background-color:var(--list-hover-bg)}.ns-dual-listbox .listbox__footer{padding:2px 16px;background-color:#e0e5f6;border:1px solid var(--border-color);border-top:0}:root .ns-badge{--bg-color: hsla(var(--danger), 1);--radius: 11px;--font-size: 13px;--font-color: hsla(var(--white), 1);--padding: 2px 6px;--size: 20px;--border: 1px solid hsla(var(--white), 1);--dot: 10px;--fixed-y: 0;--fixed-x: -10%;--overlap-y: 0;--overlap-x: -50%}.ns-badge{position:relative;display:inline-block;vertical-align:middle}.ns-badge .ns-badge__content{display:inline-block;height:var(--size);padding:var(--padding);font-size:var(--font-size);line-height:var(--font-size);color:var(--font-color);text-align:center;white-space:nowrap;background-color:var(--bg-color);border:var(--border);border-radius:var(--radius)}.ns-badge__content.is-fixed{-webkit-transform:translateY(var(--fixed-y)) translateX(var(--fixed-x));transform:translateY(var(--fixed-y)) translateX(var(--fixed-x))}.ns-badge__content.is-overlap{-webkit-transform:translateY(var(--overlap-y)) translateX(var(--overlap-x));transform:translateY(var(--overlap-y)) translateX(var(--overlap-x))}.ns-badge__content.is-dot{right:0;width:var(--dot);height:var(--dot);padding:0;border-radius:50%}:root .calendar{--nav-bg: hsla(var(--white), 1);--header-text-color: hsla(var(--gray2), 1);--header-text-color-hover: hsla(var(--gray1), 1);--header-text-color--active: hsla(var(--gray1), 1);--header-text-color--disabled: hsla(var(--gray4), 1);--body-bg: hsla(var(--white), 1);--border-color: #E0E5F6;--day-bg: hsla(var(--white), 1);--day-bg-active: hsla(var(--brand), 1);--day-text-color-hover: var(--font-color);--day-text-color-active: #FFF;--day-bg-disabled: hsla(var(--gray5), 1);--day-color-disabled: hsla(var(--gray4), 1);--event-bg: #E85600;--event-text-color: hsla(var(--white), 1);--event-action-color: hsla(var(--white), 1);--event-action-hover: hsla(var(--brand), 1);--event-see-more-color: hsla(var(--gray3), 1);--event-see-more-color-hover: hsla(var(--gray2), 1)}.calendar{position:relative;width:100%}.calendar .calendar__header,.calendar .calendar__header--alt,.calendar .calendar__body{width:100%;background-color:var(--body-bg)}.calendar .calendar__body{border:1px solid var(--border-color)}.calendar .header-row,.calendar .body-header,.calendar .body-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.calendar .body-row{border-bottom:1px solid var(--border-color)}.calendar .body-row:last-of-type{border:0}.calendar .header-row{padding:1.5rem;background-color:var(--nav-bg)}.calendar .header-nav{display:flex;flex-grow:1;align-items:stretch;justify-content:space-between;margin-left:1.5rem;font-size:1.21rem}@media(min-width: 600px)and (max-width: 1024px){.calendar .header-nav{font-size:1.313316rem}}@media(min-width: 1024px){.calendar .header-nav{font-size:1.313316rem}}@media(min-width: 1440px){.calendar .header-nav{font-size:1.313316rem}}@media(min-width: 2561px){.calendar .header-nav{font-size:1.313316rem}}.calendar .header-nav .nav-action{color:var(--header-text-color);cursor:pointer}.calendar .header-nav .nav-action:hover{color:var(--header-text-color-hover)}.calendar .header-nav .nav-action.disabled{color:var(--header-text-color--disabled);pointer-events:none;cursor:default}.calendar .header-nav .row-info{display:flex;padding:0 .75rem;color:var(--header-text-color)}.calendar .header-nav .row-info .month{margin-right:.75rem}.calendar .calendar__header--alt .header-nav__months{flex-grow:1;justify-content:flex-start}.calendar .calendar__header--alt .header-nav__months .nav-action{display:inline-block;margin-right:.75rem;color:var(--header-text-color)}.calendar .calendar__header--alt .header-nav__months .nav-action.active{font-weight:bold;color:var(--header-text-color--active)}.calendar .calendar__header--alt .header-nav__months .nav-action.month--palm{display:none}.calendar .header-item,.calendar .header-item--palm{width:100%;padding:.75rem;text-align:left;border-left:1px solid var(--border-color)}.calendar .header-item:first-of-type,.calendar .header-item--palm:first-of-type{border:0}.calendar .header-item--palm{display:none}.calendar .body-row{position:relative;align-items:stretch;width:100%;min-height:11.25rem}.calendar .row-events{position:absolute;top:calc(3rem + 2px);width:100%}.calendar .row-events__event,.calendar .events-more{position:absolute;left:0;display:flex;flex-direction:row;justify-content:space-between;width:calc(14.285% - 0.75rem);height:1.5rem;padding:0 .375rem;margin-top:.75rem;margin-left:.375rem;font-size:0.9090909091rem;line-height:1.5rem;color:var(--event-text-color);cursor:default;background-color:var(--event-bg);border-radius:3px}@media(min-width: 600px)and (max-width: 1024px){.calendar .row-events__event,.calendar .events-more{font-size:0.872600349rem}}@media(min-width: 1024px){.calendar .row-events__event,.calendar .events-more{font-size:0.872600349rem}}@media(min-width: 1440px){.calendar .row-events__event,.calendar .events-more{font-size:0.872600349rem}}@media(min-width: 2561px){.calendar .row-events__event,.calendar .events-more{font-size:0.872600349rem}}.calendar .row-events__event>span,.calendar .events-more>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar .row-events__event.disabled,.calendar .row-events__event.event-link.disabled,.calendar .events-more.disabled,.calendar .events-more.event-link.disabled{cursor:default;opacity:.65}.calendar .row-events__event.disabled .event-actions>.event-actions__action,.calendar .row-events__event.event-link.disabled .event-actions>.event-actions__action,.calendar .events-more.disabled .event-actions>.event-actions__action,.calendar .events-more.event-link.disabled .event-actions>.event-actions__action{cursor:default}.calendar .row-events__event.disabled .event-actions__action:hover,.calendar .row-events__event.event-link.disabled .event-actions__action:hover,.calendar .events-more.disabled .event-actions__action:hover,.calendar .events-more.event-link.disabled .event-actions__action:hover{color:var(--event-action-color)}.calendar .row-events__event.disabled .event-link,.calendar .row-events__event.event-link.disabled .event-link,.calendar .events-more.disabled .event-link,.calendar .events-more.event-link.disabled .event-link{cursor:default}.calendar .row-events__event .event-actions,.calendar .events-more .event-actions{margin-left:.375rem;white-space:nowrap}.calendar .row-events__event .event-actions>.event-actions__action,.calendar .events-more .event-actions>.event-actions__action{display:inline-block;height:1.5rem;margin-left:.375rem;line-height:1.5rem;color:var(--event-action-color);cursor:pointer}.calendar .row-events__event .event-actions>.event-actions__action:hover,.calendar .events-more .event-actions>.event-actions__action:hover{color:var(--event-action-hover)}.calendar .row-events__event.event--day-2,.calendar .events-more.event--day-2{margin-left:calc(14.285% + 0.375rem)}.calendar .row-events__event.event--day-3,.calendar .events-more.event--day-3{margin-left:calc(28.57% + 0.375rem)}.calendar .row-events__event.event--day-4,.calendar .events-more.event--day-4{margin-left:calc(42.855% + 0.375rem)}.calendar .row-events__event.event--day-5,.calendar .events-more.event--day-5{margin-left:calc(57.14% + 0.375rem)}.calendar .row-events__event.event--day-6,.calendar .events-more.event--day-6{margin-left:calc(71.425% + 0.375rem)}.calendar .row-events__event.event--day-7,.calendar .events-more.event--day-7{margin-left:calc(85.71% + 0.375rem)}.calendar .row-events__event.event--position-2,.calendar .events-more.event--position-2{top:calc(1.5rem + 1px)}.calendar .row-events__event.event--position-3,.calendar .events-more.event--position-3{top:calc(1.5rem*2 + 2px)}.calendar .row-events__event.event--position-4,.calendar .events-more.event--position-4{top:calc(1.5rem*3 + 3px)}.calendar .row-events__event.event--position-5,.calendar .events-more.event--position-5{top:calc(1.5rem*4 + 4px)}.calendar .row-events__event.event--duration-2,.calendar .events-more.event--duration-2{width:calc(28.57% - 0.75rem)}.calendar .row-events__event.event--duration-3,.calendar .events-more.event--duration-3{width:calc(42.855% - 0.75rem)}.calendar .row-events__event.event--duration-4,.calendar .events-more.event--duration-4{width:calc(57.14% - 0.75rem)}.calendar .row-events__event.event--duration-5,.calendar .events-more.event--duration-5{width:calc(71.425% - 0.75rem)}.calendar .row-events__event.event--duration-6,.calendar .events-more.event--duration-6{width:calc(85.71% - 0.75rem)}.calendar .row-events__event.event--duration-7,.calendar .events-more.event--duration-7{width:calc(99.995% - 0.75rem)}.calendar .row-events__event.event--next,.calendar .events-more.event--next{padding-right:1.5rem;border-radius:3px 1.5rem 1.5rem 3px}.calendar .row-events__event.event--prev,.calendar .events-more.event--prev{padding-left:1.5rem;border-radius:1.5rem 3px 3px 1.5rem}.calendar .events-more{top:6rem;left:-4px;z-index:1;width:calc(14.285% - 1px);color:hsla(var(--gray2), 1);text-align:center;background-color:rgba(0,0,0,0);border-radius:0}.calendar .events-more>*{display:inline-block;width:100%;color:var(--event-see-more-color);text-align:center;cursor:pointer}.calendar .events-more>*:hover{color:var(--event-see-more-color-hover)}.calendar .row-day{width:100%;padding:.75rem;background-color:var(--day-bg);border-left:1px solid var(--border-color)}.calendar .row-day:nth-of-type(2){border:0}.calendar .row-day.disabled{background-color:var(--day-bg-disabled)}.calendar .row-day.disabled .month-day{color:var(--day-color-disabled);cursor:default}.calendar .row-day__header{width:100%;color:var(--day-text-color-hover);text-align:right}.calendar .row-day__header .month-day{display:inline-block;width:3rem;line-height:3rem;text-align:center;cursor:pointer;border-radius:1.5rem}.calendar .row-day__header .week-day{display:none}.calendar .header-event{display:none}.calendar .day--current .month-day{color:var(--day-text-color-active);background-color:var(--day-bg-active)}@media(max-width: 600px){.calendar .header-row{padding:.75rem}.calendar .header-row .header-nav{font-size:1.21rem;line-height:normal}}@media(max-width: 600px)and (min-width: 600px)and (max-width: 1024px){.calendar .header-row .header-nav{font-size:1.313316rem}}@media(max-width: 600px)and (min-width: 1024px){.calendar .header-row .header-nav{font-size:1.313316rem}}@media(max-width: 600px)and (min-width: 1440px){.calendar .header-row .header-nav{font-size:1.313316rem}}@media(max-width: 600px)and (min-width: 2561px){.calendar .header-row .header-nav{font-size:1.313316rem}}@media(max-width: 600px){.calendar.calendar:not(.calendar--responsive-list) .header-item{display:none}.calendar.calendar:not(.calendar--responsive-list) .header-item--palm,.calendar.calendar:not(.calendar--responsive-list) .row-day{display:block;width:14.285%;padding:.75rem 0;text-align:center}.calendar.calendar:not(.calendar--responsive-list) .body-row{min-height:auto}.calendar.calendar:not(.calendar--responsive-list) .day--event{position:relative}.calendar.calendar:not(.calendar--responsive-list) .header-event{position:absolute;top:calc(0.375rem/2);right:.375rem;display:inline-block}.calendar.calendar:not(.calendar--responsive-list) .day--current.month-day{font-weight:bold;color:var(--day-text-color-hover);text-decoration:underline;background-color:rgba(0,0,0,0)}.calendar.calendar:not(.calendar--responsive-list) .row-events__event{display:none}.calendar .header-nav__months .nav-action:not(.month--palm){display:none}.calendar .header-nav__months .nav-action.month--palm{display:inline-block !important}.calendar.calendar--responsive-list .header-nav{font-size:1.21rem}}@media(max-width: 600px)and (min-width: 600px)and (max-width: 1024px){.calendar.calendar--responsive-list .header-nav{font-size:1.313316rem}}@media(max-width: 600px)and (min-width: 1024px){.calendar.calendar--responsive-list .header-nav{font-size:1.313316rem}}@media(max-width: 600px)and (min-width: 1440px){.calendar.calendar--responsive-list .header-nav{font-size:1.313316rem}}@media(max-width: 600px)and (min-width: 2561px){.calendar.calendar--responsive-list .header-nav{font-size:1.313316rem}}@media(max-width: 600px){.calendar.calendar--responsive-list .header-nav__months .nav-action:not(.month--palm){display:none}.calendar.calendar--responsive-list .header-nav__months .month--palm{display:inline-block !important}.calendar.calendar--responsive-list .body-header{display:none}.calendar.calendar--responsive-list .body-row{flex-direction:column;border:0}.calendar.calendar--responsive-list .row-events{display:none}.calendar.calendar--responsive-list .row-day{border:0;border-bottom:1px solid var(--border-color)}.calendar.calendar--responsive-list .row-day:nth-of-type(2){border-bottom:1px solid var(--border-color)}.calendar.calendar--responsive-list .day--event .header-event{display:block}.calendar.calendar--responsive-list .row-day__header{display:flex;align-items:center;text-align:left}.calendar.calendar--responsive-list .row-day__header .month-day{width:auto;height:auto;margin-right:.75rem;line-height:normal}.calendar.calendar--responsive-list .row-day__header .week-day{display:block;flex-grow:1}.calendar.calendar--responsive-list .day--current .month-day,.calendar.calendar--responsive-list .day--current .week-day{font-weight:bold;color:var(--day-text-color-hover);background-color:rgba(0,0,0,0)}.calendar .calendar--responsive .header-nav__months .nav-action:not(.month--palm){display:none}.calendar .calendar--responsive .header-nav__months .month--palm{display:inline-block !important}}:root .ns-loading{--bg-color: hsla(var(--white), 0.8);--color: hsla(var(--brand-dark), 1);--icon-color: hsla(var(--brand-dark), 1)}@keyframes loading-rotate{100%{transform:rotate(360deg)}}.ns-loading.fullscreen .ns-loading__mask{position:fixed}.ns-loading.over .ns-loading__mask{position:absolute}.ns-loading--is-open{overflow-y:hidden}.ns-loading__mask{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;top:0;right:0;bottom:0;left:0;z-index:90;flex-direction:column;margin:0;background-color:var(--bg-color)}.loading-spinner i{font-size:1.61051rem;color:var(--icon-color);animation:loading-rotate 1.7s linear infinite}@media(min-width: 600px)and (max-width: 1024px){.loading-spinner i{font-size:1.9766195576rem}}@media(min-width: 1024px){.loading-spinner i{font-size:1.9766195576rem}}@media(min-width: 1440px){.loading-spinner i{font-size:1.9766195576rem}}@media(min-width: 2561px){.loading-spinner i{font-size:1.9766195576rem}}.loading-slot{width:40%;margin:.75rem 0}.loading-text{color:var(--color)}.transition-loading-enter-active,.transition-loading-leave-active{transition:opacity .25s}.transition-loading-enter,.transition-loading-leave-to{opacity:0}:root .ns-menu{--bg-color: hsla(var(--white), 1);--bg-color-hover: hsla(var(--gray5), 1);--bg-color-selected: hsla(var(--gray5), 1);--font-color: hsla(var(--gray1), 1);--padding-x: 1.5rem;--padding-y: 0.25rem;--horizontal-img-height: 3rem;--vertical-img-height: 1.5rem;--submenu-vertical-bg-color: hsla(var(--white), 1);--submenu-vertical-bg-title: hsla(var(--white), 1);--submenu-vertical-bg-title-hover: hsla(var(--gray5), 1);--submenu-vertical-bg-content: hsla(var(--white), 1);--submenu-vertical-padding-x: 0.75rem;--submenu-vertical-padding-y: 0.375rem}.ns-menu-vertical{background-color:var(--submenu-vertical-bg-color)}.ns-menu-vertical .ns-accordion__header{background-color:var(--submenu-vertical-bg-color)}.ns-menu-vertical .ns-accordion__header:hover{background-color:var(--submenu-vertical-bg-title-hover)}.ns-menu-vertical .ns-accordion__header h5,.ns-menu-vertical .ns-accordion__header i{color:var(--font-color)}.ns-menu-vertical a:hover{text-decoration:none}.ns-menu-vertical .ns-menu__item>a{display:flex;flex-flow:row nowrap;align-items:center;padding:.5rem .75rem;color:var(--font-color);cursor:pointer;background-color:var(--bg-color)}.ns-menu-vertical .ns-menu__item>a i{font-size:1rem}.ns-menu-vertical .ns-menu__item>a img{max-height:var(--vertical-img-height);margin-right:.375rem}.ns-menu-vertical .ns-accordion{box-shadow:none}.ns-menu-vertical .ns-accordion__header:hover,.ns-menu-vertical .ns-menu__item>a:hover,.ns-menu-vertical .ns-accordion__body a:hover{background-color:var(--submenu-vertical-bg-title-hover)}.ns-menu-vertical .ns-accordion__header.selected,.ns-menu-vertical .ns-menu__item>a.selected,.ns-menu-vertical .ns-accordion__body a.selected{background-color:var(--submenu-vertical-bg-title-hover)}.ns-menu-vertical .ns-accordion__header img,.ns-menu-vertical .ns-menu__item>a img,.ns-menu-vertical .ns-accordion__body a img{max-height:var(--vertical-img-height);margin-right:.375rem}.ns-menu-vertical .ns-accordion__header i,.ns-menu-vertical .ns-menu__item>a i,.ns-menu-vertical .ns-accordion__body a i{width:var(--vertical-img-height);height:var(--vertical-img-height);margin-right:.375rem;line-height:var(--vertical-img-height);text-align:center;font-size:1rem}@media(min-width: 600px)and (max-width: 1024px){.ns-menu-vertical .ns-accordion__header i,.ns-menu-vertical .ns-menu__item>a i,.ns-menu-vertical .ns-accordion__body a i{font-size:1rem}}@media(min-width: 1024px){.ns-menu-vertical .ns-accordion__header i,.ns-menu-vertical .ns-menu__item>a i,.ns-menu-vertical .ns-accordion__body a i{font-size:1rem}}@media(min-width: 1440px){.ns-menu-vertical .ns-accordion__header i,.ns-menu-vertical .ns-menu__item>a i,.ns-menu-vertical .ns-accordion__body a i{font-size:1rem}}@media(min-width: 2561px){.ns-menu-vertical .ns-accordion__header i,.ns-menu-vertical .ns-menu__item>a i,.ns-menu-vertical .ns-accordion__body a i{font-size:1rem}}.ns-menu-vertical .ns-accordion__body{padding:0;background-color:var(--submenu-vertical-bg-content)}.ns-menu-vertical .ns-accordion__body ul{margin-bottom:0}.ns-menu-vertical .ns-accordion__body li{margin-left:0;list-style-type:none}.ns-menu-vertical .ns-accordion__body a{display:flex;padding:var(--submenu-vertical-padding-y) var(--submenu-vertical-padding-x);color:var(--font-color)}.ns-menu-horizontal{display:flex;height:3rem;line-height:3rem;background-color:var(--bg-color)}.ns-menu-horizontal .ns-menu__item{color:var(--font-color)}.ns-menu-horizontal .ns-menu__item:hover{background-color:var(--bg-color-hover)}.ns-menu-horizontal .ns-menu__item .selected{background-color:var(--menu-background-selected)}.ns-menu-horizontal .ns-menu__item img{max-height:var(--horizontal-img-height);margin-right:.375rem}.ns-menu-horizontal a:hover{text-decoration:none}.ns-mentions{position:relative}.ns-mentions .ns-mentions__items{position:absolute;z-index:1;min-width:15em;max-height:calc((0.375rem*2 + var(--font-size)*1.5)*5 + 1px*2);overflow:hidden auto;list-style:none;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1);border-radius:4px}.ns-mentions .ns-mentions__items.bottom{-webkit-transform:translateY(2px);transform:translateY(2px)}.ns-mentions .ns-mentions__items.top{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.ns-mentions .ns-mentions__items:empty{border:0}.ns-mentions .ns-mentions__items .ns-mentions__item{padding:.375rem .75rem;margin:0}.ns-mentions .ns-mentions__items .ns-mentions__item:hover{cursor:pointer}.ns-mentions .ns-mentions__items .ns-mentions__item.over,.ns-mentions .ns-mentions__items .ns-mentions__item.active{background-color:hsla(var(--gray4), 1)}.ns-modal.has-footer .ns-modal__body{max-height:75vh}.ns-modal--is-open{overflow:hidden}.ns-modal__mask{position:fixed;top:0;left:0;z-index:40;display:table;width:100%;height:100%;background-color:hsla(var(--black), 0.5);transition:opacity .3s ease}.ns-modal__wrapper{display:table-cell;overflow:hidden;vertical-align:middle}.ns-modal__container{position:relative;max-width:100vw;max-height:90vh;padding:1.5rem;margin:0 auto;overflow:hidden;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--black), 0.33);border-radius:3px;outline:0;box-shadow:0 2px 8px hsla(var(--black), 0.33);transition:all .3s ease}.ns-modal__header{z-index:1;display:flex;align-items:center;margin-bottom:.75rem;background-color:hsla(var(--white), 1)}.ns-modal__header-title{display:flex;flex-grow:1;align-items:center;margin:0;font-weight:normal;line-height:1.25;word-break:break-word}.ns-modal__close-button{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;text-align:center;cursor:pointer}.ns-modal__close-button i.ns-icon-close{color:hsla(var(--gray2), 1)}.ns-modal__close-button:hover i.ns-icon-close{color:hsla(var(--gray1), 1)}.ns-modal__body{overflow-y:auto;word-break:break-word}.ns-modal__body::-webkit-scrollbar{width:.75rem;height:.75rem}.ns-modal__body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px hsla(var(--black), 0.33);box-shadow:inset 0 0 6px hsla(var(--black), 0.33)}.ns-modal__body::-webkit-scrollbar-thumb{background-color:hsla(var(--gray3), 1);outline:1px solid var(--border-color)}.ns-modal__footer{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-top:1.5rem;overflow:hidden;word-break:break-word;background-color:hsla(var(--white), 1)}.ns-modal__footer .ns-button+.ns-button{margin-left:.75rem}.ns-modal--transition-fade-enter,.ns-modal--transition-fade-leave-active{opacity:0}.ns-modal--transition-scale-enter,.ns-modal--transition-scale-leave-active{opacity:0}.ns-modal--transition-scale-enter .ns-modal__container,.ns-modal--transition-scale-leave-active .ns-modal__container{-webkit-transform:scale(1.1);transform:scale(1.1)}.ns-modal--size-medium .ns-modal__container{width:35%}.ns-modal--size-large .ns-modal__container{width:60%}.ns-modal--size-small .ns-modal__container{width:22%}:root .ns-pagination{--bg-color: transparent;--bg-color-hover: transparent;--bg-current: hsla(var(--brand), 1);--border-color: hsla(var(--gray3), 1);--radius: 5px;--font-color: hsla(var(--gray2), 1);--font-color-hover: hsla(var(--brand), 1);--font-color-current: hsla(var(--white), 1);--font-color-disabled: hsla(var(--gray4), 1);--height: 1.5rem;--padding-x: 0.5rem}.ns-pagination{display:inline-flex;flex-flow:row nowrap;margin-bottom:0;background-color:var(--bg-color)}.ns-pagination__item{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;height:var(--height);padding:0 var(--padding-x);margin-left:0;line-height:var(--height);color:var(--font-color);list-style-type:none;cursor:pointer;border-radius:var(--radius)}.ns-pagination__item:hover{color:var(--font-color-hover);background-color:var(--bg-color-hover)}.ns-pagination--border .ns-pagination__item{border:1px solid var(--border-color);border-radius:0}.ns-pagination--border .ns-pagination__item+.ns-pagination__item{border-left:0}.ns-pagination .ns-pagination__item--current{color:var(--font-color-current);background-color:var(--bg-current)}.ns-pagination .ns-pagination__item--current:hover{color:var(--font-color-current)}.ns-pagination__item.is-disabled{color:var(--font-color-disabled);cursor:not-allowed}.ns-pagination__item.is-disabled:hover{color:var(--font-color-disabled)}[class^=ns-icon--],[class*=" ns-icon--"]{width:1rem;fill:hsla(var(--font-color), 1)}a:not(.ns-button) [class^=ns-icon--],a:not(.ns-button) [class*=" ns-icon--"]{fill:hsla(var(--brand), 1)}a:not(.ns-button):hover [class^=ns-icon--],a:not(.ns-button):hover [class*=" ns-icon--"]{fill:hsla(var(--brand-dark), 1)}.icon__tooltip{width:1rem !important}:root .ns-input,:root .ns-textarea{--color: hsla(var(--black), 1);--icon-color: hsla(var(--gray3), 1);--bg-color: hsla(var(--white), 1);--border-color: hsla(var(--gray3), 1);--focus-color: transparent}.ns-input{position:relative;display:inline-block;padding:0;overflow:hidden;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;outline:0;-webkit-box-shadow:var(--focus-color);box-shadow:var(--focus-color);transition:border .25s cubic-bezier(0.645, 0.045, 0.355, 1);display:flex;flex-direction:row;width:100%;align-items:center;flex-wrap:nowrap}.ns-input:hover{--border-color: hsla(var(--gray2), 1)}.ns-input .input-inner{width:100%;height:2.25rem;padding:0 .75rem;font-size:var(--font-size);line-height:2.25rem;color:var(--color);text-overflow:ellipsis;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-input .input-inner[type=search]::-webkit-search-decoration,.ns-input .input-inner[type=search]::-webkit-search-cancel-button,.ns-input .input-inner[type=search]::-webkit-search-results-button,.ns-input .input-inner[type=search]::-webkit-search-results-decoration{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-input .input-inner:-webkit-autofill,.ns-input .input-inner:-webkit-autofill:hover,.ns-input .input-inner:-webkit-autofill:focus{border:0;-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px hsla(var(--white), 1) inset;transition:none}.ns-input .input-inner::-moz-placeholder{opacity:1 !important}.ns-input .input-inner[type=text]::-ms-clear{display:none !important}.ns-input .input-inner[type=date]::-webkit-calendar-picker-indicator,.ns-input .input-inner[type=date]::-webkit-inner-spin-button,.ns-input .input-inner[type=time]::-webkit-calendar-picker-indicator,.ns-input .input-inner[type=time]::-webkit-clear-button{display:none;-webkit-appearance:none;appearance:none}.ns-input .input-inner::-webkit-input-placeholder,.ns-input .input-inner::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-input .input-icon{display:inline-flex;width:auto;align-items:center;justify-content:center;vertical-align:middle;width:2.25rem;min-width:2.25rem;max-width:2.25rem;height:2.25rem;font-size:1.5rem;color:var(--icon-color);pointer-events:none;transition:all .25s;pointer-events:unset}.ns-input.ns-input--prepend .input-prepend{border-radius:4px 0 0 4px}.ns-input.ns-input--prepend .input-inner{order:1}.ns-input.ns-input--append .input-append{border-radius:0 4px 4px 0}.ns-input.ns-input--prepend .input-prepend,.ns-input.ns-input--prepend .input-append,.ns-input.ns-input--append .input-prepend,.ns-input.ns-input--append .input-append{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:2.25rem;padding:0 .75rem;line-height:2.25rem;color:hsla(var(--gray3), 1);background-color:hsla(var(--white), 1)}.ns-input.ns-input--autoresize{display:inline-flex;width:auto;width:auto;max-width:100%}.ns-field--xs .input-inner{padding:0 .375rem 0 .5rem;font-size:0.9090909091rem;height:1.5rem;line-height:1.5rem}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .input-inner{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-field--xs .input-inner{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-field--xs .input-inner{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-field--xs .input-inner{font-size:0.872600349rem}}.ns-field--xs .input-icon{width:1.5rem;min-width:1.5rem;max-width:1.5rem;height:1.5rem;font-size:1rem}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .input-icon{font-size:1rem}}@media(min-width: 1024px){.ns-field--xs .input-icon{font-size:1rem}}@media(min-width: 1440px){.ns-field--xs .input-icon{font-size:1rem}}@media(min-width: 2561px){.ns-field--xs .input-icon{font-size:1rem}}.ns-field--xs .ns-input.ns-input--prepend .input-inner{padding-left:0}.ns-field--xs .ns-input.ns-input--prepend .input-prepend{font-size:0.9090909091rem;height:1.5rem;line-height:1.5rem}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .ns-input.ns-input--prepend .input-prepend{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-field--xs .ns-input.ns-input--prepend .input-prepend{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-field--xs .ns-input.ns-input--prepend .input-prepend{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-field--xs .ns-input.ns-input--prepend .input-prepend{font-size:0.872600349rem}}.ns-field--xs .ns-input.ns-input--append .input-inner{padding-right:0}.ns-field--xs .ns-input.ns-input--append .input-append{font-size:0.9090909091rem;height:1.5rem;line-height:1.5rem}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .ns-input.ns-input--append .input-append{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-field--xs .ns-input.ns-input--append .input-append{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-field--xs .ns-input.ns-input--append .input-append{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-field--xs .ns-input.ns-input--append .input-append{font-size:0.872600349rem}}.ns-field--lg .input-inner{height:3rem;font-size:1rem;height:3rem;font-size:1rem}.ns-field--lg .ns-input.ns-input--prepend .input-inner{padding-left:0}.ns-field--lg .ns-input.ns-input--prepend .input-prepend{height:3rem;font-size:1rem;line-height:3rem}.ns-field--lg .ns-input.ns-input--append .input-inner{padding-right:0}.ns-field--lg .ns-input.ns-input--append .input-append{height:3rem;font-size:1rem;line-height:3rem}.ns-field.focus .ns-input:not(.is-disabled){--border-color: hsla(var(--brand), 1);--focus-color: 0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-field.error .ns-input,.ns-field.error.focus .ns-input{--border-color: var(--border-color--error);box-shadow:none}.ns-input.is-disabled{--bg-color: hsla(var(--gray5), 1);--color: hsla(var(--gray2), 1);--border-color: hsla(var(--gray5), 1);-webkit-text-fill-color:hsla(var(--gray2), 1);cursor:not-allowed}.ns-input.is-disabled .input-inner{cursor:not-allowed;background-color:hsla(var(--gray5), 1)}.ns-input.is-disabled .input-inner::-webkit-input-placeholder,.ns-input.is-disabled .input-inner::placeholder{color:hsla(var(--gray4), 1);opacity:1}.ns-input.is-disabled .input-icon{--icon-color: hsla(var(--gray4), 1);-webkit-text-fill-color:hsla(var(--gray4), 1);cursor:not-allowed}.ns-textarea{position:relative;display:flex}.ns-textarea .textarea-inner{width:100%;height:2.25rem;padding:0 .75rem;font-size:var(--font-size);line-height:2.25rem;color:var(--color);text-overflow:ellipsis;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:inline-block;padding:0;overflow:hidden;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;outline:0;-webkit-box-shadow:var(--focus-color);box-shadow:var(--focus-color);transition:border .25s cubic-bezier(0.645, 0.045, 0.355, 1);height:100%;min-height:auto;padding:.75rem;overflow:auto;line-height:1.5;resize:vertical}.ns-textarea .textarea-inner[type=search]::-webkit-search-decoration,.ns-textarea .textarea-inner[type=search]::-webkit-search-cancel-button,.ns-textarea .textarea-inner[type=search]::-webkit-search-results-button,.ns-textarea .textarea-inner[type=search]::-webkit-search-results-decoration{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-textarea .textarea-inner:-webkit-autofill,.ns-textarea .textarea-inner:-webkit-autofill:hover,.ns-textarea .textarea-inner:-webkit-autofill:focus{border:0;-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px hsla(var(--white), 1) inset;transition:none}.ns-textarea .textarea-inner::-moz-placeholder{opacity:1 !important}.ns-textarea .textarea-inner[type=text]::-ms-clear{display:none !important}.ns-textarea .textarea-inner[type=date]::-webkit-calendar-picker-indicator,.ns-textarea .textarea-inner[type=date]::-webkit-inner-spin-button,.ns-textarea .textarea-inner[type=time]::-webkit-calendar-picker-indicator,.ns-textarea .textarea-inner[type=time]::-webkit-clear-button{display:none;-webkit-appearance:none;appearance:none}.ns-textarea .textarea-inner:hover{--border-color: hsla(var(--gray2), 1)}.ns-textarea .textarea-inner::-webkit-input-placeholder,.ns-textarea .textarea-inner::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-textarea .textarea-inner::-webkit-input-placeholder,.ns-textarea .textarea-inner::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-textarea.ns-input--append{display:flex;flex-direction:row;width:100%}.ns-textarea.ns-input--append .textarea-inner{padding-right:2.25rem}.ns-textarea.ns-input--append .input-icon{display:inline-flex;width:auto;align-items:center;justify-content:center;vertical-align:middle;width:2.25rem;min-width:2.25rem;max-width:2.25rem;height:2.25rem;font-size:1.5rem;color:var(--icon-color);pointer-events:none;transition:all .25s;display:inline-flex;width:auto;position:absolute;top:0;right:.5625rem;pointer-events:unset}.ns-textarea.ns-textarea--no-resize .textarea-inner{resize:none}.ns-field.focus .ns-textarea:not(.is-disabled) .textarea-inner{--border-color: hsla(var(--brand), 1);--focus-color: 0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-field.error .ns-textarea .textarea-inner,.ns-field.error.focus .ns-textarea .textarea-inner{--border-color: var(--border-color--error);box-shadow:none}.ns-textarea.is-disabled .textarea-inner{--bg-color: hsla(var(--gray5), 1);--color: hsla(var(--gray2), 1);--border-color: hsla(var(--gray5), 1);-webkit-text-fill-color:hsla(var(--gray2), 1);cursor:not-allowed}.ns-textarea.is-disabled .textarea-inner::-webkit-input-placeholder,.ns-textarea.is-disabled .textarea-inner::placeholder{color:hsla(var(--gray4), 1);opacity:1}.ns-textarea.is-disabled .textarea-inner::-webkit-input-placeholder,.ns-textarea.is-disabled .textarea-inner::placeholder{color:hsla(var(--gray4), 1);opacity:1}.ns-textarea.is-disabled .input-icon{--icon-color: hsla(var(--gray4), 1);-webkit-text-fill-color:hsla(var(--gray4), 1);cursor:not-allowed}.ns-input.ns-input--prepend .input-prepend{max-width:2.25rem;fill:hsla(var(--gray3), 1);display:flex;flex-direction:row;width:100%;align-items:center}.ns-input.ns-input--prepend .input-prepend [class^=ns-icon--],.ns-input.ns-input--prepend .input-prepend [class*=" ns-icon--"]{min-width:1rem}.ns-input.ns-input--prepend .input-inner{padding-left:0}.ns-input.ns-input--prepend.is-disabled .input-prepend{background-color:hsla(var(--gray5), 1);fill:hsla(var(--gray2), 1)}:root .ns-select{--color: hsla(var(--black), 1);--icon-color: hsla(var(--gray3), 1);--bg-color: hsla(var(--white), 1);--border-color: hsla(var(--gray3), 1);--focus-color: transparent}.ns-select{display:flex;flex-direction:row;width:100%;position:relative;cursor:pointer}.ns-select .ns-select__content{position:relative;display:inline-block;padding:0;overflow:hidden;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;outline:0;-webkit-box-shadow:var(--focus-color);box-shadow:var(--focus-color);transition:border .25s cubic-bezier(0.645, 0.045, 0.355, 1);display:flex;flex-direction:row;width:100%;align-items:center}.ns-select .ns-select__content:hover{--border-color: hsla(var(--gray2), 1)}.ns-select .select-inner,.ns-select .select-search{width:100%;height:2.25rem;padding:0 .75rem;font-size:var(--font-size);line-height:2.25rem;color:var(--color);text-overflow:ellipsis;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding-right:0}.ns-select .select-inner[type=search]::-webkit-search-decoration,.ns-select .select-inner[type=search]::-webkit-search-cancel-button,.ns-select .select-inner[type=search]::-webkit-search-results-button,.ns-select .select-inner[type=search]::-webkit-search-results-decoration,.ns-select .select-search[type=search]::-webkit-search-decoration,.ns-select .select-search[type=search]::-webkit-search-cancel-button,.ns-select .select-search[type=search]::-webkit-search-results-button,.ns-select .select-search[type=search]::-webkit-search-results-decoration{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-select .select-inner:-webkit-autofill,.ns-select .select-inner:-webkit-autofill:hover,.ns-select .select-inner:-webkit-autofill:focus,.ns-select .select-search:-webkit-autofill,.ns-select .select-search:-webkit-autofill:hover,.ns-select .select-search:-webkit-autofill:focus{border:0;-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px hsla(var(--white), 1) inset;transition:none}.ns-select .select-inner::-moz-placeholder,.ns-select .select-search::-moz-placeholder{opacity:1 !important}.ns-select .select-inner[type=text]::-ms-clear,.ns-select .select-search[type=text]::-ms-clear{display:none !important}.ns-select .select-inner[type=date]::-webkit-calendar-picker-indicator,.ns-select .select-inner[type=date]::-webkit-inner-spin-button,.ns-select .select-inner[type=time]::-webkit-calendar-picker-indicator,.ns-select .select-inner[type=time]::-webkit-clear-button,.ns-select .select-search[type=date]::-webkit-calendar-picker-indicator,.ns-select .select-search[type=date]::-webkit-inner-spin-button,.ns-select .select-search[type=time]::-webkit-calendar-picker-indicator,.ns-select .select-search[type=time]::-webkit-clear-button{display:none;-webkit-appearance:none;appearance:none}.ns-select .select-inner::-webkit-input-placeholder,.ns-select .select-inner::placeholder,.ns-select .select-search::-webkit-input-placeholder,.ns-select .select-search::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-select .select-inner{cursor:pointer}.ns-select .select-arrow-icon,.ns-select .select-search-icon{display:inline-flex;width:auto;align-items:center;justify-content:center;vertical-align:middle;width:2.25rem;min-width:2.25rem;max-width:2.25rem;height:2.25rem;font-size:1.5rem;color:var(--icon-color);pointer-events:none;transition:all .25s}.ns-select.is-open .select-arrow-icon{transform:rotate(-180deg)}.ns-select.is-open .ns-select__content{border-bottom-right-radius:0;border-bottom-left-radius:0}.ns-select .select-foreground{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ns-select .ns-select__options{position:absolute;top:100%;right:0;left:0;z-index:5;width:100%;overflow:hidden;background-color:hsla(var(--white), 1);border:1px solid var(--border-color);border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ns-select .search-inner{width:100%;height:2.25rem;padding:0 .75rem;font-size:var(--font-size);line-height:2.25rem;color:var(--color);text-overflow:ellipsis;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding-right:0}.ns-select .search-inner[type=search]::-webkit-search-decoration,.ns-select .search-inner[type=search]::-webkit-search-cancel-button,.ns-select .search-inner[type=search]::-webkit-search-results-button,.ns-select .search-inner[type=search]::-webkit-search-results-decoration{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-select .search-inner:-webkit-autofill,.ns-select .search-inner:-webkit-autofill:hover,.ns-select .search-inner:-webkit-autofill:focus{border:0;-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px hsla(var(--white), 1) inset;transition:none}.ns-select .search-inner::-moz-placeholder{opacity:1 !important}.ns-select .search-inner[type=text]::-ms-clear{display:none !important}.ns-select .search-inner[type=date]::-webkit-calendar-picker-indicator,.ns-select .search-inner[type=date]::-webkit-inner-spin-button,.ns-select .search-inner[type=time]::-webkit-calendar-picker-indicator,.ns-select .search-inner[type=time]::-webkit-clear-button{display:none;-webkit-appearance:none;appearance:none}.ns-select .search-inner::-webkit-input-placeholder,.ns-select .search-inner::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-select .options{max-height:240px;overflow:auto;list-style:none}.ns-select .options__item{display:flex;flex-direction:row;width:100%;margin-left:0;overflow:hidden}.ns-select .options__item .title-text,.ns-select .options__item .item-text{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;width:100%;height:2.25rem;padding:0 .75rem;overflow:hidden;font-size:.8726rem;line-height:2.25rem;text-overflow:ellipsis;white-space:nowrap;background-color:hsla(var(--white), 1)}.ns-select .options__item .title-text{padding:0 .75rem;color:hsla(var(--gray1), 1);cursor:default;background-color:hsla(var(--white), 1)}.ns-select .options__item:hover .item-text,.ns-select .options__item.item--hover .item-text{cursor:pointer;background-color:hsla(var(--brand-lighter), 1)}.ns-select .options__item.item--selected .item-text{color:hsla(var(--white), 1);background-color:hsla(var(--brand), 1)}.ns-select .options__item.item--disabled .item-text{color:hsla(var(--gray1), 1);cursor:not-allowed;background-color:hsla(var(--gray4), 1)}.ns-select .slot-before-options:empty,.ns-select .slot-after-options:empty{display:none}.ns-select-fade-enter-active,.ns-select-fade-leave-active{transition:opacity .15s}.ns-select-fade-enter,.ns-select-fade-leave-to{opacity:0}.ns-field--xs .ns-select .ns-select__content{padding:0 .375rem 0 .5rem;font-size:0.9090909091rem;height:1.5rem;line-height:1.5rem;padding-right:0;padding-left:0}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .ns-select .ns-select__content{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-field--xs .ns-select .ns-select__content{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-field--xs .ns-select .ns-select__content{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-field--xs .ns-select .ns-select__content{font-size:0.872600349rem}}.ns-field--xs .ns-select .ns-select__content .select-inner,.ns-field--xs .ns-select .ns-select__content .select-search{font-size:0.9090909091rem;height:1.5rem;line-height:1.5rem}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .ns-select .ns-select__content .select-inner,.ns-field--xs .ns-select .ns-select__content .select-search{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-field--xs .ns-select .ns-select__content .select-inner,.ns-field--xs .ns-select .ns-select__content .select-search{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-field--xs .ns-select .ns-select__content .select-inner,.ns-field--xs .ns-select .ns-select__content .select-search{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-field--xs .ns-select .ns-select__content .select-inner,.ns-field--xs .ns-select .ns-select__content .select-search{font-size:0.872600349rem}}.ns-field--xs .ns-select .ns-select__content .select-arrow-icon,.ns-field--xs .ns-select .ns-select__content .select-search-icon{width:1.5rem;height:1.5rem}.ns-field--lg .ns-select .ns-select__content{height:3rem;font-size:1rem;height:3rem;font-size:1rem;padding-right:0}.ns-field--lg .ns-select .ns-select__content .select-inner,.ns-field--lg .ns-select .ns-select__content .select-search{height:3rem;font-size:1rem;line-height:3rem}.ns-field.focus .ns-select .ns-select__content{--border-color: hsla(var(--brand), 1);--focus-color: 0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-field.error .ns-select .ns-select__content,.ns-field.error.focus .ns-select .ns-select__content{--border-color: var(--border-color--error);box-shadow:none}.ns-select.is-disabled .ns-select__content,.ns-select.is-disabled .select-inner,.ns-select.is-disabled .select-search,.ns-select.is-disabled .search-inner{--bg-color: hsla(var(--gray5), 1);--color: hsla(var(--gray2), 1);--border-color: hsla(var(--gray5), 1);-webkit-text-fill-color:hsla(var(--gray2), 1);cursor:not-allowed}.ns-select.is-disabled .ns-select__content::-webkit-input-placeholder,.ns-select.is-disabled .ns-select__content::placeholder,.ns-select.is-disabled .select-inner::-webkit-input-placeholder,.ns-select.is-disabled .select-inner::placeholder,.ns-select.is-disabled .select-search::-webkit-input-placeholder,.ns-select.is-disabled .select-search::placeholder,.ns-select.is-disabled .search-inner::-webkit-input-placeholder,.ns-select.is-disabled .search-inner::placeholder{color:hsla(var(--gray4), 1);opacity:1}.ns-select.is-disabled .select-arrow-icon,.ns-select.is-disabled .select-search-icon{--icon-color: hsla(var(--gray5), 1);-webkit-text-fill-color:hsla(var(--gray5), 1)}.select-tags{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;list-style:none}.select-tags .select-tags__item{display:inline-flex;width:auto;align-items:center;position:relative;z-index:2;margin-left:0}.select-tags~.select-inner{position:absolute;background:rgba(0,0,0,0)}.ns-select--open-up .ns-select__options{top:unset;bottom:100%;margin-bottom:0}.ns-select--open-up.ns-select--multiselect .ns-select__options{position:absolute;top:unset;bottom:100%}.ns-select--open-up.ns-select--multiselect .slot-search-options{top:unset;bottom:calc(100% + 2.25rem)}.ns-select.is-open .ns-select__content{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem}.ns-select.ns-select__btn .ns-select__btn-btn{border-bottom:1px solid hsla(var(--gray4), 1)}.ns-select.ns-select__btn .ns-select__btn-btn:hover{cursor:pointer;background-color:hsla(var(--brand-lighter), 1);transition:all .25s}.ns-select.ns-select__btn .options{box-shadow:none !important}.ns-select.ns-select--lg{height:3rem}.ns-select.ns-select--multiselect .ns-select__content{justify-content:space-between}.ns-select.ns-select--multiselect .ns-select__content>span{width:100%}.ns-select.ns-select--multiselect .ns-select__content>span+.select-inner{display:none}.ns-select.ns-select--multiselect .select-inner{width:100%}.ns-select.ns-select--multiselect .options__item.item--selected .item-text{background-color:hsla(var(--brand-light), 1)}.ns-select .ns-select__options{z-index:31;margin-top:.25rem;border-radius:.25rem;box-shadow:0 3px 10px rgba(172,185,182,.4)}.ns-select .ns-select__options .ns-select__content{flex-direction:row-reverse;border:0;border-bottom:1px solid hsla(var(--gray3), 1);border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.ns-select .ns-select__options .ns-select__content .search-inner{padding:0 .75rem 0 0}.ns-select .ns-select__options .ns-select__content .ns-icon--search{fill:hsla(var(--gray1), 1)}.ns-select .ns-select__options .options__item.item--hover:not(.item--selected) .item-text{color:hsla(var(--font-color), 1);fill:hsla(var(--white), 1)}.ns-select .ns-select__options .options{box-shadow:0 3px 10px hsla(var(--gray1), 0.9)}.ns-select .ns-select__options .slot-after-options{padding:.75rem;background-color:hsla(var(--gray5), 1)}.ns-select .ns-select__options .slot-after-options>.flex{justify-content:space-between}.ns-select.h-select .options{max-height:100px !important}.ns-select.h-select-360 .options{max-height:360px !important}.ns-select.h-relativa{flex-direction:column;height:fit-content}.ns-select.h-relativa .ns-select__options{position:relative}.ns-select .options__item .item-text{display:flex;flex-direction:row;width:100%;align-items:center;height:auto;min-height:2.25rem}.ns-select .options__item .item-text .ns-checkbox{display:flex;align-items:center !important;width:100% !important}.ns-select .options__item .item-text .ns-checkbox__inner{top:0}.ns-select .options__item .item-text label{width:100% !important;word-break:break-word;cursor:pointer}.ns-select .options__item .item-text .ns-checkbox__input{width:0}.ns-select .options__item .item-text span{line-height:22px}.ns-select .item--hover [class^=ns-icon--],.ns-select .item--hover [class*=" ns-icon--"]{fill:hsla(var(--black), 1)}.ns-select .item--selected [class^=ns-icon--],.ns-select .item--selected [class*=" ns-icon--"]{width:1.5rem;padding-right:.375rem;background-color:hsla(var(--brand), 1);fill:hsla(var(--white), 1)}.ns-select .item--selected.item--hover{fill:hsla(var(--white), 1) !important}.ns-select .select-search{cursor:pointer;background-color:rgba(0,0,0,0)}.vue-tel-input{z-index:99 !important;height:38px}.vue-tel-input:focus{border-color:hsla(var(--brand), 1) !important;box-shadow:0 0 0 4px hsla(var(--brand-secondary), 0.4)}.vue-tel-input:hover{border:1px solid hsla(var(--gray2), 1) !important;transition:.25s}.vue-tel-input:focus-within{border-color:hsla(var(--brand), 1) !important;box-shadow:0 0 0 4px hsla(var(--brand-secondary), 0.4)}.vue-tel-input .vti__dropdown-list.below{top:36px !important}.vue-tel-input .vti__dropdown-list{z-index:99 !important;margin-top:.25rem !important;margin-left:0 !important;background-color:hsla(var(--white), 1);border:1px solid var(--border-color);border-radius:.25rem;box-shadow:0 3px 10px rgba(172,185,182,.4)}.vue-tel-input .vti__search_box{width:100%;padding:7px;margin:0;border:0 solid hsla(var(--gray3), 1);border-bottom:1px solid hsla(var(--gray3), 1);border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.vue-tel-input .vti__flag.pt{padding-top:0 !important}.vue-tel-input .vti__flag.my{margin-top:0 !important;margin-bottom:0 !important}.vue-tel-input .vti__flag.ml{margin-left:5px !important}.vue-tel-input .vti__flag.mt{margin-top:0 !important}.vue-tel-input .vti__flag.mr{margin-right:5px !important}.vue-tel-input .vti__flag.py{padding-top:0 !important;padding-bottom:0 !important}.vue-tel-input .vti__flag.mx{margin-right:5px !important;margin-left:5px !important}.vue-tel-input .vti__dropdown-list{width:324px}@media screen and (min-width: 600px){.vue-tel-input .vti__dropdown-list{width:474px}}:root .ns-checkbox{--bg-color: hsla(var(--white), 1);--border-color: hsla(var(--gray3), 1);--focus-color: 0 1px 2px hsla(var(--black), 0.1)}:root .ns-checkbox .ns-checkbox__label{--font-color: hsla(var(--gray1), 1);--font-size: 0.8726rem}:root .ns-switch{--bg-color: hsla(var(--white), 1);--slider-bg-color: hsla(var(--gray2), 1);--border-color: hsla(var(--gray3), 1);--switch-box-shadow: inset 0 0 1px hsla(var(--gray3), 1)}.ns-checkbox{display:inline-flex;width:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;flex-wrap:nowrap;flex-wrap:nowrap;align-items:center;white-space:nowrap}.ns-checkbox .checkbox{display:inline-flex;width:auto;cursor:pointer}.ns-checkbox .ns-checkbox__input{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-block;width:100%;height:100%;margin:auto;cursor:pointer;outline:0;opacity:0}.ns-checkbox .ns-checkbox__inner{position:relative;top:0;z-index:10;display:inline-block;width:16px;height:16px;overflow:hidden;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;-webkit-box-shadow:var(--focus-color);box-shadow:var(--focus-color);-webkit-transition:border-color .25s cubic-bezier(0.71, -0.46, 0.29, 1.46),background-color .25s cubic-bezier(0.71, -0.46, 0.29, 1.46);transition:border-color .25s cubic-bezier(0.71, -0.46, 0.29, 1.46),background-color .25s cubic-bezier(0.71, -0.46, 0.29, 1.46)}.ns-checkbox .ns-checkbox__inner:hover{--border-color: hsla(var(--gray2), 1)}.ns-checkbox .ns-checkbox__inner i{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:absolute;top:-1px;left:0;height:16px}.ns-checkbox .ns-checkbox__label{display:flex;flex-direction:row;width:100%;padding-left:0.5rem;font-size:var(--font-size);color:var(--font-color);white-space:pre-line}.ns-checkbox .ns-checkbox__label a{position:relative}.ns-checkbox .checkbox.is-checked{--bg-color: hsla(var(--brand), 1)}.ns-checkbox .checkbox.is-checked i{color:hsla(var(--white), 1);opacity:1}.ns-checkbox .checkbox.is-disabled{cursor:not-allowed}.ns-checkbox .checkbox.is-disabled .ns-checkbox__inner{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1);overflow:hidden}.ns-checkbox .checkbox.is-disabled .ns-checkbox__inner i{color:hsla(var(--gray3), 1)}.ns-checkbox .checkbox.is-disabled.is-checked .ns-checkbox__inner{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1)}.ns-checkbox .checkbox.is-disabled~.ns-checkbox__label{--font-color: hsla(var(--gray3), 1);z-index:1;cursor:not-allowed}.ns-switch{display:inline-flex;width:auto;position:relative;flex-wrap:nowrap;flex-wrap:nowrap;align-items:center;cursor:pointer}.ns-switch .ns-checkbox__input{display:none;opacity:0}.ns-switch .ns-switch__slider{position:relative;width:calc(26px * 2 - 4px * 2 - 1px * 2);min-width:calc(26px * 2 - 4px * 2 - 1px * 2);height:26px;background-color:var(--bg-color);border:1px solid var(--border-color);-webkit-box-shadow:var(--switch-box-shadow);box-shadow:var(--switch-box-shadow);transition:0.25s}.ns-switch .ns-switch__slider:hover{--border-color: hsla(var(--gray2), 1)}.ns-switch .ns-switch__slider:before{position:absolute;bottom:4px;left:4px;width:calc(26px - 4px * 2 - 1px * 2);height:calc(26px - 4px * 2 - 1px * 2);content:"";background-color:var(--slider-bg-color);transition:transform 0.25s}.ns-switch .ns-checkbox__input:active+.ns-switch__slider{--switch-box-shadow: 0 0 0 3px hsla(var(--brand-light), 1)}.ns-switch .ns-checkbox__input:checked+.ns-switch__slider{--border-color: hsla(var(--gray2), 1);--bg-color: hsla(var(--brand), 1)}.ns-switch .ns-checkbox__input:checked+.ns-switch__slider:before{--slider-bg-color: hsla(var(--white), 1);-webkit-transform:translateX(calc(26px - 4px * 2 - 1px * 2));transform:translateX(calc(26px - 4px * 2 - 1px * 2))}.ns-switch-alt .ns-switch__slider,.ns-switch--round-alt .ns-switch__slider{--bg-color: hsla(var(--white), 1);--switch-box-shadow: inset 0 0 1px hsla(var(--gray3), 1)}.ns-switch-alt .ns-switch__slider:before,.ns-switch--round-alt .ns-switch__slider:before{--slider-bg-color: hsla(var(--gray4), 1);box-shadow:inset 0 0 1px hsla(var(--gray3), 1)}.ns-switch-alt .ns-checkbox__input:checked+.ns-switch__slider,.ns-switch--round-alt .ns-checkbox__input:checked+.ns-switch__slider{--bg-color: hsla(var(--white), 1)}.ns-switch-alt .ns-checkbox__input:checked+.ns-switch__slider:before,.ns-switch--round-alt .ns-checkbox__input:checked+.ns-switch__slider:before{--slider-bg-color: hsla(var(--brand), 1);box-shadow:none}.ns-switch--round .ns-switch__slider{border-radius:calc(26px / 2)}.ns-switch--round .ns-switch__slider:before{--slider-bg-color: hsla(var(--gray2), 1);border-radius:50%}.ns-switch--round-alt .ns-switch__slider{border-radius:calc(26px / 2)}.ns-switch--round-alt .ns-switch__slider:before{border-radius:50%}.ns-switch .ns-checkbox__label{display:flex;flex-direction:row;width:100%;flex-direction:column;position:relative}.ns-switch.is-disabled .ns-checkbox__input+.ns-switch__slider,.ns-switch.is-disabled .ns-checkbox__input:checked+.ns-switch__slider{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray5), 1);z-index:1;cursor:not-allowed}.ns-switch.is-disabled .ns-checkbox__input:active+.ns-switch__slider{--switch-box-shadow: unset}.ns-switch.is-disabled .ns-checkbox__input+.ns-switch__slider:before{--slider-bg-color: hsla(var(--gray4), 1)}.ns-switch.is-disabled .ns-checkbox__input:checked+.ns-switch__slider:before{--slider-bg-color: hsla(var(--gray2), 1)}.ns-field.focus:not(.error) .checkbox .ns-checkbox__inner,.ns-field.focus:not(.error) .checkbox.is-checked .ns-checkbox__inner,.ns-field.focus:not(.error) .ns-checkbox .ns-switch__slider{--focus-color: 0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-field.error .checkbox .ns-checkbox__inner,.ns-field.error .ns-checkbox .ns-switch__slider{--border-color: hsla(var(--danger), 1)}.ns-field.error .ns-switch .ns-switch__slider{--switch-box-shadow: inset 0 0 1px hsla(var(--danger), 1)}.ns-switch .ns-switch__slider:before{background-image:url(assets/efb6a6a5f0abe90ec7c8.svg);background-repeat:no-repeat;background-position:center}.ns-switch.is-disabled .ns-checkbox__input:checked+.ns-switch__slider:before{content:"";background-color:hsla(var(--gray4), 1)}.ns-switch .ns-checkbox__input:checked+.ns-switch__slider:before{display:flex;align-items:center;justify-content:center;padding-top:3px;color:hsla(var(--brand), 1);content:"✓"}.ns-checkbox.ns-checkbox--indeterminate :after{display:none !important}.ns-checkbox.ns-checkbox--indeterminate [class^=ns-icon--],.ns-checkbox.ns-checkbox--indeterminate [class*=" ns-icon--"]{display:block !important;fill:hsla(var(--brand-dark), 1)}.ns-checkbox .ns-checkbox__inner{display:flex}.ns-checkbox .is-checked .ns-checkbox__inner{background-color:hsla(var(--white), 1)}.ns-checkbox .is-checked .ns-checkbox__inner:after{position:absolute;top:50%;left:50%;width:10px;height:10px;content:"";background-color:hsla(var(--brand), 1);border-radius:2px;transition:transform .15s cubic-bezier(0.71, -0.46, 0.88, 0.6);transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.ns-checkbox .is-checked .ns-checkbox__inner [class^=ns-icon--],.ns-checkbox .is-checked .ns-checkbox__inner [class*=" ns-icon--"]{display:none}.ns-checkbox .is-checked.is-disabled .ns-checkbox__inner:after{background-color:hsla(var(--gray3), 1)}.ns-checkbox .is-disabled .ns-checkbox__inner{background-color:hsla(var(--gray5), 1)}.ns-checkbox .is-disabled .ns-checkbox__inner:after{position:absolute;top:50%;left:50%;width:10px;height:10px;content:"";background-color:hsla(var(--gray2), 1);border-radius:2px;transition:transform .15s cubic-bezier(0.71, -0.46, 0.88, 0.6);transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.ns-checkbox .is-disabled .ns-icon--check{display:none !important}:root .ns-input-tags{--header-font-color: hsla(var(--gray1), 1);--header-font-color-active: hsla(var(--brand), 1);--tag-bg-color: hsla(var(--white), 1);--tag-font-color: hsla(var(--black), 1);--tag-radius: 12px;--tag-font-size: eta;--tag-padding: 0.5rem;--close-font-size: 1.5rem}@keyframes attention{0%{-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.75;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}.ns-input-tags:hover .ns-input-tags__header,.ns-input-tags.is-active .ns-input-tags__header{color:var(--header-font-color-active)}.ns-input-tags:hover .ns-input-tags__content,.ns-input-tags.is-active .ns-input-tags__content{border-color:hsla(var(--gray2), 1)}.ns-input-tags__header{display:flex;flex-direction:row;width:100%;width:auto;color:var(--header-font-color)}.ns-input-tags__header .ns-input-tags__count:only-child{display:flex;flex-direction:row;width:100%;width:100%}.ns-input-tags .ns-input-tags__content{display:flex;flex-direction:row;width:100%;align-items:center;background-color:hsla(var(--white), 1);transition:border .25s cubic-bezier(0.645, 0.045, 0.355, 1)}.ns-input-tags__content .tag{align-items:center;justify-content:space-between;display:inline-flex;width:auto;position:relative;align-items:stretch;min-width:4.5rem;max-width:6rem;height:calc(2.25rem - 0.75rem);padding:0 0 0 var(--tag-padding);margin:.25rem .375rem .25rem 0;overflow:hidden;font-size:var(--tag-font-size);color:var(--tag-font-color);background-color:var(--tag-bg-color);border-radius:var(--tag-radius)}.ns-input-tags__content .tag.repeated-tag{animation-name:attention;animation-duration:.5s}.ns-input-tags__content .tag.error-tag{background-color:hsla(var(--danger), 1)}.tag__name,.tag__close{-webkit-filter:blur(0);filter:blur(0);-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-font-smoothing:antialiased;font-smooth:antialiased;backface-visibility:hidden}.tag__name{flex:1;align-self:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.tag__name{font-size:0.872600349rem}}@media(min-width: 1024px){.tag__name{font-size:0.872600349rem}}@media(min-width: 1440px){.tag__name{font-size:0.872600349rem}}@media(min-width: 2561px){.tag__name{font-size:0.872600349rem}}.tag__close{display:flex;flex-direction:row;width:100%;align-items:center;width:auto;height:100%;padding-right:.25rem;margin-left:.25rem;cursor:pointer}.tag__close i{font-size:var(--close-font-size)}.select-tags{padding:0 .75rem}.select-tags__item{padding:2px .375rem;margin:.25rem .25rem .25rem 0;color:hsla(var(--gray1), 1);background-color:hsla(var(--gray4), 1);border-radius:.75rem;font-size:0.826446281rem}@media(min-width: 600px)and (max-width: 1024px){.select-tags__item{font-size:0.7614313691rem}}@media(min-width: 1024px){.select-tags__item{font-size:0.7614313691rem}}@media(min-width: 1440px){.select-tags__item{font-size:0.7614313691rem}}@media(min-width: 2561px){.select-tags__item{font-size:0.7614313691rem}}.select-tags__item [class^=ns-icon--],.select-tags__item [class*=" ns-icon--"]{margin-left:.25rem;fill:hsla(var(--gray1), 1)}.tag__close [class^=ns-icon--],.tag__close [class*=" ns-icon--"]{margin-right:.375rem;margin-left:.25rem;fill:hsla(var(--gray2), 1)}.box-tag .invalid{display:flex;margin-top:.5rem;font-size:0.826446281rem;color:hsla(var(--danger), 1)}@media(min-width: 600px)and (max-width: 1024px){.box-tag .invalid{font-size:0.7614313691rem}}@media(min-width: 1024px){.box-tag .invalid{font-size:0.7614313691rem}}@media(min-width: 1440px){.box-tag .invalid{font-size:0.7614313691rem}}@media(min-width: 2561px){.box-tag .invalid{font-size:0.7614313691rem}}.box-tag .invalid [class^=ns-icon--],.box-tag .invalid [class*=" ns-icon--"]{margin-right:.375rem;margin-left:.25rem;fill:hsla(var(--danger), 1)}.ns-select.ns-input-tags .ns-select__content{display:flex;align-items:flex-start;height:fit-content;min-height:1.5rem;min-height:144px;padding:.5rem .75rem}.ns-select.ns-input-tags .ns-select__content .select-search{padding:0}.ns-select.ns-input-tags .ns-select__content .ns-input-tags__content{display:flex;flex-wrap:wrap;background-color:rgba(0,0,0,0)}.ns-select.ns-input-tags .tag{min-width:fit-content;height:26px;border:1px solid hsla(var(--gray3), 1)}.ns-select.ns-input-tags .tag [class^=ns-icon--check]{margin-right:.25rem;margin-left:.25rem;fill:hsla(var(--brand), 1) !important}.ns-select.ns-input-tags .tag__name{max-width:14rem !important}.ns-select.ns-input-tags .tag.error{border:1px solid hsla(var(--danger), 1)}.ns-select.ns-input-tags .tag.error [class^=ns-icon--exclamation-triangle]{margin-right:.25rem;margin-left:.25rem;fill:hsla(var(--danger), 1) !important}@-moz-document url-prefix(){.ns-input-tags__content .tag{max-width:13rem}}:root .ns-input-file{--color: hsla(var(--black), 1);--icon-color: hsla(var(--gray3), 1);--bg-color: hsla(var(--white), 1);--border-color: hsla(var(--gray3), 1);--focus-color: transparent;--multifile-bg-color: hsla(var(--white), 1);--multifile-color: hsla(var(--info), 1);--multifile-list-height: $upload-multifile-list-height;--multifile-list-item-height: calc(3rem + 0.75rem);--multifile-thumbnail-img-width: 280px;--multifile-thumbnail-img-height: 170px}.ns-input-file{position:relative;text-align:center;cursor:pointer;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1);border-radius:.25rem}.ns-input-file .inputfile>div{height:3rem;cursor:pointer}.ns-input-file img{display:none}.ns-input-file .ns-button--danger{top:.375rem;right:.375rem}.ns-input-file:hover{background-color:hsla(var(--white), 1)}.ns-input-file .box-input{position:absolute;top:0;left:0;width:fill-available;visibility:hidden}.ns-input-file .ns-input-file--mv~.inputfile>div{height:auto;padding:.75rem;background-color:hsla(var(--brand-lighter), 1) !important;border-radius:.25rem}.ns-input-file .ns-input-file--mv~.inputfile img{height:2.25rem !important}@media screen and (min-width: 1024px){.ns-input-file .ns-input-file--mv~.inputfile>div{padding:1.5rem;border:0 solid hsla(var(--brand), 1)}}@media screen and (min-width: 1024px){.ns-input-file{position:relative;text-align:center;cursor:pointer;background-color:hsla(var(--brand-lighter), 1);border:1px dashed hsla(var(--brand), 1);border-radius:.25rem}.ns-input-file .inputfile>div{height:auto;padding:1.5rem;cursor:pointer}.ns-input-file img{display:block;height:fit-content}.ns-input-file:hover{background-color:hsla(var(--brand-lighter), 1);border:1px dashed hsla(var(--black), 1)}.ns-input-file .box-input{position:absolute;top:0;left:0;visibility:hidden}.ns-input-file.is-dragover{background-color:hsla(var(--white), 1);border:2px solid hsla(var(--brand), 1)}}:root .ns-radio{--bg-color: hsla(var(--white), 1);--border-color: hsla(var(--gray3), 1);--focus-color: 0 1px 2px hsla(var(--black), 0.1);--radio-tick: hsla(var(--brand), 1)}:root .ns-radio .ns-radio__label{--font-size: 0.8726rem;--font-color: hsla(var(--gray1), 1)}.ns-radio{position:relative;display:table-cell;height:2.25rem;padding-left:.375rem;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none}.ns-radio input{position:relative;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;cursor:pointer;outline:0}.ns-radio .ns-radio__inner{width:16px;height:16px;background:var(--bg-color);border-radius:50%;position:relative;top:3px;z-index:10;display:inline-block;cursor:pointer;border:1px solid var(--border-color);box-shadow:var(--focus-color)}.ns-radio .ns-radio__inner:hover{--border-color: hsla(var(--gray2), 1)}.ns-radio .ns-radio__inner:after{width:10px;height:10px;background:var(--radio-tick);border-radius:50%;position:absolute;top:50%;left:50%;content:"";-webkit-transition:transform .15s cubic-bezier(0.71, -0.46, 0.88, 0.6);transition:transform .15s cubic-bezier(0.71, -0.46, 0.88, 0.6);-webkit-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0)}.ns-radio .ns-radio__original{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:0;outline:0;opacity:0}.ns-radio .ns-radio__label{padding-left:.375rem;font-size:var(--font-size);color:var(--font-color)}.ns-radio-group{display:inline-block;font-size:0;line-height:1}.ns-radio__input.is-disabled .ns-radio__inner{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1)}.ns-radio__input.is-disabled .ns-radio__inner:after{--radio-tick: hsla(var(--gray5), 1)}.ns-radio__input.is-disabled .ns-radio__inner:after,.ns-radio__input.is-disabled .ns-radio__inner+.ns-radio__label{cursor:not-allowed}.ns-radio__input.is-disabled.is-checked .ns-radio__inner{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1)}.ns-radio__input.is-disabled.is-checked .ns-radio__inner:after{--radio-tick: hsla(var(--gray3), 1)}.ns-radio__input.is-disabled .ns-radio__label{--font-color: hsla(var(--gray3), 1);cursor:not-allowed}.ns-radio__input.is-checked .ns-radio__inner{--radio-tick: hsla(var(--brand), 1)}.ns-radio__input.is-checked .ns-radio__inner:after{transform:translate(-50%, -50%) scale(1)}.ns-radio-custom{position:relative;display:inline-block;text-align:center}.ns-radio-custom>.ns-radio-custom__item{position:relative;margin-right:0}.ns-radio-custom [type=radio]:not(:checked),.ns-radio-custom [type=radio]:checked{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;width:100%;height:100%;cursor:pointer;opacity:0;appearance:none}.ns-radio-custom [type=radio]:not(:checked)+label,.ns-radio-custom [type=radio]:checked+label{position:relative;top:0;z-index:1;display:block;width:100%;height:100%;border-radius:5rem;transition:.25s}.ns-field.focus:not(.error) .ns-radio__input.is-checked .ns-radio__inner{--focus-color: 0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-field.error .ns-radio .ns-radio__inner{--border-color: hsla(var(--danger), 1)}.ns-radio{padding-left:0;white-space:normal}:root .ns-datepicker{--header-bg: hsla(var(--white), 1);--month-color: hsla(var(--gray1), 1);--year-color: hsla(var(--gray1), 1);--arrow-color: hsla(var(--gray1), 1);--arrow-color-hover: hsla(var(--brand), 1)}.ns-datepicker{display:flex;flex-direction:row;width:100%;position:relative}.ns-datepicker .ns-datepicker__content{position:relative;display:inline-block;padding:0;overflow:hidden;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;outline:0;-webkit-box-shadow:var(--focus-color);box-shadow:var(--focus-color);transition:border .25s cubic-bezier(0.645, 0.045, 0.355, 1);display:flex;flex-direction:row;width:100%;align-items:center}.ns-datepicker .ns-datepicker__content:hover{--border-color: hsla(var(--gray2), 1)}.ns-datepicker .ns-datepicker__inner{width:100%;height:2.25rem;padding:0 .75rem;font-size:var(--font-size);line-height:2.25rem;color:var(--color);text-overflow:ellipsis;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding-right:0}.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-decoration,.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-cancel-button,.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-results-button,.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-results-decoration{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-datepicker .ns-datepicker__inner:-webkit-autofill,.ns-datepicker .ns-datepicker__inner:-webkit-autofill:hover,.ns-datepicker .ns-datepicker__inner:-webkit-autofill:focus{border:0;-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px hsla(var(--white), 1) inset;transition:none}.ns-datepicker .ns-datepicker__inner::-moz-placeholder{opacity:1 !important}.ns-datepicker .ns-datepicker__inner[type=text]::-ms-clear{display:none !important}.ns-datepicker .ns-datepicker__inner[type=date]::-webkit-calendar-picker-indicator,.ns-datepicker .ns-datepicker__inner[type=date]::-webkit-inner-spin-button,.ns-datepicker .ns-datepicker__inner[type=time]::-webkit-calendar-picker-indicator,.ns-datepicker .ns-datepicker__inner[type=time]::-webkit-clear-button{display:none;-webkit-appearance:none;appearance:none}.ns-datepicker .ns-datepicker__inner::-webkit-input-placeholder,.ns-datepicker .ns-datepicker__inner::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-decoration,.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-cancel-button,.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-results-button,.ns-datepicker .ns-datepicker__inner[type=search]::-webkit-search-results-decoration{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ns-datepicker .ns-datepicker__inner::-webkit-input-placeholder,.ns-datepicker .ns-datepicker__inner::placeholder{color:hsla(var(--gray2), 1);opacity:1}.ns-datepicker .ns-datepicker__icon{display:inline-flex;width:auto;align-items:center;justify-content:center;vertical-align:middle;width:2.25rem;min-width:2.25rem;max-width:2.25rem;height:2.25rem;font-size:1.5rem;color:var(--icon-color);pointer-events:none;transition:all .25s;pointer-events:unset}.ns-field--xs .ns-datepicker .ns-datepicker__inner{padding:0 .375rem 0 .5rem;font-size:0.9090909091rem;height:1.5rem;line-height:1.5rem;padding-right:0}@media(min-width: 600px)and (max-width: 1024px){.ns-field--xs .ns-datepicker .ns-datepicker__inner{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-field--xs .ns-datepicker .ns-datepicker__inner{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-field--xs .ns-datepicker .ns-datepicker__inner{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-field--xs .ns-datepicker .ns-datepicker__inner{font-size:0.872600349rem}}.ns-field--xs .ns-datepicker .ns-datepicker__icon{width:1.5rem;height:1.5rem}.ns-field--lg .ns-datepicker .ns-datepicker__inner{height:3rem;font-size:1rem;height:3rem;font-size:1rem;padding-right:0}.ns-field--lg .ns-datepicker .ns-datepicker__icon{height:3rem;line-height:3rem}.ns-field.focus .ns-datepicker:not(.is-disabled) .ns-datepicker__content{--border-color: hsla(var(--brand), 1);--focus-color: 0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-field.error .ns-datepicker .ns-datepicker__content,.ns-field.error.focus .ns-datepicker .ns-datepicker__content{--border-color: var(--border-color--error);box-shadow:none}.ns-datepicker.is-disabled .ns-datepicker__content,.ns-datepicker.is-disabled .ns-datepicker__inner{--bg-color: hsla(var(--gray5), 1);--color: hsla(var(--gray2), 1);--border-color: hsla(var(--gray5), 1);-webkit-text-fill-color:hsla(var(--gray2), 1);cursor:not-allowed}.ns-datepicker.is-disabled .ns-datepicker__content::-webkit-input-placeholder,.ns-datepicker.is-disabled .ns-datepicker__content::placeholder,.ns-datepicker.is-disabled .ns-datepicker__inner::-webkit-input-placeholder,.ns-datepicker.is-disabled .ns-datepicker__inner::placeholder{color:hsla(var(--gray4), 1);opacity:1}.ns-datepicker.is-disabled .ns-datepicker__icon{--icon-color: hsla(var(--gray5), 1);-webkit-text-fill-color:hsla(var(--gray5), 1)}.flatpickr-input[hard-readonly]{cursor:default !important}.flatpickr-calendar{border:1px solid #ced4da;border-radius:var(--border-radius);box-shadow:0 10px 20px -5px rgba(33,36,40,.04),0 4px 8px 0 rgba(33,36,40,.08)}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{height:2.25rem}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{color:var(--arrow-color);fill:var(--arrow-color)}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:var(--arrow-color-hover)}.flatpickr-months{background-color:var(--header-bg)}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-current-month{height:2.25rem;line-height:2.25rem}.flatpickr-months .flatpickr-current-month{padding:0}.flatpickr-months span.cur-month,.flatpickr-months span.cur-month:hover{color:var(--month-color);background-color:rgba(0,0,0,0);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.flatpickr-months span.cur-month,.flatpickr-months span.cur-month:hover{font-size:0.872600349rem}}@media(min-width: 1024px){.flatpickr-months span.cur-month,.flatpickr-months span.cur-month:hover{font-size:0.872600349rem}}@media(min-width: 1440px){.flatpickr-months span.cur-month,.flatpickr-months span.cur-month:hover{font-size:0.872600349rem}}@media(min-width: 2561px){.flatpickr-months span.cur-month,.flatpickr-months span.cur-month:hover{font-size:0.872600349rem}}.flatpickr-months .numInput.cur-year{font-weight:600;color:var(--year-color);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.flatpickr-months .numInput.cur-year{font-size:0.872600349rem}}@media(min-width: 1024px){.flatpickr-months .numInput.cur-year{font-size:0.872600349rem}}@media(min-width: 1440px){.flatpickr-months .numInput.cur-year{font-size:0.872600349rem}}@media(min-width: 2561px){.flatpickr-months .numInput.cur-year{font-size:0.872600349rem}}.flatpickr-innerContainer .flatpickr-weekdays{padding:.5rem .5rem 0}.flatpickr-innerContainer .flatpickr-days .dayContainer{padding:0 .5rem .5rem}.flatpickr-weekdays{height:1.5rem;background-color:hsla(var(--white), 1);border-top:1px solid hsla(var(--gray5), 1);border-bottom:1px solid rgba(0,0,0,0)}span.flatpickr-weekday{color:hsla(var(--gray1), 1);font-size:0.826446281rem}@media(min-width: 600px)and (max-width: 1024px){span.flatpickr-weekday{font-size:0.7614313691rem}}@media(min-width: 1024px){span.flatpickr-weekday{font-size:0.7614313691rem}}@media(min-width: 1440px){span.flatpickr-weekday{font-size:0.7614313691rem}}@media(min-width: 2561px){span.flatpickr-weekday{font-size:0.7614313691rem}}.flatpickr-day{max-width:44px;height:44px;line-height:44px;color:hsla(var(--gray1), 1);background-color:hsla(var(--white), 1);border-color:hsla(var(--white), 1);border-radius:var(--border-radius);font-size:0.826446281rem}@media(min-width: 600px)and (max-width: 1024px){.flatpickr-day{font-size:0.7614313691rem}}@media(min-width: 1024px){.flatpickr-day{font-size:0.7614313691rem}}@media(min-width: 1440px){.flatpickr-day{font-size:0.7614313691rem}}@media(min-width: 2561px){.flatpickr-day{font-size:0.7614313691rem}}.flatpickr-day.today:hover,.flatpickr-day.today:focus{color:hsla(var(--brand), 1);background-color:hsla(var(--gray6), 1);border-color:hsla(var(--gray6), 1)}.flatpickr-day:hover{color:hsla(var(--gray1), 1);background-color:hsla(var(--gray6), 1);border-color:hsla(var(--gray6), 1)}.flatpickr-day.today{font-weight:600;color:hsla(var(--brand), 1);background-color:hsla(var(--white), 1);border-color:hsla(var(--white), 1)}.flatpickr-day.selected,.flatpickr-day.selected:hover{font-weight:600;color:hsla(var(--white), 1);background-color:hsla(var(--brand), 1);border-color:hsla(var(--brand), 1);border-radius:var(--border-radius)}.flatpickr-day.nextMonthDay,.flatpickr-day.prevMonthDay{color:hsla(var(--gray2), 1);background-color:hsla(var(--white), 1);border-color:hsla(var(--white), 1)}.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay:hover{color:hsla(var(--gray2), 1);background-color:hsla(var(--gray6), 1);border-color:hsla(var(--white), 1)}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:var(--border-radius) 0 0 var(--border-radius)}.flatpickr-day.inRange{color:hsla(var(--gray1), 1);background-color:hsla(var(--gray4), 1);border-color:hsla(var(--gray4), 1);border-radius:0;box-shadow:none}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 var(--border-radius) var(--border-radius) 0}.flatpickr-time .numInput{border:1px solid hsla(var(--gray3), 1);border-radius:0}.flatpickr-time .numInput.flatpickr-hour{font-weight:600;color:hsla(var(--brand), 1)}.flatpickr-time .numInput.flatpickr-minute{font-weight:600;color:hsla(var(--brand), 1)}.flatpickr-time .flatpickr-time-separator{color:hsla(var(--gray2), 1)}.flatpickr-time .flatpickr-am-pm{font-weight:400;color:hsla(var(--gray2), 1);text-transform:uppercase}.flatpickr-calendar{margin-top:2px;border:1px solid hsla(var(--gray3), 1) !important}.ns-datepicker__content{background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1) !important}.ns-datepicker__content:hover{border:1px solid hsla(var(--brand-dark), 1) !important}.ns-datepicker__content:focus{border:1px solid hsla(var(--brand-dark), 1) !important}.ns-datepicker__inner{line-height:inherit !important;background-color:rgba(0,0,0,0)}.ns-datepicker.is-disabled .ns-datepicker__content{border:1px solid hsla(var(--gray5), 1) !important}.ns-datepicker.is-disabled .ns-datepicker__inner{border:1px solid hsla(var(--gray5), 1) !important;box-shadow:none !important}.ns-datepicker.is-disabled .ns-datepicker__inner:hover{border:1px solid hsla(var(--gray5), 1) !important}.ns-datepicker__icon [class^=ns-icon-],.ns-datepicker__icon [class*=ns-icon-]{color:hsla(var(--gray2), 1);font-size:1.1rem;content:url(assets/7addebeef2cf8d0d9688.svg)}@media(min-width: 600px)and (max-width: 1024px){.ns-datepicker__icon [class^=ns-icon-],.ns-datepicker__icon [class*=ns-icon-]{font-size:1.146rem}}@media(min-width: 1024px){.ns-datepicker__icon [class^=ns-icon-],.ns-datepicker__icon [class*=ns-icon-]{font-size:1.146rem}}@media(min-width: 1440px){.ns-datepicker__icon [class^=ns-icon-],.ns-datepicker__icon [class*=ns-icon-]{font-size:1.146rem}}@media(min-width: 2561px){.ns-datepicker__icon [class^=ns-icon-],.ns-datepicker__icon [class*=ns-icon-]{font-size:1.146rem}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;appearance:none}.flatpickr-innerContainer .flatpickr-days .dayContainer{padding:0 1rem 1rem 1rem}.flatpickr-innerContainer .flatpickr-weekdays{height:auto;padding:1rem 1rem 10px 1rem !important;border:0}.flatpickr-day:hover{opacity:50%}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:hsla(var(--brand), 1) !important;border-color:hsla(var(--brand), 1) !important}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 hsla(var(--brand-lighter), 1),5px 0 0 hsla(var(--brand-lighter), 1) !important;box-shadow:-5px 0 0 hsla(var(--brand-lighter), 1),5px 0 0 hsla(var(--brand-lighter), 1) !important}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange{color:hsla(var(--black), 1);background:hsla(var(--brand-lighter), 1) !important;border-color:hsla(var(--brand-lighter), 1) !important}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:4px}.flatpickr-current-month .flatpickr-monthDropdown-months{font-size:1rem !important;font-weight:500 !important}.flatpickr-months .numInput.cur-year{font-size:1rem !important;font-weight:500 !important}span.flatpickr-weekday{font-weight:400 !important;color:hsla(var(--gray2), 1) !important}.flatpickr-day.flatpickr-disabled{color:hsla(var(--gray3), 1) !important}.flatpickr-day.flatpickr-disabled:hover{color:hsla(var(--gray3), 1) !important}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 hsla(var(--brand), 1) !important;box-shadow:-10px 0 0 hsla(var(--brand), 1) !important}.flatpickr-day:hover{color:hsla(var(--black), 1) !important;background-color:rgba(0,0,0,0) !important;border-color:hsla(var(--brand), 1) !important;border-radius:5px !important;opacity:100%}.flatpickr-day.selected:hover{color:hsla(var(--white), 1) !important}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:5px 0 0 5px !important}.flatpickr-day.selected.startRange:hover,.flatpickr-day.startRange.startRange:hover,.flatpickr-day.endRange.startRange:hover{color:hsla(var(--white), 1) !important}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 5px 5px 0 !important}.flatpickr-day.selected.endRange:hover,.flatpickr-day.startRange.endRange:hover,.flatpickr-day.endRange.endRange:hover{color:hsla(var(--white), 1) !important}.flatpickr-day.today{border-color:rgba(0,0,0,0) !important}.flatpickr-day.today:after{position:absolute;bottom:2px;left:50%;width:.3rem;height:.3rem;content:"";background:hsla(var(--brand), 1);border-radius:50%;transform:translateX(-50%);transform:translateX(-50%)}.flatpickr-day.today.selected:after{content:"";background:hsla(var(--white), 1)}.flatpickr-time .numInput{border:0 solid hsla(var(--brand), 1)}:root .ns-bubble{--bg-color: hsla(var(--black), 1);--text-color: hsla(var(--white), 1);--border-color: transparent}:root .ns-bubble.ns-bubble--dropdown .bubble{--bg-color: hsla(var(--brand), 1);--text-color: hsla(var(--gray2), 1);--border-color: hsla(var(--gray4), 1)}.ns-bubble,.ns-bubble--dropdown{display:inline-block}.ns-bubble .bubble,.ns-bubble--dropdown .bubble{position:fixed;z-index:20;display:none;width:auto;min-width:3rem;max-width:20rem;padding:.75rem 1rem;font-size:13.96px;color:var(--text-color);text-align:left;background-color:var(--bg-color);-webkit-filter:drop-shadow(0 4px 8px 0 hsla(var(--brand-dark), 1));filter:drop-shadow(0 4px 8px 0 hsla(var(--brand-dark), 1));border:var(--border);border-radius:.5rem}.ns-bubble .bubble:before,.ns-bubble--dropdown .bubble:before{position:absolute;width:0;height:0;content:"";border:.5rem solid rgba(0,0,0,0)}.ns-bubble .bubble.open,.ns-bubble .bubble.open:hover,.ns-bubble--dropdown .bubble.open,.ns-bubble--dropdown .bubble.open:hover{display:inline-block}.ns-bubble .bubble.no-break,.ns-bubble--dropdown .bubble.no-break{width:auto;max-width:none}.ns-bubble .trigger,.ns-bubble--dropdown .trigger{display:inline-flex;width:auto}.ns-bubble .trigger.on-hover:hover~.bubble,.ns-bubble .trigger.on-hover:hover~.bubble:before,.ns-bubble--dropdown .trigger.on-hover:hover~.bubble,.ns-bubble--dropdown .trigger.on-hover:hover~.bubble:before{display:inline-block}.ns-bubble--dropdown .bubble{z-index:20;width:15rem;min-width:3rem;max-width:20rem;padding:.75rem .75rem;text-align:left;border-radius:0;box-shadow:none}.ns-bubble--dropdown .bubble:before,.ns-bubble--dropdown .bubble:after{position:absolute;width:0;height:0;content:"";border:.5rem solid rgba(0,0,0,0)}.overlay:after{position:fixed;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;content:"";background-color:hsla(var(--black), 0.5)}.ns-bubble.no-triangle .bubble:after,.ns-bubble.no-triangle .bubble:before{display:none !important}.ns-bubble--option-list .bubble,.ns-bubble--option-list .ns-bubble--dropdown .bubble{width:auto;min-width:15rem;padding:0;border:0}.ns-bubble--option-list .ns-bubble__label{display:flex;flex-direction:row;width:100%;align-items:center;white-space:nowrap;cursor:pointer}.ns-bubble--option-list ul{list-style:none}.ns-bubble--option-list ul li{display:flex;flex-direction:row;width:100%;align-items:center;padding:.5rem 1rem;margin-left:0;line-height:1.5;color:var(--font-color);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.ns-bubble--option-list ul li{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-bubble--option-list ul li{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-bubble--option-list ul li{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-bubble--option-list ul li{font-size:0.872600349rem}}.ns-bubble--option-list ul li>a{display:flex;flex-direction:row;width:100%;align-items:center;color:inherit;text-decoration:none}.ns-bubble--option-list ul li>a:hover{color:inherit;text-decoration:none}.ns-bubble--option-list ul li i{margin-right:.5rem;font-size:20px;color:hsla(var(--gray3), 1)}.ns-bubble--option-list ul li:hover{color:hsla(var(--black), 1);cursor:pointer;background-color:hsla(var(--gray5), 1)}.ns-bubble--option-list ul li:hover i{color:hsla(var(--gray1), 1)}.ns-bubble:not([flow]) .bubble:before,.ns-bubble[flow^=top] .bubble:before{bottom:-0.9rem;left:50%;margin-top:-1px;border-top-color:hsla(var(--black), 1);border-bottom-width:0;-webkit-transform:translate(-50%, -0.5rem);transform:translate(-50%, -0.5rem)}.ns-bubble[flow^=bottom] .bubble:before{top:-0.9rem;left:50%;border-top-width:0;border-bottom-color:hsla(var(--black), 1);-webkit-transform:translate(-50%, 0.5rem);transform:translate(-50%, 0.5rem)}.ns-bubble[flow^=right] .bubble:before,.ns-bubble[flow^=right] .bubble:after{top:50%;left:-0.9rem;border-right-color:hsla(var(--black), 1);border-left-width:0;-webkit-transform:translate(0.5rem, -50%);transform:translate(0.5rem, -50%)}.ns-bubble[flow^=left] .bubble:before{top:50%;right:-0.9rem;border-right-width:0;border-left-color:hsla(var(--black), 1);-webkit-transform:translate(-0.5rem, -50%);transform:translate(-0.5rem, -50%)}.ns-bubble--dropdown:not([flow]) .bubble:before,.ns-bubble--dropdown[flow^=top] .bubble:before,.ns-bubble--dropdown:not([flow]) .bubble:after,.ns-bubble--dropdown[flow^=top] .bubble:after{bottom:-1rem;left:50%;margin-top:-1px;border-top-color:var(--bg-color);border-bottom-width:0;-webkit-transform:translate(-50%, -0.5rem);transform:translate(-50%, -0.5rem)}.ns-bubble--dropdown:not([flow]) .bubble:after,.ns-bubble--dropdown[flow^=top] .bubble:after{bottom:calc(-1rem + 1px);border-top-color:var(--bg-color)}.ns-bubble--dropdown[flow^=bottom] .bubble:before,.ns-bubble--dropdown[flow^=bottom] .bubble:after{top:-1rem;left:50%;border-top-width:0;border-bottom-color:var(--bg-color);-webkit-transform:translate(-50%, 0.5rem);transform:translate(-50%, 0.5rem)}.ns-bubble--dropdown[flow^=bottom] .bubble:after{top:calc(-1rem + 1px);border-bottom-color:var(--bg-color)}.ns-bubble--dropdown[flow^=right] .bubble:before,.ns-bubble--dropdown[flow^=right] .bubble:after{top:50%;left:-1rem;border-right-color:var(--bg-color);border-left-width:0;-webkit-transform:translate(0.5rem, -50%);transform:translate(0.5rem, -50%)}.ns-bubble--dropdown[flow^=right] .bubble:after{left:calc(-1rem + 1px);border-right-color:var(--bg-color)}.ns-bubble--dropdown[flow^=left] .bubble:before,.ns-bubble--dropdown[flow^=left] .bubble:after{top:50%;right:-1rem;border-right-width:0;border-left-color:var(--bg-color);-webkit-transform:translate(-0.5rem, -50%);transform:translate(-0.5rem, -50%)}.ns-bubble--dropdown[flow^=left] .bubble:after{right:calc(-1rem + 1px);border-left-color:var(--bg-color)}.ns-bubble .bubble.bottom:before,.ns-bubble[flow=top] .bubble.left:before,.ns-bubble[flow=top] .bubble.right:before{top:unset}.ns-bubble[flow=top] .bubble.left:before,.ns-bubble[flow=top] .bubble.right:before{bottom:-0.4rem}.ns-bubble[flow=right] .bubble.bottom:before,.ns-bubble[flow=right] .bubble.top:before{left:-0.4rem}.ns-bubble[flow=bottom] .bubble.left:before,.ns-bubble[flow=bottom] .bubble.right:before{top:-0.4rem}.ns-bubble[flow=left] .bubble.bottom:before,.ns-bubble[flow=left] .bubble.top:before{right:-0.4rem}.ns-bubble[flow=right] .bubble.top:before,.ns-bubble[flow=left] .bubble.top:before{top:0}.ns-bubble[flow=right] .bubble.bottom:before,.ns-bubble[flow=left] .bubble.bottom:before{bottom:0}.ns-bubble .bubble.right:before{right:0;left:unset}.ns-bubble .bubble.left:before{left:0}.ns-bubble .bubble.top:before,.ns-bubble .bubble.bottom:before,.ns-bubble .bubble.right:before,.ns-bubble .bubble.left:before{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.ns-bubble[flow=right] .bubble.bottom{border-bottom-left-radius:0}.ns-bubble[flow=right] .bubble.bottom:before{border-top-width:0.75rem;border-right:.5em solid var(--bg-color);border-bottom-width:0}.ns-bubble[flow=right] .bubble.top{border-top-left-radius:0}.ns-bubble[flow=right] .bubble.top:before{border-top:0.75rem solid var(--bg-color);border-right-width:0;border-left-width:0.5rem}.ns-bubble[flow=left] .bubble.bottom{border-bottom-right-radius:0}.ns-bubble[flow=left] .bubble.bottom:before{border-right-width:0.5rem;border-bottom:0.75rem solid var(--bg-color);border-left-width:0}.ns-bubble[flow=left] .bubble.top{border-top-right-radius:0}.ns-bubble[flow=left] .bubble.top:before{border-top-width:0;border-bottom-width:0.75rem;border-left:0.5rem solid var(--bg-color)}.ns-bubble[flow=bottom] .bubble.right{border-top-right-radius:0}.ns-bubble[flow=bottom] .bubble.right:before{border-top-width:0.5rem;border-right:0.75rem solid var(--bg-color);border-bottom-width:0}.ns-bubble[flow=bottom] .bubble.left{border-top-left-radius:0}.ns-bubble[flow=bottom] .bubble.left:before{border-right-width:0.75rem;border-bottom:0.5rem solid var(--bg-color);border-left-width:0}.ns-bubble[flow=top] .bubble.right{border-bottom-right-radius:0}.ns-bubble[flow=top] .bubble.right:before{border-top:0.75rem solid var(--bg-color);border-right-width:0;border-left-width:1rem}.ns-bubble[flow=top] .bubble.left{border-bottom-left-radius:0}.ns-bubble[flow=top] .bubble.left:before{border-top-width:0;border-bottom-width:0.75rem;border-left:1rem solid var(--bg-color)}.ns-bubble{z-index:30 !important;white-space:inherit !important;cursor:pointer}.ns-bubble span{text-transform:initial !important;white-space:normal !important}.ns-bubble ul{padding-left:.75rem}.ns-bubble.ns-bubble--dropdown{position:relative;background-color:hsla(var(--brand), 1) !important}.ns-bubble.ns-bubble--dropdown .bubble{position:absolute;top:120% !important;right:0;left:auto !important;width:max-content;padding-top:.25rem;padding-right:0;padding-bottom:.25rem;padding-left:0;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1);border-radius:.25rem}.ns-bubble.ns-bubble--dropdown .bubble ul{padding-left:0}.ns-bubble.ns-bubble--dropdown .bubble li{display:flex;justify-content:space-between;padding-right:.75rem;padding-left:.75rem;list-style:none}.ns-bubble.ns-bubble--dropdown .bubble li:hover{background-color:hsla(var(--brand-lighter), 1)}.ns-bubble.ns-bubble--dropdown .bubble [class^=ns-icon--],.ns-bubble.ns-bubble--dropdown .bubble [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1)}.ns-bubble.ns-bubble--dropdown .bubble span{color:hsla(var(--black), 1)}.ns-bubble.ns-bubble--dropdown.ns-button--secondary{background-color:hsla(var(--white), 1) !important;border:1px solid hsla(var(--gray3), 1)}.ns-bubble.ns-bubble--dropdown.ns-button--secondary:hover{background-color:hsla(var(--gray5), 1) !important}.ns-bubble.ns-bubble--dropdown:hover{background-color:hsla(var(--brand-dark), 1) !important}.ns-bubble.text-ellipsis .trigger{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bubble-lg li{display:flex;align-items:center;height:36px}.bubble-lg li:hover [class^=ns-icon--]{visibility:inherit}.bubble-lg [class^=ns-icon--]{visibility:hidden}.bubble-lg.xs li{height:1.5rem}.ns-bubble:not([flow]) .bubble:before,.ns-bubble[flow^=top] .bubble:before{width:20px !important;border-radius:30px !important}.ns-bubble[flow^=left] .bubble:before{height:18px !important;border-radius:30px !important}.bubble-w100{width:100%}.bubble-w100 .trigger{width:100%}:root .ns-button,.dg-btn{--padding-x: 1rem;--height: 2.25rem;--font-size: 14px;--radius: 0.25rem;--padding-x-xs: 0.75rem;--height-xs: 1.5rem;--font-size-xs: fs(s2);--padding-x-lg: 1.5rem;--height-lg: 3rem;--font-size-lg: 16px}.ns-button--primary{--bg-color: hsla(var(--brand), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--brand), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);box-shadow:0 1px 2px 0 hsla(var(--black), 0.5)}.ns-button--primary div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--primary.ns-button--disabled,.ns-button--primary.ns-button--disabled:hover,.ns-button--primary.ns-button--disabled:active,.ns-button--primary.ns-button--disabled:focus,.ns-button--primary:disabled{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--primary:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--primary:hover{--bg-color: hsla(var(--brand-dark), 1);--border-color: hsla(var(--brand-dark), 1);--font-color: hsla(var(--white), 1)}}@media screen and (min-width: 1024px){.ns-button--primary:active{--bg-color: hsla(var(--brand-dark), 1);--border-color: hsla(var(--brand-dark), 1);--font-color: hsla(var(--white), 1)}}.ns-button--primary:hover{box-shadow:0 1px 2px 0 hsla(var(--black), 0.5)}.ns-button--primary:active{box-shadow:0 0 0 3px hsla(var(--brand-light), 1)}.ns-button--primary.ns-button--disabled,.ns-button--primary:disabled{box-shadow:0 1px 2px hsla(var(--black), 0.1)}.ns-button--secondary{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--gray1), 1);--border-color: hsla(var(--gray4), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0)}.ns-button--secondary div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--secondary.ns-button--disabled,.ns-button--secondary.ns-button--disabled:hover,.ns-button--secondary.ns-button--disabled:active,.ns-button--secondary.ns-button--disabled:focus,.ns-button--secondary:disabled{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--secondary:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--secondary:hover{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray3), 1);--font-color: hsla(var(--gray1), 1)}}@media screen and (min-width: 1024px){.ns-button--secondary:active{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray3), 1);--font-color: hsla(var(--gray1), 1)}}.ns-button--secondary:hover{box-shadow:0 1px 2px 0 hsla(var(--black), 0.5)}.ns-button--secondary:active{box-shadow:0 0 0 3px hsla(var(--brand-light), 1)}.ns-button--secondary.ns-button--disabled,.ns-button--secondary:disabled{box-shadow:0 1px 2px hsla(var(--black), 0.1)}.ns-button--ghost{--bg-color: transparent;--font-color: hsla(var(--gray1), 1);--border-color: transparent;display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0)}.ns-button--ghost div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--ghost.ns-button--disabled,.ns-button--ghost.ns-button--disabled:hover,.ns-button--ghost.ns-button--disabled:active,.ns-button--ghost.ns-button--disabled:focus,.ns-button--ghost:disabled{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--ghost:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--ghost:hover{--bg-color: hsla(var(--gray5), 1);--border-color: transparent;--font-color: hsla(var(--gray1), 1)}}@media screen and (min-width: 1024px){.ns-button--ghost:active{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray5), 1);--font-color: hsla(var(--gray1), 1)}}.ns-button--ghost:active{box-shadow:0 0 0 3px hsla(var(--brand-light), 1)}.ns-button--ghost.ns-button--disabled,.ns-button--ghost:disabled{box-shadow:0 1px 2px hsla(var(--black), 0.1)}.ns-button--negative{--bg-color: hsla(var(--danger), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--danger), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);box-shadow:0 1px 2px 0 hsla(var(--danger), 0.1)}.ns-button--negative div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--negative.ns-button--disabled,.ns-button--negative.ns-button--disabled:hover,.ns-button--negative.ns-button--disabled:active,.ns-button--negative.ns-button--disabled:focus,.ns-button--negative:disabled{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--negative:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--negative:hover{--bg-color: hsla(var(--danger-light), 1);--border-color: hsla(var(--danger-light), 1);--font-color: hsla(var(--white), 1)}}@media screen and (min-width: 1024px){.ns-button--negative:active{--bg-color: hsla(var(--danger-dark), 1);--border-color: hsla(var(--danger-dark), 1);--font-color: hsla(var(--white), 1)}}.ns-button--negative:hover{box-shadow:0 1px 2px 0 hsla(var(--danger), 0.1)}.ns-button--negative:active{box-shadow:0 0 0 3px hsla(var(--danger-light), 1)}.ns-button--negative.ns-button--disabled,.ns-button--negative:disabled{box-shadow:0 1px 2px hsla(var(--black), 0.1)}.ns-button{width:100%;height:var(--height);padding:0 var(--padding-x);margin-bottom:.75rem;line-height:var(--height)}.ns-button--xs{width:100%;height:var(--height-xs);padding:0 var(--padding-x-xs);font-size:var(--font-size-xs);line-height:var(--height-xs)}.ns-button--lg{width:100%;height:var(--height-lg);padding:0 var(--padding-x-lg);font-size:var(--font-size-lg);line-height:var(--height-lg)}.ns-button i,a.ns-button i{font-size:1rem}.ns-button i~span,.ns-button span~i,a.ns-button i~span,a.ns-button span~i{margin-left:.375rem}a.ns-button:hover{color:var(--font-color)}@media screen and (min-width: 600px){.ns-button,.ns-button div,.ns-button--sm,.ns-button--lg{width:auto}.ns-button{margin-bottom:0}.ns-button+.ns-button{margin-left:.75rem}a.ns-button{display:inline-flex;width:auto;justify-content:center}}.ns-button{letter-spacing:0 !important}.ns-button [class^=ns-icon-]+span,.ns-button [class*=ns-icon-]+span,.ns-button span+[class^=ns-icon-],.ns-button span+[class*=ns-icon-]{margin-left:.5rem}.ns-button{display:inline-flex}.ns-button.ns-button--width{min-width:10rem}.ns-button.ns-button--only-icon{padding:.5rem}.ns-button,.ns-button:hover,.ns-button:active{box-shadow:none}.ns-button.ns-button--xs,.ns-button--primary.ns-button--xs,.ns-button--secondary.ns-button--xs{font-size:0.826446281rem;border-radius:.25rem}@media(min-width: 600px)and (max-width: 1024px){.ns-button.ns-button--xs,.ns-button--primary.ns-button--xs,.ns-button--secondary.ns-button--xs{font-size:0.7614313691rem}}@media(min-width: 1024px){.ns-button.ns-button--xs,.ns-button--primary.ns-button--xs,.ns-button--secondary.ns-button--xs{font-size:0.7614313691rem}}@media(min-width: 1440px){.ns-button.ns-button--xs,.ns-button--primary.ns-button--xs,.ns-button--secondary.ns-button--xs{font-size:0.7614313691rem}}@media(min-width: 2561px){.ns-button.ns-button--xs,.ns-button--primary.ns-button--xs,.ns-button--secondary.ns-button--xs{font-size:0.7614313691rem}}.ns-button.ns-button--xs [class^=ns-icon-],.ns-button.ns-button--xs [class*=ns-icon-],.ns-button--primary.ns-button--xs [class^=ns-icon-],.ns-button--primary.ns-button--xs [class*=ns-icon-],.ns-button--secondary.ns-button--xs [class^=ns-icon-],.ns-button--secondary.ns-button--xs [class*=ns-icon-]{width:1rem}.ns-button.ns-button--lg,.ns-button--primary.ns-button--lg,.ns-button--secondary.ns-button--lg{font-size:16px;border-radius:6px}.ns-button.ns-button--lg [class^=ns-icon-],.ns-button.ns-button--lg [class*=ns-icon-],.ns-button--primary.ns-button--lg [class^=ns-icon-],.ns-button--primary.ns-button--lg [class*=ns-icon-],.ns-button--secondary.ns-button--lg [class^=ns-icon-],.ns-button--secondary.ns-button--lg [class*=ns-icon-]{width:1rem}.ns-button--primary{--bg-color: hsla(var(--brand), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--brand), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);fill:hsla(var(--white), 1)}.ns-button--primary div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--primary.ns-button--disabled,.ns-button--primary.ns-button--disabled:hover,.ns-button--primary.ns-button--disabled:active,.ns-button--primary.ns-button--disabled:focus,.ns-button--primary:disabled{--bg-color: hsla(var(--gray4), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--primary:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--primary:hover{--bg-color: hsla(var(--brand-dark), 1);--border-color: hsla(var(--brand-dark), 1);--font-color: hsla(var(--white), 1)}}@media screen and (min-width: 1024px){.ns-button--primary:active{--bg-color: hsla(var(--brand-dark), 1);--border-color: hsla(var(--brand), 1);--font-color: hsla(var(--white), 1)}}.ns-button--primary.ns-button--disabled{fill:hsla(var(--gray2), 1)}.ns-button--primary.ns-button--disabled,.ns-button--primary:disabled{box-shadow:none !important}.ns-button--primary:focus{border-color:hsla(var(--brand), 1);box-shadow:0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-button--secondary{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--gray1), 1);--border-color: hsla(var(--gray3), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);fill:hsla(var(--gray1), 1)}.ns-button--secondary div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--secondary.ns-button--disabled,.ns-button--secondary.ns-button--disabled:hover,.ns-button--secondary.ns-button--disabled:active,.ns-button--secondary.ns-button--disabled:focus,.ns-button--secondary:disabled{--bg-color: hsla(var(--gray4), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--secondary:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--secondary:hover{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray3), 1);--font-color: hsla(var(--gray1), 1)}}@media screen and (min-width: 1024px){.ns-button--secondary:active{--bg-color: hsla(var(--brand-dark), 1);--border-color: hsla(var(--brand), 1);--font-color: hsla(var(--white), 1)}}.ns-button--secondary:active{fill:hsla(var(--white), 1)}.ns-button--secondary.ns-button--disabled{fill:hsla(var(--gray2), 1)}.ns-button--secondary:focus{border-color:hsla(var(--brand), 1);box-shadow:0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-button--ghost{--bg-color: hsla(var(--white), 0);--font-color: hsla(var(--gray1), 1);--border-color: hsla(var(--gray3), 0);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);fill:hsla(var(--gray1), 1)}.ns-button--ghost div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--ghost.ns-button--disabled,.ns-button--ghost.ns-button--disabled:hover,.ns-button--ghost.ns-button--disabled:active,.ns-button--ghost.ns-button--disabled:focus,.ns-button--ghost:disabled{--bg-color: hsla(var(--gray4), 0);--border-color: hsla(var(--gray4), 0);--font-color: hsla(var(--gray3), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--ghost:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--ghost:hover{--bg-color: hsla(var(--gray5), 0);--border-color: hsla(var(--gray3), 0);--font-color: hsla(var(--brand), 1)}}@media screen and (min-width: 1024px){.ns-button--ghost:active{--bg-color: hsla(var(--brand), 1);--border-color: hsla(var(--brand), 1);--font-color: hsla(var(--white), 1)}}.ns-button--ghost:hover{fill:hsla(var(--brand), 1)}.ns-button--ghost:active{fill:hsla(var(--white), 1)}.ns-button--ghost:focus{border-color:hsla(var(--brand), 1);box-shadow:0 0 0 4px hsla(var(--brand-secondary), 0.4)}.ns-button--ghost.link{font-weight:500;color:hsla(var(--brand), 1);fill:hsla(var(--brand), 1)}.ns-button--ghost.link:hover{color:hsla(var(--brand-dark), 1);fill:hsla(var(--brand-dark), 1)}.ns-button--ghost.ns-button--disabled{box-shadow:none}.ns-button--ghost.ns-button--disabled:hover{fill:hsla(var(--gray4), 1)}.ns-button--danger{--bg-color: hsla(var(--danger), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--danger), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);fill:hsla(var(--white), 1)}.ns-button--danger div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--danger.ns-button--disabled,.ns-button--danger.ns-button--disabled:hover,.ns-button--danger.ns-button--disabled:active,.ns-button--danger.ns-button--disabled:focus,.ns-button--danger:disabled{--bg-color: hsla(var(--gray4), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--danger:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--danger:hover{--bg-color: hsla(var(--danger-dark), 1);--border-color: hsla(var(--danger-dark), 1);--font-color: hsla(var(--white), 1)}}@media screen and (min-width: 1024px){.ns-button--danger:active{--bg-color: hsla(var(--danger-dark), 1);--border-color: hsla(var(--danger), 1);--font-color: hsla(var(--white), 1)}}.ns-button--danger:focus{background-color:hsla(var(--danger), 1);border:1px solid hsla(var(--gray1), 1)}.ns-button--secondary-danger{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--danger), 1);--border-color: hsla(var(--gray3), 1);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);fill:hsla(var(--danger), 1)}.ns-button--secondary-danger div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--secondary-danger.ns-button--disabled,.ns-button--secondary-danger.ns-button--disabled:hover,.ns-button--secondary-danger.ns-button--disabled:active,.ns-button--secondary-danger.ns-button--disabled:focus,.ns-button--secondary-danger:disabled{--bg-color: hsla(var(--gray4), 1);--border-color: hsla(var(--gray4), 1);--font-color: hsla(var(--gray2), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--secondary-danger:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--secondary-danger:hover{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--gray3), 1);--font-color: hsla(var(--danger), 1)}}@media screen and (min-width: 1024px){.ns-button--secondary-danger:active{--bg-color: hsla(var(--gray3), 1);--border-color: hsla(var(--gray3), 1);--font-color: hsla(var(--white), 1)}}.ns-button--secondary-danger:active{fill:hsla(var(--white), 1)}.ns-button--secondary-danger:focus{border:1px solid hsla(var(--gray1), 1)}.ns-button--ghost-danger{--bg-color: hsla(var(--white), 0);--font-color: hsla(var(--danger), 1);--border-color: hsla(var(--gray3), 0);display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:relative;display:inline-flex;align-items:center;width:auto;font-size:var(--font-size);color:var(--font-color);text-decoration:none;letter-spacing:.02rem;white-space:nowrap;cursor:pointer;background-image:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius);outline:0;transition:all .15s ease;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-focus-ring-color:rgba(0,0,0,0);fill:hsla(var(--danger), 1)}.ns-button--ghost-danger div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle}.ns-button--ghost-danger.ns-button--disabled,.ns-button--ghost-danger.ns-button--disabled:hover,.ns-button--ghost-danger.ns-button--disabled:active,.ns-button--ghost-danger.ns-button--disabled:focus,.ns-button--ghost-danger:disabled{--bg-color: hsla(var(--gray4), 0);--border-color: hsla(var(--gray4), 0);--font-color: hsla(var(--gray3), 1);cursor:not-allowed}@media screen and (min-width: 1024px){.ns-button--ghost-danger:hover{text-decoration:none}}@media screen and (min-width: 1024px)and (min-width: 600px){.ns-button--ghost-danger:hover{--bg-color: hsla(var(--gray5), 0);--border-color: hsla(var(--gray3), 0);--font-color: hsla(var(--danger-dark), 1)}}@media screen and (min-width: 1024px){.ns-button--ghost-danger:active{--bg-color: hsla(var(--gray5), 1);--border-color: hsla(var(--danger), 0);--font-color: hsla(var(--danger), 1)}}.ns-button--ghost-danger:hover{fill:hsla(var(--danger-dark), 1)}.ns-button--ghost-danger:focus{border:1px solid hsla(var(--gray1), 1)}.ns-button.button-100{width:100%}.ns-button+.ns-button{margin-left:.5rem}@media screen and (min-width: 600px){.ns-button.button-100{width:auto}}ul .bullet-list li{position:relative;margin-left:1.5rem}.column-message{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:3rem auto}.column-message img{max-width:350px;margin-bottom:1.5rem}.column-message h5{margin-bottom:.375rem;font-weight:normal;color:hsla(var(--brand), 1)}.column-message .s1{max-width:300px;color:hsla(var(--gray2), 1);text-align:center}:root .ns-layout{--bg-color: var(--background-color);--sidebar-bg-color: transparent;--sidebar-color: hsla(var(--white), 1);--header-bg-color: transparent;--header-color: hsla(var(--black), 1);--wrapper: 1400px}.ns-layout{position:relative;display:block;width:100%;min-height:var(--total-vh, 100vh)}.ns-layout .ns-menu-horizontal{background-color:inherit}.ns-layout__sidebar{z-index:30;width:200px;min-width:200px;min-height:calc(var(--total-vh, 100vh) - auto);padding:.75rem 0 .75rem;color:var(--sidebar-color);background-color:var(--sidebar-bg-color);box-shadow:0 2px 8px 0 hsla(var(--brand-dark), 0.04),0 1px 2px 0 hsla(var(--brand-dark), 0.1)}.ns-layout__header{display:flex;flex-direction:row;width:100%;height:auto;padding:.75rem 4%;color:var(--header-color);background-color:var(--header-bg-color)}.ns-layout__header .header-menu{display:flex;flex-direction:row;width:100%;align-items:center;height:auto;line-height:auto;background-color:var(--header-bg-color)}.ns-layout__header .header-menu .ns-menu__item:hover{background-color:hsla(var(--brand-dark), 0.6)}.ns-layout__container{display:flex;flex-direction:row;width:100%;background-color:var(--bg-color)}.ns-layout__sidebar .ns-menu.ns-menu-vertical{background-color:var(--sidebar-bg-color)}.ns-layout__sidebar .ns-menu.ns-menu-vertical .ns-menu__item{color:hsla(var(--white), 1)}.ns-layout__sidebar .ns-menu.ns-menu-vertical .ns-menu__item:hover a{width:100%;background-color:hsla(var(--brand-dark), 0.6);border-radius:4px}.ns-layout__content{width:100%}.ns-layout__content article{width:100%;max-width:var(--wrapper);padding:0 4% 2.25rem;margin:0 auto;transition:.25s ease-in-out}.ns-layout--sidebar-push-all{display:flex;flex-direction:row;width:100%}.ns-layout--sidebar-push-all .ns-layout__sidebar{position:fixed;min-width:200px;min-height:var(--total-vh, 100vh)}.ns-layout--sidebar-push-all .ns-layout--sidebar-show{padding-left:200px}.ns-layout--sidebar-push-all .ns-layout__container{flex-direction:column;flex-grow:1;min-height:var(--total-vh, 100vh)}.ns-layout--sidebar-push-all .ns-layout__content{width:auto}.ns-layout.right .ns-layout__sidebar{position:fixed;right:0}.ns-layout.right .ns-layout--sidebar-show{margin:0 200px 0 0}.ns-layout.right .ns-layout__header>div,.ns-layout.right .sidebar-plegate{flex-direction:row-reverse}.ns-layout.ns-layout--sidebar-transition .ns-layout__sidebar{padding:.75rem 0;margin-left:-200px;overflow:hidden}.ns-layout.ns-layout--sidebar-transition .ns-layout__sidebar,.ns-layout.ns-layout--sidebar-transition .ns-layout__container{transition:all .25s ease-in-out}.ns-layout.ns-layout--sidebar-transition.open.right .ns-layout__container,.ns-layout.ns-layout--sidebar-transition .ns-layout__container .ns-layout__container{padding-left:0}.ns-layout.ns-layout--sidebar-transition:not(.open).right .ns-layout__sidebar{margin-right:-200px}.ns-layout.ns-layout--sidebar-transition:not(.open).right .ns-layout__container{margin-right:0}.ns-layout.ns-layout--sidebar-transition:not(.ns-layout--sidebar-push-all).open .ns-layout__container{padding-left:0}.ns-layout.ns-layout--sidebar-transition.open .ns-layout__sidebar{width:200px;min-width:200px;margin-left:0}.ns-layout.ns-layout--sidebar-transition.open .ns-layout__container{padding-left:200px}.ns-layout.ns-layout--sidebar-transition.open .ns-layout__sidebar,.ns-layout.ns-layout--sidebar-transition.open .ns-layout__container{transition:all .25s ease-in-out}.ns-layout.open .sidebar-plegate{display:flex;flex-direction:row;width:100%;justify-content:flex-end}.ns-layout.open .sidebar-plegate ul{padding:0 1.5rem}.ns-layout.open.plegate .ns-layout__sidebar{width:3.5rem;min-width:3.5rem;padding:.75rem 0}.ns-layout.open.plegate .sidebar-plegate{justify-content:center}.ns-layout.open.plegate ul li span{display:none}.ns-layout.open.plegate.ns-layout--sidebar-push-all .ns-layout__container{padding-left:3.5rem}.ns-layout.open.plegate.right .ns-layout__container{padding-left:0;margin-right:3.5rem}.ns-layout__mask{position:absolute;top:auto;right:0;bottom:0;left:0;z-index:1;display:block;background-color:hsla(var(--black), 0.5)}.ns-layout.hover .ns-layout__mask{top:0;height:100%}.ns-layout.hover .ns-layout__sidebar{position:fixed;min-height:var(--total-vh, 100vh);max-height:var(--total-vh, 100vh);padding:.75rem 0 .75rem;overflow-y:auto}.ns-layout.hover .ns-layout__container{display:block;width:100%;max-width:100%}.ns-layout.hover .ns-layout__header{height:auto}.ns-layout.hover .ns-layout__header .ns-menu.ns-menu-horizontal{height:auto;line-height:auto}.ns-layout.hover .ns-layout__content article{padding:.75rem 3% .75rem}.ns-layout.hover.ns-layout--sidebar-transition .ns-layout--sidebar-show,.ns-layout.hover .ns-layout--sidebar-show{padding-left:0}.ns-layout.hover.right .ns-layout--sidebar-show{margin-right:0}.ns-layout.mobile.open{height:var(--total-vh, 100vh);overflow:hidden}.ns-layout.mobile .ns-layout__header{padding:.375rem 3%}.ns-layout.mobile.ns-layout--sidebar-transition .ns-layout__sidebar,.ns-layout.mobile .ns-layout__sidebar{width:80vw;min-width:80vw}.ns-layout.mobile.ns-layout--sidebar-transition:not(.open).right .ns-layout__sidebar{margin-right:-80vw}.ns-layout.mobile.ns-layout--sidebar-transition:not(.open) .ns-layout__sidebar{margin-left:-80vw}.ns-layout__sidebar{display:flex;flex-direction:column;padding:0 !important;background:linear-gradient(180deg, hsla(var(--brand), 1) 28.61%, hsla(var(--brand-secondary), 1) 118.09%)}.ns-layout__sidebar__toggle-button{width:1.5rem;cursor:pointer;fill:hsla(var(--white), 1)}.ns-layout__sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem .75rem 1rem 1rem}.ns-layout__sidebar__header__logo{max-width:130px}.ns-layout__sidebar__menu{flex-grow:1;margin-top:0}.ns-layout__sidebar__menu .ns-menu__item .ns-button,.ns-layout__sidebar__menu .ns-menu__item a{justify-content:flex-start;padding:.5rem .75rem .5rem 1rem;color:hsla(var(--white), 1);border-radius:0 !important}.ns-layout__sidebar__menu .ns-menu__item .ns-button span,.ns-layout__sidebar__menu .ns-menu__item a span{font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.ns-layout__sidebar__menu .ns-menu__item .ns-button span,.ns-layout__sidebar__menu .ns-menu__item a span{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-layout__sidebar__menu .ns-menu__item .ns-button span,.ns-layout__sidebar__menu .ns-menu__item a span{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-layout__sidebar__menu .ns-menu__item .ns-button span,.ns-layout__sidebar__menu .ns-menu__item a span{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-layout__sidebar__menu .ns-menu__item .ns-button span,.ns-layout__sidebar__menu .ns-menu__item a span{font-size:0.872600349rem}}.ns-layout__sidebar__menu .ns-menu__item .ns-button.router-link-exact-active,.ns-layout__sidebar__menu .ns-menu__item .ns-button.active,.ns-layout__sidebar__menu .ns-menu__item a.router-link-exact-active,.ns-layout__sidebar__menu .ns-menu__item a.active{font-weight:400 !important;color:hsla(var(--white), 1);background-color:hsla(var(--brand-dark), 1) !important}.ns-layout__sidebar__menu .ns-menu__item .ns-button.router-link-exact-active [class^=ns-icon--angle-right],.ns-layout__sidebar__menu .ns-menu__item .ns-button.router-link-exact-active [class*=" ns-icon--angle-right"],.ns-layout__sidebar__menu .ns-menu__item .ns-button.active [class^=ns-icon--angle-right],.ns-layout__sidebar__menu .ns-menu__item .ns-button.active [class*=" ns-icon--angle-right"],.ns-layout__sidebar__menu .ns-menu__item a.router-link-exact-active [class^=ns-icon--angle-right],.ns-layout__sidebar__menu .ns-menu__item a.router-link-exact-active [class*=" ns-icon--angle-right"],.ns-layout__sidebar__menu .ns-menu__item a.active [class^=ns-icon--angle-right],.ns-layout__sidebar__menu .ns-menu__item a.active [class*=" ns-icon--angle-right"]{opacity:1}.ns-layout__sidebar__menu .ns-menu__item .ns-button:focus,.ns-layout__sidebar__menu .ns-menu__item a:focus{box-shadow:none !important}.ns-layout__sidebar__footer{padding:0 .5rem}.ns-menu__item{position:relative;margin-bottom:.25rem}.ns-menu__item [class^=ns-icon--angle-right],.ns-menu__item [class*=" ns-icon--angle-right"]{width:1.3rem;opacity:0;fill:hsla(var(--brand-light), 1);transition:.1s}.ns-layout__header{flex-direction:column;max-width:var(--wrapper);margin:0 auto;margin-top:.75rem}.ns-layout__header .menu-trigger{width:1.5rem;margin-bottom:.5rem;cursor:pointer;fill:hsla(var(--gray1), 1)}@media screen and (min-width: 600px){.ns-layout__header .menu-trigger{margin-bottom:1rem}}.ns-layout__bot-bar{margin-top:0}.ns-layout__content{margin-top:.375rem}@media screen and (min-width: 600px){.ns-layout__content{margin-top:1.5rem}}.ns-layout__sidebar__footer{padding:0;margin:0}.sidebar-user-menu{bottom:3rem !important;left:calc(200px - 2.25rem) !important;width:200px !important;padding:.375rem 0}.sidebar-user-menu a [class^=ns-icon--angle-right],.sidebar-user-menu a [class*=ns-icon--angle-right]{margin-right:.5rem;fill:hsla(var(--gray2), 1)}.sidebar-user-menu a:hover{background-color:hsla(var(--brand-lighter), 1) !important}.sidebar-user-menu a:hover [class^=ns-icon--angle-right],.sidebar-user-menu a:hover [class*=" ns-icon--angle-right"]{fill:hsla(var(--brand), 1)}.sidebar-user-panel{padding:1rem !important;background-color:hsla(var(--brand), 1)}.sidebar-user-panel:hover{background-color:hsla(var(--brand-dark), 1)}.sidebar-user-panel__avatar{min-width:2.25rem}.sidebar-user-panel__info{display:grid}.sidebar-user-panel__name,.sidebar-user-panel__role{color:hsla(var(--white), 1) !important}.sidebar-user-panel__avatar [class^=ns-icon--]{fill:hsla(var(--white), 1)}.ns-layout.plegate .ns-menu__item a{justify-content:center}.ns-layout.plegate .sidebar-user-panel{padding:.5rem 0}.ns-layout.plegate .sidebar-user-panel__avatar{margin:0 auto}.ns-layout.plegate .sidebar-user-panel__info{display:none}.breadcrumb{display:flex;flex-wrap:wrap}.breadcrumb__icon{display:flex;align-items:center;justify-content:center;width:fit-content;height:1.5rem;padding:.25rem .5rem;margin-right:.5rem;background:hsla(var(--casefile), 0.25);border:1px solid hsla(var(--casefile), 1);border-radius:1.5rem;fill:hsla(var(--casefile), 1)}.breadcrumb__icon.breadcrumb__icon--warning{background:hsla(var(--dossier), 0.25);border:1px solid hsla(var(--dossier), 1);fill:hsla(var(--dossier), 1)}.breadcrumb__div{display:flex;color:hsla(var(--brand), 1);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.breadcrumb__div{font-size:0.872600349rem}}@media(min-width: 1024px){.breadcrumb__div{font-size:0.872600349rem}}@media(min-width: 1440px){.breadcrumb__div{font-size:0.872600349rem}}@media(min-width: 2561px){.breadcrumb__div{font-size:0.872600349rem}}.breadcrumb__separator{display:flex;padding:0 .5rem}.breadcrumb__separator [class^=ns-icon--],.breadcrumb__separator [class*=" ns-icon--"]{width:1.3rem;fill:hsla(var(--gray3), 1)}.breadcrumb a:not(.ns-button){color:hsla(var(--gray2), 1);text-decoration:auto}.breadcrumb a:not(.ns-button):hover{color:hsla(var(--gray1), 1)}.ns-layout.hover .ns-layout__header{padding:.375rem 3%}.notify,.notice{display:flex;align-items:flex-start;width:fit-content;height:fit-content;padding:.5rem .75rem;color:hsla(var(--black), 1);background-color:hsla(var(--gray5), 1);border-radius:4px;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.notify,.notice{font-size:0.872600349rem}}@media(min-width: 1024px){.notify,.notice{font-size:0.872600349rem}}@media(min-width: 1440px){.notify,.notice{font-size:0.872600349rem}}@media(min-width: 2561px){.notify,.notice{font-size:0.872600349rem}}.notify [class^=ns-icon--],.notify [class*=" ns-icon--"],.notice [class^=ns-icon--],.notice [class*=" ns-icon--"]{width:1rem !important;min-width:1rem !important;height:20px;margin-right:.5rem;fill:hsla(var(--gray1), 1)}.notify span,.notice span{line-height:20px;text-align:start}.notify__icon,.notice__icon{display:flex}.notify__text,.notice__text{display:flex;align-items:center;justify-content:center;min-height:20px}.notify.succcess,.notice.succcess{background-color:hsla(var(--success-light), 1)}.notify.succcess [class^=ns-icon--],.notify.succcess [class*=" ns-icon--"],.notice.succcess [class^=ns-icon--],.notice.succcess [class*=" ns-icon--"]{fill:hsla(var(--success-dark), 1)}.notify.warning,.notice.warning{background-color:hsla(var(--warning-light), 1)}.notify.warning [class^=ns-icon--],.notify.warning [class*=" ns-icon--"],.notice.warning [class^=ns-icon--],.notice.warning [class*=" ns-icon--"]{fill:hsla(var(--warning-dark), 1)}.notify.info,.notice.info{background-color:hsla(var(--info-light), 1)}.notify.info [class^=ns-icon--],.notify.info [class*=" ns-icon--"],.notice.info [class^=ns-icon--],.notice.info [class*=" ns-icon--"]{fill:hsla(var(--info-dark), 1)}.notify.info a,.notice.info a{color:hsla(var(--black), 1);text-decoration:underline;cursor:pointer}.notify.danger,.notice.danger{background-color:hsla(var(--danger-light), 1)}.notify.danger [class^=ns-icon--],.notify.danger [class*=" ns-icon--"],.notice.danger [class^=ns-icon--],.notice.danger [class*=" ns-icon--"]{fill:hsla(var(--danger-dark), 1)}.notify.notice--wow.warning,.notice.notice--wow.warning{border:1px solid hsla(var(--warning), 1)}.notify.notice--wow.succcess,.notice.notice--wow.succcess{border:1px solid hsla(var(--success), 1)}.notify.notice--wow [class^=ns-icon--],.notice.notice--wow [class^=ns-icon--]{width:28px !important;height:28px !important;margin-right:.75rem}.notify.notice--radio,.notice.notice--radio{background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray4), 1);border-radius:0}.notify.notice--radio.active,.notice.notice--radio.active{border:1px solid hsla(var(--brand-dark), 1)}.notify.notice--radio.active [class^=ns-icon--],.notify.notice--radio.active [class*=" ns-icon--"],.notice.notice--radio.active [class^=ns-icon--],.notice.notice--radio.active [class*=" ns-icon--"]{fill:hsla(var(--brand-dark), 1)}.notify.notice--radio [class^=ns-icon--],.notify.notice--radio [class*=" ns-icon--"],.notice.notice--radio [class^=ns-icon--],.notice.notice--radio [class*=" ns-icon--"]{width:24px !important;height:24px !important;fill:hsla(var(--gray2), 1)}.panel{width:100%;padding:.75rem .75rem;overflow:hidden;background:hsla(var(--white), 1);border:solid 1px hsla(var(--gray3), 1);border-radius:.5rem}.panel hr{width:100%;height:1px;background:hsla(var(--gray4), 1);border:0}.panel.panel--profile{padding:0;overflow:hidden}.panel.panel--profile .ns-tabs--vertical{overflow:hidden}.panel.panel--gray4{border:solid 1px hsla(var(--gray4), 1)}.panel.panel--shadow-info{border:solid 2px hsla(var(--info-light), 1);box-shadow:0 2px 5px 0 hsla(var(--info-light), 1)}.panel.panel--shadow-success{border:solid 2px hsla(var(--success-light), 1);box-shadow:0 2px 5px 0 hsla(var(--success-light), 1)}.panel.panel--brandlight{border:solid 1px hsla(var(--brand-light), 1)}.panel.panel--chart{background:#fff;border:1px solid hsla(var(--gray5), 1);border-radius:.375rem;box-shadow:0 10px 30px 0 rgba(226,236,249,.5)}@media screen and (min-width: 600px){.panel{padding:3rem 1rem}}.panel-info__box--casefile .panel-info__box{padding:.75rem;background:hsla(var(--casefile), 0.05);border:1px solid hsla(var(--casefile), 0.5);border-radius:.5rem}@media screen and (min-width: 600px){.panel-info__box--casefile .panel-info__box{padding:1.5rem}}.panel-info__box--dossier .panel-info__box{padding:1.5rem;background:hsla(var(--dossier), 0.05);border:1px solid hsla(var(--dossier), 0.5);border-radius:.5rem}.sidebar-user-panel{display:flex;align-items:center;padding:.5rem;cursor:pointer}.sidebar-user-panel__avatar{position:relative;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-right:.5rem;overflow:hidden;color:hsla(var(--white), 1);border:1px solid hsla(var(--white), 1);border-radius:50%}.sidebar-user-panel__avatar div,.sidebar-user-panel__avatar img{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:hsla(var(--brand), 1);border:2px solid hsla(var(--white), 1);border-radius:50%;object-fit:cover;object-position:center}.sidebar-user-panel__info{font-size:0.9090909091rem;color:hsla(var(--black), 1)}@media(min-width: 600px)and (max-width: 1024px){.sidebar-user-panel__info{font-size:0.872600349rem}}@media(min-width: 1024px){.sidebar-user-panel__info{font-size:0.872600349rem}}@media(min-width: 1440px){.sidebar-user-panel__info{font-size:0.872600349rem}}@media(min-width: 2561px){.sidebar-user-panel__info{font-size:0.872600349rem}}.sidebar-user-panel__name{width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-panel__role{font-size:0.826446281rem;color:hsla(var(--brand), 1)}@media(min-width: 600px)and (max-width: 1024px){.sidebar-user-panel__role{font-size:0.7614313691rem}}@media(min-width: 1024px){.sidebar-user-panel__role{font-size:0.7614313691rem}}@media(min-width: 1440px){.sidebar-user-panel__role{font-size:0.7614313691rem}}@media(min-width: 2561px){.sidebar-user-panel__role{font-size:0.7614313691rem}}.sidebar-user-menu{position:fixed;bottom:4.5rem;left:.75rem;z-index:30;width:15rem;min-width:3rem;max-width:20rem;text-align:left;list-style:none;background-color:hsla(var(--white), 1);filter:drop-shadow(0 4px 8px 0 hsla(var(--brand-dark), 1), 1);border:1px solid var(--border-color);border-radius:5px;box-shadow:0 16px 12px -5px hsla(var(--brand-dark), 0.04),0 4px 8px 0 hsla(var(--brand-dark), 0.1)}.sidebar-user-menu a{display:flex;gap:.3rem;align-items:center;padding:.5rem .75rem;color:hsla(var(--black), 1);text-decoration:none;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.sidebar-user-menu a{font-size:0.872600349rem}}@media(min-width: 1024px){.sidebar-user-menu a{font-size:0.872600349rem}}@media(min-width: 1440px){.sidebar-user-menu a{font-size:0.872600349rem}}@media(min-width: 2561px){.sidebar-user-menu a{font-size:0.872600349rem}}.sidebar-user-menu a:hover{color:hsla(var(--black), 1);text-decoration:none;background-color:hsla(var(--gray5), 1)}.sidebar-user-menu a i{margin-right:.375rem;color:hsla(var(--gray3), 1);font-size:1rem}@media(min-width: 600px)and (max-width: 1024px){.sidebar-user-menu a i{font-size:1rem}}@media(min-width: 1024px){.sidebar-user-menu a i{font-size:1rem}}@media(min-width: 1440px){.sidebar-user-menu a i{font-size:1rem}}@media(min-width: 2561px){.sidebar-user-menu a i{font-size:1rem}}.sidebar-user-menu li:first-of-type a{border-radius:5px 5px 0 0}.sidebar-user-menu li:last-of-type a{border-radius:0 0 5px 5px}:root .ns-sidepanel{--overlay: hsla(var(--black), 0.2);--background: hsla(var(--white), 1);--header-bg: hsla(var(--white), 1);--footer-bg: hsla(var(--white), 1);--shadow: -3px 0 10px 1px hsla(var(--black), 0.25)}.ns-sidepanel{--sidepanel-animation-name: none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:flex-end;width:100vw;height:100vh;pointer-events:none}.ns-sidepanel__overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:none;width:100vw;height:100vh;pointer-events:all;background-color:var(--overlay)}.ns-sidepanel__content{--content-animation-name: none;position:relative;display:flex;flex-direction:column;width:50vw;min-width:300px;max-width:500px;height:100vh;overflow:hidden;pointer-events:all;background-color:var(--background);border-left:none;box-shadow:var(--shadow)}.ns-sidepanel__header{display:flex;flex-direction:row;width:100%;align-items:center;position:relative;justify-content:space-between;padding:2.25rem 4.5rem 2.25rem 2.25rem;background-color:var(--header-bg);border-bottom:0 solid var(--border-color)}.ns-sidepanel__header:after{position:absolute;right:0;bottom:-0;left:-0.75rem;z-index:1;width:calc(100% - 0.75rem);height:.75rem;margin:0 auto;content:"";box-shadow:0 5px 12px 0 hsla(var(--white), 1)}.ns-sidepanel__header .close-btn{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;position:absolute;top:0;right:0;bottom:0;width:4.5rem;min-width:4.5rem;height:100%;margin:auto;cursor:pointer}.ns-sidepanel__body{flex-grow:1;max-height:100%;padding:1.5rem 2.25rem;overflow-y:auto}.ns-sidepanel__footer{position:relative;display:flex;justify-content:flex-end;justify-content:flex-end;padding:0 2.25rem 2.25rem 2.25rem;background-color:var(--footer-bg);border-top:0 solid var(--border-color)}.ns-sidepanel__footer:before{position:absolute;top:-0;right:0;left:-0.75rem;width:calc(100% - 0.75rem);height:.75rem;margin:0 auto;content:"";box-shadow:0 -10px 12px 0 hsla(var(--white), 1)}.ns-sidepanel--overlay-active{overflow:hidden}.ns-sidepanel.overlay .ns-sidepanel__overlay{display:block}.ns-sidepanel.overlay .ns-sidepanel__overlay~.ns-sidepanel__content{z-index:1}.ns-sidepanel.right{justify-content:flex-end}.ns-sidepanel.right .ns-sidepanel__content{border-radius:.25rem 0 0 .25rem}.ns-sidepanel.right .ns-sidepanel__content .ns-sidepanel__header{border-radius:.25rem 0 0 0}.ns-sidepanel.right .ns-sidepanel__content .ns-sidepanel__footer{border-radius:0 0 0 .25rem}.ns-sidepanel.center{justify-content:space-around;text-align:left}.ns-sidepanel.center .ns-sidepanel__content{width:80vw;max-width:800px;height:auto;max-height:80vh;overflow-x:hidden;border-radius:.25rem}.ns-sidepanel.center .ns-sidepanel__content .ns-sidepanel__header{border-radius:.25rem .25rem 0 0}.ns-sidepanel.center .ns-sidepanel__content .ns-sidepanel__body{width:calc(100% + 1rem)}.ns-sidepanel.center .ns-sidepanel__content .ns-sidepanel__footer{border-radius:0 0 .25rem .25rem}.ns-sidepanel.left{justify-content:flex-start}.ns-sidepanel.left .ns-sidepanel__content{border-radius:0 .25rem .25rem 0}.ns-sidepanel.left .ns-sidepanel__content .ns-sidepanel__header{border-radius:0 .25rem 0 0}.ns-sidepanel.left .ns-sidepanel__content .ns-sidepanel__footer{border-radius:0 0 .25rem 0}.ns-sidepanel.up{align-items:flex-start}.ns-sidepanel.up .ns-sidepanel__content{border-radius:0 0 .25rem .25rem}.ns-sidepanel.up .ns-sidepanel__content .ns-sidepanel__header{border-radius:0}.ns-sidepanel.up .ns-sidepanel__content .ns-sidepanel__footer{border-radius:0 0 .25rem .25rem}.ns-sidepanel.down{align-items:flex-end}.ns-sidepanel.down .ns-sidepanel__content{border-radius:.25rem .25rem 0 0}.ns-sidepanel.down .ns-sidepanel__content .ns-sidepanel__header{border-radius:.25rem .25rem 0 0}.ns-sidepanel.down .ns-sidepanel__content .ns-sidepanel__footer{border-radius:0}.ns-sidepanel__content{width:95%;max-width:546px !important}.ns-sidepanel__content .sidepanel__i{width:1.5rem}.ns-sidepanel__content .separador{height:.75rem;border-right:1px solid hsla(var(--gray3), 1)}.ns-sidepanel__content .boxsharing .boxcolor{gap:.5rem;pointer-events:none}.ns-sidepanel__content .boxsharing .ns-select,.ns-sidepanel__content .boxsharing .icon-danger{pointer-events:auto}.ns-sidepanel__content .boxsharing .boxcolor:hover{background:hsla(var(--gray5), 1);border-radius:.25rem}.ns-sidepanel__content .ns-sidepanel__header{padding:2.25rem 2.25rem 1rem 1rem}.ns-sidepanel__content .ns-sidepanel__header__title{display:flex;width:inherit;font-size:1.1rem}@media(min-width: 600px)and (max-width: 1024px){.ns-sidepanel__content .ns-sidepanel__header__title{font-size:1.146rem}}@media(min-width: 1024px){.ns-sidepanel__content .ns-sidepanel__header__title{font-size:1.146rem}}@media(min-width: 1440px){.ns-sidepanel__content .ns-sidepanel__header__title{font-size:1.146rem}}@media(min-width: 2561px){.ns-sidepanel__content .ns-sidepanel__header__title{font-size:1.146rem}}.ns-sidepanel__content .ns-sidepanel__header [class^=ns-icon--],.ns-sidepanel__content .ns-sidepanel__header [class*=" ns-icon--"]{width:22px}@media screen and (min-width: 1024px){.ns-sidepanel__content .ns-sidepanel__header{padding:2.25rem 1rem 1rem 2.25rem}}.ns-sidepanel__content .ns-sidepanel__body{width:100% !important;padding:1rem;color:hsla(var(--black), 1);font-size:1rem}@media(min-width: 600px)and (max-width: 1024px){.ns-sidepanel__content .ns-sidepanel__body{font-size:1rem}}@media(min-width: 1024px){.ns-sidepanel__content .ns-sidepanel__body{font-size:1rem}}@media(min-width: 1440px){.ns-sidepanel__content .ns-sidepanel__body{font-size:1rem}}@media(min-width: 2561px){.ns-sidepanel__content .ns-sidepanel__body{font-size:1rem}}.ns-sidepanel__content .ns-sidepanel__body ul{margin-top:1.5rem;margin-left:1.5rem}.ns-sidepanel__content .ns-sidepanel__body .options{margin-top:0;margin-left:0}.ns-sidepanel__content .ns-sidepanel__body .notice{width:100%}@media screen and (min-width: 1024px){.ns-sidepanel__content .ns-sidepanel__body{padding:1rem 2.25rem 1.5rem 2.25rem}}.ns-sidepanel__content .ns-sidepanel__footer{text-align:right}.ns-sidepanel__content .ns-sidepanel.center .ns-sidepanel__content .ns-sidepanel__body{width:100%}.ns-sidepanel--terms .ns-sidepanel__header{padding:1rem 1rem 1rem 1rem !important}.ns-sidepanel--terms .ns-sidepanel__body{width:calc(100% - .5rem) !important;padding:1rem 1rem 1rem 1rem}.ns-sidepanel--terms .ns-sidepanel__body::-webkit-scrollbar{width:8px;background-color:hsla(var(--white), 1)}.ns-sidepanel--terms .ns-sidepanel__body::-webkit-scrollbar-track{background-color:hsla(var(--white), 1)}.ns-sidepanel--terms .ns-sidepanel__body::-webkit-scrollbar-thumb{background-color:hsla(var(--gray3), 1);border-radius:1.5rem}.ns-sidepanel--terms .ns-sidepanel__body::-webkit-scrollbar-button{display:none}.ns-sidepanel--terms .ns-sidepanel__footer{padding:1rem 1rem 1rem 1rem}@media screen and (min-width: 600px){.ns-sidepanel--terms .ns-sidepanel__footer .ns-sidepanel__footer{padding:0 2.25rem 2.25rem 2.25rem !important}}.ns-sidepanel--terms .ns-sidepanel__content{max-width:900px !important}@media screen and (min-width: 1024px){.ns-sidepanel--terms .ns-sidepanel__header{padding:2.25rem 54px 1rem 2.25rem !important}.ns-sidepanel--terms .ns-sidepanel__body{width:calc(100% - 1rem) !important;padding:1rem 1.5rem 1.5rem 2.25rem !important}.ns-sidepanel--terms .ns-sidepanel__footer{padding:0 2.25rem 2.25rem 2.25rem !important}}.ns-sidepanel--evidence.ns-sidepanel--500 .ns-sidepanel__content{width:90% !important;max-width:90% !important}@media screen and (min-width: 600px){.ns-sidepanel--evidence.ns-sidepanel--500 .ns-sidepanel__content{width:500px !important;max-width:500px !important}}.ns-sidepanel--evidence .ns-sidepanel__header{padding:2.25rem 1.5rem .375rem 1.5rem;padding-top:52px !important}.ns-sidepanel--evidence .ns-sidepanel__header .close-btn{position:absolute;top:1rem;right:1rem;bottom:auto;display:flex;align-items:center;justify-content:center;width:fit-content !important;min-width:fit-content;height:fit-content}.ns-sidepanel--evidence .ns-sidepanel__header .close-btn [class^=ns-icon--],.ns-sidepanel--evidence .ns-sidepanel__header .close-btn [class*=" ns-icon--"]{width:1.5rem;fill:hsla(var(--gray1), 1)}.ns-sidepanel--evidence .ns-sidepanel__header .table-tag{margin-top:.75rem}.ns-sidepanel--evidence .ns-button--lg{padding-right:3rem;padding-left:3rem}.ns-sidepanel--evidence .ns-button--lg [class^=ns-icon-]{position:absolute;top:auto;right:1.5rem;width:1.5rem}.ns-sidepanel--evidence .ns-sidepanel__body{padding:1.5rem;padding-top:.375rem}.ns-sidepanel--evidence .ns-sidepanel__content{width:100% !important;max-width:100% !important;border-radius:0 !important}.ns-sidepanel--evidence .ns-sidepanel__content .table-tag [class^=ns-icon--],.ns-sidepanel--evidence .ns-sidepanel__content .table-tag [class*=" ns-icon--"]{margin-right:.25rem}.ns-sidepanel--evidence .ns-sidepanel__content .li{display:flex;padding:1rem;margin-bottom:.5rem;list-style:none;background-color:hsla(var(--brand-lighter), 1);border-radius:.5rem}.ns-sidepanel--evidence .ns-sidepanel__content .li [class^=ns-icon--],.ns-sidepanel--evidence .ns-sidepanel__content .li [class*=" ns-icon--"]{width:.75rem;margin-right:.5rem;fill:hsla(var(--brand), 1)}.ns-sidepanel--evidence .ns-sidepanel__content .li .image-product{max-width:200px}.ns-sidepanel--evidence .ns-sidepanel__content .li .helper-icon--btn{padding-left:.5rem}.ns-sidepanel--evidence .ns-sidepanel__content .li a{text-decoration:underline}@media screen and (min-width: 600px){.ns-sidepanel--evidence .ns-sidepanel__content{width:600px !important;max-width:600px !important}}.ns-sidepanel--evidence .ns-field__label label{color:hsla(var(--gray2), 1)}.ns-sidepanel--info .ns-sidepanel__header{z-index:9;background-color:rgba(0,0,0,0)}.ns-sidepanel--info .ns-sidepanel__header:after{bottom:4px}.ns-sidepanel--info .ns-sidepanel__header .close-btn{position:absolute;top:1rem;right:1rem;bottom:auto;display:flex;align-items:center;justify-content:center;width:fit-content !important;min-width:fit-content;height:fit-content}.ns-sidepanel--info .ns-sidepanel__header .close-btn [class^=ns-icon--],.ns-sidepanel--info .ns-sidepanel__header .close-btn [class*=" ns-icon--"]{width:1.5rem;fill:hsla(var(--gray1), 1)}.ns-sidepanel--info .ns-sidepanel__content{width:372px;border-radius:0 !important}.ns-sidepanel--info .ns-sidepanel__content p{margin-bottom:.75rem}.ns-sidepanel--info .ns-sidepanel__body{padding:0}.ns-sidepanel--info .ns-sidepanel__body .ns-accordion__header{padding:1rem;color:hsla(var(--gray1), 1)}.ns-sidepanel--info .ns-sidepanel__body .ns-accordion__header [class^=ns-icon--],.ns-sidepanel--info .ns-sidepanel__body .ns-accordion__header [class*=" ns-icon--"]{width:1rem;margin-right:.25rem;fill:hsla(var(--gray1), 1)}.ns-sidepanel--info .ns-accordion__body{padding:.75rem 2.25rem}.ns-sidepanel--info .ns-accordion__body ul{margin-left:0}.ns-sidepanel--info .ns-accordion__body li{display:flex;padding:.5rem;margin-bottom:.25rem;list-style:none;background-color:hsla(var(--brand-lighter), 1);border-radius:.5rem}.ns-sidepanel--info .ns-accordion__body li [class^=ns-icon--],.ns-sidepanel--info .ns-accordion__body li [class*=" ns-icon--"]{margin-right:.5rem;fill:hsla(var(--brand), 1)}.ns-sidepanel--info .ns-accordion__header .is-open{transform:rotate(90deg) !important}.ns-sidepanel--info .title--text .tag{display:flex;flex-direction:row;align-items:center;justify-content:center;width:31px;height:22px;padding:2px .5rem;background:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1);border-radius:1.5rem}.ns-sidepanel--info .title--text.active{font-weight:500;color:hsla(var(--black), 1)}.ns-sidepanel--info .title--text.active .tag{font-weight:400;background:hsla(var(--brand-light), 1);border:1px solid hsla(var(--brand), 1)}.ns-sidepanel--info.ns-sidepanel--dossier .ns-accordion__body{padding:.75rem 1.5rem !important}.ns-sidepanel--signature .ns-sidepanel__header{padding:2.25rem 2.25rem 0 2.25rem !important}.ns-sidepanel--signature .ns-sidepanel__header .close-btn{top:4rem;align-items:flex-start}.ns-sidepanel--signature .ns-sidepanel__header__title{display:flex;flex-direction:column}.ns-sidepanel--signature .ns-sidepanel__body{display:flex}.ns-sidepanel--signature .ns-sidepanel__m{display:flex;flex-direction:column;gap:1rem;padding:.75rem;overflow-y:auto;border:1px solid hsla(var(--gray3), 1);border-radius:.375rem}.ns-sidepanel--signature .ns-sidepanel__m .ns-sidepanel__ns-table{min-width:180px}.ns-sidepanel--signature .ns-sidepanel__m .ns-table{width:100%;overflow-x:hidden;overflow-y:auto}.ns-sidepanel--signature .ns-sidepanel__m .ns-table td{width:100%;max-width:270px}.ns-sidepanel--signature .ns-sidepanel__m .ns-table .td__name{display:flex;margin-right:.25rem}.ns-sidepanel--signature .ns-sidepanel__m .ns-table .icon-brand-dark{width:1.5rem}.ns-sidepanel--signature .ns-sidepanel__m .delete-signature{position:absolute;top:-10px;right:-10px;width:22px;padding:3px;background-color:hsla(var(--danger), 1);border-radius:.75rem;fill:hsla(var(--white), 1)}@media screen and (min-width: 1024px){.ns-sidepanel--signature .ns-sidepanel__m .ns-sidepanel__ns-table{min-width:240px}}@media screen and (min-width: 600px){.ns-sidepanel--signature .ns-sidepanel__m{flex-direction:row;overflow-y:hidden}.ns-sidepanel--signature .ns-sidepanel__m .pdf-preview{overflow-x:hidden;overflow-y:auto}}.ns-sidepanel--signature .list-signature{margin-top:.5rem !important;margin-left:0 !important}.ns-sidepanel--signature .list-signature li{display:flex;gap:8px;align-items:center;align-self:stretch;padding:8px;margin-bottom:.25rem;list-style:none;background:hsla(var(--brand-lighter), 1);border:1px solid hsla(var(--brand-lighter), 1);border-radius:6px}.ns-sidepanel--signature .list-signature li:hover{background-color:hsla(var(--brand-light), 0.4)}.ns-sidepanel--signature .list-signature li.active{font-weight:bold;border:1px solid hsla(var(--brand-light), 1)}.ns-sidepanel--signature .pdf-preview{background-color:hsla(var(--gray5), 1);border:1px solid hsla(var(--gray5), 1) !important;border-radius:.375rem}.ns-sidepanel--signature .ns-sidepanel__content{width:90vw !important;max-width:1200px !important;max-height:90vh !important}.ns-sidepanel--signature__div{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:.375rem;padding-right:.375rem;padding-bottom:1rem;padding-left:.375rem;user-select:none;background-color:#ecfffb;border:2px solid #2f7162;border-radius:.25rem}.ns-sidepanel--signature__div.gray{background:#f1f4f3;border:1px solid #acb9b6}.ns-sidepanel--signature__div.gray [class^=ns-icon--],.ns-sidepanel--signature__div.gray [class*=" ns-icon--"]{fill:hsla(var(--gray3), 1)}.ns-sidepanel--signature__icon{position:absolute;right:.375rem;bottom:.375rem}.ns-sidepanel--signature__icon [class^=ns-icon--],.ns-sidepanel--signature__icon [class*=" ns-icon--"]{width:17px;fill:hsla(var(--brand-dark), 1)}@keyframes right-in{from{opacity:0;transform:translate3d(50vw, 0, 0);transform:translate3d(50vw, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes right-out{from{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(50vw, 0, 0);transform:translate3d(50vw, 0, 0)}}@keyframes left-in{from{opacity:0;transform:translate3d(-50vw, 0, 0);transform:translate3d(-50vw, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes left-out{from{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(-50vw, 0, 0);transform:translate3d(-50vw, 0, 0)}}@keyframes up-in{from{opacity:0;transform:translate3d(0, -100vh, 0);transform:translate3d(0, -100vh, 0)}to{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes up-out{from{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(0, -100vh, 0);transform:translate3d(0, -100vh, 0)}}@keyframes down-in{from{opacity:0;transform:translate3d(0, 100vh, 0);transform:translate3d(0, 100vh, 0)}to{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes down-out{from{opacity:1;transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;transform:translate3d(0, 100vh, 0);transform:translate3d(0, 100vh, 0)}}@keyframes fade-in{from{opacity:0;transform:scale(0.85);transform:scale(0.85)}to{opacity:1;transform:scale(1);transform:scale(1)}}@keyframes fade-out{from{opacity:1;transform:scale(1);transform:scale(1)}to{opacity:0;transform:scale(0.85);transform:scale(0.85)}}@keyframes overlay-in{from{opacity:0}to{opacity:1}}@keyframes overlay-out{from{opacity:1}to{opacity:0}}.sidepanel-enter-active{animation:var(--sidepanel-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:var(--sidepanel-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.sidepanel-enter-active .ns-sidepanel__content{animation:var(--content-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:var(--content-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.sidepanel-leave-to{animation:var(--sidepanel-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:var(--sidepanel-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.sidepanel-leave-to .ns-sidepanel__content{animation:var(--content-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:var(--content-animation-name) .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.sidepanel-enter-active.overlay{--sidepanel-animation-name: overlay-in}.sidepanel-leave-to.overlay{--sidepanel-animation-name: overlay-out}.sidepanel-enter-active.center .ns-sidepanel__content{--content-animation-name: fade-in}.sidepanel-leave-to.center .ns-sidepanel__content{--content-animation-name: fade-out}.sidepanel-enter-active.up .ns-sidepanel__content{--content-animation-name: up-in}.sidepanel-leave-to.up .ns-sidepanel__content{--content-animation-name: up-out}.sidepanel-enter-active.down .ns-sidepanel__content{--content-animation-name: down-in}.sidepanel-leave-to.down .ns-sidepanel__content{--content-animation-name: down-out}.sidepanel-enter-active.left .ns-sidepanel__content{--content-animation-name: left-in}.sidepanel-leave-to.left .ns-sidepanel__content{--content-animation-name: left-out}.sidepanel-enter-active.right .ns-sidepanel__content{--content-animation-name: right-in}.sidepanel-leave-to.right .ns-sidepanel__content{--content-animation-name: right-out}.table-sidepanel{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;margin-bottom:1.5rem;background:#fff;border:1px solid hsla(var(--gray4), 1);border-radius:.25rem}.table-sidepanel__header{display:flex;align-items:flex-start;align-self:stretch;padding:.5rem 1.5rem;color:hsla(var(--gray1), 1);text-transform:uppercase;border-bottom:1px solid hsla(var(--gray4), 1)}.table-sidepanel__row{display:flex;gap:8px;align-items:center;align-self:stretch;padding:12px 24px;border-bottom:1px solid hsla(var(--gray4), 1)}.table-sidepanel__row:last-child{border-bottom:0 solid hsla(var(--gray4), 1)}.filters{padding:.75rem;background-color:hsla(var(--gray5), 1);border:1px solid hsla(var(--gray4), 1);border-radius:var(--border-radius)}@media screen and (min-width: 600px){.filters{padding:1.5rem}}.skeleton__box .line{width:100%;height:1.5rem;border-radius:1.5rem;animation:shine-lines 2s infinite ease-out;background-image:linear-gradient(90deg, #F4F4F4 0, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);background-size:600px}.skeleton__box .line--button{width:111px;height:2.25rem;margin-top:.75rem;border-radius:.5rem}.skeleton__box .line--th{height:117px;border-radius:1rem}.skeleton__box .line--image{height:144px}.skeleton__box .line.h12{height:.75rem}.skeleton__box .line.h40{height:40px}.skeleton__box .line.h19{height:19px}.skeleton__box--preview{width:600px}.skeleton__box--preview .line{border-radius:.5rem}.skeleton__box--preview .line.h160{height:160px}.skeleton__box--preview .line.h56{height:56px}.skeleton__table{width:100%;border-spacing:0;border-collapse:collapse;border-color:#ccc}.skeleton__table tr.line{border-radius:1.5rem}.skeleton__table tr td{width:16.6%;padding:0 .75rem 1rem .75rem}.skeleton__table tr td:last-child{padding:0 0 1rem .75rem}.skeleton__table tr td:first-child{padding:0 .75rem 1rem 0}@keyframes shine-lines{0%{background-position:-100px}40%,100%{background-position:140px}}:root .ns-table{--background-thead: hsla(var(--white), 1);--background-tbody: hsla(var(--white), 1);--border-content-color: hsla(var(--gray4), 1);--border-color: hsla(var(--gray4), 1);--hover-row: hsla(var(--gray5), 1);--background-stripe: hsla(var(--gray5), 1);--th-font-color: hsla(var(--gray2), 1);--th-ordered-color: hsla(var(--gray1), 1);--th-icon-color: hsla(var(--gray3), 1);--th-icon-color-active: hsla(var(--black), 1);--td-font-color: hsla(var(--black), 1);--td-icon-color: hsla(var(--gray2), 1);--td-icon-color-hover: hsla(var(--black), 1);--table-scroll-tbody-bg: var(--background-tbody);--table-scroll-thead-bg: hsla(var(--gray5), 1);--sticky-column-th-bg: var(--background-thead);--sticky-column-th-color: var(--th-font-color);--sticky-column-td-bg: var(--background-tbody);--sticky-column-td-color: var(--td-font-color);--sticky-column-td-hover-color: var(--hover-row);--sticky-column-shadow: hsla(var(--black), 0.1)}.ns-table{width:100%}.ns-table .ns-table__content{max-width:100%;overflow:auto;border:1px solid var(--border-content-color)}.ns-table .ns-table__content table{width:100%;max-width:100%;margin-bottom:0}.ns-table .ns-table__content thead{background-color:var(--background-thead)}.ns-table .ns-table__content thead th{padding:.75rem .75rem;font-size:.8726rem;font-weight:400;color:var(--th-font-color);white-space:nowrap;border:0;border-bottom:1px solid var(--border-content-color)}.ns-table .ns-table__content tbody{background-color:var(--background-tbody)}.ns-table .ns-table__content tbody td{padding:.75rem .75rem;font-size:13.96px;color:var(--td-font-color);border:0;border-top:1px solid var(--border-color)}.ns-table .ns-table__content .ns-icon--action{position:static;display:inline-block;width:1.5rem;min-width:1.5rem;max-width:1.5rem;cursor:pointer}.ns-table .ns-table__content .ns-icon--action i{font-size:var(--font-size)}.thead__th{display:flex;flex-direction:row;width:100%;align-items:center}.thead__th .th--title{display:inline-block;color:var(--th-font-color)}.thead__th .th--icons:not(:empty){display:flex;flex-direction:row;width:100%;margin-left:.3rem;cursor:pointer}.thead__th .th--icons:not(:empty) [class^=ns-icon-],.thead__th .th--icons:not(:empty) [class*=ns-icon-]{position:relative;width:1.5rem;height:1.5rem;font-size:1rem;line-height:1.5rem;color:var(--th-icon-color);text-align:center;border-radius:0}.thead__th .ns-icon-ordenate:before{content:""}.thead__th.order-asc .th--title{font-weight:600;color:var(--th-ordered-color)}.thead__th.order-asc .ns-icon-ordenate:before{color:var(--th-icon-color-active);content:""}.thead__th.order-desc .th--title{font-weight:600;color:var(--th-ordered-color)}.thead__th.order-desc .ns-icon-ordenate:before{color:var(--th-icon-color-active);content:""}.ns-table__no-data{width:calc(100% - 1px);padding:.75rem .75rem;text-align:center;background-color:var(--background-tbody);border:1px solid var(--border-color);border-top:none}.ns-table__no-data i{margin:0 10px}.ns-table__no-data-draggable{text-align:center}.ns-table th.ns-table__small-column,.ns-table td.ns-table__small-column{width:3rem;min-width:3rem;padding:0;text-align:center}.ns-table th.ns-table__number,.ns-table td.ns-table__number{padding-right:3rem;text-align:right}.ns-table td.td--ellipsis{position:relative}.ns-table td.td--ellipsis:before{visibility:hidden;content:"&nbsp;"}.ns-table td.td--ellipsis span{position:absolute;right:.75rem;left:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ns-table--pointer:not(.disable-hover) tbody tr:hover{cursor:pointer;background:var(--hover-row)}.ns-table--center table th,.ns-table--center table td{text-align:center}.ns-table--borderless table,.ns-table--borderless .ns-table__content,.ns-table--borderless .ns-table__no-data,.ns-table--borderless .ns-table__content tbody td{border:0}.ns-table--borderless thead{border-bottom:1px solid var(--border-color)}.ns-table--stripped tr:nth-child(odd){background-color:var(--background-stripe)}.table-scroll.ns-table .ns-table__content{max-height:15rem}.table-scroll.ns-table .ns-table__content th,.table-scroll.ns-table .ns-table__content td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-column table th,.sticky-column table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-column table th:first-child,.sticky-column table td:first-child{position:sticky;position:-webkit-sticky;left:0;z-index:1;width:13rem;min-width:13rem;max-width:13rem;background:linear-gradient(to right, var(--sticky-column-td-bg) 0%, var(--sticky-column-td-bg) 95%, var(--sticky-column-shadow) 95%, transparent 100%)}.sticky-column table th:first-child:after,.sticky-column table td:first-child:after{position:absolute;top:-1px;right:5%;bottom:-1px;display:block;width:1px;height:calc(100% + 2px);content:"";background-color:var(--border-color)}.sticky-column table th:first-child{background:linear-gradient(to right, var(--sticky-column-th-bg) 0%, var(--sticky-column-th-bg) 95%, var(--sticky-column-shadow) 95%, transparent 100%)}.sticky-column table tr:hover td:first-child{background:linear-gradient(to right, var(--sticky-column-td-hover-color) 0%, var(--sticky-column-td-hover-color) 95%, var(--sticky-column-shadow) 95%, transparent 100%)}.sticky-column-last table th,.sticky-column-last table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-column-last table th:last-child,.sticky-column-last table td:last-child{position:sticky;position:-webkit-sticky;right:-1px;z-index:1;background:linear-gradient(to left, var(--sticky-column-td-bg) 0%, var(--sticky-column-td-bg) 95%, rgba(0, 0, 0, 0.1) 95%, transparent 100%)}.sticky-column-last table th:last-child:after,.sticky-column-last table td:last-child:after{position:absolute;top:-1px;bottom:-1px;left:5%;display:block;width:1px;height:calc(100% + 2px);content:"";background-color:var(--border-color)}.sticky-column-last table th:last-child{background:linear-gradient(to left, var(--sticky-column-th-bg) 0%, var(--sticky-column-th-bg) 95%, rgba(0, 0, 0, 0.1) 95%, transparent 100%)}.sticky-column-last table tr:hover td:last-child{background:linear-gradient(to left, var(--sticky-column-td-hover-color) 0%, var(--sticky-column-td-hover-color) 95%, rgba(0, 0, 0, 0.1) 95%, transparent 100%)}.ns-table__pagination{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:flex-end;-ms-flex-wrap:none;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.ns-table__pagination .pagination-item{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;width:3rem;height:3rem;line-height:3rem;text-align:center;cursor:pointer}.ns-table__pagination .pagination-item i{font-size:1.5rem}.ns-table__pagination .pagination-disabled{color:hsla(var(--gray4), 1);cursor:not-allowed}.ns-table__pagination .pagination-disabled:hover{background-color:inherit}.ns-table__pagination .pagination-text,.ns-table__pagination .ns-select{height:3rem;line-height:3rem}.ns-table__pagination .pagination-text{padding-right:1.5rem;padding-left:1.5rem;white-space:nowrap}.ns-table__pagination .pagination-select{display:flex;flex-direction:row;width:100%;align-items:center}.ns-table__pagination .pagination-select select{width:5rem;color:var(--font-color);background:rgba(0,0,0,0);border:0;outline:0}@media screen and (min-width: 1024px){.ns-table__pagination .pagination-select select{margin-right:.75rem}}@media screen and (min-width: 1024px){.ns-table__pagination .pagination-select select{width:4rem}}:root .ns-pagination{--bg-color: transparent;--bg-color-hover: transparent;--bg-current: hsla(var(--brand), 1);--border-color: hsla(var(--gray3), 1);--radius: 5px;--font-color: hsla(var(--gray2), 1);--font-color-hover: hsla(var(--brand), 1);--font-color-current: hsla(var(--white), 1);--font-color-disabled: hsla(var(--gray4), 1);--height: 1.5rem;--padding-x: 0.5rem}.ns-pagination{display:inline-flex;flex-flow:row nowrap;margin-bottom:0;background-color:var(--bg-color)}.ns-pagination__item{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;height:var(--height);padding:0 var(--padding-x);margin-left:0;line-height:var(--height);color:var(--font-color);list-style-type:none;cursor:pointer;border-radius:var(--radius)}.ns-pagination__item:hover{color:var(--font-color-hover);background-color:var(--bg-color-hover)}.ns-pagination--border .ns-pagination__item{border:1px solid var(--border-color);border-radius:0}.ns-pagination--border .ns-pagination__item+.ns-pagination__item{border-left:0}.ns-pagination .ns-pagination__item--current{color:var(--font-color-current);background-color:var(--bg-current)}.ns-pagination .ns-pagination__item--current:hover{color:var(--font-color-current)}.ns-pagination__item.is-disabled{color:var(--font-color-disabled);cursor:not-allowed}.ns-pagination__item.is-disabled:hover{color:var(--font-color-disabled)}.ns-table .ns-table__content{max-width:100%;overflow:auto;border:1px solid var(--border-content-color);border-radius:var(--border-radius);box-shadow:var(--shadow-table)}.ns-table tr.isselected{background-color:hsla(var(--brand-lighter), 1)}.ns-table tr.isselected td:last-child{background:hsla(var(--brand-lighter), 1) !important}.ns-table tr.isselected:hover td:last-child{background:hsla(var(--gray5), 1) !important}.ns-table tr.isdisabled{background-color:hsla(var(--gray5), 1)}.ns-table tr.isdisabled td:last-child{background:hsla(var(--gray5), 1) !important}.ns-table th{text-align:left;text-transform:uppercase}.ns-table th .th--title{font-size:0.826446281rem;text-align:left}@media(min-width: 600px)and (max-width: 1024px){.ns-table th .th--title{font-size:0.7614313691rem}}@media(min-width: 1024px){.ns-table th .th--title{font-size:0.7614313691rem}}@media(min-width: 1440px){.ns-table th .th--title{font-size:0.7614313691rem}}@media(min-width: 2561px){.ns-table th .th--title{font-size:0.7614313691rem}}.ns-table th.th--center .th--title{width:100%;text-align:center !important}.ns-table td{vertical-align:middle}.ns-table.sticky-column-last table th:last-child:after,.ns-table.sticky-column-last table td:last-child:after{display:none}.ns-table.sticky-column-last tr th:last-child{background-color:hsla(var(--white), 1)}.ns-table.sticky-column-last th:last-child{background:hsla(var(--white), 1)}.ns-table.sticky-column-last tr td:last-child,.ns-table.sticky-column-last tr:hover td:last-child{min-width:80px;text-align:center}.ns-table.sticky-column-last tr td:last-child.no-sticky,.ns-table.sticky-column-last tr:hover td:last-child.no-sticky{background:hsla(var(--white), 1)}.ns-table .button-transp{height:auto;padding:0;background-color:rgba(0,0,0,0);border:0}.ns-table__icon{width:24px !important}.ns-table__icon.ns-icon--check-circle{fill:hsla(var(--success), 1)}.ns-table__icon.ns-icon--ico-times-circle{fill:hsla(var(--danger), 1)}.sticky-column-last td:last-child .ns-bubble [class^=ns-icon--],.sticky-column-last td:last-child .ns-bubble [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1)}.sticky-column-last td:last-child .ns-bubble .ns-icon--delete{fill:hsla(var(--danger), 1)}.sticky-column-last td:last-child .ns-bubble:hover [class^=ns-icon--],.sticky-column-last td:last-child .ns-bubble:hover [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1)}.sticky-column-last td:last-child .ns-bubble:hover .ns-icon--delete{fill:hsla(var(--danger-dark), 1)}.ns-table{scrollbar-width:thin;scrollbar-color:hsla(var(--gray4), 1) hsla(var(--gray5), 1)}.ns-table ::-webkit-scrollbar{width:8px;height:8px;background-color:hsla(var(--gray5), 1)}.ns-table ::-webkit-scrollbar-track{background-color:hsla(var(--gray5), 1);border-radius:8px}.ns-table ::-webkit-scrollbar-thumb{background-color:hsla(var(--gray4), 1);border-radius:8px}.ns-table ::-webkit-scrollbar-corner{background-color:hsla(var(--gray5), 1)}.ns-pagination__item{width:2.25rem;height:2.25rem}.ns-pagination .ns-pagination__item--current{background-color:var(--bg-current);fill:var(--font-color-current)}.ns-pagination .ns-pagination__item--current:hover{fill:var(--font-color-current)}.ns-pagination__item.is-disabled{cursor:not-allowed;fill:var(--font-color-disabled)}.ns-pagination__item.is-disabled:hover{fill:var(--font-color-disabled)}.pagination-select{flex-direction:column !important;align-items:flex-start !important}.pagination-select .box-pagination{position:relative;position:relative;width:213px !important;margin-right:.25rem !important;color:hsla(var(--gray1), 1);cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid hsla(var(--gray3), 1) !important;border-radius:4px;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.pagination-select .box-pagination{font-size:0.872600349rem}}@media(min-width: 1024px){.pagination-select .box-pagination{font-size:0.872600349rem}}@media(min-width: 1440px){.pagination-select .box-pagination{font-size:0.872600349rem}}@media(min-width: 2561px){.pagination-select .box-pagination{font-size:0.872600349rem}}.pagination-select .box-pagination [class^=ns-icon--],.pagination-select .box-pagination [class*=" ns-icon--"]{position:absolute;right:.75rem;height:100%;pointer-events:none;fill:hsla(var(--gray2), 1)}.pagination-select select{position:relative;width:213px !important;padding:.5rem .75rem;margin-right:0 !important;color:hsla(var(--gray1), 1);cursor:pointer;-webkit-appearance:none;appearance:none;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.pagination-select select{font-size:0.872600349rem}}@media(min-width: 1024px){.pagination-select select{font-size:0.872600349rem}}@media(min-width: 1440px){.pagination-select select{font-size:0.872600349rem}}@media(min-width: 2561px){.pagination-select select{font-size:0.872600349rem}}.pagination-select select:focus{outline:0}.pagination-select select::-ms-expand{display:none !important}.pagination-select .box-pagination{position:relative;display:inline-flex;width:auto;margin-bottom:.5rem}.pagination-select .box-pagination:after{position:absolute;top:0;right:15px;font-size:1rem;color:hsla(var(--gray1), 1);pointer-events:none}.pagination-select span{padding-right:.5rem;color:hsla(var(--gray2), 1);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.pagination-select span{font-size:0.872600349rem}}@media(min-width: 1024px){.pagination-select span{font-size:0.872600349rem}}@media(min-width: 1440px){.pagination-select span{font-size:0.872600349rem}}@media(min-width: 2561px){.pagination-select span{font-size:0.872600349rem}}@media screen and (min-width: 600px){.pagination-select{flex-direction:row !important;align-items:center !important}.pagination-select .box-pagination{margin-right:1.5rem !important;margin-bottom:0}}.th--icons{max-width:1rem;fill:hsla(var(--gray2), 1)}.td--text{display:block;max-width:300px;height:100%;padding-top:2px;padding-bottom:2px;overflow:hidden;line-height:100%;text-overflow:ellipsis;white-space:nowrap}.td--text-ellipsis{position:relative;max-width:100%}.td--text-ellipsis:after{display:inline-flex;width:0;visibility:hidden;content:"-"}.td--text-ellipsis span{position:absolute;top:.6rem;left:1.5rem;width:calc(100% - 1.5rem);min-width:0;max-width:100%;overflow-x:hidden;overflow-y:visible;text-overflow:ellipsis;white-space:nowrap}.ns-table__no-data{display:flex;align-items:center;justify-content:center;padding:4.5rem;padding-top:1.5rem;background-color:var(--background-tbody);border:0;border-radius:0 0 .25rem .25rem}.ns-table__no-data i{margin:0 10px}.ns-table__no-data img{margin-bottom:1.5rem}@media screen and (min-width: 1440px){.ns-table__no-data{padding:4.5rem}}.ns-table--pointer.sticky-column-last table tr:hover td:last-child{background:var(--hover-row) !important}.ns-table--pointer:not(.disable-hover) tbody tr:hover{cursor:auto}.no-sticky{position:inherit !important;text-align:left !important}@-moz-document url-prefix(){.ns-table.sticky-column-last .ns-table__content table{border-collapse:separate}.ns-table.sticky-column-last .ns-table__content table th{border-bottom:0 !important}}.responsive-table th{display:none}.responsive-table tr{border-bottom:1px solid hsla(var(--gray3), 1)}.responsive-table tr:nth-child(odd){background-color:hsla(var(--gray5), 1)}.responsive-table td{display:flex;justify-content:space-between}.responsive-table td:first-child{flex-direction:column}.responsive-table td:first-child:before{margin-bottom:.5rem}.responsive-table td:before{content:attr(data-th) "";text-transform:uppercase;color:var(--th-font-color);font-size:0.826446281rem;display:block;align-items:center;display:flex;padding-right:.25rem}@media(min-width: 600px)and (max-width: 1024px){.responsive-table td:before{font-size:0.7614313691rem}}@media(min-width: 1024px){.responsive-table td:before{font-size:0.7614313691rem}}@media(min-width: 1440px){.responsive-table td:before{font-size:0.7614313691rem}}@media(min-width: 2561px){.responsive-table td:before{font-size:0.7614313691rem}}@media screen and (min-width: 600px){.responsive-table td:before{display:none}}.responsive-table td .ns-button--secondary{margin-bottom:0}@media screen and (min-width: 600px){.responsive-table th,.responsive-table td{display:table-cell}.responsive-table tr{border-bottom:0px solid hsla(var(--gray3), 1)}.responsive-table tr:nth-child(odd){background-color:rgba(0,0,0,0)}}.table-tag{display:flex;align-items:center;justify-content:center;width:fit-content;height:26px;padding:.25rem .75rem;text-transform:uppercase;background:hsla(var(--gray5), 1);border:1px solid hsla(var(--gray3), 1);border-radius:1.5rem;font-size:0.826446281rem}@media(min-width: 600px)and (max-width: 1024px){.table-tag{font-size:0.7614313691rem}}@media(min-width: 1024px){.table-tag{font-size:0.7614313691rem}}@media(min-width: 1440px){.table-tag{font-size:0.7614313691rem}}@media(min-width: 2561px){.table-tag{font-size:0.7614313691rem}}.table-tag [class^=ns-icon--],.table-tag [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1)}.table-tag--success{background:hsla(var(--success-light), 1);border:1px solid hsla(var(--success), 1)}.table-tag--success [class^=ns-icon--],.table-tag--success [class*=" ns-icon--"]{fill:hsla(var(--success-dark), 1)}.table-tag--info{background:hsla(var(--info-light), 1);border:1px solid hsla(var(--info), 1)}.table-tag--info [class^=ns-icon--],.table-tag--info [class*=" ns-icon--"]{fill:hsla(var(--info-dark), 1)}.table-tag--yellow-light{background:hsla(var(--warning-light), 1);border:1px solid hsla(var(--warning), 1)}.table-tag--yellow-light [class^=ns-icon--],.table-tag--yellow-light [class*=" ns-icon--"]{fill:hsla(var(--warning-dark), 1)}.table-tag--close{color:hsla(var(--white), 1);background:hsla(var(--gray1), 1);border:1px solid hsla(var(--gray1), 1)}.table-tag--close [class^=ns-icon--],.table-tag--close [class*=" ns-icon--"]{fill:hsla(var(--white), 1) !important}.table-tag--error{background:hsla(var(--danger-light), 1);border:1px solid hsla(var(--danger), 1)}.table-tag--error [class^=ns-icon--],.table-tag--error [class*=" ns-icon--"]{fill:hsla(var(--danger-dark), 1)}.table-tag span{width:max-content}.table-tag .icon-tag{display:flex;align-items:center;justify-content:center;height:26px;padding-right:.5rem;padding-left:.5rem;margin-right:-1rem;margin-left:.375rem;border-radius:14px}.table-tag .icon-tag [class^=ns-icon--],.table-tag .icon-tag [class*=" ns-icon--"]{fill:hsla(var(--white), 1)}.table-tag.table-tag--error .icon-tag{background-color:hsla(var(--danger), 1)}.table-tag.table-tag--error .icon-tag:hover{background-color:hsla(var(--danger-dark), 1)}.table-tag.table-tag--success .icon-tag{background-color:hsla(var(--success), 1)}.table-tag.table-tag--success .icon-tag:hover{background-color:hsla(var(--success-dark), 1)}.table-tag.table-tag--disabled{color:hsla(var(--white), 1);background-color:hsla(var(--gray1), 1);border:1px solid hsla(var(--gray1), 1)}.table-tag.table-tag--disabled [class^=ns-icon--],.table-tag.table-tag--disabled [class*=" ns-icon--"]{fill:hsla(var(--white), 1)}:root .ns-tabs,:root .ns-tabs--bordered{--bg-color: hsla(var(--white), 1);--box-shadow: inset 0 0 1px 0 hsla(var(--black), 0.5);--font-color: var(--font-color);--border-color: hsla(var(--black), 1)}.ns-tabs,.ns-tabs--bordered{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;margin-bottom:0;background-color:var(--bg-color);box-shadow:var(--box-shadow)}.ns-tabs__item{width:100%;height:3rem;padding:0 1.5rem;margin-left:0;line-height:3rem;color:var(--font-color);text-align:center;white-space:nowrap;list-style-type:none;cursor:pointer}.ns-tabs__item:hover{--font-color: hsla(var(--brand), 1)}.ns-tabs__item.is-active{--font-color: hsla(var(--black), 1);position:relative;z-index:10;border-bottom:2px solid var(--border-color);transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.ns-tabs__item.is-active:hover{color:inherit;background-color:rgba(0,0,0,0)}.ns-tabs__item.disabled,.ns-tabs__item.disabled:hover{--bg-color: hsla(var(--gray5), 1);--color: hsla(var(--gray4), 1)}.ns-tabs--bordered .ns-tabs__item{border-bottom:2px solid var(--border-color)}.ns-tabs--bordered .ns-tabs__item.is-active{border:2px solid var(--border-color);border-bottom:0;border-radius:2px 2px 0 0}.ns-tabs--bordered .ns-tabs__item.is-active:hover{color:inherit;background-color:rgba(0,0,0,0)}.ns-tabs--bordered .ns-tabs__item.disabled,.ns-tabs--bordered .ns-tabs__item.disabled:hover{--bg-color: hsla(var(--gray5), 1);--color: hsla(var(--gray4), 1)}.ns-tabs--bordered .ns-tabs__item:hover{background-color:rgba(0,0,0,0)}.ns-tabs.ns-tabs--vertical{--border-color: hsla(var(--white), 1);display:block}.ns-tabs.ns-tabs--vertical .ns-tabs__item{height:auto;padding:1.5rem 1.5rem;line-height:inherit;text-align:left;white-space:normal;border-right:2px solid var(--border-color);border-bottom:0}.ns-tabs.ns-tabs--vertical .ns-tabs__item.is-active{--border-color: hsla(var(--black), 1);border-bottom:0}.profile__vertical{background-color:hsla(var(--gray5), 1)}.ns-tabs.ns-tabs--vertical{border-bottom:0}.ns-tabs.ns-tabs--vertical .profile-tab{padding:0;background-color:hsla(var(--gray5), 1);border-bottom:0 solid hsla(var(--gray5), 1)}.ns-tabs.ns-tabs--vertical .profile-tab__content{display:flex;align-items:flex-start;padding:1rem}.ns-tabs.ns-tabs--vertical .profile-tab__content [class^=ns-icon--],.ns-tabs.ns-tabs--vertical .profile-tab__content [class*=" ns-icon--"]{height:20px;fill:hsla(var(--gray1), 1)}.ns-tabs.ns-tabs--vertical .profile-tab__title .h6{color:hsla(var(--gray2), 1)}.ns-tabs.ns-tabs--vertical .profile-tab__subtitle{font-size:0.9090909091rem;color:hsla(var(--gray2), 1)}@media(min-width: 600px)and (max-width: 1024px){.ns-tabs.ns-tabs--vertical .profile-tab__subtitle{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-tabs.ns-tabs--vertical .profile-tab__subtitle{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-tabs.ns-tabs--vertical .profile-tab__subtitle{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-tabs.ns-tabs--vertical .profile-tab__subtitle{font-size:0.872600349rem}}.ns-tabs.ns-tabs--vertical .profile-tab.is-active{background-color:hsla(var(--white), 1);border-bottom:0 solid hsla(var(--gray5), 1) !important}.ns-tabs.ns-tabs--vertical .profile-tab.is-active [class^=ns-icon--],.ns-tabs.ns-tabs--vertical .profile-tab.is-active [class*=" ns-icon--"]{fill:hsla(var(--brand), 1)}.ns-tabs.ns-tabs--vertical .profile-tab.is-active .profile-tab__title .h6{color:hsla(var(--black), 1) !important}.ns-tabs.ns-tabs--vertical .profile-tab.is-active:hover{color:hsla(var(--brand), 1)}.ns-tabs.ns-tabs--vertical .profile-tab.is-active .ns-tabs__item__title{font-weight:bold;color:hsla(var(--brand), 1)}.ns-tabs.ns-tabs--vertical .profile-tab.is-active .ns-tabs__item__subtitle{color:hsla(var(--black), 1)}.ns-tabs.ns-tabs--vertical .profile-tab:hover .profile-tab__title h6{color:hsla(var(--black), 1)}.ns-tabs{justify-content:flex-start;margin-bottom:1.5rem;overflow-x:auto;overflow-y:hidden;font-weight:500;border-bottom:1px solid hsla(var(--gray4), 1);box-shadow:none}.ns-tabs__item{width:auto;font-weight:400;color:hsla(var(--black), 1);border-right:0 solid var(--border-color) !important}.ns-tabs__item .counter{background:hsla(var(--gray5), 1)}.ns-tabs__item.is-active{margin-bottom:-1px;font-weight:500}.ns-tabs__item.is-active .counter{background:hsla(var(--success-light), 1);border:1px solid hsla(var(--success), 1)}.ns-tabs__item:hover{color:hsla(var(--gray3), 1)}.ns-tabs__item:hover .counter{color:hsla(var(--black), 1)}:root .ns-notifications .ns-notifications__item{--bg-color: hsla(var(--gray3), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--gray3), 1);--icon-color: hsla(var(--white), 1)}.ns-notifications{position:fixed;top:6rem;right:5vw;z-index:80;width:90vw}.ns-notifications ul{padding-left:0;list-style:none}.ns-notifications ul>li+li{margin-top:.375rem}.ns-notifications__item{display:flex;flex-direction:row;width:100%;position:relative;padding:0;margin:0 0 .75rem;color:var(--font-color);background:hsla(var(--white), 1);border:1px solid var(--border-color);border-radius:3px}.ns-notifications__item .ns-notifications__item--close{position:absolute;top:0;right:0;display:none;color:hsla(var(--gray3), 1);cursor:pointer}.ns-notifications__item .ns-notifications__item--close i{font-weight:bold}.ns-notifications__item .ns-notifications__item--close:hover i{color:hsla(var(--black), 1)}.ns-notifications__item:last-of-type{margin-bottom:0}.ns-notifications__item.ns-notifications--close{padding:0 2.25rem 0 0}.ns-notifications__item--icon{margin-right:.75rem}.ns-notifications__item--text{flex-grow:1}.ns-notifications .ns-notifications__item.ns-notifications--info{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--info-dark), 1)}.ns-notifications .ns-notifications__item.ns-notifications--info .ns-notifications__item--close{--icon-color: hsla(var(--white), 1)}.ns-notifications .ns-notifications__item.ns-notifications--success{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--success-dark), 1)}.ns-notifications .ns-notifications__item.ns-notifications--success .ns-notifications__item--close{--icon-color: hsla(var(--white), 1)}.ns-notifications .ns-notifications__item.ns-notifications--warning{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--warning-dark), 1)}.ns-notifications .ns-notifications__item.ns-notifications--warning .ns-notifications__item--close{--icon-color: hsla(var(--white), 1)}.ns-notifications .ns-notifications__item.ns-notifications--danger{--bg-color: hsla(var(--white), 1);--font-color: hsla(var(--white), 1);--border-color: hsla(var(--danger-dark), 1)}.ns-notifications .ns-notifications__item.ns-notifications--danger .ns-notifications__item--close{--icon-color: hsla(var(--white), 1)}.ns-notifications--close .ns-notifications__item--close{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;width:2.25rem;height:2.25rem}.ns-notification-transition-enter-active,.ns-notification-transition-leave-active{transition:opacity .5s ease}.ns-notification-transition-enter-from,.ns-notification-transition-leave-to{opacity:0}@media screen and (min-width: 600px){.ns-notifications{right:1.5rem;width:400px}.ns-notifications__item{border-radius:var(--border-radius)}.ns-notification-transition-enter,.ns-notification-transition-leave-to{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%)}}@keyframes notification-in{0%{right:-100%;opacity:.25}100%{right:0;opacity:1}}.ns-notifications{top:1.5rem;right:0}.ns-notifications__item{padding:0;background-color:var(--border-color);border:0;border-radius:var(--border-radius) 0 0 var(--border-radius);animation:notification-in .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.ns-notifications__item .ns-notifications__item--icon{display:flex;flex-direction:row;width:100%;align-items:center;width:3rem;padding:.75rem;border-radius:var(--border-radius) 0 0 var(--border-radius)}.ns-notifications__item .ns-notifications__item--icon [class^=ns-icon--],.ns-notifications__item .ns-notifications__item--icon [class*=" ns-icon--"]{width:1.5rem;fill:hsla(var(--white), 1)}.ns-notifications__item .ns-notifications__item--text{display:flex;flex-direction:row;width:100%;align-items:center;padding:1rem 1.5rem 1rem .375rem}.ns-notifications__item .ns-notifications__item--close{display:flex;align-items:flex-start;height:100%;margin:1rem .5rem;fill:hsla(var(--white), 1)}.ns-notifications__item .ns-notifications__item--close [class^=ns-icon--],.ns-notifications__item .ns-notifications__item--close [class*=" ns-icon--"]{width:1.5rem}.ns-notifications--info .ns-notifications__item--icon{background-color:hsla(var(--info), 1)}.ns-notifications--success .ns-notifications__item--icon{background-color:hsla(var(--success), 1)}.ns-notifications--danger .ns-notifications__item--icon{background-color:hsla(var(--danger), 1)}.ns-notifications--warning .ns-notifications__item--icon{background-color:hsla(var(--warninr), 1)}.box-loading{position:fixed;display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;top:0;right:0;bottom:0;left:0;z-index:90;flex-direction:column;margin:0;background-color:rgba(255,255,255,.8)}.html-spinner{width:48px;height:48px;border:4px solid hsla(var(--gray4), 1);border-top:4px solid hsla(var(--brand), 1);border-radius:50%}.html-spinner.html-spinner--icon{width:1rem;height:1rem;border:0 solid hsla(var(--gray4), 1);border-top:0 solid hsla(var(--brand), 1);border-radius:0%}.html-spinner.html-spinner--icon-large{width:1.5rem;height:1.5rem;border:0 solid hsla(var(--gray4), 1);border-top:0 solid hsla(var(--brand), 1);border-radius:0%}.html-spinner{transition-duration:1.2s;transition-property:-webkit-transform;transition-property:-moz-transform;transition-property:transform;animation-name:rotate;animation-name:rotate;animation-name:rotate;animation-duration:1.2s;animation-duration:1.2s;animation-timing-function:linear;animation-timing-function:linear;animation-timing-function:linear;animation-iteration-count:infinite;animation-iteration-count:infinite;animation-iteration-count:infinite}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.counter{display:flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 .25rem;line-height:18px;background:hsla(var(--white), 1);border:1px solid hsla(var(--gray2), 1);border-radius:1.5rem}.counter--error,.counter.danger{background:hsla(var(--danger-light), 1);border:1px solid hsla(var(--danger), 1)}.counter--process{background:hsla(var(--warning-light), 1);border:1px solid hsla(var(--warning), 1)}.counter--completed{background:hsla(var(--success-light), 1);border:1px solid hsla(var(--success), 1)}.counter--group{width:32px;height:32px;background:hsla(var(--brand-lighter), 1);border:2px solid hsla(var(--brand-light), 1)}.counter--inactive{width:24px;height:24px;background:hsla(var(--gray5), 1);border:2px solid hsla(var(--gray4), 1)}.status-select{position:relative}.status-select .icon-toggle{transition:all .25s}.status-select .is-open .icon-toggle{transition:all .25s;transform:rotate(-180deg)}.status-select .table-tag{color:hsla(var(--white), 1);background-color:hsla(var(--gray1), 1);border:1px solid hsla(var(--gray1), 1)}.status-select .table-tag [class^=ns-icon--],.status-select .table-tag [class*=" ns-icon--"]{fill:hsla(var(--white), 1)}.status-select.selected .table-tag{color:hsla(var(--black), 1);background:hsla(var(--success-light), 1);border:1px solid hsla(var(--success), 1)}.status-select.selected .table-tag [class^=ns-icon--],.status-select.selected .table-tag [class*=" ns-icon--"]{fill:hsla(var(--success), 1) !important}.status-select__show{position:absolute;top:32px;z-index:100;max-width:300px;padding:.5rem;background-color:hsla(var(--white), 1);border-radius:.5rem;box-shadow:0 3px 10px rgba(172,185,182,.4)}.status-select__show [class^=ns-icon--],.status-select__show [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1)}.status-select .status-select__overlay{position:fixed;top:0;right:0;z-index:99;width:100vw;height:100vh}.status-select .status-select__option{padding:.75rem;cursor:pointer}.status-select .status-select__option .status-select__radio{display:flex;align-items:center;justify-content:center;width:1rem;min-width:1rem;height:1rem;background:hsla(var(--white), 1);border:1px solid #acb9b6;border-radius:1.5rem}.status-select .status-select__option .status-select__radio [class^=ns-icon--],.status-select .status-select__option .status-select__radio [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1) !important}.status-select .status-select__option.selected{background-color:hsla(var(--brand-lighter), 1)}.status-select .status-select__option.selected [class^=ns-icon--],.status-select .status-select__option.selected [class*=" ns-icon--"]{fill:hsla(var(--brand), 1)}.status-select .status-select__option.selected .status-select__center{width:10px;min-width:10px;height:10px;background:hsla(var(--brand), 1);border-radius:1.5rem}.status-select.status-select--revised .table-tag{color:hsla(var(--black), 1);background-color:hsla(var(--gray5), 1);border:1px solid hsla(var(--gray3), 1)}.status-select.status-select--revised .table-tag [class^=ns-icon--],.status-select.status-select--revised .table-tag [class*=" ns-icon--"]{fill:hsla(var(--gray3), 1)}.status-select.status-select--revised .table-tag .ns-icon--angle-down{fill:hsla(var(--black), 1)}.status-select.status-select--revised.selected .table-tag{background-color:hsla(var(--brand-lighter), 1);border:1px solid hsla(var(--success), 1)}.status-select.status-select--revised.selected [class^=ns-icon--],.status-select.status-select--revised.selected [class*=" ns-icon--"]{fill:hsla(var(--success), 1) !important}.status-select.status-select--revised.selected .ns-icon--angle-down{fill:hsla(var(--black), 1) !important}.input-edit .input-append{display:flex;align-items:center}.input-edit [class^=ns-icon--],.input-edit [class*=" ns-icon--"]{fill:hsla(var(--gray1), 1)}.input-edit .text-danger{fill:hsla(var(--danger), 1)}.input-edit .is-disabled .input-append{background-color:hsla(var(--gray5), 1)}.input-edit .bubble{padding:.5rem .75rem !important;margin-top:.4rem;line-height:initial}.input-edit .trigger{height:100% !important}.ql-toolbar{border-radius:.25rem .25rem 0 0}.ql-snow.ql-toolbar button{width:1rem;height:1rem;padding:2px;margin:0;margin-right:1rem}.ql-snow.ql-toolbar button.ql-active{color:hsla(var(--brand), 1);background-color:hsla(var(--brand-lighter), 1)}.ql-snow.ql-toolbar button.ql-active .ql-stroke{stroke:hsla(var(--brand), 1)}.ql-snow.ql-toolbar button .ql-stroke{stroke:hsla(var(--black), 1)}.ql-editor{min-height:200px;font-size:1rem}.ql-editor ul{padding-left:0;font-size:1rem}.ql-editor--small .ql-container{min-height:120px}.ql-editor--small .ql-editor{min-height:120px;max-height:250px}.ql-container{min-height:200px;font-family:"Work Sans",sans-serif;border-radius:0 0 .25rem .25rem}.preview.preview--public{min-height:100vh;background-color:hsla(var(--gray5), 1)}.preview__header{padding-top:1rem;padding-bottom:1rem;background:linear-gradient(90deg, hsla(var(--brand), 1) 1.02%, hsla(var(--brand-secondary), 1) 100%)}.preview__logo{width:100%;max-width:1400px;padding:0 4% 2.25rem;padding-bottom:0;margin:0 auto}.preview__logo img{min-width:135px;max-width:188px}.preview__notAvailable{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:395px;text-align:center}.preview__notAvailable [class^=ns-icon--],.preview__notAvailable [class*=" ns-icon--"]{width:1.5rem;fill:hsla(var(--gray2), 1)}.preview .ns-layout__content article{max-width:1400px}.preview-type{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:fit-content;width:58px;min-width:58px;height:48px;overflow:hidden;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray2), 1);border-radius:.25rem}.preview-type.img-hover{transition:transform .2s}.preview-type.img-hover:hover{transform:scale(1.4)}.preview-type__img,.preview-type__icon{display:flex;justify-content:center;width:100%;height:100%;overflow:hidden}.preview-type [class^=ns-icon--],.preview-type [class*=" ns-icon--"]{fill:hsla(var(--gray2), 1)}.preview-type img{width:100%;object-fit:cover;object-position:center}.preview-type .s3{position:absolute;bottom:-1px;left:-1px;height:15px;padding-right:.25rem;padding-left:.25rem;line-height:15px;color:hsla(var(--white), 1);border-radius:0 .25rem}.preview-type.preview-photo-type{background-color:#d5f6ed;border:1px solid #06cc98;box-shadow:0 0 0 2px rgba(6,204,152,.25)}.preview-type.preview-photo-type [class^=ns-icon--],.preview-type.preview-photo-type [class*=" ns-icon--"]{fill:#06cc98}.preview-type.preview-photo-type .s3{background-color:#06cc98}.preview-type.preview-video-type{background-color:#f9d2da;border:1px solid #e85d77;box-shadow:0 0 0 2px rgba(232,93,119,.25)}.preview-type.preview-video-type [class^=ns-icon--],.preview-type.preview-video-type [class*=ns-icon--]{fill:#e85d77}.preview-type.preview-video-type .s3{background-color:#e85d77}.preview-type.preview-file-type{background-color:#ecedf9;border:1px solid #7982d2;box-shadow:0 0 0 2px rgba(121,130,210,.25)}.preview-type.preview-file-type [class^=ns-icon--],.preview-type.preview-file-type [class*=" ns-icon--"]{fill:#7982d2}.preview-type.preview-file-type .s3{background-color:#7982d2}.accordion-preview{position:relative}.accordion-preview .skeleton__box{position:absolute;z-index:9999;width:100%;height:144px}.accordion-preview .skeleton__box .line--image{background-color:hsla(var(--white), 1);border-radius:8px !important}.accordion-preview__image{position:relative;margin-bottom:1.5rem;overflow:hidden;border-radius:.5rem}.accordion-preview__image img{width:100%;min-height:83px;max-height:144px;transition:max-height 1s ease-out;object-fit:cover;object-position:center}.accordion-preview__image.opened img{height:auto;max-height:1000px;transition:max-height 1s ease-in}.accordion-preview__info{bottom:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem;color:hsla(var(--white), 1);background-color:hsla(var(--black), 1)}.accordion-preview__info--unvailable{border-radius:.5rem}.accordion-preview .preview-type{flex-direction:row;height:32px;padding:.5rem;border:0;transition:none !important}.accordion-preview .preview-type:hover{transform:none}.accordion-preview .preview-type.preview-photo-type{background-color:#06cc98}.accordion-preview .preview-type.preview-video-type{background-color:#e85d77}.accordion-preview .preview-type.preview-file-type{background-color:#7982d2}.accordion-preview .preview-type [class^=ns-icon--],.accordion-preview .preview-type [class*=ns-icon--]{margin-right:.25rem;fill:hsla(var(--white), 1)}.accordion-basic{box-shadow:none}.accordion-basic .ns-accordion__header{padding:0 !important;color:hsla(var(--brand), 1)}.accordion-basic .ns-accordion__header b{font-weight:500;text-decoration:underline}.accordion-basic .ns-accordion__header [class^=ns-icon--]{padding:1px;margin-left:.75rem;background-color:hsla(var(--brand), 1);border-radius:.25rem;fill:hsla(var(--white), 1)}.accordion-basic .ns-accordion__body{padding:0}.accordion-basic__body{border-radius:.25rem}.accordion-basic__body ul{padding-top:.75rem;padding-left:1rem}.ns-accordion--separation .ns-accordion__body>div{margin-top:1.5rem}:root .ns-progress{--height: 0.75rem;--font-color: hsla(var(--gray2), 1);--bar-bg: hsla(var(--gray4), 1);--bar-primary: hsla(var(--brand), 1);--bar-success: hsla(var(--success), 1);--bar-danger: hsla(var(--danger), 1);--bar-warning: hsla(var(--warning), 1);--bar-info: hsla(var(--info), 1)}.ns-progress{position:relative}.ns-progress .ns-progress__text{display:inline-block;color:hsla(var(--gray3), 1)}.ns-progress .ns-progress__text i{display:block}.ns-progress .ns-progress-circle{display:inline-block}.ns-progress--circle{display:inline-block}.ns-progress--circle .ns-progress__text{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;vertical-align:middle;position:absolute;top:0;right:0;bottom:0;left:0;width:100px;height:100px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.ns-progress--without-text .ns-progress__text{display:none}.ns-progress--without-text .ns-progress-bar{display:block;padding-right:0;margin-right:0}.ns-progress--text-inside .ns-progress-bar{padding-right:0;margin-right:0}.ns-progress.is-success .ns-progress-bar__inner{background-color:var(--bar-success)}.ns-progress.is-success .ns-progress__text{color:var(--bar-success)}.ns-progress.is-success .ns-progress-circle__path{stroke:var(--bar-success)}.ns-progress.is-danger .ns-progress-bar__inner{background-color:var(--bar-danger)}.ns-progress.is-danger .ns-progress__text{color:var(--bar-danger)}.ns-progress.is-danger .ns-progress-circle__path{stroke:var(--bar-danger)}.ns-progress.is-warning .ns-progress-bar__inner{background-color:var(--bar-warning)}.ns-progress.is-warning .ns-progress__text{color:var(--bar-warning)}.ns-progress.is-warning .ns-progress-circle__path{stroke:var(--bar-warning)}.ns-progress.is-info .ns-progress-bar__inner{background-color:var(--bar-info)}.ns-progress.is-info .ns-progress__text{color:var(--bar-info)}.ns-progress.is-info .ns-progress-circle__path{stroke:var(--bar-info)}.ns-progress-bar{display:inline-block;width:100%;padding-right:50px;margin-right:-55px;vertical-align:middle}.ns-progress-bar .ns-progress-bar__outer{position:relative;height:var(--height);overflow:hidden;vertical-align:middle;background-color:var(--bar-bg);border-radius:100px}.ns-progress-bar .ns-progress-bar__inner{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:flex-end;height:100%;background-color:var(--bar-primary);border-radius:100px;-webkit-transition:.25s;transition:.25s}.ns-progress-bar .inner-text{margin:0 .5rem;color:hsla(var(--white), 1);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.ns-progress-bar .inner-text{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-progress-bar .inner-text{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-progress-bar .inner-text{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-progress-bar .inner-text{font-size:0.872600349rem}}.ns-progress-circle .ns-progress-circle__path{stroke:var(--bar-primary)}.ns-progress-circle .ns-progress-circle__track{stroke:var(--bar-bg)}.ns-progress .ns-progress-bar__outer{height:var(--height) !important}.ns-progress .ns-progress-bar__outer .ns-progress-bar__inner{border-radius:100px 0 0 100px}.ns-progress.bg-infinity .ns-progress-bar__outer{background-color:hsla(var(--brand-secondary), 0.2);border:1px solid hsla(var(--brand-secondary), 1)}.store{border-top:1px solid hsla(var(--gray5), 1);border-bottom:1px solid hsla(var(--gray5), 1)}.store .store-links{align-items:center;justify-content:center;vertical-align:middle;display:flex;flex-direction:column;margin-top:1.5rem;text-align:center;border-radius:.375rem}.store .store-links__item{height:2.25rem;margin:.375rem;line-height:2.25rem;cursor:pointer}.store .store-links__image{height:29px}.store .store-links__text{font-size:0.9090909091rem;max-width:380px;margin:0 auto}@media(min-width: 600px)and (max-width: 1024px){.store .store-links__text{font-size:0.872600349rem}}@media(min-width: 1024px){.store .store-links__text{font-size:0.872600349rem}}@media(min-width: 1440px){.store .store-links__text{font-size:0.872600349rem}}@media(min-width: 2561px){.store .store-links__text{font-size:0.872600349rem}}.registration-link{border-radius:.5rem}.registration-link__image{height:25px}.registration-link__item{height:25px;margin:2px;line-height:2.25rem;cursor:pointer}.uploads-panel{position:fixed;right:1.5rem;bottom:0;z-index:999;max-width:403px;overflow:hidden;background-color:hsla(var(--white), 1);border-radius:.25rem .25rem .25rem .25rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.uploads-panel>.ns-accordion__header{justify-content:space-between;font-weight:500;color:hsla(var(--black), 1);background-color:hsla(var(--gray5), 1) !important}.uploads-panel>.ns-accordion__header [class^=ns-icon--],.uploads-panel>.ns-accordion__header [class*=" ns-icon--"]{width:1.5rem !important;height:1.5rem !important}.uploads-panel>.ns-accordion__header .ns-icon--angle-right{transform:rotate(270deg) !important}.uploads-panel>.ns-accordion__header .ns-icon--angle-right.is-open{transform:rotate(90deg) !important}.uploads-panel .ns-accordion{border-bottom:1px solid hsla(var(--gray5), 1);box-shadow:none}.uploads-panel .ns-accordion__header{justify-content:space-between;font-weight:500;color:hsla(var(--black), 1);background-color:hsla(var(--white), 1)}.uploads-panel .ns-accordion__header [class^=ns-icon--],.uploads-panel .ns-accordion__header [class*=" ns-icon--"]{width:18px;height:18px}.uploads-panel .ns-accordion__header .open .s1{font-weight:500 !important;color:hsla(var(--black), 1) !important}.uploads-panel .ns-accordion__header .open .ns-icon--angle-right{fill:hsla(var(--black), 1) !important}.uploads-panel .ns-accordion__header .ns-icon--angle-right{transform:rotate(0deg)}.uploads-panel .ns-accordion__header .ns-icon--angle-right.is-open{color:hsla(var(--gray1), 1);transform:rotate(90deg)}.uploads-panel .ns-accordion__header .uploads-panel__actions:hover{cursor:pointer;background-color:hsla(var(--gray4), 1);border-radius:1rem}.uploads-panel .ns-accordion__body{padding:0}.uploads-panel .ns-accordion__body .notice{border-radius:0}.uploads-panel .uploads-panel__scroll{max-height:370px;overflow:auto}.uploads-panel .uploads-panel__icon{padding:2px;border-radius:.25rem}.uploads-panel .uploads-panel__row:hover{cursor:pointer;background-color:hsla(var(--gray5), 1)}.uploads-panel .uploads-panel__row .uploads-panel__actions{width:1.5rem !important;height:1.5rem}.uploads-panel .uploads-panel__row .uploads-panel__actions:hover{cursor:pointer;background-color:hsla(var(--gray4), 1);border-radius:1rem}.uploads-panel .uploads-panel__row .uploads-panel__actions [class^=ns-icon--],.uploads-panel .uploads-panel__row .uploads-panel__actions [class*=" ns-icon--"]{width:1rem;height:1rem}.uploads-panel .uploads-panel__row .uploads-panel__actions .ns-icon--upload{width:14px !important;height:14px !important}.uploads-panel .ns-progress-circle{width:1.5rem !important;height:1.5rem !important}.uploads-panel .ns-progress-circle .ns-progress__text{display:none}.icon-status{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:1.5rem}.icon-status [class^=ns-icon--],.icon-status [class*=" ns-icon--"]{width:1.5rem}.icon-status.icon-status--succes{background-color:hsla(var(--success-light), 1)}.icon-status.icon-status--succes [class^=ns-icon--],.icon-status.icon-status--succes [class*=" ns-icon--"]{fill:hsla(var(--success), 1)}.icon-status.icon-status--error{padding:3px;padding-bottom:5px;background-color:hsla(var(--danger-light), 1)}.icon-status.icon-status--error [class^=ns-icon--],.icon-status.icon-status--error [class*=" ns-icon--"]{fill:hsla(var(--danger), 1)}.card{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray4), 1);border-radius:.5rem;box-shadow:0 4px 15px 0 rgba(157,169,189,.15)}.card__header{display:flex;align-items:center;align-self:stretch;padding:.25rem .5rem;background:var(--Brand-colors-brand-lighter, #ECFFFB);border-radius:.5rem .5rem 0 0}.card__content{display:flex;flex-direction:row;align-items:center;align-self:stretch;justify-content:space-between;padding:12px 8px;border-radius:0 0 .5rem .5rem}.card__icon{display:flex;align-items:center;justify-content:center;width:2.25rem;min-width:2.25rem;height:2.25rem;background-color:hsla(var(--brand-lighter), 1);border-radius:1.5rem}.card__icon svg{width:1.5rem}.card.error{border:1px solid hsla(var(--danger-light), 1)}.card.error .card__header{background:hsla(var(--danger-light), 1)}.card.error .card__icon{background-color:hsla(var(--danger-light), 1);fill:hsla(var(--danger), 1)}.card.pending{opacity:.5}.card.card--inactive{border:1px solid hsla(var(--gray4), 1)}.card.card--inactive .card__header{background:hsla(var(--gray5), 1)}.card.card--inactive .card__icon{background-color:hsla(var(--gray5), 1);fill:hsla(var(--danger), 1)}.auth-layout{display:flex;align-items:stretch;width:100vw;height:var(--total-vh, 100vh);overflow:hidden}.auth-layout__panel{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-width:0;height:100%;min-height:100vh;padding:1.5rem 0;margin:0;overflow:auto;overflow-y:auto;background-color:hsla(var(--main-background), 1);box-shadow:none}@media screen and (min-width: 600px){.auth-layout__panel{min-width:500px}}@media screen and (min-width: 1024px){.auth-layout__panel{align-items:stretch;justify-content:space-between;min-width:500px;padding:2.25rem 4.5rem 1.5rem}}@media screen and (min-width: 1440px){.auth-layout__panel{padding:2.25rem 4.5rem 1.5rem}}.auth-layout__form{max-width:available;max-width:fill-available;margin:2.25rem 1.5rem}@media screen and (min-width: 600px){.auth-layout__form{width:100%;max-width:500px;margin:0 auto}}@media screen and (min-width: 1024px){.auth-layout__form{max-width:400px;padding:0}}@media screen and (min-width: 1440px){.auth-layout__form{max-width:500px;padding:0}}.auth-layout__logo-bottom{text-align:center}.auth-layout__logo-bottom img{height:3rem}.auth-layout__logo-bottom{text-align:center}.auth-layout__logo-bottom img{height:3rem}.auth-layout__image{display:none;background:linear-gradient(90deg, hsla(var(--brand), 1), hsla(var(--brand), 1) 89%, hsla(var(--white), 1) 89%, hsla(var(--white), 1) 100%);background-color:hsla(var(--brand), 1)}@media screen and (min-width: 1024px){.auth-layout__image{display:flex;flex-direction:column;flex-grow:1;align-items:flex-start;justify-content:space-around;width:100%}}.msg-block{max-width:500px;margin:0 auto}@media screen and (min-width: 1024px){.msg-block{max-width:316px}}@media screen and (min-width: 1440px){.msg-block{max-width:500px}}.invitation .table-tag{text-transform:initial;background-color:hsla(var(--white), 1)}.invitation .table-tag.table-tag--success{background-color:hsla(var(--success-light), 1)}.profile__menu{padding-right:0;padding-left:0;border-right:1px solid hsla(var(--gray5), 1)}.profile__avatar{display:flex;align-items:center;justify-content:space-between}.profile__avatar .inputfile--img-file{border-radius:60px}.profile__avatar .inputfile--img-file img{position:absolute;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.profile__avatar .s1{max-width:230px}.profile__avatar .inputfile__buttons .inputfile--button-delete{width:1.5rem;height:1.5rem;padding:0;border-radius:.75rem !important}.profile__accordion{padding:1rem;border-top:1px solid hsla(var(--gray5), 1);box-shadow:none}.profile__accordion .ns-accordion__header{padding:0}.profile__accordion .ns-accordion__body{padding:1rem;padding-bottom:0}.profile__accordion .ns-accordion__header .icon-gray1.is-open{transform:rotate(180deg)}.profile__accordion .ns-accordion__header .icon-gray1{transform:rotate(90deg)}.profile__box .ns-accordion:last-child{border-bottom:1px solid hsla(var(--gray5), 1)}.profile__avatar-user-initials{display:flex;align-items:center;justify-content:center;width:120px;height:120px;font-weight:bold;border-radius:60px;font-size:1.4641rem}@media(min-width: 600px)and (max-width: 1024px){.profile__avatar-user-initials{font-size:1.7247989159rem}}@media(min-width: 1024px){.profile__avatar-user-initials{font-size:1.7247989159rem}}@media(min-width: 1440px){.profile__avatar-user-initials{font-size:1.7247989159rem}}@media(min-width: 2561px){.profile__avatar-user-initials{font-size:1.7247989159rem}}.profile__panel-form{padding:1.5rem}.profile__avatar-img{width:220px}.profile__subpanel{padding:1.5rem;border:1px solid hsla(var(--gray4), 1);border-radius:.5rem}.profile__subpanel .profile__line{border-bottom:1px solid hsla(var(--gray5), 1)}.skeleton__subpanel{padding:1.5rem;background-color:hsla(var(--gray5), 1);border-radius:.375rem}.skeleton__subpanel .line{width:100%;height:1.5rem;border-radius:1.5rem;animation:shine-lines 2s infinite ease-out;background-image:linear-gradient(90deg, white 0, hsla(var(--gray5), 1) 40px, white 90px);background-size:600px}.skeleton__subpanel .line.h12{height:.75rem}.layout-error__content{width:90%;margin:6rem auto}.layout-error__content__img{max-width:775px;margin-bottom:1.5rem}.layout-error__content__title{color:hsla(var(--black), 1);font-size:1.61051rem}@media(min-width: 600px)and (max-width: 1024px){.layout-error__content__title{font-size:1.9766195576rem}}@media(min-width: 1024px){.layout-error__content__title{font-size:1.9766195576rem}}@media(min-width: 1440px){.layout-error__content__title{font-size:1.9766195576rem}}@media(min-width: 2561px){.layout-error__content__title{font-size:1.9766195576rem}}.layout-error__content__text{margin:1rem auto;color:hsla(var(--black), 1)}.legal-terms .s1{font-size:0.826446281rem !important}@media(min-width: 600px)and (max-width: 1024px){.legal-terms .s1{font-size:0.7614313691rem !important}}@media(min-width: 1024px){.legal-terms .s1{font-size:0.7614313691rem !important}}@media(min-width: 1440px){.legal-terms .s1{font-size:0.7614313691rem !important}}@media(min-width: 2561px){.legal-terms .s1{font-size:0.7614313691rem !important}}.legal-terms .error{margin-bottom:5px;border:1px solid hsla(var(--danger), 1);border-radius:.5rem}@media screen and (min-width: 1024px){.legal-terms .s1{font-size:0.9090909091rem !important}}@media screen and (min-width: 1024px)and (min-width: 600px)and (max-width: 1024px){.legal-terms .s1{font-size:0.872600349rem !important}}@media screen and (min-width: 1024px)and (min-width: 1024px){.legal-terms .s1{font-size:0.872600349rem !important}}@media screen and (min-width: 1024px)and (min-width: 1440px){.legal-terms .s1{font-size:0.872600349rem !important}}@media screen and (min-width: 1024px)and (min-width: 2561px){.legal-terms .s1{font-size:0.872600349rem !important}}.register-file .ns-table .input-inner{min-width:313px}.register-file .ns-table .td--textmin{max-width:122px !important}.public-layout{min-height:100%}.public-layout__header{padding-top:1.5rem;padding-bottom:1.5rem;background:linear-gradient(90deg, hsla(var(--brand), 1) 1.02%, hsla(var(--brand-secondary), 1) 100%)}.public-layout__logo{width:100%;max-width:1400px;padding:0 4% 2.25rem;padding-bottom:0;margin:0 auto}.public-layout__logo img{min-width:135px;max-width:188px}.public-layout__breadcrumb{width:100%;max-width:1400px;padding:0 4% 2.25rem;margin:0 auto}.public-layout__content{width:100%;max-width:1400px;padding:0 4% 2.25rem;margin:0 auto}.public-layout__dashboard .public-layout__chart{padding-left:1.5rem}.public-layout__dashboard .public-layout__chart [class^=ns-icon--circle],.public-layout__dashboard .public-layout__chart [class*=" ns-icon--circle"]{width:.75rem;height:.75rem}.public-layout__dashboard .public-layout__chart .icon-time{fill:#e85d77}.public-layout__dashboard .public-layout__progress-bar{max-width:133px}.public-layout .public-layout__boxitem{padding-top:1.5rem;border-top:1px solid hsla(var(--gray5), 1);border-left:0}@media screen and (min-width: 1024px){.public-layout .public-layout__boxitem{border-top:0;border-left:1px solid hsla(var(--gray5), 1)}}.public-layout__item{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:60px;height:60px;background:hsla(var(--info-light), 1);border-radius:36px}.public-layout__item [class^=ns-icon--],.public-layout__item [class*=" ns-icon--"]{width:32px;height:32px;fill:hsla(var(--info), 1)}.public-layout__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:42px;height:42px;margin-right:.5rem;background:hsla(var(--info-light), 1);border-radius:.5rem}.public-layout__icon [class^=ns-icon--],.public-layout__icon [class*=" ns-icon--"]{width:26px;height:26px;fill:hsla(var(--info), 1)}.public-layout__icon.public-layout__icon--success{background:hsla(var(--success-light), 1)}.public-layout__icon.public-layout__icon--success [class^=ns-icon--],.public-layout__icon.public-layout__icon--success [class*=" ns-icon--"]{fill:hsla(var(--success), 1)}.public-layout__chart{position:relative}.public-layout__chart canvas{width:100%;max-width:250px !important;height:100%;max-height:250px !important}.public-layout canvas{max-width:100%}.button-row{display:flex;flex-direction:column;width:100%}.button-row .ns-button{width:100%;margin-bottom:.75rem;margin-left:0}@media screen and (min-width: 600px){.button-row{display:inline-flex;flex-direction:row;width:auto}.button-row .ns-button{width:auto;margin-left:.75rem}}@media screen and (min-width: 1024px){.public-layout{min-height:100vh}}.onboarding{position:absolute;top:4.5rem;right:.75rem;bottom:0;left:.75rem;max-width:700px;height:min-content;padding:.75rem .75rem;margin:.75rem auto;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1);border-radius:8px}.onboarding__header{display:flex;align-items:center;justify-content:space-between}.onboarding__progress{display:flex;justify-content:stretch;width:100%;margin:1rem 0 1.5rem}.onboarding__progress--item{width:100%;height:6px;background-color:hsla(var(--gray5), 1);border-radius:3px}.onboarding__progress--item~.onboarding__progress--item{margin-left:1rem}.onboarding__progress--item.current{background-color:hsla(var(--brand), 1)}.onboarding .onboarding__icon{width:30px;min-width:30px}.onboarding__steps__body{display:flex;flex-direction:column;align-items:center;justify-content:start;margin-top:1.5rem}.onboarding__steps__body>img{width:100%;max-width:560px}.onboarding__steps__body>div{margin-top:3rem;margin-left:0}@media screen and (min-width: 1024px){.onboarding{top:4.5rem;right:3rem;bottom:0;left:3rem;max-width:1400px;padding:1rem 3rem 3rem}.onboarding__header{display:flex;align-items:center;justify-content:space-between}.onboarding__steps__body{display:flex;flex-direction:row;align-items:center;margin-top:2.25rem}.onboarding__steps__body>img{width:50%}.onboarding__steps__body>div{margin-top:0;margin-left:3rem}}.fake-header{width:100%;height:4.5rem;margin-top:-2px;background:linear-gradient(90deg, hsla(var(--brand), 1) 1.02%, hsla(var(--brand-secondary), 1) 100%)}.modal-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto;background-color:hsla(var(--brand-light), 1);border-radius:16px;fill:hsla(var(--brand), 1)}.ns-button--onboarding{display:flex;align-items:center;justify-content:center;width:auto;height:1.5rem;padding:0 .5rem;margin-bottom:0;cursor:pointer;background-color:hsla(var(--brand), 1);border:0;border-radius:.75rem;fill:hsla(var(--white), 1);transition:.25s}.ns-button--onboarding:hover{background-color:hsla(var(--brand-dark), 1)}.textlegal{position:absolute;top:4.5rem;right:1.5rem;bottom:0;left:1.5rem;max-width:1172px;max-height:80vh;padding:.75rem;margin:.75rem auto;overflow:hidden;background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1);border-radius:8px}.textlegal p,.textlegal li{margin-bottom:.75rem;text-align:justify}.textlegal a{color:hsla(var(--brand), 1)}.textlegal .textlegal__box{max-height:100%;padding:.75rem;overflow:overlay}.textlegal .textlegal__box::-webkit-scrollbar{width:8px;background-color:hsla(var(--white), 1)}.textlegal .textlegal__box::-webkit-scrollbar-track{background-color:hsla(var(--white), 1)}.textlegal .textlegal__box::-webkit-scrollbar-thumb{background-color:hsla(var(--gray3), 1);border-radius:1.5rem}.textlegal .textlegal__box::-webkit-scrollbar-button{display:none}.textlegal .content__legal h1{font-size:1.1rem}.textlegal .content__legal ul{padding-left:1.5rem}@media screen and (min-width: 1024px){.textlegal__box{padding:2.25rem}}.chats .ns-table td .chats__icon{width:1rem;height:1rem}.chats .ns-table td .chats__attached{flex-direction:column !important;padding-left:.3rem;margin-left:2px;border-left:2px solid hsla(var(--brand-light), 1)}.chats .ns-table td .chats__reactions{padding:.25rem .75rem;margin-top:.25rem;margin-right:.5rem;background-color:hsla(var(--brand-lighter), 1);border-radius:1.5rem}.chats .ns-table .ns-table__content{position:relative;max-height:44vh;overflow-y:auto;overflow-anchor:none}.chats .btn-load{position:absolute;top:0;display:flex;justify-content:center;width:100%;height:69px;padding-top:1rem;background:linear-gradient(180deg, #D6DCDA 0%, rgba(255, 255, 255, 0) 100%)}.chats .chats__reply a:not(.ns-button){font-style:initial;font-weight:500;text-decoration:none}.chats .chats__reply a:not(.ns-button):hover{font-weight:600;text-decoration:underline}.ns-sidepanel--chat .chatcurrent{background-color:hsla(var(--brand-lighter), 1);border-radius:.25rem;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.ns-sidepanel--chat .chatcurrent{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-sidepanel--chat .chatcurrent{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-sidepanel--chat .chatcurrent{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-sidepanel--chat .chatcurrent{font-size:0.872600349rem}}.ns-sidepanel--chat .ns-accordion__header{padding:1rem !important;font-weight:500}.ns-sidepanel--chat .ns-accordion__header .is-open{transform:rotate(90deg)}.ns-sidepanel--chat .ns-accordion__header [class^=ns-icon--],.ns-sidepanel--chat .ns-accordion__header [class*=" ns-icon--"]{width:1.5rem;fill:hsla(var(--gray2), 1)}.ns-sidepanel--chat .ns-accordion__body{padding:0;padding-bottom:1rem;margin-right:1rem;margin-left:1rem}.ns-sidepanel--chat .ns-accordion__body .chats__message{padding:0 !important;padding-left:.5rem !important;font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.ns-sidepanel--chat .ns-accordion__body .chats__message{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-sidepanel--chat .ns-accordion__body .chats__message{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-sidepanel--chat .ns-accordion__body .chats__message{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-sidepanel--chat .ns-accordion__body .chats__message{font-size:0.872600349rem}}.ns-sidepanel--chat .ns-accordion__body .box-chat-message{padding-bottom:1rem;margin:1rem;margin-top:1rem !important;border-bottom:1px solid hsla(var(--gray5), 1);font-size:0.9090909091rem}@media(min-width: 600px)and (max-width: 1024px){.ns-sidepanel--chat .ns-accordion__body .box-chat-message{font-size:0.872600349rem}}@media(min-width: 1024px){.ns-sidepanel--chat .ns-accordion__body .box-chat-message{font-size:0.872600349rem}}@media(min-width: 1440px){.ns-sidepanel--chat .ns-accordion__body .box-chat-message{font-size:0.872600349rem}}@media(min-width: 2561px){.ns-sidepanel--chat .ns-accordion__body .box-chat-message{font-size:0.872600349rem}}.ns-sidepanel--chat .ns-accordion__body .box-chat-message:first-child{margin-top:0 !important}.ns-sidepanel--chat .ns-accordion__body .box-chat-message:last-child{padding-bottom:0 !important;margin-bottom:0 !important;border-bottom:0 solid hsla(var(--gray5), 1)}.signature .dotted-gradient{position:absolute;top:50%;left:47px;z-index:11;height:73%;padding:0 2px;content:"";background-image:linear-gradient(to bottom, #ADB8B6 40%, rgba(255, 255, 255, 0) 10%);background-repeat:repeat-y;background-position:left;background-size:2px 18px}.signature__vertical{background-color:hsla(var(--gray5), 1)}.signature__vertical .ns-tabs__item{position:relative}.signature__vertical .ns-tabs__item:last-child .dotted-gradient{display:none}.signature .is-active.signature-tab{background-color:hsla(var(--white), 1)}.signature .is-active .dotted-gradient{background-image:linear-gradient(to bottom, hsla(var(--brand-dark), 1) 40%, rgba(255, 255, 255, 0) 10%)}.signature .is-active .signature-tab__step{background-color:hsla(var(--brand-dark), 1)}.signature .is-active .signature-tab__title .h6{color:hsla(var(--brand-dark), 1)}.signature__table .ns-table .ns-table__content{border:0 solid rgba(0,0,0,0) !important}.signature__table.signature__table--noscroll .ns-table .ns-table__content{overflow:visible}.signature__table tr:hover{background:rgba(0,0,0,0) !important}.signature__table table{table-layout:fixed}.signature-tab{background-color:hsla(var(--gray5), 1)}.signature-tab__content{display:flex}.signature-tab__title .h6{color:hsla(var(--gray3), 1)}.signature-tab__step{z-index:11;display:flex;flex-direction:column;align-items:center;justify-content:center;width:3rem;min-width:3rem;height:3rem;background-color:hsla(var(--gray3), 1);border-radius:1.5rem}.signature-tab [class^=ns-icon--],.signature-tab [class*=" ns-icon--"]{width:1.5rem !important;height:1.5rem}.signature-tab.is-check .dotted-gradient{background-image:linear-gradient(to bottom, hsla(var(--brand), 1) 40%, rgba(255, 255, 255, 0) 10%)}.signature-tab.is-check .signature-tab__step{background-color:hsla(var(--brand), 1)}.signature-tab.is-check .signature-tab__title .h6{color:hsla(var(--brand), 1)}.signature-tab.is-check .signature-tab [class^=ns-icon--],.signature-tab.is-check .signature-tab [class*=" ns-icon--"]{width:1.5rem !important;height:1.5rem}.signature__accordion{box-shadow:none}.signature__accordion .ns-accordion__body{padding:0}.signature__accordion .ns-accordion__header{padding:0}.earchiving__header{width:100%;padding:3rem 4% 2.25rem;background:linear-gradient(157deg, #12362B 16.41%, #20F6C4 150.45%)}.earchiving__layout{width:100%;max-width:1400px}.earchiving__img-cabecera{align-items:flex-end;margin-top:2.25rem}.earchiving__title{font-size:51.63px;font-style:normal;font-weight:700 !important;line-height:53px;color:hsla(var(--brand-secondary), 1);letter-spacing:-1.233px}.earchiving__subtitle{font-family:"Work Sans";font-size:31.63px;font-style:normal;font-weight:500;line-height:39px;color:hsla(var(--white), 1);letter-spacing:-0.633px}.earchiving .ns-button a{text-decoration:none}.earchiving__section1{width:100%;padding:3rem 4% .75rem;margin:0 auto}.earchiving__notification{display:flex;background-color:hsla(var(--brand-dark), 1);border-radius:.25rem}.earchiving__notification-icon{display:flex;align-items:center;justify-content:center;width:60px;background-color:hsla(var(--brand), 1);border-radius:4px 0 0 4px}.earchiving__notification-icon [class^=ns-icon--],.earchiving__notification-icon [class*=" ns-icon--"]{width:1.5rem;min-width:1.5rem}.earchiving__notification-text{padding:1rem}.earchiving__section2{width:100%;padding:3rem 4% 2.25rem;margin:0 auto}.earchiving__section3{width:100%;padding:3rem 4% 3rem;margin:0 auto}.earchiving__clave{position:relative;display:flex;flex-direction:row-reverse;padding:1.5rem 1.5rem 1.5rem 90px;background-color:#f1f4f3;border-radius:.5rem}.earchiving .earchiving__clave-image{position:absolute;left:-24px;width:100px}.earchiving__clave:nth-child(odd) .earchiving__clave-image{left:-24px !important}.earchiving__section4{width:100%;padding:4.5rem 4% 4.5rem;margin:0 auto;background-color:#f1f4f3}.earchiving table{box-shadow:0 1px 7px 0 rgba(0,0,0,.25)}.earchiving table [class^=ns-icon--],.earchiving table [class*=" ns-icon--"]{margin-top:2px}.earchiving__sellos{padding:2.25rem 4% 2.25rem}.earchiving__image-content{flex-wrap:wrap;gap:.5rem;margin-bottom:2.25rem}.earchiving__image{max-height:60px}.earchiving__footer{width:100%;width:auto;padding:1rem 4%;margin:0 auto;background:linear-gradient(157deg, #12362B 16.41%, #20F6C4 150.45%)}@media screen and (min-width: 1024px){.earchiving__img-cabecera{align-items:flex-end;margin-top:0;margin-bottom:-5rem}.earchiving__clave-image{position:absolute;left:-63px !important;width:auto !important}.earchiving__clave:nth-child(odd){padding:1.5rem 90px 1.5rem 1.5rem}.earchiving__clave:nth-child(odd) .earchiving__clave-image{right:-63px !important;left:auto !important}.earchiving__section1{padding:7.5rem 4% 3rem}.earchiving__section2{padding:4.5rem 4% 3rem}.earchiving__section3{padding:4.5rem 4% 4.5rem}}.text-brand-lighter{color:hsla(var(--brand-lighter), 1) !important}.bg-brand-lighter{background-color:hsla(var(--brand-lighter), 1) !important}.text-brand-light{color:hsla(var(--brand-light), 1) !important}.bg-brand-light{background-color:hsla(var(--brand-light), 1) !important}.text-brand{color:hsla(var(--brand), 1) !important}.bg-brand{background-color:hsla(var(--brand), 1) !important}.text-brand-dark{color:hsla(var(--brand-dark), 1) !important}.bg-brand-dark{background-color:hsla(var(--brand-dark), 1) !important}.text-brand-darker{color:hsla(var(--brand-darker), 1) !important}.bg-brand-darker{background-color:hsla(var(--brand-darker), 1) !important}.text-link-hover{color:hsla(var(--link-hover), 1) !important}.bg-link-hover{background-color:hsla(var(--link-hover), 1) !important}.text-focus-shadow{color:hsla(var(--focus-shadow), 1) !important}.bg-focus-shadow{background-color:hsla(var(--focus-shadow), 1) !important}.text-focus-shadow-error{color:hsla(var(--focus-shadow-error), 1) !important}.bg-focus-shadow-error{background-color:hsla(var(--focus-shadow-error), 1) !important}.text-brand-secondary{color:hsla(var(--brand-secondary), 1) !important}.bg-brand-secondary{background-color:hsla(var(--brand-secondary), 1) !important}.text-casefile{color:hsla(var(--casefile), 1) !important}.bg-casefile{background-color:hsla(var(--casefile), 1) !important}.text-dossier{color:hsla(var(--dossier), 1) !important}.bg-dossier{background-color:hsla(var(--dossier), 1) !important}.text-file{color:hsla(var(--file), 1) !important}.bg-file{background-color:hsla(var(--file), 1) !important}.text-file-light{color:hsla(var(--file-light), 1) !important}.bg-file-light{background-color:hsla(var(--file-light), 1) !important}.text-black{color:hsla(var(--black), 1) !important}.bg-black{background-color:hsla(var(--black), 1) !important}.text-gray1{color:hsla(var(--gray1), 1) !important}.bg-gray1{background-color:hsla(var(--gray1), 1) !important}.text-gray2{color:hsla(var(--gray2), 1) !important}.bg-gray2{background-color:hsla(var(--gray2), 1) !important}.text-gray3{color:hsla(var(--gray3), 1) !important}.bg-gray3{background-color:hsla(var(--gray3), 1) !important}.text-gray4{color:hsla(var(--gray4), 1) !important}.bg-gray4{background-color:hsla(var(--gray4), 1) !important}.text-gray5{color:hsla(var(--gray5), 1) !important}.bg-gray5{background-color:hsla(var(--gray5), 1) !important}.text-white{color:hsla(var(--white), 1) !important}.bg-white{background-color:hsla(var(--white), 1) !important}.text-info-light{color:hsla(var(--info-light), 1) !important}.bg-info-light{background-color:hsla(var(--info-light), 1) !important}.text-info{color:hsla(var(--info), 1) !important}.bg-info{background-color:hsla(var(--info), 1) !important}.text-info-dark{color:hsla(var(--info-dark), 1) !important}.bg-info-dark{background-color:hsla(var(--info-dark), 1) !important}.text-success-light{color:hsla(var(--success-light), 1) !important}.bg-success-light{background-color:hsla(var(--success-light), 1) !important}.text-success{color:hsla(var(--success), 1) !important}.bg-success{background-color:hsla(var(--success), 1) !important}.text-success-dark{color:hsla(var(--success-dark), 1) !important}.bg-success-dark{background-color:hsla(var(--success-dark), 1) !important}.text-warning-light{color:hsla(var(--warning-light), 1) !important}.bg-warning-light{background-color:hsla(var(--warning-light), 1) !important}.text-warning{color:hsla(var(--warning), 1) !important}.bg-warning{background-color:hsla(var(--warning), 1) !important}.text-warning-dark{color:hsla(var(--warning-dark), 1) !important}.bg-warning-dark{background-color:hsla(var(--warning-dark), 1) !important}.text-danger-light{color:hsla(var(--danger-light), 1) !important}.bg-danger-light{background-color:hsla(var(--danger-light), 1) !important}.text-danger{color:hsla(var(--danger), 1) !important}.bg-danger{background-color:hsla(var(--danger), 1) !important}.text-danger-dark{color:hsla(var(--danger-dark), 1) !important}.bg-danger-dark{background-color:hsla(var(--danger-dark), 1) !important}.h1{font-size:1.61051rem !important}@media(min-width: 600px)and (max-width: 1024px){.h1{font-size:1.9766195576rem !important}}@media(min-width: 1024px){.h1{font-size:1.9766195576rem !important}}@media(min-width: 1440px){.h1{font-size:1.9766195576rem !important}}@media(min-width: 2561px){.h1{font-size:1.9766195576rem !important}}.h2{font-size:1.4641rem !important}@media(min-width: 600px)and (max-width: 1024px){.h2{font-size:1.7247989159rem !important}}@media(min-width: 1024px){.h2{font-size:1.7247989159rem !important}}@media(min-width: 1440px){.h2{font-size:1.7247989159rem !important}}@media(min-width: 2561px){.h2{font-size:1.7247989159rem !important}}.h3{font-size:1.331rem !important}@media(min-width: 600px)and (max-width: 1024px){.h3{font-size:1.505060136rem !important}}@media(min-width: 1024px){.h3{font-size:1.505060136rem !important}}@media(min-width: 1440px){.h3{font-size:1.505060136rem !important}}@media(min-width: 2561px){.h3{font-size:1.505060136rem !important}}.h4{font-size:1.21rem !important}@media(min-width: 600px)and (max-width: 1024px){.h4{font-size:1.313316rem !important}}@media(min-width: 1024px){.h4{font-size:1.313316rem !important}}@media(min-width: 1440px){.h4{font-size:1.313316rem !important}}@media(min-width: 2561px){.h4{font-size:1.313316rem !important}}.h5{font-size:1.1rem !important}@media(min-width: 600px)and (max-width: 1024px){.h5{font-size:1.146rem !important}}@media(min-width: 1024px){.h5{font-size:1.146rem !important}}@media(min-width: 1440px){.h5{font-size:1.146rem !important}}@media(min-width: 2561px){.h5{font-size:1.146rem !important}}.h6{font-size:1rem !important}@media(min-width: 600px)and (max-width: 1024px){.h6{font-size:1rem !important}}@media(min-width: 1024px){.h6{font-size:1rem !important}}@media(min-width: 1440px){.h6{font-size:1rem !important}}@media(min-width: 2561px){.h6{font-size:1rem !important}}.s1{font-size:0.9090909091rem !important}@media(min-width: 600px)and (max-width: 1024px){.s1{font-size:0.872600349rem !important}}@media(min-width: 1024px){.s1{font-size:0.872600349rem !important}}@media(min-width: 1440px){.s1{font-size:0.872600349rem !important}}@media(min-width: 2561px){.s1{font-size:0.872600349rem !important}}.s2{font-size:0.826446281rem !important}@media(min-width: 600px)and (max-width: 1024px){.s2{font-size:0.7614313691rem !important}}@media(min-width: 1024px){.s2{font-size:0.7614313691rem !important}}@media(min-width: 1440px){.s2{font-size:0.7614313691rem !important}}@media(min-width: 2561px){.s2{font-size:0.7614313691rem !important}}.s3{font-size:0.7513148009rem !important}@media(min-width: 600px)and (max-width: 1024px){.s3{font-size:0.6644252785rem !important}}@media(min-width: 1024px){.s3{font-size:0.6644252785rem !important}}@media(min-width: 1440px){.s3{font-size:0.6644252785rem !important}}@media(min-width: 2561px){.s3{font-size:0.6644252785rem !important}}strong,.bold{font-weight:700 !important}.semibold{font-weight:600 !important}.medium{font-weight:500 !important}.regular{font-weight:400 !important}.light{font-weight:300 !important}em,.italic{font-style:italic !important}.uppercase{text-transform:uppercase !important}.capitalize{text-transform:capitalize !important}.lowercase{text-transform:lowercase !important}.nonecase{text-transform:none !important}.underline{text-decoration:underline !important}.scrapped{text-decoration:line-through !important}.family-primary{font-family:"Work Sans",sans-serif !important}.family-secondary{font-family:"Work Sans",sans-serif !important}.family-monospace{font-family:"Source Code Pro",monospace !important}.border{border:1px solid var(--border-color)}.no-border{border:0}.no-bt{border-top:0}.no-bl{border-left:0}.no-br{border-right:0}.no-bb{border-bottom:0}.border-brand-lighter{border:1px solid hsla(var(--brand-lighter), 1)}.bt-brand-lighter{border-top:1px solid hsla(var(--brand-lighter), 1)}.bl-brand-lighter{border-left:1px solid hsla(var(--brand-lighter), 1)}.br-brand-lighter{border-right:1px solid hsla(var(--brand-lighter), 1)}.bb-brand-lighter{border-bottom:1px solid hsla(var(--brand-lighter), 1)}.border-brand-light{border:1px solid hsla(var(--brand-light), 1)}.bt-brand-light{border-top:1px solid hsla(var(--brand-light), 1)}.bl-brand-light{border-left:1px solid hsla(var(--brand-light), 1)}.br-brand-light{border-right:1px solid hsla(var(--brand-light), 1)}.bb-brand-light{border-bottom:1px solid hsla(var(--brand-light), 1)}.border-brand{border:1px solid hsla(var(--brand), 1)}.bt-brand{border-top:1px solid hsla(var(--brand), 1)}.bl-brand{border-left:1px solid hsla(var(--brand), 1)}.br-brand{border-right:1px solid hsla(var(--brand), 1)}.bb-brand{border-bottom:1px solid hsla(var(--brand), 1)}.border-brand-dark{border:1px solid hsla(var(--brand-dark), 1)}.bt-brand-dark{border-top:1px solid hsla(var(--brand-dark), 1)}.bl-brand-dark{border-left:1px solid hsla(var(--brand-dark), 1)}.br-brand-dark{border-right:1px solid hsla(var(--brand-dark), 1)}.bb-brand-dark{border-bottom:1px solid hsla(var(--brand-dark), 1)}.border-brand-darker{border:1px solid hsla(var(--brand-darker), 1)}.bt-brand-darker{border-top:1px solid hsla(var(--brand-darker), 1)}.bl-brand-darker{border-left:1px solid hsla(var(--brand-darker), 1)}.br-brand-darker{border-right:1px solid hsla(var(--brand-darker), 1)}.bb-brand-darker{border-bottom:1px solid hsla(var(--brand-darker), 1)}.border-link-hover{border:1px solid hsla(var(--link-hover), 1)}.bt-link-hover{border-top:1px solid hsla(var(--link-hover), 1)}.bl-link-hover{border-left:1px solid hsla(var(--link-hover), 1)}.br-link-hover{border-right:1px solid hsla(var(--link-hover), 1)}.bb-link-hover{border-bottom:1px solid hsla(var(--link-hover), 1)}.border-focus-shadow{border:1px solid hsla(var(--focus-shadow), 1)}.bt-focus-shadow{border-top:1px solid hsla(var(--focus-shadow), 1)}.bl-focus-shadow{border-left:1px solid hsla(var(--focus-shadow), 1)}.br-focus-shadow{border-right:1px solid hsla(var(--focus-shadow), 1)}.bb-focus-shadow{border-bottom:1px solid hsla(var(--focus-shadow), 1)}.border-focus-shadow-error{border:1px solid hsla(var(--focus-shadow-error), 1)}.bt-focus-shadow-error{border-top:1px solid hsla(var(--focus-shadow-error), 1)}.bl-focus-shadow-error{border-left:1px solid hsla(var(--focus-shadow-error), 1)}.br-focus-shadow-error{border-right:1px solid hsla(var(--focus-shadow-error), 1)}.bb-focus-shadow-error{border-bottom:1px solid hsla(var(--focus-shadow-error), 1)}.border-brand-secondary{border:1px solid hsla(var(--brand-secondary), 1)}.bt-brand-secondary{border-top:1px solid hsla(var(--brand-secondary), 1)}.bl-brand-secondary{border-left:1px solid hsla(var(--brand-secondary), 1)}.br-brand-secondary{border-right:1px solid hsla(var(--brand-secondary), 1)}.bb-brand-secondary{border-bottom:1px solid hsla(var(--brand-secondary), 1)}.border-casefile{border:1px solid hsla(var(--casefile), 1)}.bt-casefile{border-top:1px solid hsla(var(--casefile), 1)}.bl-casefile{border-left:1px solid hsla(var(--casefile), 1)}.br-casefile{border-right:1px solid hsla(var(--casefile), 1)}.bb-casefile{border-bottom:1px solid hsla(var(--casefile), 1)}.border-dossier{border:1px solid hsla(var(--dossier), 1)}.bt-dossier{border-top:1px solid hsla(var(--dossier), 1)}.bl-dossier{border-left:1px solid hsla(var(--dossier), 1)}.br-dossier{border-right:1px solid hsla(var(--dossier), 1)}.bb-dossier{border-bottom:1px solid hsla(var(--dossier), 1)}.border-file{border:1px solid hsla(var(--file), 1)}.bt-file{border-top:1px solid hsla(var(--file), 1)}.bl-file{border-left:1px solid hsla(var(--file), 1)}.br-file{border-right:1px solid hsla(var(--file), 1)}.bb-file{border-bottom:1px solid hsla(var(--file), 1)}.border-file-light{border:1px solid hsla(var(--file-light), 1)}.bt-file-light{border-top:1px solid hsla(var(--file-light), 1)}.bl-file-light{border-left:1px solid hsla(var(--file-light), 1)}.br-file-light{border-right:1px solid hsla(var(--file-light), 1)}.bb-file-light{border-bottom:1px solid hsla(var(--file-light), 1)}.border-black{border:1px solid hsla(var(--black), 1)}.bt-black{border-top:1px solid hsla(var(--black), 1)}.bl-black{border-left:1px solid hsla(var(--black), 1)}.br-black{border-right:1px solid hsla(var(--black), 1)}.bb-black{border-bottom:1px solid hsla(var(--black), 1)}.border-gray1{border:1px solid hsla(var(--gray1), 1)}.bt-gray1{border-top:1px solid hsla(var(--gray1), 1)}.bl-gray1{border-left:1px solid hsla(var(--gray1), 1)}.br-gray1{border-right:1px solid hsla(var(--gray1), 1)}.bb-gray1{border-bottom:1px solid hsla(var(--gray1), 1)}.border-gray2{border:1px solid hsla(var(--gray2), 1)}.bt-gray2{border-top:1px solid hsla(var(--gray2), 1)}.bl-gray2{border-left:1px solid hsla(var(--gray2), 1)}.br-gray2{border-right:1px solid hsla(var(--gray2), 1)}.bb-gray2{border-bottom:1px solid hsla(var(--gray2), 1)}.border-gray3{border:1px solid hsla(var(--gray3), 1)}.bt-gray3{border-top:1px solid hsla(var(--gray3), 1)}.bl-gray3{border-left:1px solid hsla(var(--gray3), 1)}.br-gray3{border-right:1px solid hsla(var(--gray3), 1)}.bb-gray3{border-bottom:1px solid hsla(var(--gray3), 1)}.border-gray4{border:1px solid hsla(var(--gray4), 1)}.bt-gray4{border-top:1px solid hsla(var(--gray4), 1)}.bl-gray4{border-left:1px solid hsla(var(--gray4), 1)}.br-gray4{border-right:1px solid hsla(var(--gray4), 1)}.bb-gray4{border-bottom:1px solid hsla(var(--gray4), 1)}.border-gray5{border:1px solid hsla(var(--gray5), 1)}.bt-gray5{border-top:1px solid hsla(var(--gray5), 1)}.bl-gray5{border-left:1px solid hsla(var(--gray5), 1)}.br-gray5{border-right:1px solid hsla(var(--gray5), 1)}.bb-gray5{border-bottom:1px solid hsla(var(--gray5), 1)}.border-white{border:1px solid hsla(var(--white), 1)}.bt-white{border-top:1px solid hsla(var(--white), 1)}.bl-white{border-left:1px solid hsla(var(--white), 1)}.br-white{border-right:1px solid hsla(var(--white), 1)}.bb-white{border-bottom:1px solid hsla(var(--white), 1)}.border-info-light{border:1px solid hsla(var(--info-light), 1)}.bt-info-light{border-top:1px solid hsla(var(--info-light), 1)}.bl-info-light{border-left:1px solid hsla(var(--info-light), 1)}.br-info-light{border-right:1px solid hsla(var(--info-light), 1)}.bb-info-light{border-bottom:1px solid hsla(var(--info-light), 1)}.border-info{border:1px solid hsla(var(--info), 1)}.bt-info{border-top:1px solid hsla(var(--info), 1)}.bl-info{border-left:1px solid hsla(var(--info), 1)}.br-info{border-right:1px solid hsla(var(--info), 1)}.bb-info{border-bottom:1px solid hsla(var(--info), 1)}.border-info-dark{border:1px solid hsla(var(--info-dark), 1)}.bt-info-dark{border-top:1px solid hsla(var(--info-dark), 1)}.bl-info-dark{border-left:1px solid hsla(var(--info-dark), 1)}.br-info-dark{border-right:1px solid hsla(var(--info-dark), 1)}.bb-info-dark{border-bottom:1px solid hsla(var(--info-dark), 1)}.border-success-light{border:1px solid hsla(var(--success-light), 1)}.bt-success-light{border-top:1px solid hsla(var(--success-light), 1)}.bl-success-light{border-left:1px solid hsla(var(--success-light), 1)}.br-success-light{border-right:1px solid hsla(var(--success-light), 1)}.bb-success-light{border-bottom:1px solid hsla(var(--success-light), 1)}.border-success{border:1px solid hsla(var(--success), 1)}.bt-success{border-top:1px solid hsla(var(--success), 1)}.bl-success{border-left:1px solid hsla(var(--success), 1)}.br-success{border-right:1px solid hsla(var(--success), 1)}.bb-success{border-bottom:1px solid hsla(var(--success), 1)}.border-success-dark{border:1px solid hsla(var(--success-dark), 1)}.bt-success-dark{border-top:1px solid hsla(var(--success-dark), 1)}.bl-success-dark{border-left:1px solid hsla(var(--success-dark), 1)}.br-success-dark{border-right:1px solid hsla(var(--success-dark), 1)}.bb-success-dark{border-bottom:1px solid hsla(var(--success-dark), 1)}.border-warning-light{border:1px solid hsla(var(--warning-light), 1)}.bt-warning-light{border-top:1px solid hsla(var(--warning-light), 1)}.bl-warning-light{border-left:1px solid hsla(var(--warning-light), 1)}.br-warning-light{border-right:1px solid hsla(var(--warning-light), 1)}.bb-warning-light{border-bottom:1px solid hsla(var(--warning-light), 1)}.border-warning{border:1px solid hsla(var(--warning), 1)}.bt-warning{border-top:1px solid hsla(var(--warning), 1)}.bl-warning{border-left:1px solid hsla(var(--warning), 1)}.br-warning{border-right:1px solid hsla(var(--warning), 1)}.bb-warning{border-bottom:1px solid hsla(var(--warning), 1)}.border-warning-dark{border:1px solid hsla(var(--warning-dark), 1)}.bt-warning-dark{border-top:1px solid hsla(var(--warning-dark), 1)}.bl-warning-dark{border-left:1px solid hsla(var(--warning-dark), 1)}.br-warning-dark{border-right:1px solid hsla(var(--warning-dark), 1)}.bb-warning-dark{border-bottom:1px solid hsla(var(--warning-dark), 1)}.border-danger-light{border:1px solid hsla(var(--danger-light), 1)}.bt-danger-light{border-top:1px solid hsla(var(--danger-light), 1)}.bl-danger-light{border-left:1px solid hsla(var(--danger-light), 1)}.br-danger-light{border-right:1px solid hsla(var(--danger-light), 1)}.bb-danger-light{border-bottom:1px solid hsla(var(--danger-light), 1)}.border-danger{border:1px solid hsla(var(--danger), 1)}.bt-danger{border-top:1px solid hsla(var(--danger), 1)}.bl-danger{border-left:1px solid hsla(var(--danger), 1)}.br-danger{border-right:1px solid hsla(var(--danger), 1)}.bb-danger{border-bottom:1px solid hsla(var(--danger), 1)}.border-danger-dark{border:1px solid hsla(var(--danger-dark), 1)}.bt-danger-dark{border-top:1px solid hsla(var(--danger-dark), 1)}.bl-danger-dark{border-left:1px solid hsla(var(--danger-dark), 1)}.br-danger-dark{border-right:1px solid hsla(var(--danger-dark), 1)}.bb-danger-dark{border-bottom:1px solid hsla(var(--danger-dark), 1)}.margin-auto{margin-right:auto;margin-left:auto}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.ml-0{margin-left:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-d6{margin:.25rem !important}.mt-d6{margin-top:.25rem !important}.ml-d6{margin-left:.25rem !important}.mr-d6{margin-right:.25rem !important}.mb-d6{margin-bottom:.25rem !important}.my-d6{margin-top:.25rem !important;margin-bottom:.25rem !important}.mx-d6{margin-left:.25rem !important;margin-right:.25rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-d5{margin:.3rem !important}.mt-d5{margin-top:.3rem !important}.ml-d5{margin-left:.3rem !important}.mr-d5{margin-right:.3rem !important}.mb-d5{margin-bottom:.3rem !important}.my-d5{margin-top:.3rem !important;margin-bottom:.3rem !important}.mx-d5{margin-left:.3rem !important;margin-right:.3rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-d4{margin:.375rem !important}.mt-d4{margin-top:.375rem !important}.ml-d4{margin-left:.375rem !important}.mr-d4{margin-right:.375rem !important}.mb-d4{margin-bottom:.375rem !important}.my-d4{margin-top:.375rem !important;margin-bottom:.375rem !important}.mx-d4{margin-left:.375rem !important;margin-right:.375rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-d3{margin:.5rem !important}.mt-d3{margin-top:.5rem !important}.ml-d3{margin-left:.5rem !important}.mr-d3{margin-right:.5rem !important}.mb-d3{margin-bottom:.5rem !important}.my-d3{margin-top:.5rem !important;margin-bottom:.5rem !important}.mx-d3{margin-left:.5rem !important;margin-right:.5rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-d2{margin:.75rem !important}.mt-d2{margin-top:.75rem !important}.ml-d2{margin-left:.75rem !important}.mr-d2{margin-right:.75rem !important}.mb-d2{margin-bottom:.75rem !important}.my-d2{margin-top:.75rem !important;margin-bottom:.75rem !important}.mx-d2{margin-left:.75rem !important;margin-right:.75rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-d1-2{margin:1rem !important}.mt-d1-2{margin-top:1rem !important}.ml-d1-2{margin-left:1rem !important}.mr-d1-2{margin-right:1rem !important}.mb-d1-2{margin-bottom:1rem !important}.my-d1-2{margin-top:1rem !important;margin-bottom:1rem !important}.mx-d1-2{margin-left:1rem !important;margin-right:1rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x1-2{margin:2.25rem !important}.mt-x1-2{margin-top:2.25rem !important}.ml-x1-2{margin-left:2.25rem !important}.mr-x1-2{margin-right:2.25rem !important}.mb-x1-2{margin-bottom:2.25rem !important}.my-x1-2{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mx-x1-2{margin-left:2.25rem !important;margin-right:2.25rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x2{margin:3rem !important}.mt-x2{margin-top:3rem !important}.ml-x2{margin-left:3rem !important}.mr-x2{margin-right:3rem !important}.mb-x2{margin-bottom:3rem !important}.my-x2{margin-top:3rem !important;margin-bottom:3rem !important}.mx-x2{margin-left:3rem !important;margin-right:3rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x3{margin:4.5rem !important}.mt-x3{margin-top:4.5rem !important}.ml-x3{margin-left:4.5rem !important}.mr-x3{margin-right:4.5rem !important}.mb-x3{margin-bottom:4.5rem !important}.my-x3{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mx-x3{margin-left:4.5rem !important;margin-right:4.5rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x4{margin:6rem !important}.mt-x4{margin-top:6rem !important}.ml-x4{margin-left:6rem !important}.mr-x4{margin-right:6rem !important}.mb-x4{margin-bottom:6rem !important}.my-x4{margin-top:6rem !important;margin-bottom:6rem !important}.mx-x4{margin-left:6rem !important;margin-right:6rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x5{margin:7.5rem !important}.mt-x5{margin-top:7.5rem !important}.ml-x5{margin-left:7.5rem !important}.mr-x5{margin-right:7.5rem !important}.mb-x5{margin-bottom:7.5rem !important}.my-x5{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.mx-x5{margin-left:7.5rem !important;margin-right:7.5rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.m-x6{margin:9rem !important}.mt-x6{margin-top:9rem !important}.ml-x6{margin-left:9rem !important}.mr-x6{margin-right:9rem !important}.mb-x6{margin-bottom:9rem !important}.my-x6{margin-top:9rem !important;margin-bottom:9rem !important}.mx-x6{margin-left:9rem !important;margin-right:9rem !important}.m{margin:1.5rem !important}.mt{margin-top:1.5rem !important}.ml{margin-left:1.5rem !important}.mr{margin-right:1.5rem !important}.mb{margin-bottom:1.5rem !important}.my{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx{margin-left:1.5rem !important;margin-right:1.5rem !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pl-0{padding-left:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-d6{padding:.25rem !important}.pt-d6{padding-top:.25rem !important}.pl-d6{padding-left:.25rem !important}.pr-d6{padding-right:.25rem !important}.pb-d6{padding-bottom:.25rem !important}.py-d6{padding-top:.25rem !important;padding-bottom:.25rem !important}.px-d6{padding-left:.25rem !important;padding-right:.25rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-d5{padding:.3rem !important}.pt-d5{padding-top:.3rem !important}.pl-d5{padding-left:.3rem !important}.pr-d5{padding-right:.3rem !important}.pb-d5{padding-bottom:.3rem !important}.py-d5{padding-top:.3rem !important;padding-bottom:.3rem !important}.px-d5{padding-left:.3rem !important;padding-right:.3rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-d4{padding:.375rem !important}.pt-d4{padding-top:.375rem !important}.pl-d4{padding-left:.375rem !important}.pr-d4{padding-right:.375rem !important}.pb-d4{padding-bottom:.375rem !important}.py-d4{padding-top:.375rem !important;padding-bottom:.375rem !important}.px-d4{padding-left:.375rem !important;padding-right:.375rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-d3{padding:.5rem !important}.pt-d3{padding-top:.5rem !important}.pl-d3{padding-left:.5rem !important}.pr-d3{padding-right:.5rem !important}.pb-d3{padding-bottom:.5rem !important}.py-d3{padding-top:.5rem !important;padding-bottom:.5rem !important}.px-d3{padding-left:.5rem !important;padding-right:.5rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-d2{padding:.75rem !important}.pt-d2{padding-top:.75rem !important}.pl-d2{padding-left:.75rem !important}.pr-d2{padding-right:.75rem !important}.pb-d2{padding-bottom:.75rem !important}.py-d2{padding-top:.75rem !important;padding-bottom:.75rem !important}.px-d2{padding-left:.75rem !important;padding-right:.75rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-d1-2{padding:1rem !important}.pt-d1-2{padding-top:1rem !important}.pl-d1-2{padding-left:1rem !important}.pr-d1-2{padding-right:1rem !important}.pb-d1-2{padding-bottom:1rem !important}.py-d1-2{padding-top:1rem !important;padding-bottom:1rem !important}.px-d1-2{padding-left:1rem !important;padding-right:1rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x1-2{padding:2.25rem !important}.pt-x1-2{padding-top:2.25rem !important}.pl-x1-2{padding-left:2.25rem !important}.pr-x1-2{padding-right:2.25rem !important}.pb-x1-2{padding-bottom:2.25rem !important}.py-x1-2{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.px-x1-2{padding-left:2.25rem !important;padding-right:2.25rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x2{padding:3rem !important}.pt-x2{padding-top:3rem !important}.pl-x2{padding-left:3rem !important}.pr-x2{padding-right:3rem !important}.pb-x2{padding-bottom:3rem !important}.py-x2{padding-top:3rem !important;padding-bottom:3rem !important}.px-x2{padding-left:3rem !important;padding-right:3rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x3{padding:4.5rem !important}.pt-x3{padding-top:4.5rem !important}.pl-x3{padding-left:4.5rem !important}.pr-x3{padding-right:4.5rem !important}.pb-x3{padding-bottom:4.5rem !important}.py-x3{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.px-x3{padding-left:4.5rem !important;padding-right:4.5rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x4{padding:6rem !important}.pt-x4{padding-top:6rem !important}.pl-x4{padding-left:6rem !important}.pr-x4{padding-right:6rem !important}.pb-x4{padding-bottom:6rem !important}.py-x4{padding-top:6rem !important;padding-bottom:6rem !important}.px-x4{padding-left:6rem !important;padding-right:6rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x5{padding:7.5rem !important}.pt-x5{padding-top:7.5rem !important}.pl-x5{padding-left:7.5rem !important}.pr-x5{padding-right:7.5rem !important}.pb-x5{padding-bottom:7.5rem !important}.py-x5{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.px-x5{padding-left:7.5rem !important;padding-right:7.5rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}.p-x6{padding:9rem !important}.pt-x6{padding-top:9rem !important}.pl-x6{padding-left:9rem !important}.pr-x6{padding-right:9rem !important}.pb-x6{padding-bottom:9rem !important}.py-x6{padding-top:9rem !important;padding-bottom:9rem !important}.px-x6{padding-left:9rem !important;padding-right:9rem !important}.p{padding:1.5rem !important}.pt{padding-top:1.5rem !important}.pl{padding-left:1.5rem !important}.pr{padding-right:1.5rem !important}.pb{padding-bottom:1.5rem !important}.py{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px{padding-left:1.5rem !important;padding-right:1.5rem !important}@media screen and (min-width: 600px){.m-sm{margin:1.5rem !important}.mt-sm{margin-top:1.5rem !important}.ml-sm{margin-left:1.5rem !important}.mr-sm{margin-right:1.5rem !important}.mb-sm{margin-bottom:1.5rem !important}.my-sm{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx-sm{margin-left:1.5rem !important;margin-right:1.5rem !important}}@media screen and (min-width: 600px){.p-sm{padding:1.5rem !important}.pt-sm{padding-top:1.5rem !important}.pl-sm{padding-left:1.5rem !important}.pr-sm{padding-right:1.5rem !important}.pb-sm{padding-bottom:1.5rem !important}.py-sm{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px-sm{padding-left:1.5rem !important;padding-right:1.5rem !important}}@media screen and (min-width: 1024px){.m-md{margin:1.5rem !important}.mt-md{margin-top:1.5rem !important}.ml-md{margin-left:1.5rem !important}.mr-md{margin-right:1.5rem !important}.mb-md{margin-bottom:1.5rem !important}.my-md{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx-md{margin-left:1.5rem !important;margin-right:1.5rem !important}}@media screen and (min-width: 1024px){.p-md{padding:1.5rem !important}.pt-md{padding-top:1.5rem !important}.pl-md{padding-left:1.5rem !important}.pr-md{padding-right:1.5rem !important}.pb-md{padding-bottom:1.5rem !important}.py-md{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px-md{padding-left:1.5rem !important;padding-right:1.5rem !important}}@media screen and (min-width: 1440px){.m-lg{margin:1.5rem !important}.mt-lg{margin-top:1.5rem !important}.ml-lg{margin-left:1.5rem !important}.mr-lg{margin-right:1.5rem !important}.mb-lg{margin-bottom:1.5rem !important}.my-lg{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx-lg{margin-left:1.5rem !important;margin-right:1.5rem !important}}@media screen and (min-width: 1440px){.p-lg{padding:1.5rem !important}.pt-lg{padding-top:1.5rem !important}.pl-lg{padding-left:1.5rem !important}.pr-lg{padding-right:1.5rem !important}.pb-lg{padding-bottom:1.5rem !important}.py-lg{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px-lg{padding-left:1.5rem !important;padding-right:1.5rem !important}}@media screen and (min-width: 2561px){.m-xl{margin:1.5rem !important}.mt-xl{margin-top:1.5rem !important}.ml-xl{margin-left:1.5rem !important}.mr-xl{margin-right:1.5rem !important}.mb-xl{margin-bottom:1.5rem !important}.my-xl{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mx-xl{margin-left:1.5rem !important;margin-right:1.5rem !important}}@media screen and (min-width: 2561px){.p-xl{padding:1.5rem !important}.pt-xl{padding-top:1.5rem !important}.pl-xl{padding-left:1.5rem !important}.pr-xl{padding-right:1.5rem !important}.pb-xl{padding-bottom:1.5rem !important}.py-xl{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.px-xl{padding-left:1.5rem !important;padding-right:1.5rem !important}}@media screen and (min-width: 600px){.m-0-sm{margin:0 !important}.mt-0-sm{margin-top:0 !important}.ml-0-sm{margin-left:0 !important}.mr-0-sm{margin-right:0 !important}.mb-0-sm{margin-bottom:0 !important}.my-0-sm{margin-top:0 !important;margin-bottom:0 !important}.mx-0-sm{margin-left:0 !important;margin-right:0 !important}}@media screen and (min-width: 600px){.m-d6-sm{margin:.25rem !important}.mt-d6-sm{margin-top:.25rem !important}.ml-d6-sm{margin-left:.25rem !important}.mr-d6-sm{margin-right:.25rem !important}.mb-d6-sm{margin-bottom:.25rem !important}.my-d6-sm{margin-top:.25rem !important;margin-bottom:.25rem !important}.mx-d6-sm{margin-left:.25rem !important;margin-right:.25rem !important}}@media screen and (min-width: 600px){.m-d5-sm{margin:.3rem !important}.mt-d5-sm{margin-top:.3rem !important}.ml-d5-sm{margin-left:.3rem !important}.mr-d5-sm{margin-right:.3rem !important}.mb-d5-sm{margin-bottom:.3rem !important}.my-d5-sm{margin-top:.3rem !important;margin-bottom:.3rem !important}.mx-d5-sm{margin-left:.3rem !important;margin-right:.3rem !important}}@media screen and (min-width: 600px){.m-d4-sm{margin:.375rem !important}.mt-d4-sm{margin-top:.375rem !important}.ml-d4-sm{margin-left:.375rem !important}.mr-d4-sm{margin-right:.375rem !important}.mb-d4-sm{margin-bottom:.375rem !important}.my-d4-sm{margin-top:.375rem !important;margin-bottom:.375rem !important}.mx-d4-sm{margin-left:.375rem !important;margin-right:.375rem !important}}@media screen and (min-width: 600px){.m-d3-sm{margin:.5rem !important}.mt-d3-sm{margin-top:.5rem !important}.ml-d3-sm{margin-left:.5rem !important}.mr-d3-sm{margin-right:.5rem !important}.mb-d3-sm{margin-bottom:.5rem !important}.my-d3-sm{margin-top:.5rem !important;margin-bottom:.5rem !important}.mx-d3-sm{margin-left:.5rem !important;margin-right:.5rem !important}}@media screen and (min-width: 600px){.m-d2-sm{margin:.75rem !important}.mt-d2-sm{margin-top:.75rem !important}.ml-d2-sm{margin-left:.75rem !important}.mr-d2-sm{margin-right:.75rem !important}.mb-d2-sm{margin-bottom:.75rem !important}.my-d2-sm{margin-top:.75rem !important;margin-bottom:.75rem !important}.mx-d2-sm{margin-left:.75rem !important;margin-right:.75rem !important}}@media screen and (min-width: 600px){.m-d1-2-sm{margin:1rem !important}.mt-d1-2-sm{margin-top:1rem !important}.ml-d1-2-sm{margin-left:1rem !important}.mr-d1-2-sm{margin-right:1rem !important}.mb-d1-2-sm{margin-bottom:1rem !important}.my-d1-2-sm{margin-top:1rem !important;margin-bottom:1rem !important}.mx-d1-2-sm{margin-left:1rem !important;margin-right:1rem !important}}@media screen and (min-width: 600px){.m-x1-2-sm{margin:2.25rem !important}.mt-x1-2-sm{margin-top:2.25rem !important}.ml-x1-2-sm{margin-left:2.25rem !important}.mr-x1-2-sm{margin-right:2.25rem !important}.mb-x1-2-sm{margin-bottom:2.25rem !important}.my-x1-2-sm{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mx-x1-2-sm{margin-left:2.25rem !important;margin-right:2.25rem !important}}@media screen and (min-width: 600px){.m-x2-sm{margin:3rem !important}.mt-x2-sm{margin-top:3rem !important}.ml-x2-sm{margin-left:3rem !important}.mr-x2-sm{margin-right:3rem !important}.mb-x2-sm{margin-bottom:3rem !important}.my-x2-sm{margin-top:3rem !important;margin-bottom:3rem !important}.mx-x2-sm{margin-left:3rem !important;margin-right:3rem !important}}@media screen and (min-width: 600px){.m-x3-sm{margin:4.5rem !important}.mt-x3-sm{margin-top:4.5rem !important}.ml-x3-sm{margin-left:4.5rem !important}.mr-x3-sm{margin-right:4.5rem !important}.mb-x3-sm{margin-bottom:4.5rem !important}.my-x3-sm{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mx-x3-sm{margin-left:4.5rem !important;margin-right:4.5rem !important}}@media screen and (min-width: 600px){.m-x4-sm{margin:6rem !important}.mt-x4-sm{margin-top:6rem !important}.ml-x4-sm{margin-left:6rem !important}.mr-x4-sm{margin-right:6rem !important}.mb-x4-sm{margin-bottom:6rem !important}.my-x4-sm{margin-top:6rem !important;margin-bottom:6rem !important}.mx-x4-sm{margin-left:6rem !important;margin-right:6rem !important}}@media screen and (min-width: 600px){.m-x5-sm{margin:7.5rem !important}.mt-x5-sm{margin-top:7.5rem !important}.ml-x5-sm{margin-left:7.5rem !important}.mr-x5-sm{margin-right:7.5rem !important}.mb-x5-sm{margin-bottom:7.5rem !important}.my-x5-sm{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.mx-x5-sm{margin-left:7.5rem !important;margin-right:7.5rem !important}}@media screen and (min-width: 600px){.m-x6-sm{margin:9rem !important}.mt-x6-sm{margin-top:9rem !important}.ml-x6-sm{margin-left:9rem !important}.mr-x6-sm{margin-right:9rem !important}.mb-x6-sm{margin-bottom:9rem !important}.my-x6-sm{margin-top:9rem !important;margin-bottom:9rem !important}.mx-x6-sm{margin-left:9rem !important;margin-right:9rem !important}}@media screen and (min-width: 600px){.p-0-sm{padding:0 !important}.pt-0-sm{padding-top:0 !important}.pl-0-sm{padding-left:0 !important}.pr-0-sm{padding-right:0 !important}.pb-0-sm{padding-bottom:0 !important}.py-0-sm{padding-top:0 !important;padding-bottom:0 !important}.px-0-sm{padding-left:0 !important;padding-right:0 !important}}@media screen and (min-width: 600px){.p-d6-sm{padding:.25rem !important}.pt-d6-sm{padding-top:.25rem !important}.pl-d6-sm{padding-left:.25rem !important}.pr-d6-sm{padding-right:.25rem !important}.pb-d6-sm{padding-bottom:.25rem !important}.py-d6-sm{padding-top:.25rem !important;padding-bottom:.25rem !important}.px-d6-sm{padding-left:.25rem !important;padding-right:.25rem !important}}@media screen and (min-width: 600px){.p-d5-sm{padding:.3rem !important}.pt-d5-sm{padding-top:.3rem !important}.pl-d5-sm{padding-left:.3rem !important}.pr-d5-sm{padding-right:.3rem !important}.pb-d5-sm{padding-bottom:.3rem !important}.py-d5-sm{padding-top:.3rem !important;padding-bottom:.3rem !important}.px-d5-sm{padding-left:.3rem !important;padding-right:.3rem !important}}@media screen and (min-width: 600px){.p-d4-sm{padding:.375rem !important}.pt-d4-sm{padding-top:.375rem !important}.pl-d4-sm{padding-left:.375rem !important}.pr-d4-sm{padding-right:.375rem !important}.pb-d4-sm{padding-bottom:.375rem !important}.py-d4-sm{padding-top:.375rem !important;padding-bottom:.375rem !important}.px-d4-sm{padding-left:.375rem !important;padding-right:.375rem !important}}@media screen and (min-width: 600px){.p-d3-sm{padding:.5rem !important}.pt-d3-sm{padding-top:.5rem !important}.pl-d3-sm{padding-left:.5rem !important}.pr-d3-sm{padding-right:.5rem !important}.pb-d3-sm{padding-bottom:.5rem !important}.py-d3-sm{padding-top:.5rem !important;padding-bottom:.5rem !important}.px-d3-sm{padding-left:.5rem !important;padding-right:.5rem !important}}@media screen and (min-width: 600px){.p-d2-sm{padding:.75rem !important}.pt-d2-sm{padding-top:.75rem !important}.pl-d2-sm{padding-left:.75rem !important}.pr-d2-sm{padding-right:.75rem !important}.pb-d2-sm{padding-bottom:.75rem !important}.py-d2-sm{padding-top:.75rem !important;padding-bottom:.75rem !important}.px-d2-sm{padding-left:.75rem !important;padding-right:.75rem !important}}@media screen and (min-width: 600px){.p-d1-2-sm{padding:1rem !important}.pt-d1-2-sm{padding-top:1rem !important}.pl-d1-2-sm{padding-left:1rem !important}.pr-d1-2-sm{padding-right:1rem !important}.pb-d1-2-sm{padding-bottom:1rem !important}.py-d1-2-sm{padding-top:1rem !important;padding-bottom:1rem !important}.px-d1-2-sm{padding-left:1rem !important;padding-right:1rem !important}}@media screen and (min-width: 600px){.p-x1-2-sm{padding:2.25rem !important}.pt-x1-2-sm{padding-top:2.25rem !important}.pl-x1-2-sm{padding-left:2.25rem !important}.pr-x1-2-sm{padding-right:2.25rem !important}.pb-x1-2-sm{padding-bottom:2.25rem !important}.py-x1-2-sm{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.px-x1-2-sm{padding-left:2.25rem !important;padding-right:2.25rem !important}}@media screen and (min-width: 600px){.p-x2-sm{padding:3rem !important}.pt-x2-sm{padding-top:3rem !important}.pl-x2-sm{padding-left:3rem !important}.pr-x2-sm{padding-right:3rem !important}.pb-x2-sm{padding-bottom:3rem !important}.py-x2-sm{padding-top:3rem !important;padding-bottom:3rem !important}.px-x2-sm{padding-left:3rem !important;padding-right:3rem !important}}@media screen and (min-width: 600px){.p-x3-sm{padding:4.5rem !important}.pt-x3-sm{padding-top:4.5rem !important}.pl-x3-sm{padding-left:4.5rem !important}.pr-x3-sm{padding-right:4.5rem !important}.pb-x3-sm{padding-bottom:4.5rem !important}.py-x3-sm{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.px-x3-sm{padding-left:4.5rem !important;padding-right:4.5rem !important}}@media screen and (min-width: 600px){.p-x4-sm{padding:6rem !important}.pt-x4-sm{padding-top:6rem !important}.pl-x4-sm{padding-left:6rem !important}.pr-x4-sm{padding-right:6rem !important}.pb-x4-sm{padding-bottom:6rem !important}.py-x4-sm{padding-top:6rem !important;padding-bottom:6rem !important}.px-x4-sm{padding-left:6rem !important;padding-right:6rem !important}}@media screen and (min-width: 600px){.p-x5-sm{padding:7.5rem !important}.pt-x5-sm{padding-top:7.5rem !important}.pl-x5-sm{padding-left:7.5rem !important}.pr-x5-sm{padding-right:7.5rem !important}.pb-x5-sm{padding-bottom:7.5rem !important}.py-x5-sm{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.px-x5-sm{padding-left:7.5rem !important;padding-right:7.5rem !important}}@media screen and (min-width: 600px){.p-x6-sm{padding:9rem !important}.pt-x6-sm{padding-top:9rem !important}.pl-x6-sm{padding-left:9rem !important}.pr-x6-sm{padding-right:9rem !important}.pb-x6-sm{padding-bottom:9rem !important}.py-x6-sm{padding-top:9rem !important;padding-bottom:9rem !important}.px-x6-sm{padding-left:9rem !important;padding-right:9rem !important}}@media screen and (min-width: 1024px){.m-0-md{margin:0 !important}.mt-0-md{margin-top:0 !important}.ml-0-md{margin-left:0 !important}.mr-0-md{margin-right:0 !important}.mb-0-md{margin-bottom:0 !important}.my-0-md{margin-top:0 !important;margin-bottom:0 !important}.mx-0-md{margin-left:0 !important;margin-right:0 !important}}@media screen and (min-width: 1024px){.m-d6-md{margin:.25rem !important}.mt-d6-md{margin-top:.25rem !important}.ml-d6-md{margin-left:.25rem !important}.mr-d6-md{margin-right:.25rem !important}.mb-d6-md{margin-bottom:.25rem !important}.my-d6-md{margin-top:.25rem !important;margin-bottom:.25rem !important}.mx-d6-md{margin-left:.25rem !important;margin-right:.25rem !important}}@media screen and (min-width: 1024px){.m-d5-md{margin:.3rem !important}.mt-d5-md{margin-top:.3rem !important}.ml-d5-md{margin-left:.3rem !important}.mr-d5-md{margin-right:.3rem !important}.mb-d5-md{margin-bottom:.3rem !important}.my-d5-md{margin-top:.3rem !important;margin-bottom:.3rem !important}.mx-d5-md{margin-left:.3rem !important;margin-right:.3rem !important}}@media screen and (min-width: 1024px){.m-d4-md{margin:.375rem !important}.mt-d4-md{margin-top:.375rem !important}.ml-d4-md{margin-left:.375rem !important}.mr-d4-md{margin-right:.375rem !important}.mb-d4-md{margin-bottom:.375rem !important}.my-d4-md{margin-top:.375rem !important;margin-bottom:.375rem !important}.mx-d4-md{margin-left:.375rem !important;margin-right:.375rem !important}}@media screen and (min-width: 1024px){.m-d3-md{margin:.5rem !important}.mt-d3-md{margin-top:.5rem !important}.ml-d3-md{margin-left:.5rem !important}.mr-d3-md{margin-right:.5rem !important}.mb-d3-md{margin-bottom:.5rem !important}.my-d3-md{margin-top:.5rem !important;margin-bottom:.5rem !important}.mx-d3-md{margin-left:.5rem !important;margin-right:.5rem !important}}@media screen and (min-width: 1024px){.m-d2-md{margin:.75rem !important}.mt-d2-md{margin-top:.75rem !important}.ml-d2-md{margin-left:.75rem !important}.mr-d2-md{margin-right:.75rem !important}.mb-d2-md{margin-bottom:.75rem !important}.my-d2-md{margin-top:.75rem !important;margin-bottom:.75rem !important}.mx-d2-md{margin-left:.75rem !important;margin-right:.75rem !important}}@media screen and (min-width: 1024px){.m-d1-2-md{margin:1rem !important}.mt-d1-2-md{margin-top:1rem !important}.ml-d1-2-md{margin-left:1rem !important}.mr-d1-2-md{margin-right:1rem !important}.mb-d1-2-md{margin-bottom:1rem !important}.my-d1-2-md{margin-top:1rem !important;margin-bottom:1rem !important}.mx-d1-2-md{margin-left:1rem !important;margin-right:1rem !important}}@media screen and (min-width: 1024px){.m-x1-2-md{margin:2.25rem !important}.mt-x1-2-md{margin-top:2.25rem !important}.ml-x1-2-md{margin-left:2.25rem !important}.mr-x1-2-md{margin-right:2.25rem !important}.mb-x1-2-md{margin-bottom:2.25rem !important}.my-x1-2-md{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mx-x1-2-md{margin-left:2.25rem !important;margin-right:2.25rem !important}}@media screen and (min-width: 1024px){.m-x2-md{margin:3rem !important}.mt-x2-md{margin-top:3rem !important}.ml-x2-md{margin-left:3rem !important}.mr-x2-md{margin-right:3rem !important}.mb-x2-md{margin-bottom:3rem !important}.my-x2-md{margin-top:3rem !important;margin-bottom:3rem !important}.mx-x2-md{margin-left:3rem !important;margin-right:3rem !important}}@media screen and (min-width: 1024px){.m-x3-md{margin:4.5rem !important}.mt-x3-md{margin-top:4.5rem !important}.ml-x3-md{margin-left:4.5rem !important}.mr-x3-md{margin-right:4.5rem !important}.mb-x3-md{margin-bottom:4.5rem !important}.my-x3-md{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mx-x3-md{margin-left:4.5rem !important;margin-right:4.5rem !important}}@media screen and (min-width: 1024px){.m-x4-md{margin:6rem !important}.mt-x4-md{margin-top:6rem !important}.ml-x4-md{margin-left:6rem !important}.mr-x4-md{margin-right:6rem !important}.mb-x4-md{margin-bottom:6rem !important}.my-x4-md{margin-top:6rem !important;margin-bottom:6rem !important}.mx-x4-md{margin-left:6rem !important;margin-right:6rem !important}}@media screen and (min-width: 1024px){.m-x5-md{margin:7.5rem !important}.mt-x5-md{margin-top:7.5rem !important}.ml-x5-md{margin-left:7.5rem !important}.mr-x5-md{margin-right:7.5rem !important}.mb-x5-md{margin-bottom:7.5rem !important}.my-x5-md{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.mx-x5-md{margin-left:7.5rem !important;margin-right:7.5rem !important}}@media screen and (min-width: 1024px){.m-x6-md{margin:9rem !important}.mt-x6-md{margin-top:9rem !important}.ml-x6-md{margin-left:9rem !important}.mr-x6-md{margin-right:9rem !important}.mb-x6-md{margin-bottom:9rem !important}.my-x6-md{margin-top:9rem !important;margin-bottom:9rem !important}.mx-x6-md{margin-left:9rem !important;margin-right:9rem !important}}@media screen and (min-width: 1024px){.p-0-md{padding:0 !important}.pt-0-md{padding-top:0 !important}.pl-0-md{padding-left:0 !important}.pr-0-md{padding-right:0 !important}.pb-0-md{padding-bottom:0 !important}.py-0-md{padding-top:0 !important;padding-bottom:0 !important}.px-0-md{padding-left:0 !important;padding-right:0 !important}}@media screen and (min-width: 1024px){.p-d6-md{padding:.25rem !important}.pt-d6-md{padding-top:.25rem !important}.pl-d6-md{padding-left:.25rem !important}.pr-d6-md{padding-right:.25rem !important}.pb-d6-md{padding-bottom:.25rem !important}.py-d6-md{padding-top:.25rem !important;padding-bottom:.25rem !important}.px-d6-md{padding-left:.25rem !important;padding-right:.25rem !important}}@media screen and (min-width: 1024px){.p-d5-md{padding:.3rem !important}.pt-d5-md{padding-top:.3rem !important}.pl-d5-md{padding-left:.3rem !important}.pr-d5-md{padding-right:.3rem !important}.pb-d5-md{padding-bottom:.3rem !important}.py-d5-md{padding-top:.3rem !important;padding-bottom:.3rem !important}.px-d5-md{padding-left:.3rem !important;padding-right:.3rem !important}}@media screen and (min-width: 1024px){.p-d4-md{padding:.375rem !important}.pt-d4-md{padding-top:.375rem !important}.pl-d4-md{padding-left:.375rem !important}.pr-d4-md{padding-right:.375rem !important}.pb-d4-md{padding-bottom:.375rem !important}.py-d4-md{padding-top:.375rem !important;padding-bottom:.375rem !important}.px-d4-md{padding-left:.375rem !important;padding-right:.375rem !important}}@media screen and (min-width: 1024px){.p-d3-md{padding:.5rem !important}.pt-d3-md{padding-top:.5rem !important}.pl-d3-md{padding-left:.5rem !important}.pr-d3-md{padding-right:.5rem !important}.pb-d3-md{padding-bottom:.5rem !important}.py-d3-md{padding-top:.5rem !important;padding-bottom:.5rem !important}.px-d3-md{padding-left:.5rem !important;padding-right:.5rem !important}}@media screen and (min-width: 1024px){.p-d2-md{padding:.75rem !important}.pt-d2-md{padding-top:.75rem !important}.pl-d2-md{padding-left:.75rem !important}.pr-d2-md{padding-right:.75rem !important}.pb-d2-md{padding-bottom:.75rem !important}.py-d2-md{padding-top:.75rem !important;padding-bottom:.75rem !important}.px-d2-md{padding-left:.75rem !important;padding-right:.75rem !important}}@media screen and (min-width: 1024px){.p-d1-2-md{padding:1rem !important}.pt-d1-2-md{padding-top:1rem !important}.pl-d1-2-md{padding-left:1rem !important}.pr-d1-2-md{padding-right:1rem !important}.pb-d1-2-md{padding-bottom:1rem !important}.py-d1-2-md{padding-top:1rem !important;padding-bottom:1rem !important}.px-d1-2-md{padding-left:1rem !important;padding-right:1rem !important}}@media screen and (min-width: 1024px){.p-x1-2-md{padding:2.25rem !important}.pt-x1-2-md{padding-top:2.25rem !important}.pl-x1-2-md{padding-left:2.25rem !important}.pr-x1-2-md{padding-right:2.25rem !important}.pb-x1-2-md{padding-bottom:2.25rem !important}.py-x1-2-md{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.px-x1-2-md{padding-left:2.25rem !important;padding-right:2.25rem !important}}@media screen and (min-width: 1024px){.p-x2-md{padding:3rem !important}.pt-x2-md{padding-top:3rem !important}.pl-x2-md{padding-left:3rem !important}.pr-x2-md{padding-right:3rem !important}.pb-x2-md{padding-bottom:3rem !important}.py-x2-md{padding-top:3rem !important;padding-bottom:3rem !important}.px-x2-md{padding-left:3rem !important;padding-right:3rem !important}}@media screen and (min-width: 1024px){.p-x3-md{padding:4.5rem !important}.pt-x3-md{padding-top:4.5rem !important}.pl-x3-md{padding-left:4.5rem !important}.pr-x3-md{padding-right:4.5rem !important}.pb-x3-md{padding-bottom:4.5rem !important}.py-x3-md{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.px-x3-md{padding-left:4.5rem !important;padding-right:4.5rem !important}}@media screen and (min-width: 1024px){.p-x4-md{padding:6rem !important}.pt-x4-md{padding-top:6rem !important}.pl-x4-md{padding-left:6rem !important}.pr-x4-md{padding-right:6rem !important}.pb-x4-md{padding-bottom:6rem !important}.py-x4-md{padding-top:6rem !important;padding-bottom:6rem !important}.px-x4-md{padding-left:6rem !important;padding-right:6rem !important}}@media screen and (min-width: 1024px){.p-x5-md{padding:7.5rem !important}.pt-x5-md{padding-top:7.5rem !important}.pl-x5-md{padding-left:7.5rem !important}.pr-x5-md{padding-right:7.5rem !important}.pb-x5-md{padding-bottom:7.5rem !important}.py-x5-md{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.px-x5-md{padding-left:7.5rem !important;padding-right:7.5rem !important}}@media screen and (min-width: 1024px){.p-x6-md{padding:9rem !important}.pt-x6-md{padding-top:9rem !important}.pl-x6-md{padding-left:9rem !important}.pr-x6-md{padding-right:9rem !important}.pb-x6-md{padding-bottom:9rem !important}.py-x6-md{padding-top:9rem !important;padding-bottom:9rem !important}.px-x6-md{padding-left:9rem !important;padding-right:9rem !important}}@media screen and (min-width: 1440px){.m-0-lg{margin:0 !important}.mt-0-lg{margin-top:0 !important}.ml-0-lg{margin-left:0 !important}.mr-0-lg{margin-right:0 !important}.mb-0-lg{margin-bottom:0 !important}.my-0-lg{margin-top:0 !important;margin-bottom:0 !important}.mx-0-lg{margin-left:0 !important;margin-right:0 !important}}@media screen and (min-width: 1440px){.m-d6-lg{margin:.25rem !important}.mt-d6-lg{margin-top:.25rem !important}.ml-d6-lg{margin-left:.25rem !important}.mr-d6-lg{margin-right:.25rem !important}.mb-d6-lg{margin-bottom:.25rem !important}.my-d6-lg{margin-top:.25rem !important;margin-bottom:.25rem !important}.mx-d6-lg{margin-left:.25rem !important;margin-right:.25rem !important}}@media screen and (min-width: 1440px){.m-d5-lg{margin:.3rem !important}.mt-d5-lg{margin-top:.3rem !important}.ml-d5-lg{margin-left:.3rem !important}.mr-d5-lg{margin-right:.3rem !important}.mb-d5-lg{margin-bottom:.3rem !important}.my-d5-lg{margin-top:.3rem !important;margin-bottom:.3rem !important}.mx-d5-lg{margin-left:.3rem !important;margin-right:.3rem !important}}@media screen and (min-width: 1440px){.m-d4-lg{margin:.375rem !important}.mt-d4-lg{margin-top:.375rem !important}.ml-d4-lg{margin-left:.375rem !important}.mr-d4-lg{margin-right:.375rem !important}.mb-d4-lg{margin-bottom:.375rem !important}.my-d4-lg{margin-top:.375rem !important;margin-bottom:.375rem !important}.mx-d4-lg{margin-left:.375rem !important;margin-right:.375rem !important}}@media screen and (min-width: 1440px){.m-d3-lg{margin:.5rem !important}.mt-d3-lg{margin-top:.5rem !important}.ml-d3-lg{margin-left:.5rem !important}.mr-d3-lg{margin-right:.5rem !important}.mb-d3-lg{margin-bottom:.5rem !important}.my-d3-lg{margin-top:.5rem !important;margin-bottom:.5rem !important}.mx-d3-lg{margin-left:.5rem !important;margin-right:.5rem !important}}@media screen and (min-width: 1440px){.m-d2-lg{margin:.75rem !important}.mt-d2-lg{margin-top:.75rem !important}.ml-d2-lg{margin-left:.75rem !important}.mr-d2-lg{margin-right:.75rem !important}.mb-d2-lg{margin-bottom:.75rem !important}.my-d2-lg{margin-top:.75rem !important;margin-bottom:.75rem !important}.mx-d2-lg{margin-left:.75rem !important;margin-right:.75rem !important}}@media screen and (min-width: 1440px){.m-d1-2-lg{margin:1rem !important}.mt-d1-2-lg{margin-top:1rem !important}.ml-d1-2-lg{margin-left:1rem !important}.mr-d1-2-lg{margin-right:1rem !important}.mb-d1-2-lg{margin-bottom:1rem !important}.my-d1-2-lg{margin-top:1rem !important;margin-bottom:1rem !important}.mx-d1-2-lg{margin-left:1rem !important;margin-right:1rem !important}}@media screen and (min-width: 1440px){.m-x1-2-lg{margin:2.25rem !important}.mt-x1-2-lg{margin-top:2.25rem !important}.ml-x1-2-lg{margin-left:2.25rem !important}.mr-x1-2-lg{margin-right:2.25rem !important}.mb-x1-2-lg{margin-bottom:2.25rem !important}.my-x1-2-lg{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mx-x1-2-lg{margin-left:2.25rem !important;margin-right:2.25rem !important}}@media screen and (min-width: 1440px){.m-x2-lg{margin:3rem !important}.mt-x2-lg{margin-top:3rem !important}.ml-x2-lg{margin-left:3rem !important}.mr-x2-lg{margin-right:3rem !important}.mb-x2-lg{margin-bottom:3rem !important}.my-x2-lg{margin-top:3rem !important;margin-bottom:3rem !important}.mx-x2-lg{margin-left:3rem !important;margin-right:3rem !important}}@media screen and (min-width: 1440px){.m-x3-lg{margin:4.5rem !important}.mt-x3-lg{margin-top:4.5rem !important}.ml-x3-lg{margin-left:4.5rem !important}.mr-x3-lg{margin-right:4.5rem !important}.mb-x3-lg{margin-bottom:4.5rem !important}.my-x3-lg{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mx-x3-lg{margin-left:4.5rem !important;margin-right:4.5rem !important}}@media screen and (min-width: 1440px){.m-x4-lg{margin:6rem !important}.mt-x4-lg{margin-top:6rem !important}.ml-x4-lg{margin-left:6rem !important}.mr-x4-lg{margin-right:6rem !important}.mb-x4-lg{margin-bottom:6rem !important}.my-x4-lg{margin-top:6rem !important;margin-bottom:6rem !important}.mx-x4-lg{margin-left:6rem !important;margin-right:6rem !important}}@media screen and (min-width: 1440px){.m-x5-lg{margin:7.5rem !important}.mt-x5-lg{margin-top:7.5rem !important}.ml-x5-lg{margin-left:7.5rem !important}.mr-x5-lg{margin-right:7.5rem !important}.mb-x5-lg{margin-bottom:7.5rem !important}.my-x5-lg{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.mx-x5-lg{margin-left:7.5rem !important;margin-right:7.5rem !important}}@media screen and (min-width: 1440px){.m-x6-lg{margin:9rem !important}.mt-x6-lg{margin-top:9rem !important}.ml-x6-lg{margin-left:9rem !important}.mr-x6-lg{margin-right:9rem !important}.mb-x6-lg{margin-bottom:9rem !important}.my-x6-lg{margin-top:9rem !important;margin-bottom:9rem !important}.mx-x6-lg{margin-left:9rem !important;margin-right:9rem !important}}@media screen and (min-width: 1440px){.p-0-lg{padding:0 !important}.pt-0-lg{padding-top:0 !important}.pl-0-lg{padding-left:0 !important}.pr-0-lg{padding-right:0 !important}.pb-0-lg{padding-bottom:0 !important}.py-0-lg{padding-top:0 !important;padding-bottom:0 !important}.px-0-lg{padding-left:0 !important;padding-right:0 !important}}@media screen and (min-width: 1440px){.p-d6-lg{padding:.25rem !important}.pt-d6-lg{padding-top:.25rem !important}.pl-d6-lg{padding-left:.25rem !important}.pr-d6-lg{padding-right:.25rem !important}.pb-d6-lg{padding-bottom:.25rem !important}.py-d6-lg{padding-top:.25rem !important;padding-bottom:.25rem !important}.px-d6-lg{padding-left:.25rem !important;padding-right:.25rem !important}}@media screen and (min-width: 1440px){.p-d5-lg{padding:.3rem !important}.pt-d5-lg{padding-top:.3rem !important}.pl-d5-lg{padding-left:.3rem !important}.pr-d5-lg{padding-right:.3rem !important}.pb-d5-lg{padding-bottom:.3rem !important}.py-d5-lg{padding-top:.3rem !important;padding-bottom:.3rem !important}.px-d5-lg{padding-left:.3rem !important;padding-right:.3rem !important}}@media screen and (min-width: 1440px){.p-d4-lg{padding:.375rem !important}.pt-d4-lg{padding-top:.375rem !important}.pl-d4-lg{padding-left:.375rem !important}.pr-d4-lg{padding-right:.375rem !important}.pb-d4-lg{padding-bottom:.375rem !important}.py-d4-lg{padding-top:.375rem !important;padding-bottom:.375rem !important}.px-d4-lg{padding-left:.375rem !important;padding-right:.375rem !important}}@media screen and (min-width: 1440px){.p-d3-lg{padding:.5rem !important}.pt-d3-lg{padding-top:.5rem !important}.pl-d3-lg{padding-left:.5rem !important}.pr-d3-lg{padding-right:.5rem !important}.pb-d3-lg{padding-bottom:.5rem !important}.py-d3-lg{padding-top:.5rem !important;padding-bottom:.5rem !important}.px-d3-lg{padding-left:.5rem !important;padding-right:.5rem !important}}@media screen and (min-width: 1440px){.p-d2-lg{padding:.75rem !important}.pt-d2-lg{padding-top:.75rem !important}.pl-d2-lg{padding-left:.75rem !important}.pr-d2-lg{padding-right:.75rem !important}.pb-d2-lg{padding-bottom:.75rem !important}.py-d2-lg{padding-top:.75rem !important;padding-bottom:.75rem !important}.px-d2-lg{padding-left:.75rem !important;padding-right:.75rem !important}}@media screen and (min-width: 1440px){.p-d1-2-lg{padding:1rem !important}.pt-d1-2-lg{padding-top:1rem !important}.pl-d1-2-lg{padding-left:1rem !important}.pr-d1-2-lg{padding-right:1rem !important}.pb-d1-2-lg{padding-bottom:1rem !important}.py-d1-2-lg{padding-top:1rem !important;padding-bottom:1rem !important}.px-d1-2-lg{padding-left:1rem !important;padding-right:1rem !important}}@media screen and (min-width: 1440px){.p-x1-2-lg{padding:2.25rem !important}.pt-x1-2-lg{padding-top:2.25rem !important}.pl-x1-2-lg{padding-left:2.25rem !important}.pr-x1-2-lg{padding-right:2.25rem !important}.pb-x1-2-lg{padding-bottom:2.25rem !important}.py-x1-2-lg{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.px-x1-2-lg{padding-left:2.25rem !important;padding-right:2.25rem !important}}@media screen and (min-width: 1440px){.p-x2-lg{padding:3rem !important}.pt-x2-lg{padding-top:3rem !important}.pl-x2-lg{padding-left:3rem !important}.pr-x2-lg{padding-right:3rem !important}.pb-x2-lg{padding-bottom:3rem !important}.py-x2-lg{padding-top:3rem !important;padding-bottom:3rem !important}.px-x2-lg{padding-left:3rem !important;padding-right:3rem !important}}@media screen and (min-width: 1440px){.p-x3-lg{padding:4.5rem !important}.pt-x3-lg{padding-top:4.5rem !important}.pl-x3-lg{padding-left:4.5rem !important}.pr-x3-lg{padding-right:4.5rem !important}.pb-x3-lg{padding-bottom:4.5rem !important}.py-x3-lg{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.px-x3-lg{padding-left:4.5rem !important;padding-right:4.5rem !important}}@media screen and (min-width: 1440px){.p-x4-lg{padding:6rem !important}.pt-x4-lg{padding-top:6rem !important}.pl-x4-lg{padding-left:6rem !important}.pr-x4-lg{padding-right:6rem !important}.pb-x4-lg{padding-bottom:6rem !important}.py-x4-lg{padding-top:6rem !important;padding-bottom:6rem !important}.px-x4-lg{padding-left:6rem !important;padding-right:6rem !important}}@media screen and (min-width: 1440px){.p-x5-lg{padding:7.5rem !important}.pt-x5-lg{padding-top:7.5rem !important}.pl-x5-lg{padding-left:7.5rem !important}.pr-x5-lg{padding-right:7.5rem !important}.pb-x5-lg{padding-bottom:7.5rem !important}.py-x5-lg{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.px-x5-lg{padding-left:7.5rem !important;padding-right:7.5rem !important}}@media screen and (min-width: 1440px){.p-x6-lg{padding:9rem !important}.pt-x6-lg{padding-top:9rem !important}.pl-x6-lg{padding-left:9rem !important}.pr-x6-lg{padding-right:9rem !important}.pb-x6-lg{padding-bottom:9rem !important}.py-x6-lg{padding-top:9rem !important;padding-bottom:9rem !important}.px-x6-lg{padding-left:9rem !important;padding-right:9rem !important}}@media screen and (min-width: 2561px){.m-0-xl{margin:0 !important}.mt-0-xl{margin-top:0 !important}.ml-0-xl{margin-left:0 !important}.mr-0-xl{margin-right:0 !important}.mb-0-xl{margin-bottom:0 !important}.my-0-xl{margin-top:0 !important;margin-bottom:0 !important}.mx-0-xl{margin-left:0 !important;margin-right:0 !important}}@media screen and (min-width: 2561px){.m-d6-xl{margin:.25rem !important}.mt-d6-xl{margin-top:.25rem !important}.ml-d6-xl{margin-left:.25rem !important}.mr-d6-xl{margin-right:.25rem !important}.mb-d6-xl{margin-bottom:.25rem !important}.my-d6-xl{margin-top:.25rem !important;margin-bottom:.25rem !important}.mx-d6-xl{margin-left:.25rem !important;margin-right:.25rem !important}}@media screen and (min-width: 2561px){.m-d5-xl{margin:.3rem !important}.mt-d5-xl{margin-top:.3rem !important}.ml-d5-xl{margin-left:.3rem !important}.mr-d5-xl{margin-right:.3rem !important}.mb-d5-xl{margin-bottom:.3rem !important}.my-d5-xl{margin-top:.3rem !important;margin-bottom:.3rem !important}.mx-d5-xl{margin-left:.3rem !important;margin-right:.3rem !important}}@media screen and (min-width: 2561px){.m-d4-xl{margin:.375rem !important}.mt-d4-xl{margin-top:.375rem !important}.ml-d4-xl{margin-left:.375rem !important}.mr-d4-xl{margin-right:.375rem !important}.mb-d4-xl{margin-bottom:.375rem !important}.my-d4-xl{margin-top:.375rem !important;margin-bottom:.375rem !important}.mx-d4-xl{margin-left:.375rem !important;margin-right:.375rem !important}}@media screen and (min-width: 2561px){.m-d3-xl{margin:.5rem !important}.mt-d3-xl{margin-top:.5rem !important}.ml-d3-xl{margin-left:.5rem !important}.mr-d3-xl{margin-right:.5rem !important}.mb-d3-xl{margin-bottom:.5rem !important}.my-d3-xl{margin-top:.5rem !important;margin-bottom:.5rem !important}.mx-d3-xl{margin-left:.5rem !important;margin-right:.5rem !important}}@media screen and (min-width: 2561px){.m-d2-xl{margin:.75rem !important}.mt-d2-xl{margin-top:.75rem !important}.ml-d2-xl{margin-left:.75rem !important}.mr-d2-xl{margin-right:.75rem !important}.mb-d2-xl{margin-bottom:.75rem !important}.my-d2-xl{margin-top:.75rem !important;margin-bottom:.75rem !important}.mx-d2-xl{margin-left:.75rem !important;margin-right:.75rem !important}}@media screen and (min-width: 2561px){.m-d1-2-xl{margin:1rem !important}.mt-d1-2-xl{margin-top:1rem !important}.ml-d1-2-xl{margin-left:1rem !important}.mr-d1-2-xl{margin-right:1rem !important}.mb-d1-2-xl{margin-bottom:1rem !important}.my-d1-2-xl{margin-top:1rem !important;margin-bottom:1rem !important}.mx-d1-2-xl{margin-left:1rem !important;margin-right:1rem !important}}@media screen and (min-width: 2561px){.m-x1-2-xl{margin:2.25rem !important}.mt-x1-2-xl{margin-top:2.25rem !important}.ml-x1-2-xl{margin-left:2.25rem !important}.mr-x1-2-xl{margin-right:2.25rem !important}.mb-x1-2-xl{margin-bottom:2.25rem !important}.my-x1-2-xl{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mx-x1-2-xl{margin-left:2.25rem !important;margin-right:2.25rem !important}}@media screen and (min-width: 2561px){.m-x2-xl{margin:3rem !important}.mt-x2-xl{margin-top:3rem !important}.ml-x2-xl{margin-left:3rem !important}.mr-x2-xl{margin-right:3rem !important}.mb-x2-xl{margin-bottom:3rem !important}.my-x2-xl{margin-top:3rem !important;margin-bottom:3rem !important}.mx-x2-xl{margin-left:3rem !important;margin-right:3rem !important}}@media screen and (min-width: 2561px){.m-x3-xl{margin:4.5rem !important}.mt-x3-xl{margin-top:4.5rem !important}.ml-x3-xl{margin-left:4.5rem !important}.mr-x3-xl{margin-right:4.5rem !important}.mb-x3-xl{margin-bottom:4.5rem !important}.my-x3-xl{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mx-x3-xl{margin-left:4.5rem !important;margin-right:4.5rem !important}}@media screen and (min-width: 2561px){.m-x4-xl{margin:6rem !important}.mt-x4-xl{margin-top:6rem !important}.ml-x4-xl{margin-left:6rem !important}.mr-x4-xl{margin-right:6rem !important}.mb-x4-xl{margin-bottom:6rem !important}.my-x4-xl{margin-top:6rem !important;margin-bottom:6rem !important}.mx-x4-xl{margin-left:6rem !important;margin-right:6rem !important}}@media screen and (min-width: 2561px){.m-x5-xl{margin:7.5rem !important}.mt-x5-xl{margin-top:7.5rem !important}.ml-x5-xl{margin-left:7.5rem !important}.mr-x5-xl{margin-right:7.5rem !important}.mb-x5-xl{margin-bottom:7.5rem !important}.my-x5-xl{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.mx-x5-xl{margin-left:7.5rem !important;margin-right:7.5rem !important}}@media screen and (min-width: 2561px){.m-x6-xl{margin:9rem !important}.mt-x6-xl{margin-top:9rem !important}.ml-x6-xl{margin-left:9rem !important}.mr-x6-xl{margin-right:9rem !important}.mb-x6-xl{margin-bottom:9rem !important}.my-x6-xl{margin-top:9rem !important;margin-bottom:9rem !important}.mx-x6-xl{margin-left:9rem !important;margin-right:9rem !important}}@media screen and (min-width: 2561px){.p-0-xl{padding:0 !important}.pt-0-xl{padding-top:0 !important}.pl-0-xl{padding-left:0 !important}.pr-0-xl{padding-right:0 !important}.pb-0-xl{padding-bottom:0 !important}.py-0-xl{padding-top:0 !important;padding-bottom:0 !important}.px-0-xl{padding-left:0 !important;padding-right:0 !important}}@media screen and (min-width: 2561px){.p-d6-xl{padding:.25rem !important}.pt-d6-xl{padding-top:.25rem !important}.pl-d6-xl{padding-left:.25rem !important}.pr-d6-xl{padding-right:.25rem !important}.pb-d6-xl{padding-bottom:.25rem !important}.py-d6-xl{padding-top:.25rem !important;padding-bottom:.25rem !important}.px-d6-xl{padding-left:.25rem !important;padding-right:.25rem !important}}@media screen and (min-width: 2561px){.p-d5-xl{padding:.3rem !important}.pt-d5-xl{padding-top:.3rem !important}.pl-d5-xl{padding-left:.3rem !important}.pr-d5-xl{padding-right:.3rem !important}.pb-d5-xl{padding-bottom:.3rem !important}.py-d5-xl{padding-top:.3rem !important;padding-bottom:.3rem !important}.px-d5-xl{padding-left:.3rem !important;padding-right:.3rem !important}}@media screen and (min-width: 2561px){.p-d4-xl{padding:.375rem !important}.pt-d4-xl{padding-top:.375rem !important}.pl-d4-xl{padding-left:.375rem !important}.pr-d4-xl{padding-right:.375rem !important}.pb-d4-xl{padding-bottom:.375rem !important}.py-d4-xl{padding-top:.375rem !important;padding-bottom:.375rem !important}.px-d4-xl{padding-left:.375rem !important;padding-right:.375rem !important}}@media screen and (min-width: 2561px){.p-d3-xl{padding:.5rem !important}.pt-d3-xl{padding-top:.5rem !important}.pl-d3-xl{padding-left:.5rem !important}.pr-d3-xl{padding-right:.5rem !important}.pb-d3-xl{padding-bottom:.5rem !important}.py-d3-xl{padding-top:.5rem !important;padding-bottom:.5rem !important}.px-d3-xl{padding-left:.5rem !important;padding-right:.5rem !important}}@media screen and (min-width: 2561px){.p-d2-xl{padding:.75rem !important}.pt-d2-xl{padding-top:.75rem !important}.pl-d2-xl{padding-left:.75rem !important}.pr-d2-xl{padding-right:.75rem !important}.pb-d2-xl{padding-bottom:.75rem !important}.py-d2-xl{padding-top:.75rem !important;padding-bottom:.75rem !important}.px-d2-xl{padding-left:.75rem !important;padding-right:.75rem !important}}@media screen and (min-width: 2561px){.p-d1-2-xl{padding:1rem !important}.pt-d1-2-xl{padding-top:1rem !important}.pl-d1-2-xl{padding-left:1rem !important}.pr-d1-2-xl{padding-right:1rem !important}.pb-d1-2-xl{padding-bottom:1rem !important}.py-d1-2-xl{padding-top:1rem !important;padding-bottom:1rem !important}.px-d1-2-xl{padding-left:1rem !important;padding-right:1rem !important}}@media screen and (min-width: 2561px){.p-x1-2-xl{padding:2.25rem !important}.pt-x1-2-xl{padding-top:2.25rem !important}.pl-x1-2-xl{padding-left:2.25rem !important}.pr-x1-2-xl{padding-right:2.25rem !important}.pb-x1-2-xl{padding-bottom:2.25rem !important}.py-x1-2-xl{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.px-x1-2-xl{padding-left:2.25rem !important;padding-right:2.25rem !important}}@media screen and (min-width: 2561px){.p-x2-xl{padding:3rem !important}.pt-x2-xl{padding-top:3rem !important}.pl-x2-xl{padding-left:3rem !important}.pr-x2-xl{padding-right:3rem !important}.pb-x2-xl{padding-bottom:3rem !important}.py-x2-xl{padding-top:3rem !important;padding-bottom:3rem !important}.px-x2-xl{padding-left:3rem !important;padding-right:3rem !important}}@media screen and (min-width: 2561px){.p-x3-xl{padding:4.5rem !important}.pt-x3-xl{padding-top:4.5rem !important}.pl-x3-xl{padding-left:4.5rem !important}.pr-x3-xl{padding-right:4.5rem !important}.pb-x3-xl{padding-bottom:4.5rem !important}.py-x3-xl{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.px-x3-xl{padding-left:4.5rem !important;padding-right:4.5rem !important}}@media screen and (min-width: 2561px){.p-x4-xl{padding:6rem !important}.pt-x4-xl{padding-top:6rem !important}.pl-x4-xl{padding-left:6rem !important}.pr-x4-xl{padding-right:6rem !important}.pb-x4-xl{padding-bottom:6rem !important}.py-x4-xl{padding-top:6rem !important;padding-bottom:6rem !important}.px-x4-xl{padding-left:6rem !important;padding-right:6rem !important}}@media screen and (min-width: 2561px){.p-x5-xl{padding:7.5rem !important}.pt-x5-xl{padding-top:7.5rem !important}.pl-x5-xl{padding-left:7.5rem !important}.pr-x5-xl{padding-right:7.5rem !important}.pb-x5-xl{padding-bottom:7.5rem !important}.py-x5-xl{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.px-x5-xl{padding-left:7.5rem !important;padding-right:7.5rem !important}}@media screen and (min-width: 2561px){.p-x6-xl{padding:9rem !important}.pt-x6-xl{padding-top:9rem !important}.pl-x6-xl{padding-left:9rem !important}.pr-x6-xl{padding-right:9rem !important}.pb-x6-xl{padding-bottom:9rem !important}.py-x6-xl{padding-top:9rem !important;padding-bottom:9rem !important}.px-x6-xl{padding-left:9rem !important;padding-right:9rem !important}}.flex{display:flex !important;flex-direction:row !important;width:100% !important}.inline-flex{display:inline-flex !important;width:auto !important}.start{justify-content:flex-start !important}.center{justify-content:center !important}.end{justify-content:flex-end !important}.top{align-items:flex-start !important}.baseline{align-items:baseline !important}.middle{align-items:center !important}.bottom{align-items:flex-end !important}.between{justify-content:space-between !important}.around{justify-content:space-around !important}.column{flex-direction:column !important}.flex-row{flex-direction:row !important}.bullseye{align-items:center !important;justify-content:center !important;vertical-align:middle !important}.first{order:-1 !important}.last{order:1 !important}@media screen and (min-width: 600px){.flex-sm{display:flex !important;flex-direction:row !important;width:100% !important}.inline-flex-sm{display:inline-flex !important;width:auto !important}.start-sm{justify-content:flex-start !important}.center-sm{justify-content:center !important}.end-sm{justify-content:flex-end !important}.top-sm{align-items:flex-start !important}.middle-sm{align-items:center !important}.bottom-sm{align-items:flex-end !important}.between-sm{justify-content:space-between !important}.around-sm{justify-content:space-around !important}.column-sm{flex-direction:column !important}.flex-row-sm{flex-direction:row !important}.bullseye-sm{align-items:center !important;justify-content:center !important;vertical-align:middle !important}.first-sm{order:-1 !important}.last-sm{order:1 !important}}@media screen and (min-width: 1024px){.flex-md{display:flex !important;flex-direction:row !important;width:100% !important}.inline-flex-md{display:inline-flex !important;width:auto !important}.start-md{justify-content:flex-start !important}.center-md{justify-content:center !important}.end-md{justify-content:flex-end !important}.top-md{align-items:flex-start !important}.middle-md{align-items:center !important}.bottom-md{align-items:flex-end !important}.between-md{justify-content:space-between !important}.around-md{justify-content:space-around !important}.column-md{flex-direction:column !important}.flex-row-md{flex-direction:row !important}.bullseye-md{align-items:center !important;justify-content:center !important;vertical-align:middle !important}.first-md{order:-1 !important}.last-md{order:1 !important}}@media screen and (min-width: 1440px){.flex-lg{display:flex !important;flex-direction:row !important;width:100% !important}.inline-flex-lg{display:inline-flex !important;width:auto !important}.start-lg{justify-content:flex-start !important}.center-lg{justify-content:center !important}.end-lg{justify-content:flex-end !important}.top-lg{align-items:flex-start !important}.middle-lg{align-items:center !important}.bottom-lg{align-items:flex-end !important}.between-lg{justify-content:space-between !important}.around-lg{justify-content:space-around !important}.column-lg{flex-direction:column !important}.flex-row-lg{flex-direction:row !important}.bullseye-lg{align-items:center !important;justify-content:center !important;vertical-align:middle !important}.first-lg{order:-1 !important}.last-lg{order:1 !important}}@media screen and (min-width: 2561px){.flex-xl{display:flex !important;flex-direction:row !important;width:100% !important}.inline-flex-xl{display:inline-flex !important;width:auto !important}.start-xl{justify-content:flex-start !important}.center-xl{justify-content:center !important}.end-xl{justify-content:flex-end !important}.top-xl{align-items:flex-start !important}.middle-xl{align-items:center !important}.bottom-xl{align-items:flex-end !important}.between-xl{justify-content:space-between !important}.around-xl{justify-content:space-around !important}.column-xl{flex-direction:column !important}.flex-row-xl{flex-direction:row !important}.bullseye-xl{align-items:center !important;justify-content:center !important;vertical-align:middle !important}.first-xl{order:-1 !important}.last-xl{order:1 !important}}.relative{position:relative !important}.absolute{position:absolute !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}@media screen and (min-width: 600px){.text-left-sm{text-align:left !important}.text-center-sm{text-align:center !important}.text-right-sm{text-align:right !important}}@media screen and (min-width: 1024px){.text-left-md{text-align:left !important}.text-center-md{text-align:center !important}.text-right-md{text-align:right !important}}@media screen and (min-width: 1440px){.text-left-lg{text-align:left !important}.text-center-lg{text-align:center !important}.text-right-lg{text-align:right !important}}@media screen and (min-width: 2561px){.text-left-xl{text-align:left !important}.text-center-xl{text-align:center !important}.text-right-xl{text-align:right !important}}.w10{width:10% !important}.w20{width:20% !important}.w25{width:25% !important}.w30{width:30% !important}.w33{width:33.333% !important}.w40{width:40% !important}.w50{width:50% !important}.w60{width:60% !important}.w66{width:66.666% !important}.w70{width:70% !important}.w75{width:75% !important}.w80{width:80% !important}.w90{width:90% !important}.w100{width:100% !important}.word-break{word-break:break-all;word-break:break-word;overflow-wrap:break-word}.nowrap{flex-wrap:nowrap;white-space:nowrap}.text-ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis-line-1{display:box;-webkit-line-clamp:1;box-orient:vertical;overflow:hidden}.ellipsis-line-2{display:box;-webkit-line-clamp:2;box-orient:vertical;overflow:hidden}.ellipsis-line-3{display:box;-webkit-line-clamp:3;box-orient:vertical;overflow:hidden}.ellipsis-line-4{display:box;-webkit-line-clamp:4;box-orient:vertical;overflow:hidden}.pointer{cursor:pointer !important}.not-allowed{cursor:not-allowed !important}.scroll{overflow:auto !important}.scroll-x{overflow-x:auto !important}.scroll-y{overflow-y:auto !important}.no-scroll-x{overflow-x:hidden !important}.no-scroll-y{overflow-y:hidden !important}.hidden{display:none !important}.block{display:block !important}.inline-block{display:inline-block !important}.inline{display:inline !important}.invisible{visibility:hidden !important}.visible{visibility:visible !important}@media screen and (min-width: 600px){.hidden-sm{display:none !important}.block-sm{display:block !important}.inline-block-sm{display:inline-block !important}.inline-sm{display:inline !important}.invisible-sm{visibility:hidden !important}.visible-sm{visibility:visible !important}}@media screen and (min-width: 1024px){.hidden-md{display:none !important}.block-md{display:block !important}.inline-block-md{display:inline-block !important}.inline-md{display:inline !important}.invisible-md{visibility:hidden !important}.visible-md{visibility:visible !important}}@media screen and (min-width: 1440px){.hidden-lg{display:none !important}.block-lg{display:block !important}.inline-block-lg{display:inline-block !important}.inline-lg{display:inline !important}.invisible-lg{visibility:hidden !important}.visible-lg{visibility:visible !important}}@media screen and (min-width: 2561px){.hidden-xl{display:none !important}.block-xl{display:block !important}.inline-block-xl{display:inline-block !important}.inline-xl{display:inline !important}.invisible-xl{visibility:hidden !important}.visible-xl{visibility:visible !important}}.text-brand-lighter{color:hsla(var(--brand-lighter), 1) !important}.icon-brand-lighter{fill:hsla(var(--brand-lighter), 1) !important}.bg-brand-lighter{background-color:hsla(var(--brand-lighter), 1) !important}.text-brand-light{color:hsla(var(--brand-light), 1) !important}.icon-brand-light{fill:hsla(var(--brand-light), 1) !important}.bg-brand-light{background-color:hsla(var(--brand-light), 1) !important}.text-brand{color:hsla(var(--brand), 1) !important}.icon-brand{fill:hsla(var(--brand), 1) !important}.bg-brand{background-color:hsla(var(--brand), 1) !important}.text-brand-dark{color:hsla(var(--brand-dark), 1) !important}.icon-brand-dark{fill:hsla(var(--brand-dark), 1) !important}.bg-brand-dark{background-color:hsla(var(--brand-dark), 1) !important}.text-brand-darker{color:hsla(var(--brand-darker), 1) !important}.icon-brand-darker{fill:hsla(var(--brand-darker), 1) !important}.bg-brand-darker{background-color:hsla(var(--brand-darker), 1) !important}.text-link-hover{color:hsla(var(--link-hover), 1) !important}.icon-link-hover{fill:hsla(var(--link-hover), 1) !important}.bg-link-hover{background-color:hsla(var(--link-hover), 1) !important}.text-focus-shadow{color:hsla(var(--focus-shadow), 1) !important}.icon-focus-shadow{fill:hsla(var(--focus-shadow), 1) !important}.bg-focus-shadow{background-color:hsla(var(--focus-shadow), 1) !important}.text-focus-shadow-error{color:hsla(var(--focus-shadow-error), 1) !important}.icon-focus-shadow-error{fill:hsla(var(--focus-shadow-error), 1) !important}.bg-focus-shadow-error{background-color:hsla(var(--focus-shadow-error), 1) !important}.text-brand-secondary{color:hsla(var(--brand-secondary), 1) !important}.icon-brand-secondary{fill:hsla(var(--brand-secondary), 1) !important}.bg-brand-secondary{background-color:hsla(var(--brand-secondary), 1) !important}.text-casefile{color:hsla(var(--casefile), 1) !important}.icon-casefile{fill:hsla(var(--casefile), 1) !important}.bg-casefile{background-color:hsla(var(--casefile), 1) !important}.text-dossier{color:hsla(var(--dossier), 1) !important}.icon-dossier{fill:hsla(var(--dossier), 1) !important}.bg-dossier{background-color:hsla(var(--dossier), 1) !important}.text-file{color:hsla(var(--file), 1) !important}.icon-file{fill:hsla(var(--file), 1) !important}.bg-file{background-color:hsla(var(--file), 1) !important}.text-file-light{color:hsla(var(--file-light), 1) !important}.icon-file-light{fill:hsla(var(--file-light), 1) !important}.bg-file-light{background-color:hsla(var(--file-light), 1) !important}.text-black{color:hsla(var(--black), 1) !important}.icon-black{fill:hsla(var(--black), 1) !important}.bg-black{background-color:hsla(var(--black), 1) !important}.text-gray1{color:hsla(var(--gray1), 1) !important}.icon-gray1{fill:hsla(var(--gray1), 1) !important}.bg-gray1{background-color:hsla(var(--gray1), 1) !important}.text-gray2{color:hsla(var(--gray2), 1) !important}.icon-gray2{fill:hsla(var(--gray2), 1) !important}.bg-gray2{background-color:hsla(var(--gray2), 1) !important}.text-gray3{color:hsla(var(--gray3), 1) !important}.icon-gray3{fill:hsla(var(--gray3), 1) !important}.bg-gray3{background-color:hsla(var(--gray3), 1) !important}.text-gray4{color:hsla(var(--gray4), 1) !important}.icon-gray4{fill:hsla(var(--gray4), 1) !important}.bg-gray4{background-color:hsla(var(--gray4), 1) !important}.text-gray5{color:hsla(var(--gray5), 1) !important}.icon-gray5{fill:hsla(var(--gray5), 1) !important}.bg-gray5{background-color:hsla(var(--gray5), 1) !important}.text-white{color:hsla(var(--white), 1) !important}.icon-white{fill:hsla(var(--white), 1) !important}.bg-white{background-color:hsla(var(--white), 1) !important}.text-info-light{color:hsla(var(--info-light), 1) !important}.icon-info-light{fill:hsla(var(--info-light), 1) !important}.bg-info-light{background-color:hsla(var(--info-light), 1) !important}.text-info{color:hsla(var(--info), 1) !important}.icon-info{fill:hsla(var(--info), 1) !important}.bg-info{background-color:hsla(var(--info), 1) !important}.text-info-dark{color:hsla(var(--info-dark), 1) !important}.icon-info-dark{fill:hsla(var(--info-dark), 1) !important}.bg-info-dark{background-color:hsla(var(--info-dark), 1) !important}.text-success-light{color:hsla(var(--success-light), 1) !important}.icon-success-light{fill:hsla(var(--success-light), 1) !important}.bg-success-light{background-color:hsla(var(--success-light), 1) !important}.text-success{color:hsla(var(--success), 1) !important}.icon-success{fill:hsla(var(--success), 1) !important}.bg-success{background-color:hsla(var(--success), 1) !important}.text-success-dark{color:hsla(var(--success-dark), 1) !important}.icon-success-dark{fill:hsla(var(--success-dark), 1) !important}.bg-success-dark{background-color:hsla(var(--success-dark), 1) !important}.text-warning-light{color:hsla(var(--warning-light), 1) !important}.icon-warning-light{fill:hsla(var(--warning-light), 1) !important}.bg-warning-light{background-color:hsla(var(--warning-light), 1) !important}.text-warning{color:hsla(var(--warning), 1) !important}.icon-warning{fill:hsla(var(--warning), 1) !important}.bg-warning{background-color:hsla(var(--warning), 1) !important}.text-warning-dark{color:hsla(var(--warning-dark), 1) !important}.icon-warning-dark{fill:hsla(var(--warning-dark), 1) !important}.bg-warning-dark{background-color:hsla(var(--warning-dark), 1) !important}.text-danger-light{color:hsla(var(--danger-light), 1) !important}.icon-danger-light{fill:hsla(var(--danger-light), 1) !important}.bg-danger-light{background-color:hsla(var(--danger-light), 1) !important}.text-danger{color:hsla(var(--danger), 1) !important}.icon-danger{fill:hsla(var(--danger), 1) !important}.bg-danger{background-color:hsla(var(--danger), 1) !important}.text-danger-dark{color:hsla(var(--danger-dark), 1) !important}.icon-danger-dark{fill:hsla(var(--danger-dark), 1) !important}.bg-danger-dark{background-color:hsla(var(--danger-dark), 1) !important}.semibold{font-weight:400}.wauto{width:auto !important}.max-w160{max-width:160px}.max-w460{max-width:460px}.max-w600{max-width:600px}.h100{height:100%}.min-100{min-height:100vh}.fit-content{height:fit-content}.radius{border-radius:.25rem}.double-radius{border-radius:.5rem}.border-gray4{border:1px solid hsla(var(--gray4), 1)}.text-ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis--2line{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;text-wrap:wrap;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}.flex-wrap{flex-wrap:wrap}.column-gap{column-gap:1.5rem}.gap{gap:1.5rem}.gap-d1-2{gap:1rem}.gap-d2{gap:.75rem}.gap-d3{gap:.5rem}.gap-d6{gap:.25rem}.flex-wrap-md{flex-wrap:wrap}@media screen and (min-width: 600px){.flex-wrap-md{flex-wrap:nowrap}}.column-reverse-md{flex-direction:column-reverse}@media screen and (min-width: 1024px){.column-reverse-md{flex-direction:initial}}.column-reverse-sm{flex-direction:column-reverse}@media screen and (min-width: 600px){.column-reverse-sm{flex-direction:initial}}.wrap-reverse{flex-wrap:wrap-reverse;gap:.75rem}.middle-vertical{vertical-align:middle}.line-height0{line-height:0}.line-normal{line-height:normal}.flex-flow{flex-flow:column wrap}.word-break{word-break:break-word}.nowrap{white-space:nowrap !important}.nowrap.nowrap{white-space:nowrap !important}.shrink{flex-shrink:1}.shrink2{flex-shrink:2}.grow{flex-grow:1}i{font-style:italic}.list-style li{list-style:none}.list-style li:first-child:after{width:1px;height:14px;content:"";background-color:hsla(var(--gray3), 1)}.list-style .table-tag{height:22px;padding:.25rem .5rem .25rem .375rem}.list-style .counter{min-width:22px;height:22px;margin-right:1.5rem;border-right:1px solid hsla(var(--brand), 1)}.list-style .selected{font-weight:bold;color:hsla(var(--black), 1)}.list-style .selected .s2{font-weight:400}.separator{width:1px;height:21px;margin-right:1.5rem;margin-left:1.5rem;background-color:hsla(var(--brand-dark), 1)}.helper-label .ns-field__label{margin-bottom:.5rem}.helper-label label{display:flex;align-items:center;margin-bottom:0}.helper-icon{display:flex;align-items:center;justify-content:center;height:16px;min-height:16px;padding-right:.25rem;padding-left:.25rem;margin-left:.375rem;color:hsla(var(--white), 1);background-color:hsla(var(--brand), 1);border-radius:.75rem}.helper-icon [class^=ns-icon--],.helper-icon [class*=" ns-icon--"]{width:11px;fill:hsla(var(--white), 1)}.helper-icon--btn{display:flex;align-items:center;height:18px;padding-right:.375rem;padding-left:.375rem}.helper-icon--plus{display:flex;align-items:center;justify-content:center;width:32px;min-width:1.5rem;height:1.5rem}.helper-icon--plus [class^=ns-icon--],.helper-icon--plus [class*=" ns-icon--"]{width:14px}.helper-icon.helper-icon--link:hover{background-color:hsla(var(--brand-dark), 1)}.helper-icon.helper-icon--secondary{color:hsla(var(--gray1), 1);background-color:hsla(var(--white), 1);border:1px solid hsla(var(--gray3), 1)}.helper-icon.helper-icon--danger{background-color:hsla(var(--danger), 1)}.helper-icon.helper-icon--danger:hover{background-color:hsla(var(--danger-dark), 1)}.cyrcle-tag{display:flex;align-items:center;justify-content:center;width:fit-content;padding:10px .75rem;background:hsla(var(--gray5), 1);border-radius:1.5rem}.cyrcle-tag [class^=ns-icon--],.cyrcle-tag [class*=" ns-icon--"]{width:1.5rem !important;height:1.5rem !important;fill:hsla(var(--gray1), 1)}.cyrcle-tag--warning{background:hsla(var(--warning-light), 1)}.cyrcle-tag--warning [class^=ns-icon--],.cyrcle-tag--warning [class*=" ns-icon--"]{fill:hsla(var(--warning-dark), 1)}.cyrcle-tag--danger{background:hsla(var(--danger-light), 1)}.cyrcle-tag--danger [class^=ns-icon--],.cyrcle-tag--danger [class*=" ns-icon--"]{fill:hsla(var(--danger-dark), 1) !important}.cyrcle-tag--info{background:hsla(var(--info-light), 1)}.cyrcle-tag--info [class^=ns-icon--],.cyrcle-tag--info [class*=" ns-icon--"]{fill:hsla(var(--info-dark), 1)}.cyrcle-tag--48{width:3rem !important;height:3rem !important}.hd2{height:.75rem !important}.hd12{height:1rem !important}.hx-1{height:1.5rem !important}.icon{width:1rem;min-width:1rem;height:1rem;margin:.5rem}.icon:hover.icon-danger{fill:hsla(var(--danger-dark), 1) !important}.icon:hover.icon-gray1{fill:hsla(var(--black), 1) !important}.b-black b{color:hsla(var(--black), 1)}.content__legal ol.list-legal{padding-left:0;margin-left:0;list-style:none}.content__legal ol.list-legal li{padding-bottom:.75rem;padding-left:1.5rem;text-align:justify}.content__legal ul.list-legal{padding-left:0;margin-left:0}.content__legal ul.list-legal li{padding-left:0;text-align:justify}.opacity.opacity--60{opacity:.6}.move{cursor:move}.z-index .bubble{z-index:99999}[class^=ns-icon--].h1,[class*=" ns-icon--"].h1{min-width:4.5rem;max-width:4.5rem}[class^=ns-icon--].h2,[class*=" ns-icon--"].h2{min-width:3rem;max-width:3rem}[class^=ns-icon--].h3,[class*=" ns-icon--"].h3{min-width:2.25rem;max-width:2.25rem}[class^=ns-icon--].text-brand,[class*=" ns-icon--"].text-brand{fill:hsla(var(--brand), 1)}
