@charset "UTF-8";

.btn {
  text-transform: uppercase;
}

.btn.btn-primary:not(:disabled):not(.disabled) {
  background-color: #ff5500;
  border-color: #ff5500;
  color: #000;
  border-width: 2px !important;
  box-shadow: none;
}

.btn.btn-primary:not(:disabled):not(.disabled):hover {
  background: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  box-shadow: none !important;
}

.btn.btn-primary:not(:disabled):not(.disabled):focus {
  border-color: #2000FF;
  background-color: #ff5500;
  box-shadow: 0px 3px 6px #00000040;
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff !important;
  border-color: #000 !important;
  box-shadow: none !important;
}

.btn.btn-secondary:not(:disabled):not(.disabled), .btn.btn-secondary:disabled, .btn.btn-secondary.disabled {
  border-width: 1px !important;
  border-color: #ff5500 !important;
  background-color: #fff !important;
  color: #000;
}

.btn.btn-secondary:not(:disabled):not(.disabled):hover, .btn.btn-secondary:disabled:hover, .btn.btn-secondary.disabled:hover {
  background: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  box-shadow: none !important;
}

.btn.btn-secondary:not(:disabled):not(.disabled):focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary.disabled:focus {
  border-color: #2000FF;
  border-width: 2px;
  border-color: #2000FF;
  background-color: #e9e9e9;
  box-shadow: 0px 3px 6px #00000040;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:disabled:active, .btn.btn-secondary.disabled:active {
  background: #fff;
  border-color: #000 !important;
  background-color: #fff;
  box-shadow: none !important;
}

.btn.btn-outline-secondary {
  border-color: #ff5500;
}

.btn.btn-tertiary {
  --bs-btn-color: #bf360c;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #d9d9d9;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #000;
  --bs-btn-disabled-color:#bf360c;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-disabled-opacity:0.2;
}

.btn.btn-tertiary svg {
  fill: var(--bs-btn-color);
}

.btn.btn-tertiary:not(:disabled):not(.disabled):focus {
  border-color: #2000FF;
  border-color: #2000FF;
  background-color: #e9e9e9;
  box-shadow: 0px 3px 6px #00000040;
}

.btn.btn-tertiary:not(:disabled):not(.disabled):hover {
  color: var(--bs-btn-hover-color) !important;
}

.btn.btn-tertiary:not(:disabled):not(.disabled):hover svg {
  fill: var(--bs-btn-hover-color);
}

.btn.btn-tertiary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #000 !important;
  box-shadow: none !important;
}

.btn-group .btn-outline-primary {
  border-color: black;
}

.card {
  border-radius: 10px;
  padding: 2em;
  border: none !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-surface {
  background-color: #fff !important;
  color: black !important;
}

.card-surface:hover {
  background-color: #ff5500 !important;
  color: white;
}

.card-background {
  background-color: #f5f5f5 !important;
  color: black !important;
}

.card-primary {
  background-color: #ff5500 !important;
  color: white !important;
}

.card-primary-variant1 {
  background-color: #bf360c !important;
  color: white !important;
}

.card-primary-variant2 {
  background-color: #fff3e0 !important;
  color: black !important;
}

.card-secondary {
  background-color: #000 !important;
  color: white !important;
}

.card-secondary-variant {
  background-color: #37474f !important;
  color: white !important;
}

.card-3a {
  background-color: #262626 !important;
  color: white !important;
}

.card-3b {
  background-color: #434343 !important;
  color: white !important;
}

.card-3c {
  background-color: #555 !important;
  color: white !important;
}

.card-3d {
  background-color: #7b7b7b !important;
  color: black !important;
}

.card-3e {
  background-color: #9d9d9d !important;
  color: black !important;
}

.card-3f {
  background-color: #c4c4c4 !important;
  color: black !important;
}

.card-3g {
  background-color: #d9d9d9 !important;
  color: black !important;
}

.card-3h {
  background-color: #e9e9e9 !important;
  color: black !important;
}

.card-3j {
  background-color: #f5f5f5 !important;
  color: black !important;
}

.dropdown-menu li {
  margin: auto 10px;
}

.dropdown-menu .dropdown-item {
  margin-bottom: 4px;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  border-radius: calc(0.375rem - 1px);
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  border-radius: calc(0.375rem - 1px);
}

.dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item:disabled {
  border-radius: calc(0.375rem - 1px);
}

.bs-dropdown-filter .btn {
  border-radius: 0;
}

.bs-dropdown-filter .btn.btn-tertiary:not(:disabled):not(.disabled):focus {
  border-width: 1px;
}

.form-select option:disabled {
  color: #c4c4c4;
  background-color: #fff;
}

.field-value {
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
}

.form-select * {
  font-family: sans-serif;
}

i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  margin: 0 5px -3px 0;
}

i.large {
  width: 42px;
  height: 42px;
}

i.cursor-pointer {
  cursor: pointer;
}

.icon-primary {
  fill: #ff5500;
}

.icon-primary-variant-1 {
  fill: #bf360c;
}

.icon-primary-variant-2 {
  fill: #fff3e0;
}

.icon-secondary-variant {
  fill: #37474f;
}

.icon-secondary {
  fill: #000;
}

.icon-success {
  fill: #028407;
}

.icon-info {
  fill: #0d687b;
}

.icon-warn {
  fill: #7d630b;
}

.icon-danger {
  fill: #b00020;
}

.icon-light {
  fill: #f5f5f5;
}

.icon-dark {
  fill: #000;
}

.icon-valid {
  fill: #028407;
}

.icon-expiring-soon {
  fill: #8d5f02;
}

.icon-invalid {
  fill: #b00020;
}

.icon-focus-blue {
  fill: #2000FF;
}

.icon-background {
  fill: #f5f5f5;
}

.icon-surface {
  fill: #fff;
}

.icon-gray-text {
  fill: #767676;
}

.icon-3-a {
  fill: #262626;
}

.icon-3-b {
  fill: #434343;
}

.icon-3-c {
  fill: #555;
}

.icon-3-d {
  fill: #7b7b7b;
}

.icon-3-e {
  fill: #9d9d9d;
}

.icon-3-f {
  fill: #c4c4c4;
}

.icon-3-g {
  fill: #d9d9d9;
}

.icon-3-h {
  fill: #e9e9e9;
}

.icon-3-j {
  fill: #f5f5f5;
}

.icon-icon-primary {
  fill: #bf360c;
}

.icon-icon-secondary {
  fill: #37474f;
}

.icon-alternate-colour {
  fill: #bf360c;
}

.icon-standard-colour {
  fill: #bf360c;
}

.modal-dialog .modal-content {
  border-radius: 10px;
}

.modal-dialog .modal-content .modal-header {
  background-color: #000;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.5rem 0.5rem;
}

.modal-dialog .modal-content .modal-header button {
  background-color: #fff;
  color: #fff;
  border: none;
  opacity: 0.8;
  margin-right: 0.2em;
  cursor: pointer;
}

.modal-dialog .modal-content .modal-body {
  background-color: #f5f5f5;
}

.modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
  padding: 0.5rem 0.5rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navbar button:not(.collapsed) {
  background: white;
  color: black;
}

.navbar button:not(.collapsed) i {
  width: 16px;
  height: 16px;
}

.navbar.navbar-dark .toggle-button.collapsed:hover i {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(7%2015.494)%20rotate(-90)%22%2F%3E%3C%2Fsvg%3E");
}

.navbar.navbar-dark .toggle-button.collapsed i {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(7%2015.494)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.navbar.navbar-dark .toggle-button:not(.collapsed) i {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(17%209.494)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
}

.navbar.navbar-dark .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar.navbar-dark .nav-link {
  color: #e9e9e9;
}

.navbar.navbar-dark .nav-link.active {
  background-color: #ff5500;
  color: black;
}

.navbar.navbar-dark .nav-link a {
  color: #e9e9e9;
}

.navbar.navbar-dark .nav-link svg {
  fill: #e9e9e9;
}

.navbar .dropdown-menu {
  padding-right: 4em;
  padding-left: 4em;
}

.navbar .dropdown-menu .dropdown-item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .nav-link {
  padding-right: 2em;
  padding-left: 2em;
}

.navbar .nav-link svg {
  width: 24px;
  height: 24px;
  margin-right: 2em;
}

@media screen and (max-width: 360px) {
  .navbar .toggle-button span {
    display: none;
  }
  .navbar .dropdown-menu {
    padding-right: 2em;
    padding-left: 2em;
  }
  .navbar .nav-link {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.pagination .page-item:first-child .page-link.first, .pagination .page-item:first-child .page-link.last, .pagination .page-item:first-child .page-link.previous, .pagination .page-item:first-child .page-link.next, .pagination .page-item:last-child .page-link.first, .pagination .page-item:last-child .page-link.last, .pagination .page-item:last-child .page-link.previous, .pagination .page-item:last-child .page-link.next {
  color: #bf360c;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: #fff3e0;
  color: #000 !important;
}

.pagination .page-item .page-link {
  border-radius: 5px;
  color: #000;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.pagination .page-item .page-link:hover {
  background: #ff5500;
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  background: transparent;
  border-color: #2000FF;
  box-shadow: none;
}

.sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 240px;
  min-height: 100vh;
  height: 100% !important;
  background-color: #000;
  color: #fff;
  padding-right: 0 !important;
}

.sidebar.collapsed {
  flex: 0 0 60px !important;
  padding-right: 0 !important;
  width: 60px !important;
}

.sidebar.collapsed .hide-collapsed {
  display: none !important;
}

.sidebar.collapsed .show-collapsed {
  display: block;
}

.sidebar.collapsed .sidebar-pills .sidebar-link {
  border-left-width: 6px !important;
}

.sidebar.collapsed .sidebar-pills .sidebar-link .dropdown-menu {
  transform: translate(40px, 0px) !important;
}

.sidebar.collapsed .sidebar-pills .sidebar-link .dropdown-menu.up {
  transform: translate(40px, -60px) !important;
}

.sidebar.collapsed .sidebar-pills .sidebar-link svg {
  margin-right: 0 !important;
}

.sidebar.collapsed .sidebar-pills .sidebar-link span {
  display: none;
}

.sidebar.collapsed .sidebar-menu {
  width: 100%;
}

.sidebar.collapsed .sidebar-menu::after {
  display: none;
}

.sidebar.collapsed .sidebar-toggle button {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-dark-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-dark-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-right: 13px;
}

.sidebar.collapsed .sidebar-toggle button:hover {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-light-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-light-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.sidebar.collapsed .account-menu {
  padding: .5rem;
}

.sidebar.collapsed .account-menu a .account-name {
  display: none;
}

.sidebar.collapsed .sidebar-pills .sidebar-link .sidebar-menu .avatar:not(svg) {
  margin-left: -8px !important;
}

.sidebar .hide-collapsed {
  display: inherit;
}

.sidebar .show-collapsed {
  display: none;
}

.sidebar .sidebar-pills {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  color: #000;
  width: 100%;
  align-items: stretch;
}

.sidebar .sidebar-pills .sidebar-link {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-right: 0;
  padding: .5rem;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  border-left-width: 4px;
  border-left-color: transparent  !important;
  border-left-style: solid !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.sidebar .sidebar-pills .sidebar-link:hover .sidebar-menu::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E");
}

.sidebar .sidebar-pills .sidebar-link .sidebar-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sidebar .sidebar-pills .sidebar-link .sidebar-menu .avatar:not(svg) {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.sidebar .sidebar-pills .sidebar-link .sidebar-menu svg.avatar {
  width: 32px;
  height: 32px;
  margin-left: -4px !important;
}

.sidebar .sidebar-pills .sidebar-link .sidebar-menu :first-child {
  display: inline;
}

.sidebar .sidebar-pills .sidebar-link .sidebar-menu::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.sidebar .sidebar-pills .sidebar-link button {
  width: 100%;
  padding-left: 0;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  background-color: transparent;
  color: inherit;
}

.sidebar .sidebar-pills .sidebar-link .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(215px, 8px);
  opacity: 0;
  animation: hidden 0.4s;
}

.sidebar .sidebar-pills .sidebar-link .dropdown-menu.up {
  transform: translate(215px, -60px);
}

.sidebar .sidebar-pills .sidebar-link .dropdown-menu .dropdown-header {
  color: #000;
  font-weight: bolder;
  font-size: var(--font-size-caption);
}

.sidebar .sidebar-pills .sidebar-link:hover .dropdown-menu, .sidebar .sidebar-pills .sidebar-link.hover .dropdown-menu {
  display: block;
  opacity: 1;
  animation: visible 0.4s;
}

.sidebar .sidebar-pills .sidebar-link svg, .sidebar .sidebar-pills .sidebar-link i {
  width: 24px;
  height: 24px;
  stroke: transparent;
  fill: #fff;
  margin-right: 0.5rem;
}

.sidebar .sidebar-pills .sidebar-link:hover {
  background: #ff5500 !important;
  color: #000 !important;
}

.sidebar .sidebar-pills .sidebar-link:hover svg {
  stroke: transparent !important;
  fill: #000 !important;
}

.sidebar .sidebar-pills .sidebar-link:focus {
  border-top-color: #39D6FF !important;
  border-bottom-color: #39D6FF !important;
  box-shadow: none !important;
}

.sidebar .sidebar-pills .sidebar-link:focus-visible {
  outline: none;
}

.sidebar .sidebar-pills .sidebar-link.active {
  background-color: #fff3e0 !important;
  color: #000 !important;
  border-left-color: #ff5500 !important;
  border-left-width: 4px !important;
  border-left-style: solid;
  box-shadow: none;
}

.sidebar .sidebar-pills .sidebar-link.active svg, .sidebar .sidebar-pills .sidebar-link.active i {
  stroke: transparent !important;
  fill: #000 !important;
}

.sidebar .sidebar-pills .sidebar-link.active .sidebar-menu::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E") !important;
}

.sidebar .sidebar-pills .sidebar-link:active {
  background-color: transparent !important;
  color: #ff5500 !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none;
}

.sidebar .sidebar-pills .sidebar-link:active svg, .sidebar .sidebar-pills .sidebar-link:active i {
  stroke: transparent !important;
  fill: #fff !important;
}

.sidebar .sidebar-toggle {
  display: flex;
  flex-direction: row-reverse;
  padding-top: .25rem;
}

.sidebar .sidebar-toggle button {
  width: 32px;
  height: 32px;
  padding: .5rem;
  margin-right: 4px;
  margin-bottom: 4px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%206.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(6%206.506)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.sidebar .sidebar-toggle button:focus {
  border: 1px solid #2000FF;
}

.sidebar .sidebar-toggle button:focus-visible {
  outline: none;
}

.sidebar .sidebar-toggle button:hover {
  background-color: #ff5500;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%206.506)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(6%206.506)%22%2F%3E%3C%2Fsvg%3E");
}

.sidebar .account-menu {
  padding: .5rem;
}

.sidebar .account-menu a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
}

.sidebar .account-menu a:focus-visible {
  outline: none;
}

.sidebar .account-menu a svg, .sidebar .account-menu a i {
  width: 24px;
  height: 24px;
  stroke: transparent;
  fill: #fff;
  margin-right: 0.5rem;
}

.sidebar .account-menu a .account-name {
  padding-left: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: .8rem;
}

.sidebar .account-menu a .account-name:focus {
  border-top: 1px solid #2000FF;
  border-bottom: 1px solid #2000FF;
}

.sidebar hr {
  border-top-color: #9d9d9d !important;
  border-top-width: 1px !important;
  margin: 0;
  opacity: 1;
}

.sidebar.text-bg-dark {
  color: #fff;
}

.sidebar.text-bg-dark .sidebar-link {
  color: #fff;
  font-weight: 400 !important;
  padding-left: 0.5rem;
}

.sidebar.text-bg-dark .sidebar-link.active {
  background: transparent;
  border-left-color: #ff5500 !important;
}

.sidebar.text-bg-dark .sidebar-link.active svg {
  stroke: transparent;
  fill: #fff;
}

.sidebar-tooltip .tooltip-arrow::before {
  display: none;
}

@media screen and (max-width: 1100px) {
  .sidebar {
    flex: 0 0 60px !important;
    padding-right: 0 !important;
    width: 60px !important;
  }
  .sidebar .hide-collapsed {
    display: none !important;
  }
  .sidebar .show-collapsed {
    display: block;
  }
  .sidebar .sidebar-pills .sidebar-link {
    border-left-width: 6px !important;
  }
  .sidebar .sidebar-pills .sidebar-link .dropdown-menu {
    transform: translate(40px, 0px) !important;
  }
  .sidebar .sidebar-pills .sidebar-link .dropdown-menu.up {
    transform: translate(40px, -60px) !important;
  }
  .sidebar .sidebar-pills .sidebar-link svg {
    margin-right: 0 !important;
  }
  .sidebar .sidebar-pills .sidebar-link span {
    display: none;
  }
  .sidebar .sidebar-menu {
    width: 100%;
  }
  .sidebar .sidebar-menu::after {
    display: none;
  }
  .sidebar .sidebar-toggle button {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-dark-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-dark-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    margin-right: 13px;
  }
  .sidebar .sidebar-toggle button:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-light-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-light-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
  .sidebar .account-menu {
    padding: .5rem;
  }
  .sidebar .account-menu a .account-name {
    display: none;
  }
  .sidebar .sidebar-pills .sidebar-link .sidebar-menu .avatar:not(svg) {
    margin-left: -8px !important;
  }
  .sidebar .sidebar-toggle {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .sidebar {
    display: none;
  }
}

@keyframes visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.form-switch .form-check-input {
  position: relative;
  font-size: 1.625rem;
}

.form-switch .form-check-input::after {
  content: 'Off';
  font-size: 11px;
  float: right;
  margin-right: 9px;
  margin-top: 5px;
  font-weight: 600;
}

.form-switch .form-check-input::before {
  content: '';
  font-size: 11px;
}

.form-switch .form-check-input:checked::after {
  content: '';
}

.form-switch .form-check-input:checked::before {
  content: 'On';
  font-size: 11px;
  float: left;
  margin-left: 9px;
  margin-top: 5px;
  font-weight: 600;
}

table.table thead tr th {
  color: #000 !important;
  font-weight: 700 !important;
}

table.table tbody tr td {
  font-size: 0.875rem;
}

.text-outline-primary {
  border-color: #ff5500;
  color: #ff5500;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-primary {
  fill: #ff5500;
}

.text-outline-primary-variant-1 {
  border-color: #bf360c;
  color: #bf360c;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-primary-variant-1 {
  fill: #bf360c;
}

.text-outline-primary-variant-2 {
  border-color: #fff3e0;
  color: #fff3e0;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-primary-variant-2 {
  fill: #fff3e0;
}

.text-outline-secondary-variant {
  border-color: #37474f;
  color: #37474f;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-secondary-variant {
  fill: #37474f;
}

.text-outline-secondary {
  border-color: #000;
  color: #000;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-secondary {
  fill: #000;
}

.text-outline-success {
  border-color: #028407;
  color: #028407;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-success {
  fill: #028407;
}

.text-outline-info {
  border-color: #0d687b;
  color: #0d687b;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-info {
  fill: #0d687b;
}

.text-outline-warn {
  border-color: #7d630b;
  color: #7d630b;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-warn {
  fill: #7d630b;
}

.text-outline-danger {
  border-color: #b00020;
  color: #b00020;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-danger {
  fill: #b00020;
}

.text-outline-light {
  border-color: #f5f5f5;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-light {
  fill: #f5f5f5;
}

.text-outline-dark {
  border-color: #000;
  color: #000;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-dark {
  fill: #000;
}

.text-outline-valid {
  border-color: #028407;
  color: #028407;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-valid {
  fill: #028407;
}

.text-outline-expiring-soon {
  border-color: #8d5f02;
  color: #8d5f02;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-expiring-soon {
  fill: #8d5f02;
}

.text-outline-invalid {
  border-color: #b00020;
  color: #b00020;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-invalid {
  fill: #b00020;
}

.text-outline-focus-blue {
  border-color: #2000FF;
  color: #2000FF;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-focus-blue {
  fill: #2000FF;
}

.text-outline-background {
  border-color: #f5f5f5;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-background {
  fill: #f5f5f5;
}

.text-outline-surface {
  border-color: #fff;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-surface {
  fill: #fff;
}

.text-outline-gray-text {
  border-color: #767676;
  color: #767676;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-gray-text {
  fill: #767676;
}

.text-outline-3-a {
  border-color: #262626;
  color: #262626;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-a {
  fill: #262626;
}

.text-outline-3-b {
  border-color: #434343;
  color: #434343;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-b {
  fill: #434343;
}

.text-outline-3-c {
  border-color: #555;
  color: #555;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-c {
  fill: #555;
}

.text-outline-3-d {
  border-color: #7b7b7b;
  color: #7b7b7b;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-d {
  fill: #7b7b7b;
}

.text-outline-3-e {
  border-color: #9d9d9d;
  color: #9d9d9d;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-e {
  fill: #9d9d9d;
}

.text-outline-3-f {
  border-color: #c4c4c4;
  color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-f {
  fill: #c4c4c4;
}

.text-outline-3-g {
  border-color: #d9d9d9;
  color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-g {
  fill: #d9d9d9;
}

.text-outline-3-h {
  border-color: #e9e9e9;
  color: #e9e9e9;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-h {
  fill: #e9e9e9;
}

.text-outline-3-j {
  border-color: #f5f5f5;
  color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-3-j {
  fill: #f5f5f5;
}

.text-outline-icon-primary {
  border-color: #bf360c;
  color: #bf360c;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-icon-primary {
  fill: #bf360c;
}

.text-outline-icon-secondary {
  border-color: #37474f;
  color: #37474f;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-icon-secondary {
  fill: #37474f;
}

.text-outline-alternate-colour {
  border-color: #bf360c;
  color: #bf360c;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-alternate-colour {
  fill: #bf360c;
}

.text-outline-standard-colour {
  border-color: #bf360c;
  color: #bf360c;
  border-style: solid;
  border-width: 1px;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.fill-standard-colour {
  fill: #bf360c;
}

small, .small {
  font-size: 0.7rem !important;
}

.body2,
.fs-body-2 {
  font-size: var(--font-size-body2);
}

.caption,
.fs-caption {
  font-size: 0.75rem;
}

.fs-subtitle-1 {
  font-size: 1.25rem;
  font-weight: 500;
}

.subtitle2,
.fs-subtitle-2 {
  font-weight: bold;
  font-size: 0.875rem;
}

.text-pre {
  white-space: pre;
}

.text-prewrap {
  white-space: pre-wrap;
}

.h5, h5, .h6, .dashboard-container .group-header, h6, .h6 {
  font-weight: 800 !important;
}

.list-type-disc {
  list-style-type: disc;
}

.tab-panel {
  --bs-nav-tabs-border-radius: 0.375rem;
}

.tab-panel .tab-panel-tabs {
  background-color: #fff;
  color: #000;
  border-radius: var(--bs-nav-tabs-border-radius);
  padding-bottom: 20px;
  box-shadow: var(--box-shadow);
  font-size: 0.875rem;
  flex-shrink: 0;
}

.tab-panel .tab-panel-tabs .tab-panel-header {
  padding: 20px 10px 0px;
  display: flex;
}

.tab-panel .tab-panel-tabs .tab-panel-header .text {
  display: flex;
  flex-direction: column;
}

.tab-panel .tab-panel-tabs .badge {
  border-radius: 50%;
  color: #fff;
  background-color: #b00020;
  margin-left: auto;
  align-self: center;
}

.tab-panel .tab-panel-tabs i {
  margin-left: auto;
  align-self: center;
}

.tab-panel .tab-panel-tabs .tab-panel-nav-tabs {
  --bs-nav-link-padding-x: 5px;
  --bs-nav-link-padding-y: 5px;
  --bs-nav-tabs-border-color: #d9d9d9;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-hover-color: #000;
  --bs-nav-tabs-link-hover-bg: #ff5500;
  --bs-nav-tabs-link-active-color: #555;
  --bs-nav-tabs-link-active-bg: #fff3e0;
  --bs-nav-tabs-link-active-border-color: transparent;
  flex-direction: column;
  border-bottom: none;
}

.tab-panel .tab-panel-tabs .tab-panel-nav-tabs .nav-link {
  margin: 0px 10px 5px;
  border-radius: var(--bs-nav-tabs-border-radius);
  color: inherit;
  display: flex;
}

.tab-panel .tab-panel-tabs .tab-panel-nav-tabs .nav-link:hover {
  background-color: var(--bs-nav-tabs-link-hover-bg);
  color: var(--bs-nav-tabs-link-hover-color);
}

.tab-panel .tab-panel-tabs .tab-panel-nav-tabs .nav-link:focus-visible {
  color: var(--bs-nav-tabs-link-hover-color);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.tab-panel .tab-panel-tabs .tab-panel-nav-tabs .nav-link.active, .tab-panel .tab-panel-tabs .tab-panel-nav-tabs .nav-link:active, .tab-panel .tab-panel-tabs .tab-panel-nav-tabs .nav-link.show {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.tab-panel .tab-content {
  min-width: 0;
}

.no-validation-icon .field-validation-error::before {
  content: '';
  background-image: none !important;
  width: 0;
  height: 0;
}

.field-validation-error {
  display: inline-flex;
  align-items: center;
  color: #b00020;
  border: 1px solid #b00020;
  border-radius: 10px;
  background: #fff;
  padding: 0.25rem;
  margin-top: .5rem;
  font-weight: 600;
  font-size: 0.8rem;
}

.field-validation-error::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 24px;
}

.field-validation-error span {
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  font-weight: 700;
}

.validation-summary-errors {
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  --bs-alert-color: var(--bs-danger);
  --bs-alert-bg: var(--bs-white);
  --bs-alert-border-color: var(--bs-danger);
  color: var(--bs-alert-color);
  display: inline-flex;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.validation-summary-errors::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.validation-summary-errors span {
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  font-weight: 700;
}

.breadcrumb {
  margin-top: 5px;
  margin-left: 10px;
  align-items: center;
}

.breadcrumb .dashboard-icon {
  height: 16px;
  width: 16px;
  stroke: var(--bs-primary-variant-1);
  margin-right: 5px;
}

.breadcrumb .breadcrumb-item {
  align-items: center;
  display: flex;
}

.breadcrumb .breadcrumb-item::before {
  display: flex;
}

.breadcrumb .breadcrumb-item:first-child a {
  color: var(--bs-primary-variant-1);
  display: flex;
}

.breadcrumb .breadcrumb-item .btn.btn-breadcrumb {
  --bs-btn-color: #bf360c;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #d9d9d9;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #000;
  --bs-btn-disabled-color:#bf360c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-opacity: 0.2;
  --bs-btn-font-size: 0.75rem svg {
                    fill: var(--bs-btn-color);
                }
            ;
}

.breadcrumb .breadcrumb-item .btn.btn-breadcrumb:not(:disabled):not(.disabled):focus {
  border-color: #2000FF;
  border-color: #2000FF;
  background-color: #e9e9e9;
  box-shadow: 0px 3px 6px #00000040;
}

.breadcrumb .breadcrumb-item .btn.btn-breadcrumb:not(:disabled):not(.disabled):hover {
  color: var(--bs-btn-hover-color) !important;
}

.breadcrumb .breadcrumb-item .btn.btn-breadcrumb:not(:disabled):not(.disabled):hover svg {
  fill: var(--bs-btn-hover-color);
}

.breadcrumb .breadcrumb-item .btn.btn-breadcrumb:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #000 !important;
  box-shadow: none !important;
}

.dashboard .panel-left {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dashboard .panel-left .embed-container {
  display: flex;
  flex-direction: column;
}

.dashboard .panel-right {
  display: none;
}

.dashboard .panel-top, .dashboard .panel-topOnly {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 1680.98px) {
  .dashboard .panel-left {
    flex: 0 0 auto;
    width: 75%;
    display: flex;
    flex-direction: column;
  }
  .dashboard .panel-left .embed-container {
    display: flex;
    flex-direction: column;
  }
  .dashboard .panel-right {
    flex: 0 0 auto;
    width: 25%;
    display: block;
  }
  .dashboard .panel-top {
    display: none;
  }
}

:root {
  --font-size-1:3rem;
  --font-size-2:2.5rem;
  --font-size-3:2rem;
  --font-size-4:1.625rem;
  --font-size-5:1.25rem;
  --font-size-6:1.125rem;
  --font-size-body2: 0.875rem;
  --font-size-caption: 0.75rem;
  --box-shadow: 0px 0px 5px #203F4E33;
}

/*!
   * Bootstrap  v5.2.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #7b7b7b;
  --bs-gray-dark: #434343;
  --bs-gray-100: #f5f5f5;
  --bs-gray-200: #e9e9e9;
  --bs-gray-300: #d9d9d9;
  --bs-gray-400: #c4c4c4;
  --bs-gray-500: #9d9d9d;
  --bs-gray-600: #7b7b7b;
  --bs-gray-700: #555;
  --bs-gray-800: #434343;
  --bs-gray-900: #262626;
  --bs-primary: #ff5500;
  --bs-primary-variant-1: #bf360c;
  --bs-primary-variant-2: #fff3e0;
  --bs-secondary-variant: #37474f;
  --bs-secondary: #000;
  --bs-success: #028407;
  --bs-info: #0d687b;
  --bs-warn: #7d630b;
  --bs-danger: #b00020;
  --bs-light: #f5f5f5;
  --bs-dark: #000;
  --bs-valid: #028407;
  --bs-expiring-soon: #8d5f02;
  --bs-invalid: #b00020;
  --bs-focus-blue: #2000FF;
  --bs-background: #f5f5f5;
  --bs-surface: #fff;
  --bs-gray-text: #767676;
  --bs-3-a: #262626;
  --bs-3-b: #434343;
  --bs-3-c: #555;
  --bs-3-d: #7b7b7b;
  --bs-3-e: #9d9d9d;
  --bs-3-f: #c4c4c4;
  --bs-3-g: #d9d9d9;
  --bs-3-h: #e9e9e9;
  --bs-3-j: #f5f5f5;
  --bs-icon-primary: #bf360c;
  --bs-icon-secondary: #37474f;
  --bs-alternate-colour: #bf360c;
  --bs-standard-colour: #bf360c;
  --bs-primary-rgb: 255, 85, 0;
  --bs-primary-variant-1-rgb: 191, 54, 12;
  --bs-primary-variant-2-rgb: 255, 243, 224;
  --bs-secondary-variant-rgb: 55, 71, 79;
  --bs-secondary-rgb: 0, 0, 0;
  --bs-success-rgb: 2, 132, 7;
  --bs-info-rgb: 13, 104, 123;
  --bs-warn-rgb: 125, 99, 11;
  --bs-danger-rgb: 176, 0, 32;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 0, 0, 0;
  --bs-valid-rgb: 2, 132, 7;
  --bs-expiring-soon-rgb: 141, 95, 2;
  --bs-invalid-rgb: 176, 0, 32;
  --bs-focus-blue-rgb: 32, 0, 255;
  --bs-background-rgb: 245, 245, 245;
  --bs-surface-rgb: 255, 255, 255;
  --bs-gray-text-rgb: 118, 118, 118;
  --bs-3-a-rgb: 38, 38, 38;
  --bs-3-b-rgb: 67, 67, 67;
  --bs-3-c-rgb: 85, 85, 85;
  --bs-3-d-rgb: 123, 123, 123;
  --bs-3-e-rgb: 157, 157, 157;
  --bs-3-f-rgb: 196, 196, 196;
  --bs-3-g-rgb: 217, 217, 217;
  --bs-3-h-rgb: 233, 233, 233;
  --bs-3-j-rgb: 245, 245, 245;
  --bs-icon-primary-rgb: 191, 54, 12;
  --bs-icon-secondary-rgb: 55, 71, 79;
  --bs-alternate-colour-rgb: 191, 54, 12;
  --bs-standard-colour-rgb: 191, 54, 12;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 38, 38, 38;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: manrope, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #262626;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d9d9d9;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #bf360c;
  --bs-link-hover-color: #992b0a;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .dashboard-container .group-header {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6, .dashboard-container .group-header {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #7b7b7b;
  text-align: left;
}

th {
  font-weight: 700;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.625rem;
  }
}

.display-5 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #7b7b7b;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #7b7b7b;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color: #000;
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #ffddcc;
  --bs-table-border-color: #e6c7b8;
  --bs-table-striped-bg: #f2d2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c7b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecccbd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #cccccc;
  --bs-table-border-color: #b8b8b8;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #cce6cd;
  --bs-table-border-color: #b8cfb9;
  --bs-table-striped-bg: #c2dbc3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cfb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd5be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cfe1e5;
  --bs-table-border-color: #bacbce;
  --bs-table-striped-bg: #c5d6da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd0d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #efccd2;
  --bs-table-border-color: #d7b8bd;
  --bs-table-striped-bg: #e3c2c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d7b8bd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ddbdc2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f5f5f5;
  --bs-table-border-color: #dddddd;
  --bs-table-striped-bg: #e9e9e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dddddd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3e3e3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #262626;
  --bs-table-border-color: #3c3c3c;
  --bs-table-striped-bg: #313131;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3c3c3c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #363636;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #7b7b7b;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9d9d9d;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #262626;
  background-color: #fff;
  border-color: #ff5500;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #7b7b7b;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9e9e9;
  border-color: #9d9d9d;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #262626;
  background-color: #e9e9e9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dddddd;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #262626;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23434343' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #c4c4c4;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #ff5500;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 85, 0, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9e9e9;
  border-color: #9d9d9d;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #262626;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #000;
  appearance: none;
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #ffaa80;
  outline: 0;
  box-shadow: 0 0 2px 2px #2000FF;
}

.form-check-input:checked {
  background-color: #ff5500;
  border-color: #ff5500;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #ff5500;
  border-color: #ff5500;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffaa80'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 2px 2px #2000FF;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 2px 2px #2000FF;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff5500;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #ffccb3;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff5500;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #ffccb3;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #9d9d9d;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #9d9d9d;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5500;
  border: 1px solid #ff5500;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #028407;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(2, 132, 7, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #028407;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23028407' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #028407;
  box-shadow: 0 0 0 0.25rem rgba(2, 132, 7, 0.5);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #028407;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23434343' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23028407' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #028407;
  box-shadow: 0 0 0 0.25rem rgba(2, 132, 7, 0.5);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #028407;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #028407;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 132, 7, 0.5);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #028407;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #b00020;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(176, 0, 32, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b00020;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23b00020'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b00020' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b00020;
  box-shadow: 0 0 0 0.25rem rgba(176, 0, 32, 0.5);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #b00020;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23434343' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23b00020'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b00020' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #b00020;
  box-shadow: 0 0 0 0.25rem rgba(176, 0, 32, 0.5);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #b00020;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #b00020;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 0, 32, 0.5);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b00020;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #262626;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff5500;
  --bs-btn-border-color: #ff5500;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff6f26;
  --bs-btn-hover-border-color: #ff661a;
  --bs-btn-focus-shadow-rgb: 217, 72, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff7733;
  --bs-btn-active-border-color: #ff661a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff5500;
  --bs-btn-disabled-border-color: #ff5500;
}

.btn-primary-variant-1 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a22e0a;
  --bs-btn-hover-border-color: #992b0a;
  --bs-btn-focus-shadow-rgb: 201, 84, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #992b0a;
  --bs-btn-active-border-color: #8f2909;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bf360c;
  --bs-btn-disabled-border-color: #bf360c;
}

.btn-primary-variant-2 {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff3e0;
  --bs-btn-border-color: #fff3e0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff5e5;
  --bs-btn-hover-border-color: #fff4e3;
  --bs-btn-focus-shadow-rgb: 217, 207, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff5e6;
  --bs-btn-active-border-color: #fff4e3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff3e0;
  --bs-btn-disabled-border-color: #fff3e0;
}

.btn-secondary-variant {
  --bs-btn-color: #fff;
  --bs-btn-bg: #37474f;
  --bs-btn-border-color: #37474f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2f3c43;
  --bs-btn-hover-border-color: #2c393f;
  --bs-btn-focus-shadow-rgb: 85, 99, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c393f;
  --bs-btn-active-border-color: #29353b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #37474f;
  --bs-btn-disabled-border-color: #37474f;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #028407;
  --bs-btn-border-color: #028407;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #027006;
  --bs-btn-hover-border-color: #026a06;
  --bs-btn-focus-shadow-rgb: 40, 150, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #026a06;
  --bs-btn-active-border-color: #026305;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #028407;
  --bs-btn-disabled-border-color: #028407;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d687b;
  --bs-btn-border-color: #0d687b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5869;
  --bs-btn-hover-border-color: #0a5362;
  --bs-btn-focus-shadow-rgb: 49, 127, 143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a5362;
  --bs-btn-active-border-color: #0a4e5c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d687b;
  --bs-btn-disabled-border-color: #0d687b;
}

.btn-warn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7d630b;
  --bs-btn-border-color: #7d630b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6a5409;
  --bs-btn-hover-border-color: #644f09;
  --bs-btn-focus-shadow-rgb: 145, 122, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #644f09;
  --bs-btn-active-border-color: #5e4a08;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7d630b;
  --bs-btn-disabled-border-color: #7d630b;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b00020;
  --bs-btn-border-color: #b00020;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #96001b;
  --bs-btn-hover-border-color: #8d001a;
  --bs-btn-focus-shadow-rgb: 188, 38, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8d001a;
  --bs-btn-active-border-color: #840018;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b00020;
  --bs-btn-disabled-border-color: #b00020;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d0d0d0;
  --bs-btn-hover-border-color: #c4c4c4;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4c4c4;
  --bs-btn-active-border-color: #b8b8b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #1a1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-valid {
  --bs-btn-color: #fff;
  --bs-btn-bg: #028407;
  --bs-btn-border-color: #028407;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #027006;
  --bs-btn-hover-border-color: #026a06;
  --bs-btn-focus-shadow-rgb: 40, 150, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #026a06;
  --bs-btn-active-border-color: #026305;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #028407;
  --bs-btn-disabled-border-color: #028407;
}

.btn-expiring-soon {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8d5f02;
  --bs-btn-border-color: #8d5f02;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #785102;
  --bs-btn-hover-border-color: #714c02;
  --bs-btn-focus-shadow-rgb: 158, 119, 40;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #714c02;
  --bs-btn-active-border-color: #6a4702;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8d5f02;
  --bs-btn-disabled-border-color: #8d5f02;
}

.btn-invalid {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b00020;
  --bs-btn-border-color: #b00020;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #96001b;
  --bs-btn-hover-border-color: #8d001a;
  --bs-btn-focus-shadow-rgb: 188, 38, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8d001a;
  --bs-btn-active-border-color: #840018;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b00020;
  --bs-btn-disabled-border-color: #b00020;
}

.btn-focus-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2000FF;
  --bs-btn-border-color: #2000FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b00d9;
  --bs-btn-hover-border-color: #1a00cc;
  --bs-btn-focus-shadow-rgb: 65, 38, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a00cc;
  --bs-btn-active-border-color: #1800bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2000FF;
  --bs-btn-disabled-border-color: #2000FF;
}

.btn-background {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-surface {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-gray-text {
  --bs-btn-color: #fff;
  --bs-btn-bg: #767676;
  --bs-btn-border-color: #767676;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #646464;
  --bs-btn-hover-border-color: #5e5e5e;
  --bs-btn-focus-shadow-rgb: 139, 139, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5e5e5e;
  --bs-btn-active-border-color: #595959;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #767676;
  --bs-btn-disabled-border-color: #767676;
}

.btn-3-a {
  --bs-btn-color: #fff;
  --bs-btn-bg: #262626;
  --bs-btn-border-color: #262626;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #202020;
  --bs-btn-hover-border-color: #1e1e1e;
  --bs-btn-focus-shadow-rgb: 71, 71, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e1e1e;
  --bs-btn-active-border-color: #1d1d1d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #262626;
  --bs-btn-disabled-border-color: #262626;
}

.btn-3-b {
  --bs-btn-color: #fff;
  --bs-btn-bg: #434343;
  --bs-btn-border-color: #434343;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #393939;
  --bs-btn-hover-border-color: #363636;
  --bs-btn-focus-shadow-rgb: 95, 95, 95;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #363636;
  --bs-btn-active-border-color: #323232;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #434343;
  --bs-btn-disabled-border-color: #434343;
}

.btn-3-c {
  --bs-btn-color: #fff;
  --bs-btn-bg: #555;
  --bs-btn-border-color: #555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #484848;
  --bs-btn-hover-border-color: #444444;
  --bs-btn-focus-shadow-rgb: 111, 111, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #444444;
  --bs-btn-active-border-color: #404040;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #555;
  --bs-btn-disabled-border-color: #555;
}

.btn-3-d {
  --bs-btn-color: #000;
  --bs-btn-bg: #7b7b7b;
  --bs-btn-border-color: #7b7b7b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8f8f8f;
  --bs-btn-hover-border-color: #888888;
  --bs-btn-focus-shadow-rgb: 105, 105, 105;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #959595;
  --bs-btn-active-border-color: #888888;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7b7b7b;
  --bs-btn-disabled-border-color: #7b7b7b;
}

.btn-3-e {
  --bs-btn-color: #000;
  --bs-btn-bg: #9d9d9d;
  --bs-btn-border-color: #9d9d9d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #acacac;
  --bs-btn-hover-border-color: #a7a7a7;
  --bs-btn-focus-shadow-rgb: 133, 133, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b1b1b1;
  --bs-btn-active-border-color: #a7a7a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #9d9d9d;
  --bs-btn-disabled-border-color: #9d9d9d;
}

.btn-3-f {
  --bs-btn-color: #000;
  --bs-btn-bg: #c4c4c4;
  --bs-btn-border-color: #c4c4c4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cdcdcd;
  --bs-btn-hover-border-color: #cacaca;
  --bs-btn-focus-shadow-rgb: 167, 167, 167;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d0d0d0;
  --bs-btn-active-border-color: #cacaca;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c4c4c4;
  --bs-btn-disabled-border-color: #c4c4c4;
}

.btn-3-g {
  --bs-btn-color: #000;
  --bs-btn-bg: #d9d9d9;
  --bs-btn-border-color: #d9d9d9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dfdfdf;
  --bs-btn-hover-border-color: #dddddd;
  --bs-btn-focus-shadow-rgb: 184, 184, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e1e1e1;
  --bs-btn-active-border-color: #dddddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d9d9d9;
  --bs-btn-disabled-border-color: #d9d9d9;
}

.btn-3-h {
  --bs-btn-color: #000;
  --bs-btn-bg: #e9e9e9;
  --bs-btn-border-color: #e9e9e9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ececec;
  --bs-btn-hover-border-color: #ebebeb;
  --bs-btn-focus-shadow-rgb: 198, 198, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ededed;
  --bs-btn-active-border-color: #ebebeb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e9e9e9;
  --bs-btn-disabled-border-color: #e9e9e9;
}

.btn-3-j {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-icon-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a22e0a;
  --bs-btn-hover-border-color: #992b0a;
  --bs-btn-focus-shadow-rgb: 201, 84, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #992b0a;
  --bs-btn-active-border-color: #8f2909;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bf360c;
  --bs-btn-disabled-border-color: #bf360c;
}

.btn-icon-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #37474f;
  --bs-btn-border-color: #37474f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2f3c43;
  --bs-btn-hover-border-color: #2c393f;
  --bs-btn-focus-shadow-rgb: 85, 99, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c393f;
  --bs-btn-active-border-color: #29353b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #37474f;
  --bs-btn-disabled-border-color: #37474f;
}

.btn-alternate-colour {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a22e0a;
  --bs-btn-hover-border-color: #992b0a;
  --bs-btn-focus-shadow-rgb: 201, 84, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #992b0a;
  --bs-btn-active-border-color: #8f2909;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bf360c;
  --bs-btn-disabled-border-color: #bf360c;
}

.btn-standard-colour {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a22e0a;
  --bs-btn-hover-border-color: #992b0a;
  --bs-btn-focus-shadow-rgb: 201, 84, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #992b0a;
  --bs-btn-active-border-color: #8f2909;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bf360c;
  --bs-btn-disabled-border-color: #bf360c;
}

.btn-outline-primary {
  --bs-btn-color: #ff5500;
  --bs-btn-border-color: #ff5500;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff5500;
  --bs-btn-hover-border-color: #ff5500;
  --bs-btn-focus-shadow-rgb: 255, 85, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff5500;
  --bs-btn-active-border-color: #ff5500;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff5500;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff5500;
  --bs-gradient: none;
}

.btn-outline-primary-variant-1 {
  --bs-btn-color: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bf360c;
  --bs-btn-hover-border-color: #bf360c;
  --bs-btn-focus-shadow-rgb: 191, 54, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bf360c;
  --bs-btn-active-border-color: #bf360c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf360c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf360c;
  --bs-gradient: none;
}

.btn-outline-primary-variant-2 {
  --bs-btn-color: #fff3e0;
  --bs-btn-border-color: #fff3e0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff3e0;
  --bs-btn-hover-border-color: #fff3e0;
  --bs-btn-focus-shadow-rgb: 255, 243, 224;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff3e0;
  --bs-btn-active-border-color: #fff3e0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3e0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3e0;
  --bs-gradient: none;
}

.btn-outline-secondary-variant {
  --bs-btn-color: #37474f;
  --bs-btn-border-color: #37474f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #37474f;
  --bs-btn-hover-border-color: #37474f;
  --bs-btn-focus-shadow-rgb: 55, 71, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #37474f;
  --bs-btn-active-border-color: #37474f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #37474f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #37474f;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #028407;
  --bs-btn-border-color: #028407;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #028407;
  --bs-btn-hover-border-color: #028407;
  --bs-btn-focus-shadow-rgb: 2, 132, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #028407;
  --bs-btn-active-border-color: #028407;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #028407;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #028407;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0d687b;
  --bs-btn-border-color: #0d687b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d687b;
  --bs-btn-hover-border-color: #0d687b;
  --bs-btn-focus-shadow-rgb: 13, 104, 123;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d687b;
  --bs-btn-active-border-color: #0d687b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d687b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d687b;
  --bs-gradient: none;
}

.btn-outline-warn {
  --bs-btn-color: #7d630b;
  --bs-btn-border-color: #7d630b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7d630b;
  --bs-btn-hover-border-color: #7d630b;
  --bs-btn-focus-shadow-rgb: 125, 99, 11;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7d630b;
  --bs-btn-active-border-color: #7d630b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7d630b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7d630b;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #b00020;
  --bs-btn-border-color: #b00020;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b00020;
  --bs-btn-hover-border-color: #b00020;
  --bs-btn-focus-shadow-rgb: 176, 0, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b00020;
  --bs-btn-active-border-color: #b00020;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b00020;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b00020;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-outline-valid {
  --bs-btn-color: #028407;
  --bs-btn-border-color: #028407;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #028407;
  --bs-btn-hover-border-color: #028407;
  --bs-btn-focus-shadow-rgb: 2, 132, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #028407;
  --bs-btn-active-border-color: #028407;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #028407;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #028407;
  --bs-gradient: none;
}

.btn-outline-expiring-soon {
  --bs-btn-color: #8d5f02;
  --bs-btn-border-color: #8d5f02;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8d5f02;
  --bs-btn-hover-border-color: #8d5f02;
  --bs-btn-focus-shadow-rgb: 141, 95, 2;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8d5f02;
  --bs-btn-active-border-color: #8d5f02;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8d5f02;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8d5f02;
  --bs-gradient: none;
}

.btn-outline-invalid {
  --bs-btn-color: #b00020;
  --bs-btn-border-color: #b00020;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b00020;
  --bs-btn-hover-border-color: #b00020;
  --bs-btn-focus-shadow-rgb: 176, 0, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b00020;
  --bs-btn-active-border-color: #b00020;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b00020;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b00020;
  --bs-gradient: none;
}

.btn-outline-focus-blue {
  --bs-btn-color: #2000FF;
  --bs-btn-border-color: #2000FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2000FF;
  --bs-btn-hover-border-color: #2000FF;
  --bs-btn-focus-shadow-rgb: 32, 0, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2000FF;
  --bs-btn-active-border-color: #2000FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2000FF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2000FF;
  --bs-gradient: none;
}

.btn-outline-background {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none;
}

.btn-outline-surface {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-gray-text {
  --bs-btn-color: #767676;
  --bs-btn-border-color: #767676;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #767676;
  --bs-btn-hover-border-color: #767676;
  --bs-btn-focus-shadow-rgb: 118, 118, 118;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #767676;
  --bs-btn-active-border-color: #767676;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #767676;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #767676;
  --bs-gradient: none;
}

.btn-outline-3-a {
  --bs-btn-color: #262626;
  --bs-btn-border-color: #262626;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #262626;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #262626;
  --bs-btn-active-border-color: #262626;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #262626;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #262626;
  --bs-gradient: none;
}

.btn-outline-3-b {
  --bs-btn-color: #434343;
  --bs-btn-border-color: #434343;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #434343;
  --bs-btn-hover-border-color: #434343;
  --bs-btn-focus-shadow-rgb: 67, 67, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #434343;
  --bs-btn-active-border-color: #434343;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #434343;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #434343;
  --bs-gradient: none;
}

.btn-outline-3-c {
  --bs-btn-color: #555;
  --bs-btn-border-color: #555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #555;
  --bs-btn-hover-border-color: #555;
  --bs-btn-focus-shadow-rgb: 85, 85, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #555;
  --bs-btn-active-border-color: #555;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #555;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #555;
  --bs-gradient: none;
}

.btn-outline-3-d {
  --bs-btn-color: #7b7b7b;
  --bs-btn-border-color: #7b7b7b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7b7b7b;
  --bs-btn-hover-border-color: #7b7b7b;
  --bs-btn-focus-shadow-rgb: 123, 123, 123;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7b7b7b;
  --bs-btn-active-border-color: #7b7b7b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7b7b7b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7b7b7b;
  --bs-gradient: none;
}

.btn-outline-3-e {
  --bs-btn-color: #9d9d9d;
  --bs-btn-border-color: #9d9d9d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9d9d9d;
  --bs-btn-hover-border-color: #9d9d9d;
  --bs-btn-focus-shadow-rgb: 157, 157, 157;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #9d9d9d;
  --bs-btn-active-border-color: #9d9d9d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9d9d9d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9d9d9d;
  --bs-gradient: none;
}

.btn-outline-3-f {
  --bs-btn-color: #c4c4c4;
  --bs-btn-border-color: #c4c4c4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c4c4c4;
  --bs-btn-hover-border-color: #c4c4c4;
  --bs-btn-focus-shadow-rgb: 196, 196, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4c4c4;
  --bs-btn-active-border-color: #c4c4c4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c4c4c4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c4c4c4;
  --bs-gradient: none;
}

.btn-outline-3-g {
  --bs-btn-color: #d9d9d9;
  --bs-btn-border-color: #d9d9d9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #d9d9d9;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d9d9d9;
  --bs-btn-active-border-color: #d9d9d9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d9d9d9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d9d9d9;
  --bs-gradient: none;
}

.btn-outline-3-h {
  --bs-btn-color: #e9e9e9;
  --bs-btn-border-color: #e9e9e9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9e9e9;
  --bs-btn-hover-border-color: #e9e9e9;
  --bs-btn-focus-shadow-rgb: 233, 233, 233;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9e9e9;
  --bs-btn-active-border-color: #e9e9e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9e9e9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9e9e9;
  --bs-gradient: none;
}

.btn-outline-3-j {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none;
}

.btn-outline-icon-primary {
  --bs-btn-color: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bf360c;
  --bs-btn-hover-border-color: #bf360c;
  --bs-btn-focus-shadow-rgb: 191, 54, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bf360c;
  --bs-btn-active-border-color: #bf360c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf360c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf360c;
  --bs-gradient: none;
}

.btn-outline-icon-secondary {
  --bs-btn-color: #37474f;
  --bs-btn-border-color: #37474f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #37474f;
  --bs-btn-hover-border-color: #37474f;
  --bs-btn-focus-shadow-rgb: 55, 71, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #37474f;
  --bs-btn-active-border-color: #37474f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #37474f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #37474f;
  --bs-gradient: none;
}

.btn-outline-alternate-colour {
  --bs-btn-color: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bf360c;
  --bs-btn-hover-border-color: #bf360c;
  --bs-btn-focus-shadow-rgb: 191, 54, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bf360c;
  --bs-btn-active-border-color: #bf360c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf360c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf360c;
  --bs-gradient: none;
}

.btn-outline-standard-colour {
  --bs-btn-color: #bf360c;
  --bs-btn-border-color: #bf360c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bf360c;
  --bs-btn-hover-border-color: #bf360c;
  --bs-btn-focus-shadow-rgb: 191, 54, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bf360c;
  --bs-btn-active-border-color: #bf360c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf360c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf360c;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #7b7b7b;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 217, 72, 0;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: #262626;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0px 0px 5px #203F4E33;
  --bs-dropdown-link-color: #262626;
  --bs-dropdown-link-hover-color: #000;
  --bs-dropdown-link-hover-bg: #ff5500;
  --bs-dropdown-link-active-color: #000;
  --bs-dropdown-link-active-bg: #fff3e0;
  --bs-dropdown-link-disabled-color: #9d9d9d;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #7b7b7b;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #d9d9d9;
  --bs-dropdown-bg: #434343;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #d9d9d9;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ff5500;
  --bs-dropdown-link-disabled-color: #9d9d9d;
  --bs-dropdown-header-color: #9d9d9d;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 0.875rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #555;
  --bs-nav-link-hover-color: #000;
  --bs-nav-link-disabled-color: #555;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #d9d9d9;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: #555;
  --bs-nav-tabs-link-active-bg: #fff3e0;
  --bs-nav-tabs-link-active-border-color: transparent;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #ff5500;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 0.875rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 10px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #262626;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #262626;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23262626'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e64d00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #ffaa80;
  --bs-accordion-btn-focus-box-shadow: 0 0 2px 2px #2000FF;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #e64d00;
  --bs-accordion-active-bg: #ffeee6;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-font-size: 0.75rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-gray-500);
  --bs-breadcrumb-item-padding-x: 0;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-variant);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, url('data:image/svg+xml,%3csvg id="right-arrow-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24"%3e %3crect id="target" width="24" height="24" fill="none"/%3e  %3cpath id="Arrow" d="M2.016,5,5.837,1.261a.54.54,0,0,0,0-.773L5.5.16a.568.568,0,0,0-.79,0L.163,4.614a.544.544,0,0,0,0,.776L4.708,9.84a.568.568,0,0,0,.79,0l.335-.328a.54.54,0,0,0,0-.774Z" transform="translate%2815 17.494%29 rotate%28180%29" fill="var%28--bs-gray-500%29"/%3e%3c/svg%3e'));
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #d9d9d9;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9e9e9;
  --bs-pagination-hover-border-color: #d9d9d9;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9e9e9;
  --bs-pagination-focus-box-shadow: 0 0 2px 2px #2000FF;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #ff5500;
  --bs-pagination-active-border-color: #ff5500;
  --bs-pagination-disabled-color: #7b7b7b;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #d9d9d9;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #993300;
  --bs-alert-bg: #ffddcc;
  --bs-alert-border-color: #ffccb3;
}

.alert-primary .alert-link {
  color: #7a2900;
}

.alert-primary-variant-1 {
  --bs-alert-color: #732007;
  --bs-alert-bg: #f2d7ce;
  --bs-alert-border-color: #ecc3b6;
}

.alert-primary-variant-1 .alert-link {
  color: #5c1a06;
}

.alert-primary-variant-2 {
  --bs-alert-color: #66615a;
  --bs-alert-bg: #fffdf9;
  --bs-alert-border-color: #fffbf6;
}

.alert-primary-variant-2 .alert-link {
  color: #524e48;
}

.alert-secondary-variant {
  --bs-alert-color: #212b2f;
  --bs-alert-bg: #d7dadc;
  --bs-alert-border-color: #c3c8ca;
}

.alert-secondary-variant .alert-link {
  color: #1a2226;
}

.alert-secondary {
  --bs-alert-color: black;
  --bs-alert-bg: #cccccc;
  --bs-alert-border-color: #b3b3b3;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  --bs-alert-color: #014f04;
  --bs-alert-bg: #cce6cd;
  --bs-alert-border-color: #b3dab5;
}

.alert-success .alert-link {
  color: #013f03;
}

.alert-info {
  --bs-alert-color: #083e4a;
  --bs-alert-bg: #cfe1e5;
  --bs-alert-border-color: #b6d2d7;
}

.alert-info .alert-link {
  color: #06323b;
}

.alert-warn {
  --bs-alert-color: #4b3b07;
  --bs-alert-bg: #e5e0ce;
  --bs-alert-border-color: #d8d0b6;
}

.alert-warn .alert-link {
  color: #3c2f06;
}

.alert-danger {
  --bs-alert-color: #6a0013;
  --bs-alert-bg: #efccd2;
  --bs-alert-border-color: #e7b3bc;
}

.alert-danger .alert-link {
  color: #55000f;
}

.alert-light {
  --bs-alert-color: #626262;
  --bs-alert-bg: #fdfdfd;
  --bs-alert-border-color: #fcfcfc;
}

.alert-light .alert-link {
  color: #4e4e4e;
}

.alert-dark {
  --bs-alert-color: black;
  --bs-alert-bg: #cccccc;
  --bs-alert-border-color: #b3b3b3;
}

.alert-dark .alert-link {
  color: black;
}

.alert-valid {
  --bs-alert-color: #014f04;
  --bs-alert-bg: #cce6cd;
  --bs-alert-border-color: #b3dab5;
}

.alert-valid .alert-link {
  color: #013f03;
}

.alert-expiring-soon {
  --bs-alert-color: #553901;
  --bs-alert-bg: #e8dfcc;
  --bs-alert-border-color: #ddcfb3;
}

.alert-expiring-soon .alert-link {
  color: #442e01;
}

.alert-invalid {
  --bs-alert-color: #6a0013;
  --bs-alert-bg: #efccd2;
  --bs-alert-border-color: #e7b3bc;
}

.alert-invalid .alert-link {
  color: #55000f;
}

.alert-focus-blue {
  --bs-alert-color: #130099;
  --bs-alert-bg: #d2ccff;
  --bs-alert-border-color: #bcb3ff;
}

.alert-focus-blue .alert-link {
  color: #0f007a;
}

.alert-background {
  --bs-alert-color: #626262;
  --bs-alert-bg: #fdfdfd;
  --bs-alert-border-color: #fcfcfc;
}

.alert-background .alert-link {
  color: #4e4e4e;
}

.alert-surface {
  --bs-alert-color: #666666;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}

.alert-surface .alert-link {
  color: #525252;
}

.alert-gray-text {
  --bs-alert-color: #474747;
  --bs-alert-bg: #e4e4e4;
  --bs-alert-border-color: #d6d6d6;
}

.alert-gray-text .alert-link {
  color: #393939;
}

.alert-3-a {
  --bs-alert-color: #171717;
  --bs-alert-bg: #d4d4d4;
  --bs-alert-border-color: #bebebe;
}

.alert-3-a .alert-link {
  color: #121212;
}

.alert-3-b {
  --bs-alert-color: #282828;
  --bs-alert-bg: #d9d9d9;
  --bs-alert-border-color: #c7c7c7;
}

.alert-3-b .alert-link {
  color: #202020;
}

.alert-3-c {
  --bs-alert-color: #333333;
  --bs-alert-bg: #dddddd;
  --bs-alert-border-color: #cccccc;
}

.alert-3-c .alert-link {
  color: #292929;
}

.alert-3-d {
  --bs-alert-color: #4a4a4a;
  --bs-alert-bg: #e5e5e5;
  --bs-alert-border-color: #d7d7d7;
}

.alert-3-d .alert-link {
  color: #3b3b3b;
}

.alert-3-e {
  --bs-alert-color: #5e5e5e;
  --bs-alert-bg: #ebebeb;
  --bs-alert-border-color: #e2e2e2;
}

.alert-3-e .alert-link {
  color: #4b4b4b;
}

.alert-3-f {
  --bs-alert-color: #4e4e4e;
  --bs-alert-bg: #f3f3f3;
  --bs-alert-border-color: #ededed;
}

.alert-3-f .alert-link {
  color: #3e3e3e;
}

.alert-3-g {
  --bs-alert-color: #575757;
  --bs-alert-bg: #f7f7f7;
  --bs-alert-border-color: #f4f4f4;
}

.alert-3-g .alert-link {
  color: #464646;
}

.alert-3-h {
  --bs-alert-color: #5d5d5d;
  --bs-alert-bg: #fbfbfb;
  --bs-alert-border-color: #f8f8f8;
}

.alert-3-h .alert-link {
  color: #4a4a4a;
}

.alert-3-j {
  --bs-alert-color: #626262;
  --bs-alert-bg: #fdfdfd;
  --bs-alert-border-color: #fcfcfc;
}

.alert-3-j .alert-link {
  color: #4e4e4e;
}

.alert-icon-primary {
  --bs-alert-color: #732007;
  --bs-alert-bg: #f2d7ce;
  --bs-alert-border-color: #ecc3b6;
}

.alert-icon-primary .alert-link {
  color: #5c1a06;
}

.alert-icon-secondary {
  --bs-alert-color: #212b2f;
  --bs-alert-bg: #d7dadc;
  --bs-alert-border-color: #c3c8ca;
}

.alert-icon-secondary .alert-link {
  color: #1a2226;
}

.alert-alternate-colour {
  --bs-alert-color: #732007;
  --bs-alert-bg: #f2d7ce;
  --bs-alert-border-color: #ecc3b6;
}

.alert-alternate-colour .alert-link {
  color: #5c1a06;
}

.alert-standard-colour {
  --bs-alert-color: #732007;
  --bs-alert-bg: #f2d7ce;
  --bs-alert-border-color: #ecc3b6;
}

.alert-standard-colour .alert-link {
  color: #5c1a06;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9e9e9;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ff5500;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #262626;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #555;
  --bs-list-group-action-hover-color: #555;
  --bs-list-group-action-hover-bg: #f5f5f5;
  --bs-list-group-action-active-color: #262626;
  --bs-list-group-action-active-bg: #e9e9e9;
  --bs-list-group-disabled-color: #7b7b7b;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #ff5500;
  --bs-list-group-active-border-color: #ff5500;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #993300;
  background-color: #ffddcc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #993300;
  background-color: #e6c7b8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #993300;
  border-color: #993300;
}

.list-group-item-primary-variant-1 {
  color: #732007;
  background-color: #f2d7ce;
}

.list-group-item-primary-variant-1.list-group-item-action:hover, .list-group-item-primary-variant-1.list-group-item-action:focus {
  color: #732007;
  background-color: #dac2b9;
}

.list-group-item-primary-variant-1.list-group-item-action.active {
  color: #fff;
  background-color: #732007;
  border-color: #732007;
}

.list-group-item-primary-variant-2 {
  color: #66615a;
  background-color: #fffdf9;
}

.list-group-item-primary-variant-2.list-group-item-action:hover, .list-group-item-primary-variant-2.list-group-item-action:focus {
  color: #66615a;
  background-color: #e6e4e0;
}

.list-group-item-primary-variant-2.list-group-item-action.active {
  color: #fff;
  background-color: #66615a;
  border-color: #66615a;
}

.list-group-item-secondary-variant {
  color: #212b2f;
  background-color: #d7dadc;
}

.list-group-item-secondary-variant.list-group-item-action:hover, .list-group-item-secondary-variant.list-group-item-action:focus {
  color: #212b2f;
  background-color: #c2c4c6;
}

.list-group-item-secondary-variant.list-group-item-action.active {
  color: #fff;
  background-color: #212b2f;
  border-color: #212b2f;
}

.list-group-item-secondary {
  color: black;
  background-color: #cccccc;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-success {
  color: #014f04;
  background-color: #cce6cd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #014f04;
  background-color: #b8cfb9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #014f04;
  border-color: #014f04;
}

.list-group-item-info {
  color: #083e4a;
  background-color: #cfe1e5;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #083e4a;
  background-color: #bacbce;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #083e4a;
  border-color: #083e4a;
}

.list-group-item-warn {
  color: #4b3b07;
  background-color: #e5e0ce;
}

.list-group-item-warn.list-group-item-action:hover, .list-group-item-warn.list-group-item-action:focus {
  color: #4b3b07;
  background-color: #cecab9;
}

.list-group-item-warn.list-group-item-action.active {
  color: #fff;
  background-color: #4b3b07;
  border-color: #4b3b07;
}

.list-group-item-danger {
  color: #6a0013;
  background-color: #efccd2;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6a0013;
  background-color: #d7b8bd;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a0013;
  border-color: #6a0013;
}

.list-group-item-light {
  color: #626262;
  background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-dark {
  color: black;
  background-color: #cccccc;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-valid {
  color: #014f04;
  background-color: #cce6cd;
}

.list-group-item-valid.list-group-item-action:hover, .list-group-item-valid.list-group-item-action:focus {
  color: #014f04;
  background-color: #b8cfb9;
}

.list-group-item-valid.list-group-item-action.active {
  color: #fff;
  background-color: #014f04;
  border-color: #014f04;
}

.list-group-item-expiring-soon {
  color: #553901;
  background-color: #e8dfcc;
}

.list-group-item-expiring-soon.list-group-item-action:hover, .list-group-item-expiring-soon.list-group-item-action:focus {
  color: #553901;
  background-color: #d1c9b8;
}

.list-group-item-expiring-soon.list-group-item-action.active {
  color: #fff;
  background-color: #553901;
  border-color: #553901;
}

.list-group-item-invalid {
  color: #6a0013;
  background-color: #efccd2;
}

.list-group-item-invalid.list-group-item-action:hover, .list-group-item-invalid.list-group-item-action:focus {
  color: #6a0013;
  background-color: #d7b8bd;
}

.list-group-item-invalid.list-group-item-action.active {
  color: #fff;
  background-color: #6a0013;
  border-color: #6a0013;
}

.list-group-item-focus-blue {
  color: #130099;
  background-color: #d2ccff;
}

.list-group-item-focus-blue.list-group-item-action:hover, .list-group-item-focus-blue.list-group-item-action:focus {
  color: #130099;
  background-color: #bdb8e6;
}

.list-group-item-focus-blue.list-group-item-action.active {
  color: #fff;
  background-color: #130099;
  border-color: #130099;
}

.list-group-item-background {
  color: #626262;
  background-color: #fdfdfd;
}

.list-group-item-background.list-group-item-action:hover, .list-group-item-background.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}

.list-group-item-background.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-surface {
  color: #666666;
  background-color: white;
}

.list-group-item-surface.list-group-item-action:hover, .list-group-item-surface.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}

.list-group-item-surface.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-gray-text {
  color: #474747;
  background-color: #e4e4e4;
}

.list-group-item-gray-text.list-group-item-action:hover, .list-group-item-gray-text.list-group-item-action:focus {
  color: #474747;
  background-color: #cdcdcd;
}

.list-group-item-gray-text.list-group-item-action.active {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
}

.list-group-item-3-a {
  color: #171717;
  background-color: #d4d4d4;
}

.list-group-item-3-a.list-group-item-action:hover, .list-group-item-3-a.list-group-item-action:focus {
  color: #171717;
  background-color: #bfbfbf;
}

.list-group-item-3-a.list-group-item-action.active {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.list-group-item-3-b {
  color: #282828;
  background-color: #d9d9d9;
}

.list-group-item-3-b.list-group-item-action:hover, .list-group-item-3-b.list-group-item-action:focus {
  color: #282828;
  background-color: #c3c3c3;
}

.list-group-item-3-b.list-group-item-action.active {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.list-group-item-3-c {
  color: #333333;
  background-color: #dddddd;
}

.list-group-item-3-c.list-group-item-action:hover, .list-group-item-3-c.list-group-item-action:focus {
  color: #333333;
  background-color: #c7c7c7;
}

.list-group-item-3-c.list-group-item-action.active {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.list-group-item-3-d {
  color: #4a4a4a;
  background-color: #e5e5e5;
}

.list-group-item-3-d.list-group-item-action:hover, .list-group-item-3-d.list-group-item-action:focus {
  color: #4a4a4a;
  background-color: #cecece;
}

.list-group-item-3-d.list-group-item-action.active {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.list-group-item-3-e {
  color: #5e5e5e;
  background-color: #ebebeb;
}

.list-group-item-3-e.list-group-item-action:hover, .list-group-item-3-e.list-group-item-action:focus {
  color: #5e5e5e;
  background-color: #d4d4d4;
}

.list-group-item-3-e.list-group-item-action.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.list-group-item-3-f {
  color: #4e4e4e;
  background-color: #f3f3f3;
}

.list-group-item-3-f.list-group-item-action:hover, .list-group-item-3-f.list-group-item-action:focus {
  color: #4e4e4e;
  background-color: #dbdbdb;
}

.list-group-item-3-f.list-group-item-action.active {
  color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.list-group-item-3-g {
  color: #575757;
  background-color: #f7f7f7;
}

.list-group-item-3-g.list-group-item-action:hover, .list-group-item-3-g.list-group-item-action:focus {
  color: #575757;
  background-color: #dedede;
}

.list-group-item-3-g.list-group-item-action.active {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
}

.list-group-item-3-h {
  color: #5d5d5d;
  background-color: #fbfbfb;
}

.list-group-item-3-h.list-group-item-action:hover, .list-group-item-3-h.list-group-item-action:focus {
  color: #5d5d5d;
  background-color: #e2e2e2;
}

.list-group-item-3-h.list-group-item-action.active {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}

.list-group-item-3-j {
  color: #626262;
  background-color: #fdfdfd;
}

.list-group-item-3-j.list-group-item-action:hover, .list-group-item-3-j.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}

.list-group-item-3-j.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-icon-primary {
  color: #732007;
  background-color: #f2d7ce;
}

.list-group-item-icon-primary.list-group-item-action:hover, .list-group-item-icon-primary.list-group-item-action:focus {
  color: #732007;
  background-color: #dac2b9;
}

.list-group-item-icon-primary.list-group-item-action.active {
  color: #fff;
  background-color: #732007;
  border-color: #732007;
}

.list-group-item-icon-secondary {
  color: #212b2f;
  background-color: #d7dadc;
}

.list-group-item-icon-secondary.list-group-item-action:hover, .list-group-item-icon-secondary.list-group-item-action:focus {
  color: #212b2f;
  background-color: #c2c4c6;
}

.list-group-item-icon-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #212b2f;
  border-color: #212b2f;
}

.list-group-item-alternate-colour {
  color: #732007;
  background-color: #f2d7ce;
}

.list-group-item-alternate-colour.list-group-item-action:hover, .list-group-item-alternate-colour.list-group-item-action:focus {
  color: #732007;
  background-color: #dac2b9;
}

.list-group-item-alternate-colour.list-group-item-action.active {
  color: #fff;
  background-color: #732007;
  border-color: #732007;
}

.list-group-item-standard-colour {
  color: #732007;
  background-color: #f2d7ce;
}

.list-group-item-standard-colour.list-group-item-action:hover, .list-group-item-standard-colour.list-group-item-action:focus {
  color: #732007;
  background-color: #dac2b9;
}

.list-group-item-standard-colour.list-group-item-action.active {
  color: #fff;
  background-color: #732007;
  border-color: #732007;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 2px 2px #2000FF;
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0px 0px 5px #203F4E33;
  --bs-toast-header-color: #7b7b7b;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 0.5rem 0.5rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0px 0px 5px #203F4E33;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 450px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #263238;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0px 0px 5px #203F4E33;
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #262626;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(255, 85, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-variant-1 {
  color: #fff !important;
  background-color: RGBA(191, 54, 12, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-variant-2 {
  color: #000 !important;
  background-color: RGBA(255, 243, 224, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary-variant {
  color: #fff !important;
  background-color: RGBA(55, 71, 79, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(2, 132, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(13, 104, 123, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warn {
  color: #fff !important;
  background-color: RGBA(125, 99, 11, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(176, 0, 32, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(245, 245, 245, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-valid {
  color: #fff !important;
  background-color: RGBA(2, 132, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-expiring-soon {
  color: #fff !important;
  background-color: RGBA(141, 95, 2, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-invalid {
  color: #fff !important;
  background-color: RGBA(176, 0, 32, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-focus-blue {
  color: #fff !important;
  background-color: RGBA(32, 0, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-background {
  color: #000 !important;
  background-color: RGBA(245, 245, 245, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-surface {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-text {
  color: #fff !important;
  background-color: RGBA(118, 118, 118, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-a {
  color: #fff !important;
  background-color: RGBA(38, 38, 38, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-b {
  color: #fff !important;
  background-color: RGBA(67, 67, 67, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-c {
  color: #fff !important;
  background-color: RGBA(85, 85, 85, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-d {
  color: #000 !important;
  background-color: RGBA(123, 123, 123, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-e {
  color: #000 !important;
  background-color: RGBA(157, 157, 157, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-f {
  color: #000 !important;
  background-color: RGBA(196, 196, 196, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-g {
  color: #000 !important;
  background-color: RGBA(217, 217, 217, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-h {
  color: #000 !important;
  background-color: RGBA(233, 233, 233, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-3-j {
  color: #000 !important;
  background-color: RGBA(245, 245, 245, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-icon-primary {
  color: #fff !important;
  background-color: RGBA(191, 54, 12, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-icon-secondary {
  color: #fff !important;
  background-color: RGBA(55, 71, 79, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-alternate-colour {
  color: #fff !important;
  background-color: RGBA(191, 54, 12, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-standard-colour {
  color: #fff !important;
  background-color: RGBA(191, 54, 12, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #ff5500 !important;
}

.link-primary:hover, .link-primary:focus {
  color: #ff7733 !important;
}

.link-primary-variant-1 {
  color: #bf360c !important;
}

.link-primary-variant-1:hover, .link-primary-variant-1:focus {
  color: #992b0a !important;
}

.link-primary-variant-2 {
  color: #fff3e0 !important;
}

.link-primary-variant-2:hover, .link-primary-variant-2:focus {
  color: #fff5e6 !important;
}

.link-secondary-variant {
  color: #37474f !important;
}

.link-secondary-variant:hover, .link-secondary-variant:focus {
  color: #2c393f !important;
}

.link-secondary {
  color: #000 !important;
}

.link-secondary:hover, .link-secondary:focus {
  color: black !important;
}

.link-success {
  color: #028407 !important;
}

.link-success:hover, .link-success:focus {
  color: #026a06 !important;
}

.link-info {
  color: #0d687b !important;
}

.link-info:hover, .link-info:focus {
  color: #0a5362 !important;
}

.link-warn {
  color: #7d630b !important;
}

.link-warn:hover, .link-warn:focus {
  color: #644f09 !important;
}

.link-danger {
  color: #b00020 !important;
}

.link-danger:hover, .link-danger:focus {
  color: #8d001a !important;
}

.link-light {
  color: #f5f5f5 !important;
}

.link-light:hover, .link-light:focus {
  color: #f7f7f7 !important;
}

.link-dark {
  color: #000 !important;
}

.link-dark:hover, .link-dark:focus {
  color: black !important;
}

.link-valid {
  color: #028407 !important;
}

.link-valid:hover, .link-valid:focus {
  color: #026a06 !important;
}

.link-expiring-soon {
  color: #8d5f02 !important;
}

.link-expiring-soon:hover, .link-expiring-soon:focus {
  color: #714c02 !important;
}

.link-invalid {
  color: #b00020 !important;
}

.link-invalid:hover, .link-invalid:focus {
  color: #8d001a !important;
}

.link-focus-blue {
  color: #2000FF !important;
}

.link-focus-blue:hover, .link-focus-blue:focus {
  color: #1a00cc !important;
}

.link-background {
  color: #f5f5f5 !important;
}

.link-background:hover, .link-background:focus {
  color: #f7f7f7 !important;
}

.link-surface {
  color: #fff !important;
}

.link-surface:hover, .link-surface:focus {
  color: white !important;
}

.link-gray-text {
  color: #767676 !important;
}

.link-gray-text:hover, .link-gray-text:focus {
  color: #5e5e5e !important;
}

.link-3-a {
  color: #262626 !important;
}

.link-3-a:hover, .link-3-a:focus {
  color: #1e1e1e !important;
}

.link-3-b {
  color: #434343 !important;
}

.link-3-b:hover, .link-3-b:focus {
  color: #363636 !important;
}

.link-3-c {
  color: #555 !important;
}

.link-3-c:hover, .link-3-c:focus {
  color: #444444 !important;
}

.link-3-d {
  color: #7b7b7b !important;
}

.link-3-d:hover, .link-3-d:focus {
  color: #959595 !important;
}

.link-3-e {
  color: #9d9d9d !important;
}

.link-3-e:hover, .link-3-e:focus {
  color: #b1b1b1 !important;
}

.link-3-f {
  color: #c4c4c4 !important;
}

.link-3-f:hover, .link-3-f:focus {
  color: #d0d0d0 !important;
}

.link-3-g {
  color: #d9d9d9 !important;
}

.link-3-g:hover, .link-3-g:focus {
  color: #e1e1e1 !important;
}

.link-3-h {
  color: #e9e9e9 !important;
}

.link-3-h:hover, .link-3-h:focus {
  color: #ededed !important;
}

.link-3-j {
  color: #f5f5f5 !important;
}

.link-3-j:hover, .link-3-j:focus {
  color: #f7f7f7 !important;
}

.link-icon-primary {
  color: #bf360c !important;
}

.link-icon-primary:hover, .link-icon-primary:focus {
  color: #992b0a !important;
}

.link-icon-secondary {
  color: #37474f !important;
}

.link-icon-secondary:hover, .link-icon-secondary:focus {
  color: #2c393f !important;
}

.link-alternate-colour {
  color: #bf360c !important;
}

.link-alternate-colour:hover, .link-alternate-colour:focus {
  color: #992b0a !important;
}

.link-standard-colour {
  color: #bf360c !important;
}

.link-standard-colour:hover, .link-standard-colour:focus {
  color: #992b0a !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0px 0px 5px #203F4E33 !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-variant-1 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-variant-1-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-variant-2 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-variant-2-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary-variant {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-variant-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warn {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warn-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-valid {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-valid-rgb), var(--bs-border-opacity)) !important;
}

.border-expiring-soon {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-expiring-soon-rgb), var(--bs-border-opacity)) !important;
}

.border-invalid {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-invalid-rgb), var(--bs-border-opacity)) !important;
}

.border-focus-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-focus-blue-rgb), var(--bs-border-opacity)) !important;
}

.border-background {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-background-rgb), var(--bs-border-opacity)) !important;
}

.border-surface {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-surface-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-text {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-text-rgb), var(--bs-border-opacity)) !important;
}

.border-3-a {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-a-rgb), var(--bs-border-opacity)) !important;
}

.border-3-b {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-b-rgb), var(--bs-border-opacity)) !important;
}

.border-3-c {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-c-rgb), var(--bs-border-opacity)) !important;
}

.border-3-d {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-d-rgb), var(--bs-border-opacity)) !important;
}

.border-3-e {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-e-rgb), var(--bs-border-opacity)) !important;
}

.border-3-f {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-f-rgb), var(--bs-border-opacity)) !important;
}

.border-3-g {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-g-rgb), var(--bs-border-opacity)) !important;
}

.border-3-h {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-h-rgb), var(--bs-border-opacity)) !important;
}

.border-3-j {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-3-j-rgb), var(--bs-border-opacity)) !important;
}

.border-icon-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-icon-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-icon-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-icon-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-alternate-colour {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-alternate-colour-rgb), var(--bs-border-opacity)) !important;
}

.border-standard-colour {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-standard-colour-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-variant-1 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-variant-1-rgb), var(--bs-text-opacity)) !important;
}

.text-primary-variant-2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-variant-2-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary-variant {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-variant-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warn {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warn-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-valid {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-valid-rgb), var(--bs-text-opacity)) !important;
}

.text-expiring-soon {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-expiring-soon-rgb), var(--bs-text-opacity)) !important;
}

.text-invalid {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-invalid-rgb), var(--bs-text-opacity)) !important;
}

.text-focus-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-focus-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-background {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-background-rgb), var(--bs-text-opacity)) !important;
}

.text-surface {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-surface-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-text {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-text-rgb), var(--bs-text-opacity)) !important;
}

.text-3-a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-a-rgb), var(--bs-text-opacity)) !important;
}

.text-3-b {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-b-rgb), var(--bs-text-opacity)) !important;
}

.text-3-c {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-c-rgb), var(--bs-text-opacity)) !important;
}

.text-3-d {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-d-rgb), var(--bs-text-opacity)) !important;
}

.text-3-e {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-e-rgb), var(--bs-text-opacity)) !important;
}

.text-3-f {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-f-rgb), var(--bs-text-opacity)) !important;
}

.text-3-g {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-g-rgb), var(--bs-text-opacity)) !important;
}

.text-3-h {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-h-rgb), var(--bs-text-opacity)) !important;
}

.text-3-j {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-3-j-rgb), var(--bs-text-opacity)) !important;
}

.text-icon-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-icon-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-icon-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-icon-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-alternate-colour {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-alternate-colour-rgb), var(--bs-text-opacity)) !important;
}

.text-standard-colour {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-standard-colour-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #7b7b7b !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-variant-1 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-variant-1-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-variant-2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-variant-2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-variant {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-variant-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warn {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warn-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-valid {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-valid-rgb), var(--bs-bg-opacity)) !important;
}

.bg-expiring-soon {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-expiring-soon-rgb), var(--bs-bg-opacity)) !important;
}

.bg-invalid {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-invalid-rgb), var(--bs-bg-opacity)) !important;
}

.bg-focus-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-focus-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-background {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-background-rgb), var(--bs-bg-opacity)) !important;
}

.bg-surface {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-surface-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-text {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-text-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-a {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-a-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-b {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-b-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-c {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-c-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-d {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-d-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-e {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-e-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-f {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-f-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-g {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-g-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-h {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-h-rgb), var(--bs-bg-opacity)) !important;
}

.bg-3-j {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-3-j-rgb), var(--bs-bg-opacity)) !important;
}

.bg-icon-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-icon-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-icon-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-icon-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-alternate-colour {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-alternate-colour-rgb), var(--bs-bg-opacity)) !important;
}

.bg-standard-colour {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-standard-colour-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.625rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.nr-1st-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22_1st-arrow-light-bg%22%20data-name%3D%221st-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-right%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25250%22%20data-name%3D%22Rectangle%2025250%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(16%207.494)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-1st-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22_1st-arrow-light-bg%22%20data-name%3D%221st-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-right%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25250%22%20data-name%3D%22Rectangle%2025250%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(16%207.494)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-account-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Account%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35737%22%20data-name%3D%22Path%2035737%22%20d%3D%22M20.336%2C24H5.664A3.664%2C3.664%2C0%2C0%2C1%2C2%2C20.336V5.664A3.664%2C3.664%2C0%2C0%2C1%2C5.664%2C2H20.336A3.664%2C3.664%2C0%2C0%2C1%2C24%2C5.664V20.336A3.664%2C3.664%2C0%2C0%2C1%2C20.336%2C24ZM5.664%2C3.464a2.2%2C2.2%2C0%2C0%2C0-2.2%2C2.2V20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2H20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2-2.2V5.664a2.2%2C2.2%2C0%2C0%2C0-2.2-2.2ZM13%2C13.736A4.036%2C4.036%2C0%2C1%2C1%2C17.036%2C9.7%2C4.036%2C4.036%2C0%2C0%2C1%2C13%2C13.736Zm0-6.6A2.564%2C2.564%2C0%2C1%2C0%2C15.564%2C9.7%2C2.564%2C2.564%2C0%2C0%2C0%2C13%2C7.136Z%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35738%22%20data-name%3D%22Path%2035738%22%20d%3D%22M21.6%2C26.336H20.136a3.671%2C3.671%2C0%2C0%2C0-3.664-3.664H13.536a3.671%2C3.671%2C0%2C0%2C0-3.664%2C3.664H8.4A5.143%2C5.143%2C0%2C0%2C1%2C13.536%2C21.2h2.936A5.143%2C5.143%2C0%2C0%2C1%2C21.6%2C26.336Z%22%20transform%3D%22translate(-2%20-6)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-account-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Account%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35737%22%20data-name%3D%22Path%2035737%22%20d%3D%22M20.336%2C24H5.664A3.664%2C3.664%2C0%2C0%2C1%2C2%2C20.336V5.664A3.664%2C3.664%2C0%2C0%2C1%2C5.664%2C2H20.336A3.664%2C3.664%2C0%2C0%2C1%2C24%2C5.664V20.336A3.664%2C3.664%2C0%2C0%2C1%2C20.336%2C24ZM5.664%2C3.464a2.2%2C2.2%2C0%2C0%2C0-2.2%2C2.2V20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2H20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2-2.2V5.664a2.2%2C2.2%2C0%2C0%2C0-2.2-2.2ZM13%2C13.736A4.036%2C4.036%2C0%2C1%2C1%2C17.036%2C9.7%2C4.036%2C4.036%2C0%2C0%2C1%2C13%2C13.736Zm0-6.6A2.564%2C2.564%2C0%2C1%2C0%2C15.564%2C9.7%2C2.564%2C2.564%2C0%2C0%2C0%2C13%2C7.136Z%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35738%22%20data-name%3D%22Path%2035738%22%20d%3D%22M21.6%2C26.336H20.136a3.671%2C3.671%2C0%2C0%2C0-3.664-3.664H13.536a3.671%2C3.671%2C0%2C0%2C0-3.664%2C3.664H8.4A5.143%2C5.143%2C0%2C0%2C1%2C13.536%2C21.2h2.936A5.143%2C5.143%2C0%2C0%2C1%2C21.6%2C26.336Z%22%20transform%3D%22translate(-2%20-6)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-account-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Account%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35737%22%20data-name%3D%22Path%2035737%22%20d%3D%22M20.336%2C24H5.664A3.664%2C3.664%2C0%2C0%2C1%2C2%2C20.336V5.664A3.664%2C3.664%2C0%2C0%2C1%2C5.664%2C2H20.336A3.664%2C3.664%2C0%2C0%2C1%2C24%2C5.664V20.336A3.664%2C3.664%2C0%2C0%2C1%2C20.336%2C24ZM5.664%2C3.464a2.2%2C2.2%2C0%2C0%2C0-2.2%2C2.2V20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2H20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2-2.2V5.664a2.2%2C2.2%2C0%2C0%2C0-2.2-2.2ZM13%2C13.736A4.036%2C4.036%2C0%2C1%2C1%2C17.036%2C9.7%2C4.036%2C4.036%2C0%2C0%2C1%2C13%2C13.736Zm0-6.6A2.564%2C2.564%2C0%2C1%2C0%2C15.564%2C9.7%2C2.564%2C2.564%2C0%2C0%2C0%2C13%2C7.136Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35738%22%20data-name%3D%22Path%2035738%22%20d%3D%22M21.6%2C26.336H20.136a3.671%2C3.671%2C0%2C0%2C0-3.664-3.664H13.536a3.671%2C3.671%2C0%2C0%2C0-3.664%2C3.664H8.4A5.143%2C5.143%2C0%2C0%2C1%2C13.536%2C21.2h2.936A5.143%2C5.143%2C0%2C0%2C1%2C21.6%2C26.336Z%22%20transform%3D%22translate(-2%20-6)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-account-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Account%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35737%22%20data-name%3D%22Path%2035737%22%20d%3D%22M20.336%2C24H5.664A3.664%2C3.664%2C0%2C0%2C1%2C2%2C20.336V5.664A3.664%2C3.664%2C0%2C0%2C1%2C5.664%2C2H20.336A3.664%2C3.664%2C0%2C0%2C1%2C24%2C5.664V20.336A3.664%2C3.664%2C0%2C0%2C1%2C20.336%2C24ZM5.664%2C3.464a2.2%2C2.2%2C0%2C0%2C0-2.2%2C2.2V20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2H20.336a2.2%2C2.2%2C0%2C0%2C0%2C2.2-2.2V5.664a2.2%2C2.2%2C0%2C0%2C0-2.2-2.2ZM13%2C13.736A4.036%2C4.036%2C0%2C1%2C1%2C17.036%2C9.7%2C4.036%2C4.036%2C0%2C0%2C1%2C13%2C13.736Zm0-6.6A2.564%2C2.564%2C0%2C1%2C0%2C15.564%2C9.7%2C2.564%2C2.564%2C0%2C0%2C0%2C13%2C7.136Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35738%22%20data-name%3D%22Path%2035738%22%20d%3D%22M21.6%2C26.336H20.136a3.671%2C3.671%2C0%2C0%2C0-3.664-3.664H13.536a3.671%2C3.671%2C0%2C0%2C0-3.664%2C3.664H8.4A5.143%2C5.143%2C0%2C0%2C1%2C13.536%2C21.2h2.936A5.143%2C5.143%2C0%2C0%2C1%2C21.6%2C26.336Z%22%20transform%3D%22translate(-2%20-6)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-account-settings-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-settings-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22account-settings%22%20transform%3D%22translate(2)%22%3E%20%20%20%20%3Cg%20id%3D%22settings_1_%22%20data-name%3D%22settings%20(1)%22%20transform%3D%22translate(-1%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3470%22%20data-name%3D%22Group%203470%22%20transform%3D%22translate(5.003%205.003)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35562%22%20data-name%3D%22Path%2035562%22%20d%3D%22M122.437%2C128.433a6%2C6%2C0%2C1%2C1%2C6-6A6%2C6%2C0%2C0%2C1%2C122.437%2C128.433Zm0-10.7a4.708%2C4.708%2C0%2C1%2C0%2C4.708%2C4.708A4.713%2C4.713%2C0%2C0%2C0%2C122.437%2C117.729Z%22%20transform%3D%22translate(-116.44%20-116.44)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3472%22%20data-name%3D%22Group%203472%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35564%22%20data-name%3D%22Path%2035564%22%20d%3D%22M12.779%2C22H9.221l-.638-2.2a9.052%2C9.052%2C0%2C0%2C1-2.1-.871l-2.008%2C1.1L1.964%2C17.52l1.1-2.008a9.052%2C9.052%2C0%2C0%2C1-.871-2.1L0%2C12.779V9.221l2.2-.638a9.052%2C9.052%2C0%2C0%2C1%2C.871-2.1L1.964%2C4.48%2C4.48%2C1.964l2.008%2C1.1a9.053%2C9.053%2C0%2C0%2C1%2C2.1-.871L9.221%2C0h3.558l.638%2C2.2a9.052%2C9.052%2C0%2C0%2C1%2C2.1.871l2.008-1.1L20.036%2C4.48l-1.1%2C2.008a9.052%2C9.052%2C0%2C0%2C1%2C.871%2C2.1l2.2.638v3.558l-2.2.638a9.052%2C9.052%2C0%2C0%2C1-.871%2C2.1l1.1%2C2.008L17.52%2C20.036l-2.008-1.1a9.053%2C9.053%2C0%2C0%2C1-2.1.871Zm-2.59-1.289h1.622l.577-1.986.369-.085a7.775%2C7.775%2C0%2C0%2C0%2C2.4-1l.321-.2%2C1.816%2C1%2C1.147-1.147-1-1.816.2-.321a7.777%2C7.777%2C0%2C0%2C0%2C1-2.4l.085-.369%2C1.986-.577V10.189l-1.986-.577-.085-.369a7.777%2C7.777%2C0%2C0%2C0-1-2.4l-.2-.321%2C1-1.816L17.293%2C3.56l-1.816%2C1-.321-.2a7.776%2C7.776%2C0%2C0%2C0-2.4-1l-.369-.085-.577-1.986H10.189L9.612%2C3.275l-.369.085a7.775%2C7.775%2C0%2C0%2C0-2.4%2C1l-.321.2-1.816-1L3.56%2C4.707l1%2C1.816-.2.321a7.777%2C7.777%2C0%2C0%2C0-1%2C2.4l-.085.369-1.986.577v1.622l1.986.577.085.369a7.777%2C7.777%2C0%2C0%2C0%2C1%2C2.4l.2.321-1%2C1.816L4.707%2C18.44l1.816-1%2C.321.2a7.776%2C7.776%2C0%2C0%2C0%2C2.4%2C1l.369.085Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-account-settings-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-settings-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22account-settings%22%20transform%3D%22translate(2)%22%3E%20%20%20%20%3Cg%20id%3D%22settings_1_%22%20data-name%3D%22settings%20(1)%22%20transform%3D%22translate(-1%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3470%22%20data-name%3D%22Group%203470%22%20transform%3D%22translate(5.003%205.003)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35562%22%20data-name%3D%22Path%2035562%22%20d%3D%22M122.437%2C128.433a6%2C6%2C0%2C1%2C1%2C6-6A6%2C6%2C0%2C0%2C1%2C122.437%2C128.433Zm0-10.7a4.708%2C4.708%2C0%2C1%2C0%2C4.708%2C4.708A4.713%2C4.713%2C0%2C0%2C0%2C122.437%2C117.729Z%22%20transform%3D%22translate(-116.44%20-116.44)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3472%22%20data-name%3D%22Group%203472%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35564%22%20data-name%3D%22Path%2035564%22%20d%3D%22M12.779%2C22H9.221l-.638-2.2a9.052%2C9.052%2C0%2C0%2C1-2.1-.871l-2.008%2C1.1L1.964%2C17.52l1.1-2.008a9.052%2C9.052%2C0%2C0%2C1-.871-2.1L0%2C12.779V9.221l2.2-.638a9.052%2C9.052%2C0%2C0%2C1%2C.871-2.1L1.964%2C4.48%2C4.48%2C1.964l2.008%2C1.1a9.053%2C9.053%2C0%2C0%2C1%2C2.1-.871L9.221%2C0h3.558l.638%2C2.2a9.052%2C9.052%2C0%2C0%2C1%2C2.1.871l2.008-1.1L20.036%2C4.48l-1.1%2C2.008a9.052%2C9.052%2C0%2C0%2C1%2C.871%2C2.1l2.2.638v3.558l-2.2.638a9.052%2C9.052%2C0%2C0%2C1-.871%2C2.1l1.1%2C2.008L17.52%2C20.036l-2.008-1.1a9.053%2C9.053%2C0%2C0%2C1-2.1.871Zm-2.59-1.289h1.622l.577-1.986.369-.085a7.775%2C7.775%2C0%2C0%2C0%2C2.4-1l.321-.2%2C1.816%2C1%2C1.147-1.147-1-1.816.2-.321a7.777%2C7.777%2C0%2C0%2C0%2C1-2.4l.085-.369%2C1.986-.577V10.189l-1.986-.577-.085-.369a7.777%2C7.777%2C0%2C0%2C0-1-2.4l-.2-.321%2C1-1.816L17.293%2C3.56l-1.816%2C1-.321-.2a7.776%2C7.776%2C0%2C0%2C0-2.4-1l-.369-.085-.577-1.986H10.189L9.612%2C3.275l-.369.085a7.775%2C7.775%2C0%2C0%2C0-2.4%2C1l-.321.2-1.816-1L3.56%2C4.707l1%2C1.816-.2.321a7.777%2C7.777%2C0%2C0%2C0-1%2C2.4l-.085.369-1.986.577v1.622l1.986.577.085.369a7.777%2C7.777%2C0%2C0%2C0%2C1%2C2.4l.2.321-1%2C1.816L4.707%2C18.44l1.816-1%2C.321.2a7.776%2C7.776%2C0%2C0%2C0%2C2.4%2C1l.369.085Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-account-settings-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-settings-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22account-settings%22%20transform%3D%22translate(2)%22%3E%20%20%20%20%3Cg%20id%3D%22settings_1_%22%20data-name%3D%22settings%20(1)%22%20transform%3D%22translate(-1%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3470%22%20data-name%3D%22Group%203470%22%20transform%3D%22translate(5.003%205.003)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35562%22%20data-name%3D%22Path%2035562%22%20d%3D%22M122.437%2C128.433a6%2C6%2C0%2C1%2C1%2C6-6A6%2C6%2C0%2C0%2C1%2C122.437%2C128.433Zm0-10.7a4.708%2C4.708%2C0%2C1%2C0%2C4.708%2C4.708A4.713%2C4.713%2C0%2C0%2C0%2C122.437%2C117.729Z%22%20transform%3D%22translate(-116.44%20-116.44)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3472%22%20data-name%3D%22Group%203472%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35564%22%20data-name%3D%22Path%2035564%22%20d%3D%22M12.779%2C22H9.221l-.638-2.2a9.052%2C9.052%2C0%2C0%2C1-2.1-.871l-2.008%2C1.1L1.964%2C17.52l1.1-2.008a9.052%2C9.052%2C0%2C0%2C1-.871-2.1L0%2C12.779V9.221l2.2-.638a9.052%2C9.052%2C0%2C0%2C1%2C.871-2.1L1.964%2C4.48%2C4.48%2C1.964l2.008%2C1.1a9.053%2C9.053%2C0%2C0%2C1%2C2.1-.871L9.221%2C0h3.558l.638%2C2.2a9.052%2C9.052%2C0%2C0%2C1%2C2.1.871l2.008-1.1L20.036%2C4.48l-1.1%2C2.008a9.052%2C9.052%2C0%2C0%2C1%2C.871%2C2.1l2.2.638v3.558l-2.2.638a9.052%2C9.052%2C0%2C0%2C1-.871%2C2.1l1.1%2C2.008L17.52%2C20.036l-2.008-1.1a9.053%2C9.053%2C0%2C0%2C1-2.1.871Zm-2.59-1.289h1.622l.577-1.986.369-.085a7.775%2C7.775%2C0%2C0%2C0%2C2.4-1l.321-.2%2C1.816%2C1%2C1.147-1.147-1-1.816.2-.321a7.777%2C7.777%2C0%2C0%2C0%2C1-2.4l.085-.369%2C1.986-.577V10.189l-1.986-.577-.085-.369a7.777%2C7.777%2C0%2C0%2C0-1-2.4l-.2-.321%2C1-1.816L17.293%2C3.56l-1.816%2C1-.321-.2a7.776%2C7.776%2C0%2C0%2C0-2.4-1l-.369-.085-.577-1.986H10.189L9.612%2C3.275l-.369.085a7.775%2C7.775%2C0%2C0%2C0-2.4%2C1l-.321.2-1.816-1L3.56%2C4.707l1%2C1.816-.2.321a7.777%2C7.777%2C0%2C0%2C0-1%2C2.4l-.085.369-1.986.577v1.622l1.986.577.085.369a7.777%2C7.777%2C0%2C0%2C0%2C1%2C2.4l.2.321-1%2C1.816L4.707%2C18.44l1.816-1%2C.321.2a7.776%2C7.776%2C0%2C0%2C0%2C2.4%2C1l.369.085Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-account-settings-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22account-settings-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22account-settings%22%20transform%3D%22translate(2)%22%3E%20%20%20%20%3Cg%20id%3D%22settings_1_%22%20data-name%3D%22settings%20(1)%22%20transform%3D%22translate(-1%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3470%22%20data-name%3D%22Group%203470%22%20transform%3D%22translate(5.003%205.003)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35562%22%20data-name%3D%22Path%2035562%22%20d%3D%22M122.437%2C128.433a6%2C6%2C0%2C1%2C1%2C6-6A6%2C6%2C0%2C0%2C1%2C122.437%2C128.433Zm0-10.7a4.708%2C4.708%2C0%2C1%2C0%2C4.708%2C4.708A4.713%2C4.713%2C0%2C0%2C0%2C122.437%2C117.729Z%22%20transform%3D%22translate(-116.44%20-116.44)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3472%22%20data-name%3D%22Group%203472%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35564%22%20data-name%3D%22Path%2035564%22%20d%3D%22M12.779%2C22H9.221l-.638-2.2a9.052%2C9.052%2C0%2C0%2C1-2.1-.871l-2.008%2C1.1L1.964%2C17.52l1.1-2.008a9.052%2C9.052%2C0%2C0%2C1-.871-2.1L0%2C12.779V9.221l2.2-.638a9.052%2C9.052%2C0%2C0%2C1%2C.871-2.1L1.964%2C4.48%2C4.48%2C1.964l2.008%2C1.1a9.053%2C9.053%2C0%2C0%2C1%2C2.1-.871L9.221%2C0h3.558l.638%2C2.2a9.052%2C9.052%2C0%2C0%2C1%2C2.1.871l2.008-1.1L20.036%2C4.48l-1.1%2C2.008a9.052%2C9.052%2C0%2C0%2C1%2C.871%2C2.1l2.2.638v3.558l-2.2.638a9.052%2C9.052%2C0%2C0%2C1-.871%2C2.1l1.1%2C2.008L17.52%2C20.036l-2.008-1.1a9.053%2C9.053%2C0%2C0%2C1-2.1.871Zm-2.59-1.289h1.622l.577-1.986.369-.085a7.775%2C7.775%2C0%2C0%2C0%2C2.4-1l.321-.2%2C1.816%2C1%2C1.147-1.147-1-1.816.2-.321a7.777%2C7.777%2C0%2C0%2C0%2C1-2.4l.085-.369%2C1.986-.577V10.189l-1.986-.577-.085-.369a7.777%2C7.777%2C0%2C0%2C0-1-2.4l-.2-.321%2C1-1.816L17.293%2C3.56l-1.816%2C1-.321-.2a7.776%2C7.776%2C0%2C0%2C0-2.4-1l-.369-.085-.577-1.986H10.189L9.612%2C3.275l-.369.085a7.775%2C7.775%2C0%2C0%2C0-2.4%2C1l-.321.2-1.816-1L3.56%2C4.707l1%2C1.816-.2.321a7.777%2C7.777%2C0%2C0%2C0-1%2C2.4l-.085.369-1.986.577v1.622l1.986.577.085.369a7.777%2C7.777%2C0%2C0%2C0%2C1%2C2.4l.2.321-1%2C1.816L4.707%2C18.44l1.816-1%2C.321.2a7.776%2C7.776%2C0%2C0%2C0%2C2.4%2C1l.369.085Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-add-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M18.214%2C8.214H12.143a.357.357%2C0%2C0%2C1-.357-.357V1.786a1.786%2C1.786%2C0%2C1%2C0-3.571%2C0V7.857a.357.357%2C0%2C0%2C1-.357.357H1.786a1.786%2C1.786%2C0%2C1%2C0%2C0%2C3.571H7.857a.357.357%2C0%2C0%2C1%2C.357.357v6.071a1.786%2C1.786%2C0%2C0%2C0%2C3.571%2C0V12.143a.357.357%2C0%2C0%2C1%2C.357-.357h6.071a1.786%2C1.786%2C0%2C0%2C0%2C0-3.571Zm0%2C0%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-add-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M18.214%2C8.214H12.143a.357.357%2C0%2C0%2C1-.357-.357V1.786a1.786%2C1.786%2C0%2C1%2C0-3.571%2C0V7.857a.357.357%2C0%2C0%2C1-.357.357H1.786a1.786%2C1.786%2C0%2C1%2C0%2C0%2C3.571H7.857a.357.357%2C0%2C0%2C1%2C.357.357v6.071a1.786%2C1.786%2C0%2C0%2C0%2C3.571%2C0V12.143a.357.357%2C0%2C0%2C1%2C.357-.357h6.071a1.786%2C1.786%2C0%2C0%2C0%2C0-3.571Zm0%2C0%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-add-file-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-file-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Add_file%22%20data-name%3D%22Add%20file%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22file%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M9.107%2C4.107H6.071a.179.179%2C0%2C0%2C1-.179-.179V.893a.893.893%2C0%2C0%2C0-1.786%2C0V3.929a.179.179%2C0%2C0%2C1-.179.179H.893a.893.893%2C0%2C0%2C0%2C0%2C1.786H3.929a.179.179%2C0%2C0%2C1%2C.179.179V9.107a.893.893%2C0%2C0%2C0%2C1.786%2C0V6.071a.179.179%2C0%2C0%2C1%2C.179-.179H9.107a.893.893%2C0%2C0%2C0%2C0-1.786Zm0%2C0%22%20transform%3D%22translate(8%209)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-add-file-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-file-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Add_file%22%20data-name%3D%22Add%20file%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22file%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M9.107%2C4.107H6.071a.179.179%2C0%2C0%2C1-.179-.179V.893a.893.893%2C0%2C0%2C0-1.786%2C0V3.929a.179.179%2C0%2C0%2C1-.179.179H.893a.893.893%2C0%2C0%2C0%2C0%2C1.786H3.929a.179.179%2C0%2C0%2C1%2C.179.179V9.107a.893.893%2C0%2C0%2C0%2C1.786%2C0V6.071a.179.179%2C0%2C0%2C1%2C.179-.179H9.107a.893.893%2C0%2C0%2C0%2C0-1.786Zm0%2C0%22%20transform%3D%22translate(8%209)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-add-file-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-file-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Add_file%22%20data-name%3D%22Add%20file%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22file%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M9.107%2C4.107H6.071a.179.179%2C0%2C0%2C1-.179-.179V.893a.893.893%2C0%2C0%2C0-1.786%2C0V3.929a.179.179%2C0%2C0%2C1-.179.179H.893a.893.893%2C0%2C0%2C0%2C0%2C1.786H3.929a.179.179%2C0%2C0%2C1%2C.179.179V9.107a.893.893%2C0%2C0%2C0%2C1.786%2C0V6.071a.179.179%2C0%2C0%2C1%2C.179-.179H9.107a.893.893%2C0%2C0%2C0%2C0-1.786Zm0%2C0%22%20transform%3D%22translate(8%209)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-add-file-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-file-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Add_file%22%20data-name%3D%22Add%20file%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22file%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M9.107%2C4.107H6.071a.179.179%2C0%2C0%2C1-.179-.179V.893a.893.893%2C0%2C0%2C0-1.786%2C0V3.929a.179.179%2C0%2C0%2C1-.179.179H.893a.893.893%2C0%2C0%2C0%2C0%2C1.786H3.929a.179.179%2C0%2C0%2C1%2C.179.179V9.107a.893.893%2C0%2C0%2C0%2C1.786%2C0V6.071a.179.179%2C0%2C0%2C1%2C.179-.179H9.107a.893.893%2C0%2C0%2C0%2C0-1.786Zm0%2C0%22%20transform%3D%22translate(8%209)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-add-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_3645%22%20data-name%3D%22Group%203645%22%20transform%3D%22translate(-582%20-315)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(582%20315)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M18.214%2C8.214H12.143a.357.357%2C0%2C0%2C1-.357-.357V1.786a1.786%2C1.786%2C0%2C1%2C0-3.571%2C0V7.857a.357.357%2C0%2C0%2C1-.357.357H1.786a1.786%2C1.786%2C0%2C1%2C0%2C0%2C3.571H7.857a.357.357%2C0%2C0%2C1%2C.357.357v6.071a1.786%2C1.786%2C0%2C0%2C0%2C3.571%2C0V12.143a.357.357%2C0%2C0%2C1%2C.357-.357h6.071a1.786%2C1.786%2C0%2C0%2C0%2C0-3.571Zm0%2C0%22%20transform%3D%22translate(584%20317)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-add-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22add-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_3645%22%20data-name%3D%22Group%203645%22%20transform%3D%22translate(-582%20-315)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(582%20315)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22add%22%20d%3D%22M18.214%2C8.214H12.143a.357.357%2C0%2C0%2C1-.357-.357V1.786a1.786%2C1.786%2C0%2C1%2C0-3.571%2C0V7.857a.357.357%2C0%2C0%2C1-.357.357H1.786a1.786%2C1.786%2C0%2C1%2C0%2C0%2C3.571H7.857a.357.357%2C0%2C0%2C1%2C.357.357v6.071a1.786%2C1.786%2C0%2C0%2C0%2C3.571%2C0V12.143a.357.357%2C0%2C0%2C1%2C.357-.357h6.071a1.786%2C1.786%2C0%2C0%2C0%2C0-3.571Zm0%2C0%22%20transform%3D%22translate(584%20317)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-administration-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22administration-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22administration%22%20transform%3D%22translate(4%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35736%22%20data-name%3D%22Path%2035736%22%20d%3D%22M47.1%2C11.77V7.834l-2.38-.567a7.815%2C7.815%2C0%2C0%2C0-.382-.921l1.282-2.084L42.841%2C1.479%2C40.757%2C2.762a7.812%2C7.812%2C0%2C0%2C0-.921-.382L39.27%2C0H35.334l-.567%2C2.38a7.812%2C7.812%2C0%2C0%2C0-.921.382L31.763%2C1.479%2C28.979%2C4.263l1.282%2C2.084a7.815%2C7.815%2C0%2C0%2C0-.382.921l-2.38.567V11.77l2.38.567a7.815%2C7.815%2C0%2C0%2C0%2C.382.921l-1.288%2C2.094L30.9%2C17.2a6.036%2C6.036%2C0%2C0%2C0-.31%2C1.912V22H44.1V19.111a6.036%2C6.036%2C0%2C0%2C0-.29-1.849l1.807-1.937-1.273-2.068a7.815%2C7.815%2C0%2C0%2C0%2C.382-.921Zm-4.313%2C8.923H31.9V19.111a4.735%2C4.735%2C0%2C0%2C1%2C4.735-4.735h1.421a4.735%2C4.735%2C0%2C0%2C1%2C4.735%2C4.735Zm-5.446-7.678a3.022%2C3.022%2C0%2C1%2C1%2C3.022-3.022A3.026%2C3.026%2C0%2C0%2C1%2C37.346%2C13.015Zm6.635%2C2.148-.76.814c-.025-.041-.049-.082-.075-.122a6.018%2C6.018%2C0%2C0%2C0-3.125-2.459%2C4.329%2C4.329%2C0%2C1%2C0-5.348%2C0%2C6.017%2C6.017%2C0%2C0%2C0-3.125%2C2.459c-.02.031-.039.064-.059.1l-.848-.812%2C1.13-1.836-.855-2.061-2.108-.5V8.866l2.108-.5L31.769%2C6.3%2C30.633%2C4.457l1.324-1.324L33.8%2C4.269l2.061-.855.5-2.108h1.872l.5%2C2.108%2C2.061.855%2C1.846-1.136%2C1.324%2C1.324L42.835%2C6.3l.855%2C2.061%2C2.108.5v1.872l-2.108.5L42.835%2C13.3Z%22%20transform%3D%22translate(-29.5%202)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-administration-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22administration-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22administration%22%20transform%3D%22translate(4%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35736%22%20data-name%3D%22Path%2035736%22%20d%3D%22M47.1%2C11.77V7.834l-2.38-.567a7.815%2C7.815%2C0%2C0%2C0-.382-.921l1.282-2.084L42.841%2C1.479%2C40.757%2C2.762a7.812%2C7.812%2C0%2C0%2C0-.921-.382L39.27%2C0H35.334l-.567%2C2.38a7.812%2C7.812%2C0%2C0%2C0-.921.382L31.763%2C1.479%2C28.979%2C4.263l1.282%2C2.084a7.815%2C7.815%2C0%2C0%2C0-.382.921l-2.38.567V11.77l2.38.567a7.815%2C7.815%2C0%2C0%2C0%2C.382.921l-1.288%2C2.094L30.9%2C17.2a6.036%2C6.036%2C0%2C0%2C0-.31%2C1.912V22H44.1V19.111a6.036%2C6.036%2C0%2C0%2C0-.29-1.849l1.807-1.937-1.273-2.068a7.815%2C7.815%2C0%2C0%2C0%2C.382-.921Zm-4.313%2C8.923H31.9V19.111a4.735%2C4.735%2C0%2C0%2C1%2C4.735-4.735h1.421a4.735%2C4.735%2C0%2C0%2C1%2C4.735%2C4.735Zm-5.446-7.678a3.022%2C3.022%2C0%2C1%2C1%2C3.022-3.022A3.026%2C3.026%2C0%2C0%2C1%2C37.346%2C13.015Zm6.635%2C2.148-.76.814c-.025-.041-.049-.082-.075-.122a6.018%2C6.018%2C0%2C0%2C0-3.125-2.459%2C4.329%2C4.329%2C0%2C1%2C0-5.348%2C0%2C6.017%2C6.017%2C0%2C0%2C0-3.125%2C2.459c-.02.031-.039.064-.059.1l-.848-.812%2C1.13-1.836-.855-2.061-2.108-.5V8.866l2.108-.5L31.769%2C6.3%2C30.633%2C4.457l1.324-1.324L33.8%2C4.269l2.061-.855.5-2.108h1.872l.5%2C2.108%2C2.061.855%2C1.846-1.136%2C1.324%2C1.324L42.835%2C6.3l.855%2C2.061%2C2.108.5v1.872l-2.108.5L42.835%2C13.3Z%22%20transform%3D%22translate(-29.5%202)%22%20fill%3D%22%23e9e9e9%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-administration-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22administration-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22administration%22%20transform%3D%22translate(4%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35736%22%20data-name%3D%22Path%2035736%22%20d%3D%22M47.1%2C11.77V7.834l-2.38-.567a7.815%2C7.815%2C0%2C0%2C0-.382-.921l1.282-2.084L42.841%2C1.479%2C40.757%2C2.762a7.812%2C7.812%2C0%2C0%2C0-.921-.382L39.27%2C0H35.334l-.567%2C2.38a7.812%2C7.812%2C0%2C0%2C0-.921.382L31.763%2C1.479%2C28.979%2C4.263l1.282%2C2.084a7.815%2C7.815%2C0%2C0%2C0-.382.921l-2.38.567V11.77l2.38.567a7.815%2C7.815%2C0%2C0%2C0%2C.382.921l-1.288%2C2.094L30.9%2C17.2a6.036%2C6.036%2C0%2C0%2C0-.31%2C1.912V22H44.1V19.111a6.036%2C6.036%2C0%2C0%2C0-.29-1.849l1.807-1.937-1.273-2.068a7.815%2C7.815%2C0%2C0%2C0%2C.382-.921Zm-4.313%2C8.923H31.9V19.111a4.735%2C4.735%2C0%2C0%2C1%2C4.735-4.735h1.421a4.735%2C4.735%2C0%2C0%2C1%2C4.735%2C4.735Zm-5.446-7.678a3.022%2C3.022%2C0%2C1%2C1%2C3.022-3.022A3.026%2C3.026%2C0%2C0%2C1%2C37.346%2C13.015Zm6.635%2C2.148-.76.814c-.025-.041-.049-.082-.075-.122a6.018%2C6.018%2C0%2C0%2C0-3.125-2.459%2C4.329%2C4.329%2C0%2C1%2C0-5.348%2C0%2C6.017%2C6.017%2C0%2C0%2C0-3.125%2C2.459c-.02.031-.039.064-.059.1l-.848-.812%2C1.13-1.836-.855-2.061-2.108-.5V8.866l2.108-.5L31.769%2C6.3%2C30.633%2C4.457l1.324-1.324L33.8%2C4.269l2.061-.855.5-2.108h1.872l.5%2C2.108%2C2.061.855%2C1.846-1.136%2C1.324%2C1.324L42.835%2C6.3l.855%2C2.061%2C2.108.5v1.872l-2.108.5L42.835%2C13.3Z%22%20transform%3D%22translate(-29.5%202)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-administration-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22administration-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22administration%22%20transform%3D%22translate(4%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35736%22%20data-name%3D%22Path%2035736%22%20d%3D%22M47.1%2C11.77V7.834l-2.38-.567a7.815%2C7.815%2C0%2C0%2C0-.382-.921l1.282-2.084L42.841%2C1.479%2C40.757%2C2.762a7.812%2C7.812%2C0%2C0%2C0-.921-.382L39.27%2C0H35.334l-.567%2C2.38a7.812%2C7.812%2C0%2C0%2C0-.921.382L31.763%2C1.479%2C28.979%2C4.263l1.282%2C2.084a7.815%2C7.815%2C0%2C0%2C0-.382.921l-2.38.567V11.77l2.38.567a7.815%2C7.815%2C0%2C0%2C0%2C.382.921l-1.288%2C2.094L30.9%2C17.2a6.036%2C6.036%2C0%2C0%2C0-.31%2C1.912V22H44.1V19.111a6.036%2C6.036%2C0%2C0%2C0-.29-1.849l1.807-1.937-1.273-2.068a7.815%2C7.815%2C0%2C0%2C0%2C.382-.921Zm-4.313%2C8.923H31.9V19.111a4.735%2C4.735%2C0%2C0%2C1%2C4.735-4.735h1.421a4.735%2C4.735%2C0%2C0%2C1%2C4.735%2C4.735Zm-5.446-7.678a3.022%2C3.022%2C0%2C1%2C1%2C3.022-3.022A3.026%2C3.026%2C0%2C0%2C1%2C37.346%2C13.015Zm6.635%2C2.148-.76.814c-.025-.041-.049-.082-.075-.122a6.018%2C6.018%2C0%2C0%2C0-3.125-2.459%2C4.329%2C4.329%2C0%2C1%2C0-5.348%2C0%2C6.017%2C6.017%2C0%2C0%2C0-3.125%2C2.459c-.02.031-.039.064-.059.1l-.848-.812%2C1.13-1.836-.855-2.061-2.108-.5V8.866l2.108-.5L31.769%2C6.3%2C30.633%2C4.457l1.324-1.324L33.8%2C4.269l2.061-.855.5-2.108h1.872l.5%2C2.108%2C2.061.855%2C1.846-1.136%2C1.324%2C1.324L42.835%2C6.3l.855%2C2.061%2C2.108.5v1.872l-2.108.5L42.835%2C13.3Z%22%20transform%3D%22translate(-29.5%202)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-bill-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22bill-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_7143%22%20data-name%3D%22Group%207143%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43862%22%20data-name%3D%22Path%2043862%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-115)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43864%22%20data-name%3D%22Path%2043864%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-111.001)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43863%22%20data-name%3D%22Path%2043863%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-107)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43860%22%20data-name%3D%22Path%2043860%22%20d%3D%22M18.031%2C0H2.968A2.92%2C2.92%2C0%2C0%2C0%2C0%2C2.87s0%2C0%2C0%2C.007v17.9a1.056%2C1.056%2C0%2C0%2C0%2C1.073%2C1.038%2C1.108%2C1.108%2C0%2C0%2C0%2C.56-.15l2.808-1.622a.276.276%2C0%2C0%2C1%2C.282%2C0l3.121%2C1.8A1.052%2C1.052%2C0%2C0%2C0%2C8.394%2C22a1.148%2C1.148%2C0%2C0%2C0%2C.557-.147l3.136-1.806a.276.276%2C0%2C0%2C1%2C.282%2C0l2.793%2C1.622a1.1%2C1.1%2C0%2C0%2C0%2C1.084%2C0%2C1.029%2C1.029%2C0%2C0%2C0%2C.542-.9V8.4h2.4A1.79%2C1.79%2C0%2C0%2C0%2C21%2C6.651V2.878A2.92%2C2.92%2C0%2C0%2C0%2C18.039%2C0Zm-2.77%2C20.011-2.106-1.219a1.878%2C1.878%2C0%2C0%2C0-1.854%2C0L8.4%2C20.466%2C5.509%2C18.785a1.878%2C1.878%2C0%2C0%2C0-1.877.007L1.526%2C20.018V2.878A1.413%2C1.413%2C0%2C0%2C1%2C2.945%2C1.468H15.574a2.549%2C2.549%2C0%2C0%2C0-.313%2C1.2V20.011Zm4.212-13.36a.285.285%2C0%2C0%2C1-.29.279h-2.4V2.687a1.219%2C1.219%2C0%2C0%2C1%2C1.221-1.218h.023a1.416%2C1.416%2C0%2C0%2C1%2C1.442%2C1.387Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-bill-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22bill-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_7143%22%20data-name%3D%22Group%207143%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43862%22%20data-name%3D%22Path%2043862%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-115)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43864%22%20data-name%3D%22Path%2043864%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-111.001)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43863%22%20data-name%3D%22Path%2043863%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-107)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43860%22%20data-name%3D%22Path%2043860%22%20d%3D%22M18.031%2C0H2.968A2.92%2C2.92%2C0%2C0%2C0%2C0%2C2.87s0%2C0%2C0%2C.007v17.9a1.056%2C1.056%2C0%2C0%2C0%2C1.073%2C1.038%2C1.108%2C1.108%2C0%2C0%2C0%2C.56-.15l2.808-1.622a.276.276%2C0%2C0%2C1%2C.282%2C0l3.121%2C1.8A1.052%2C1.052%2C0%2C0%2C0%2C8.394%2C22a1.148%2C1.148%2C0%2C0%2C0%2C.557-.147l3.136-1.806a.276.276%2C0%2C0%2C1%2C.282%2C0l2.793%2C1.622a1.1%2C1.1%2C0%2C0%2C0%2C1.084%2C0%2C1.029%2C1.029%2C0%2C0%2C0%2C.542-.9V8.4h2.4A1.79%2C1.79%2C0%2C0%2C0%2C21%2C6.651V2.878A2.92%2C2.92%2C0%2C0%2C0%2C18.039%2C0Zm-2.77%2C20.011-2.106-1.219a1.878%2C1.878%2C0%2C0%2C0-1.854%2C0L8.4%2C20.466%2C5.509%2C18.785a1.878%2C1.878%2C0%2C0%2C0-1.877.007L1.526%2C20.018V2.878A1.413%2C1.413%2C0%2C0%2C1%2C2.945%2C1.468H15.574a2.549%2C2.549%2C0%2C0%2C0-.313%2C1.2V20.011Zm4.212-13.36a.285.285%2C0%2C0%2C1-.29.279h-2.4V2.687a1.219%2C1.219%2C0%2C0%2C1%2C1.221-1.218h.023a1.416%2C1.416%2C0%2C0%2C1%2C1.442%2C1.387Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-bill-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22bill-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_7143%22%20data-name%3D%22Group%207143%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43862%22%20data-name%3D%22Path%2043862%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-115)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43864%22%20data-name%3D%22Path%2043864%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-111.001)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43863%22%20data-name%3D%22Path%2043863%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-107)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43860%22%20data-name%3D%22Path%2043860%22%20d%3D%22M18.031%2C0H2.968A2.92%2C2.92%2C0%2C0%2C0%2C0%2C2.87s0%2C0%2C0%2C.007v17.9a1.056%2C1.056%2C0%2C0%2C0%2C1.073%2C1.038%2C1.108%2C1.108%2C0%2C0%2C0%2C.56-.15l2.808-1.622a.276.276%2C0%2C0%2C1%2C.282%2C0l3.121%2C1.8A1.052%2C1.052%2C0%2C0%2C0%2C8.394%2C22a1.148%2C1.148%2C0%2C0%2C0%2C.557-.147l3.136-1.806a.276.276%2C0%2C0%2C1%2C.282%2C0l2.793%2C1.622a1.1%2C1.1%2C0%2C0%2C0%2C1.084%2C0%2C1.029%2C1.029%2C0%2C0%2C0%2C.542-.9V8.4h2.4A1.79%2C1.79%2C0%2C0%2C0%2C21%2C6.651V2.878A2.92%2C2.92%2C0%2C0%2C0%2C18.039%2C0Zm-2.77%2C20.011-2.106-1.219a1.878%2C1.878%2C0%2C0%2C0-1.854%2C0L8.4%2C20.466%2C5.509%2C18.785a1.878%2C1.878%2C0%2C0%2C0-1.877.007L1.526%2C20.018V2.878A1.413%2C1.413%2C0%2C0%2C1%2C2.945%2C1.468H15.574a2.549%2C2.549%2C0%2C0%2C0-.313%2C1.2V20.011Zm4.212-13.36a.285.285%2C0%2C0%2C1-.29.279h-2.4V2.687a1.219%2C1.219%2C0%2C0%2C1%2C1.221-1.218h.023a1.416%2C1.416%2C0%2C0%2C1%2C1.442%2C1.387Z%22%20transform%3D%22translate(0)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-bill-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22bill-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_7143%22%20data-name%3D%22Group%207143%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43862%22%20data-name%3D%22Path%2043862%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-115)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43864%22%20data-name%3D%22Path%2043864%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-111.001)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43863%22%20data-name%3D%22Path%2043863%22%20d%3D%22M116.565%2C120h-9.211a.823.823%2C0%2C1%2C0%2C0%2C1.641h9.211a.823.823%2C0%2C1%2C0%2C0-1.641Z%22%20transform%3D%22translate(-103.459%20-107)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43860%22%20data-name%3D%22Path%2043860%22%20d%3D%22M18.031%2C0H2.968A2.92%2C2.92%2C0%2C0%2C0%2C0%2C2.87s0%2C0%2C0%2C.007v17.9a1.056%2C1.056%2C0%2C0%2C0%2C1.073%2C1.038%2C1.108%2C1.108%2C0%2C0%2C0%2C.56-.15l2.808-1.622a.276.276%2C0%2C0%2C1%2C.282%2C0l3.121%2C1.8A1.052%2C1.052%2C0%2C0%2C0%2C8.394%2C22a1.148%2C1.148%2C0%2C0%2C0%2C.557-.147l3.136-1.806a.276.276%2C0%2C0%2C1%2C.282%2C0l2.793%2C1.622a1.1%2C1.1%2C0%2C0%2C0%2C1.084%2C0%2C1.029%2C1.029%2C0%2C0%2C0%2C.542-.9V8.4h2.4A1.79%2C1.79%2C0%2C0%2C0%2C21%2C6.651V2.878A2.92%2C2.92%2C0%2C0%2C0%2C18.039%2C0Zm-2.77%2C20.011-2.106-1.219a1.878%2C1.878%2C0%2C0%2C0-1.854%2C0L8.4%2C20.466%2C5.509%2C18.785a1.878%2C1.878%2C0%2C0%2C0-1.877.007L1.526%2C20.018V2.878A1.413%2C1.413%2C0%2C0%2C1%2C2.945%2C1.468H15.574a2.549%2C2.549%2C0%2C0%2C0-.313%2C1.2V20.011Zm4.212-13.36a.285.285%2C0%2C0%2C1-.29.279h-2.4V2.687a1.219%2C1.219%2C0%2C0%2C1%2C1.221-1.218h.023a1.416%2C1.416%2C0%2C0%2C1%2C1.442%2C1.387Z%22%20transform%3D%22translate(0)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-calendar-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22calendar-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_Calendar%22%20data-name%3D%22%20Calendar%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3742%22%20data-name%3D%22Group%203742%22%20transform%3D%22translate(7.864%2012.264)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35646%22%20data-name%3D%22Path%2035646%22%20d%3D%22M11.266%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-16.93)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35647%22%20data-name%3D%22Path%2035647%22%20d%3D%22M17.666%2C16.93a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C16.93Z%22%20transform%3D%22translate(-12.53%20-16.93)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35648%22%20data-name%3D%22Path%2035648%22%20d%3D%22M24.066%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-16.93)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35649%22%20data-name%3D%22Path%2035649%22%20d%3D%22M11.266%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-18.264)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35650%22%20data-name%3D%22Path%2035650%22%20d%3D%22M17.666%2C21.2a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C21.2Z%22%20transform%3D%22translate(-12.53%20-18.264)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35651%22%20data-name%3D%22Path%2035651%22%20d%3D%22M24.066%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-18.264)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35652%22%20data-name%3D%22Path%2035652%22%20d%3D%22M11.266%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-19.599)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35653%22%20data-name%3D%22Path%2035653%22%20d%3D%22M17.666%2C25.47a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C25.47Z%22%20transform%3D%22translate(-12.53%20-19.599)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35654%22%20data-name%3D%22Path%2035654%22%20d%3D%22M24.066%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-19.599)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35655%22%20data-name%3D%22Path%2035655%22%20d%3D%22M22.927%2C4.544a3.637%2C3.637%2C0%2C0%2C0-2.592-1.072H18.864V2H17.4V3.464H8.6V2H7.136V3.464H5.664A3.664%2C3.664%2C0%2C0%2C0%2C2%2C7.136v13.2A3.664%2C3.664%2C0%2C0%2C0%2C5.664%2C24H20.336A3.664%2C3.664%2C0%2C0%2C0%2C24%2C20.336V7.136a3.637%2C3.637%2C0%2C0%2C0-1.073-2.592ZM4.111%2C5.575a2.186%2C2.186%2C0%2C0%2C1%2C1.554-.646H7.136V6.4H8.6V4.936h8.8V6.4h1.464V4.936h1.464a2.2%2C2.2%2C0%2C0%2C1%2C2.2%2C2.2V8.6H3.464V7.136a2.186%2C2.186%2C0%2C0%2C1%2C.646-1.561ZM21.889%2C21.889a2.186%2C2.186%2C0%2C0%2C1-1.554.646H5.664a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V10.064H22.536V20.336A2.186%2C2.186%2C0%2C0%2C1%2C21.889%2C21.889Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-calendar-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22calendar-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_Calendar%22%20data-name%3D%22%20Calendar%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3742%22%20data-name%3D%22Group%203742%22%20transform%3D%22translate(7.864%2012.264)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35646%22%20data-name%3D%22Path%2035646%22%20d%3D%22M11.266%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-16.93)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35647%22%20data-name%3D%22Path%2035647%22%20d%3D%22M17.666%2C16.93a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C16.93Z%22%20transform%3D%22translate(-12.53%20-16.93)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35648%22%20data-name%3D%22Path%2035648%22%20d%3D%22M24.066%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-16.93)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35649%22%20data-name%3D%22Path%2035649%22%20d%3D%22M11.266%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-18.264)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35650%22%20data-name%3D%22Path%2035650%22%20d%3D%22M17.666%2C21.2a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C21.2Z%22%20transform%3D%22translate(-12.53%20-18.264)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35651%22%20data-name%3D%22Path%2035651%22%20d%3D%22M24.066%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-18.264)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35652%22%20data-name%3D%22Path%2035652%22%20d%3D%22M11.266%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-19.599)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35653%22%20data-name%3D%22Path%2035653%22%20d%3D%22M17.666%2C25.47a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C25.47Z%22%20transform%3D%22translate(-12.53%20-19.599)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35654%22%20data-name%3D%22Path%2035654%22%20d%3D%22M24.066%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-19.599)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35655%22%20data-name%3D%22Path%2035655%22%20d%3D%22M22.927%2C4.544a3.637%2C3.637%2C0%2C0%2C0-2.592-1.072H18.864V2H17.4V3.464H8.6V2H7.136V3.464H5.664A3.664%2C3.664%2C0%2C0%2C0%2C2%2C7.136v13.2A3.664%2C3.664%2C0%2C0%2C0%2C5.664%2C24H20.336A3.664%2C3.664%2C0%2C0%2C0%2C24%2C20.336V7.136a3.637%2C3.637%2C0%2C0%2C0-1.073-2.592ZM4.111%2C5.575a2.186%2C2.186%2C0%2C0%2C1%2C1.554-.646H7.136V6.4H8.6V4.936h8.8V6.4h1.464V4.936h1.464a2.2%2C2.2%2C0%2C0%2C1%2C2.2%2C2.2V8.6H3.464V7.136a2.186%2C2.186%2C0%2C0%2C1%2C.646-1.561ZM21.889%2C21.889a2.186%2C2.186%2C0%2C0%2C1-1.554.646H5.664a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V10.064H22.536V20.336A2.186%2C2.186%2C0%2C0%2C1%2C21.889%2C21.889Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-calendar-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22calendar-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_Calendar%22%20data-name%3D%22%20Calendar%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3742%22%20data-name%3D%22Group%203742%22%20transform%3D%22translate(7.864%2012.264)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35646%22%20data-name%3D%22Path%2035646%22%20d%3D%22M11.266%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-16.93)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35647%22%20data-name%3D%22Path%2035647%22%20d%3D%22M17.666%2C16.93a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C16.93Z%22%20transform%3D%22translate(-12.53%20-16.93)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35648%22%20data-name%3D%22Path%2035648%22%20d%3D%22M24.066%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-16.93)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35649%22%20data-name%3D%22Path%2035649%22%20d%3D%22M11.266%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-18.264)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35650%22%20data-name%3D%22Path%2035650%22%20d%3D%22M17.666%2C21.2a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C21.2Z%22%20transform%3D%22translate(-12.53%20-18.264)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35651%22%20data-name%3D%22Path%2035651%22%20d%3D%22M24.066%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-18.264)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35652%22%20data-name%3D%22Path%2035652%22%20d%3D%22M11.266%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-19.599)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35653%22%20data-name%3D%22Path%2035653%22%20d%3D%22M17.666%2C25.47a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C25.47Z%22%20transform%3D%22translate(-12.53%20-19.599)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35654%22%20data-name%3D%22Path%2035654%22%20d%3D%22M24.066%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-19.599)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35655%22%20data-name%3D%22Path%2035655%22%20d%3D%22M22.927%2C4.544a3.637%2C3.637%2C0%2C0%2C0-2.592-1.072H18.864V2H17.4V3.464H8.6V2H7.136V3.464H5.664A3.664%2C3.664%2C0%2C0%2C0%2C2%2C7.136v13.2A3.664%2C3.664%2C0%2C0%2C0%2C5.664%2C24H20.336A3.664%2C3.664%2C0%2C0%2C0%2C24%2C20.336V7.136a3.637%2C3.637%2C0%2C0%2C0-1.073-2.592ZM4.111%2C5.575a2.186%2C2.186%2C0%2C0%2C1%2C1.554-.646H7.136V6.4H8.6V4.936h8.8V6.4h1.464V4.936h1.464a2.2%2C2.2%2C0%2C0%2C1%2C2.2%2C2.2V8.6H3.464V7.136a2.186%2C2.186%2C0%2C0%2C1%2C.646-1.561ZM21.889%2C21.889a2.186%2C2.186%2C0%2C0%2C1-1.554.646H5.664a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V10.064H22.536V20.336A2.186%2C2.186%2C0%2C0%2C1%2C21.889%2C21.889Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-calendar-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22calendar-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_Calendar%22%20data-name%3D%22%20Calendar%22%20transform%3D%22translate(-1%20-1)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3742%22%20data-name%3D%22Group%203742%22%20transform%3D%22translate(7.864%2012.264)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35646%22%20data-name%3D%22Path%2035646%22%20d%3D%22M11.266%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-16.93)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35647%22%20data-name%3D%22Path%2035647%22%20d%3D%22M17.666%2C16.93a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C16.93Z%22%20transform%3D%22translate(-12.53%20-16.93)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35648%22%20data-name%3D%22Path%2035648%22%20d%3D%22M24.066%2C16.93a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-16.93)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35649%22%20data-name%3D%22Path%2035649%22%20d%3D%22M11.266%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-18.264)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35650%22%20data-name%3D%22Path%2035650%22%20d%3D%22M17.666%2C21.2a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C21.2Z%22%20transform%3D%22translate(-12.53%20-18.264)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35651%22%20data-name%3D%22Path%2035651%22%20d%3D%22M24.066%2C21.2a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-18.264)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35652%22%20data-name%3D%22Path%2035652%22%20d%3D%22M11.266%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-10.53%20-19.599)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35653%22%20data-name%3D%22Path%2035653%22%20d%3D%22M17.666%2C25.47a.736.736%2C0%2C1%2C1-.736.736A.736.736%2C0%2C0%2C1%2C17.666%2C25.47Z%22%20transform%3D%22translate(-12.53%20-19.599)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35654%22%20data-name%3D%22Path%2035654%22%20d%3D%22M24.066%2C25.47a.736.736%2C0%2C1%2C1-.736.736.736.736%2C0%2C0%2C1%2C.736-.736Z%22%20transform%3D%22translate(-14.53%20-19.599)%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35655%22%20data-name%3D%22Path%2035655%22%20d%3D%22M22.927%2C4.544a3.637%2C3.637%2C0%2C0%2C0-2.592-1.072H18.864V2H17.4V3.464H8.6V2H7.136V3.464H5.664A3.664%2C3.664%2C0%2C0%2C0%2C2%2C7.136v13.2A3.664%2C3.664%2C0%2C0%2C0%2C5.664%2C24H20.336A3.664%2C3.664%2C0%2C0%2C0%2C24%2C20.336V7.136a3.637%2C3.637%2C0%2C0%2C0-1.073-2.592ZM4.111%2C5.575a2.186%2C2.186%2C0%2C0%2C1%2C1.554-.646H7.136V6.4H8.6V4.936h8.8V6.4h1.464V4.936h1.464a2.2%2C2.2%2C0%2C0%2C1%2C2.2%2C2.2V8.6H3.464V7.136a2.186%2C2.186%2C0%2C0%2C1%2C.646-1.561ZM21.889%2C21.889a2.186%2C2.186%2C0%2C0%2C1-1.554.646H5.664a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V10.064H22.536V20.336A2.186%2C2.186%2C0%2C0%2C1%2C21.889%2C21.889Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-card-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Card%22%20transform%3D%22translate(0%20-2.396)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_681%22%20data-name%3D%22Path%20681%22%20d%3D%22M13.831%2C6.691h6.583A2.589%2C2.589%2C0%2C0%2C1%2C23%2C9.28V20.6a2.588%2C2.588%2C0%2C0%2C1-2.586%2C2.588H3.586A2.589%2C2.589%2C0%2C0%2C1%2C1%2C20.6V9.28A2.588%2C2.588%2C0%2C0%2C1%2C3.586%2C6.691h6.583a1.942%2C1.942%2C0%2C0%2C1%2C3.662%2C0ZM3.586%2C7.985A1.294%2C1.294%2C0%2C0%2C0%2C2.294%2C9.28V20.6A1.3%2C1.3%2C0%2C0%2C0%2C3.586%2C21.9H20.414A1.294%2C1.294%2C0%2C0%2C0%2C21.706%2C20.6V9.28a1.3%2C1.3%2C0%2C0%2C0-1.292-1.294H13.831a1.942%2C1.942%2C0%2C0%2C1-3.662%2C0Zm8.414%2C0a.647.647%2C0%2C1%2C0-.647-.647A.647.647%2C0%2C0%2C0%2C12%2C7.985ZM5.53%2C19.632a.647.647%2C0%2C1%2C1-1.294%2C0V18.014A2.265%2C2.265%2C0%2C0%2C1%2C6.5%2C15.75H8.442a2.265%2C2.265%2C0%2C0%2C1%2C2.264%2C2.265v1.618a.647.647%2C0%2C1%2C1-1.294%2C0V18.014a.971.971%2C0%2C0%2C0-.969-.97H6.5a.971.971%2C0%2C0%2C0-.97.97v1.618Zm7.765-2.912a.647.647%2C0%2C1%2C1%2C0-1.294H18.47a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm0%2C2.265a.647.647%2C0%2C1%2C1%2C0-1.294h3.559a.647.647%2C0%2C1%2C1%2C0%2C1.294ZM7.47%2C14.78a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C7.47%2C14.78Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C7.47%2C13.485Zm5.177-1.618a1.293%2C1.293%2C0%2C0%2C1%2C1.292-1.293h4.533a1.291%2C1.291%2C0%2C0%2C1%2C1.292%2C1.293v1.3a1.293%2C1.293%2C0%2C0%2C1-1.292%2C1.293H13.939a1.291%2C1.291%2C0%2C0%2C1-1.292-1.293Zm1.294%2C0v1.294H18.47V11.867Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-card-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Card%22%20transform%3D%22translate(0%20-2.396)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_681%22%20data-name%3D%22Path%20681%22%20d%3D%22M13.831%2C6.691h6.583A2.589%2C2.589%2C0%2C0%2C1%2C23%2C9.28V20.6a2.588%2C2.588%2C0%2C0%2C1-2.586%2C2.588H3.586A2.589%2C2.589%2C0%2C0%2C1%2C1%2C20.6V9.28A2.588%2C2.588%2C0%2C0%2C1%2C3.586%2C6.691h6.583a1.942%2C1.942%2C0%2C0%2C1%2C3.662%2C0ZM3.586%2C7.985A1.294%2C1.294%2C0%2C0%2C0%2C2.294%2C9.28V20.6A1.3%2C1.3%2C0%2C0%2C0%2C3.586%2C21.9H20.414A1.294%2C1.294%2C0%2C0%2C0%2C21.706%2C20.6V9.28a1.3%2C1.3%2C0%2C0%2C0-1.292-1.294H13.831a1.942%2C1.942%2C0%2C0%2C1-3.662%2C0Zm8.414%2C0a.647.647%2C0%2C1%2C0-.647-.647A.647.647%2C0%2C0%2C0%2C12%2C7.985ZM5.53%2C19.632a.647.647%2C0%2C1%2C1-1.294%2C0V18.014A2.265%2C2.265%2C0%2C0%2C1%2C6.5%2C15.75H8.442a2.265%2C2.265%2C0%2C0%2C1%2C2.264%2C2.265v1.618a.647.647%2C0%2C1%2C1-1.294%2C0V18.014a.971.971%2C0%2C0%2C0-.969-.97H6.5a.971.971%2C0%2C0%2C0-.97.97v1.618Zm7.765-2.912a.647.647%2C0%2C1%2C1%2C0-1.294H18.47a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm0%2C2.265a.647.647%2C0%2C1%2C1%2C0-1.294h3.559a.647.647%2C0%2C1%2C1%2C0%2C1.294ZM7.47%2C14.78a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C7.47%2C14.78Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C7.47%2C13.485Zm5.177-1.618a1.293%2C1.293%2C0%2C0%2C1%2C1.292-1.293h4.533a1.291%2C1.291%2C0%2C0%2C1%2C1.292%2C1.293v1.3a1.293%2C1.293%2C0%2C0%2C1-1.292%2C1.293H13.939a1.291%2C1.291%2C0%2C0%2C1-1.292-1.293Zm1.294%2C0v1.294H18.47V11.867Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-card-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Card%22%20transform%3D%22translate(0%20-2.397)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_681%22%20data-name%3D%22Path%20681%22%20d%3D%22M13.831%2C6.691h6.583A2.589%2C2.589%2C0%2C0%2C1%2C23%2C9.28V20.6a2.588%2C2.588%2C0%2C0%2C1-2.586%2C2.588H3.586A2.589%2C2.589%2C0%2C0%2C1%2C1%2C20.6V9.28A2.588%2C2.588%2C0%2C0%2C1%2C3.586%2C6.691h6.583a1.942%2C1.942%2C0%2C0%2C1%2C3.662%2C0ZM3.586%2C7.985A1.294%2C1.294%2C0%2C0%2C0%2C2.294%2C9.28V20.6A1.3%2C1.3%2C0%2C0%2C0%2C3.586%2C21.9H20.414A1.294%2C1.294%2C0%2C0%2C0%2C21.706%2C20.6V9.28a1.3%2C1.3%2C0%2C0%2C0-1.292-1.294H13.831a1.942%2C1.942%2C0%2C0%2C1-3.662%2C0Zm8.414%2C0a.647.647%2C0%2C1%2C0-.647-.647A.647.647%2C0%2C0%2C0%2C12%2C7.985ZM5.53%2C19.632a.647.647%2C0%2C1%2C1-1.294%2C0V18.014A2.265%2C2.265%2C0%2C0%2C1%2C6.5%2C15.75H8.442a2.265%2C2.265%2C0%2C0%2C1%2C2.264%2C2.265v1.618a.647.647%2C0%2C1%2C1-1.294%2C0V18.014a.971.971%2C0%2C0%2C0-.969-.97H6.5a.971.971%2C0%2C0%2C0-.97.97v1.618Zm7.765-2.912a.647.647%2C0%2C1%2C1%2C0-1.294H18.47a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm0%2C2.265a.647.647%2C0%2C1%2C1%2C0-1.294h3.559a.647.647%2C0%2C1%2C1%2C0%2C1.294ZM7.47%2C14.78a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C7.47%2C14.78Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C7.47%2C13.485Zm5.177-1.618a1.293%2C1.293%2C0%2C0%2C1%2C1.292-1.293h4.533a1.291%2C1.291%2C0%2C0%2C1%2C1.292%2C1.293v1.3a1.293%2C1.293%2C0%2C0%2C1-1.292%2C1.293H13.939a1.291%2C1.291%2C0%2C0%2C1-1.292-1.293Zm1.294%2C0v1.294H18.47V11.867Z%22%20fill%3D%22%23000%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-card-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Card%22%20transform%3D%22translate(0%20-2.397)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_681%22%20data-name%3D%22Path%20681%22%20d%3D%22M13.831%2C6.691h6.583A2.589%2C2.589%2C0%2C0%2C1%2C23%2C9.28V20.6a2.588%2C2.588%2C0%2C0%2C1-2.586%2C2.588H3.586A2.589%2C2.589%2C0%2C0%2C1%2C1%2C20.6V9.28A2.588%2C2.588%2C0%2C0%2C1%2C3.586%2C6.691h6.583a1.942%2C1.942%2C0%2C0%2C1%2C3.662%2C0ZM3.586%2C7.985A1.294%2C1.294%2C0%2C0%2C0%2C2.294%2C9.28V20.6A1.3%2C1.3%2C0%2C0%2C0%2C3.586%2C21.9H20.414A1.294%2C1.294%2C0%2C0%2C0%2C21.706%2C20.6V9.28a1.3%2C1.3%2C0%2C0%2C0-1.292-1.294H13.831a1.942%2C1.942%2C0%2C0%2C1-3.662%2C0Zm8.414%2C0a.647.647%2C0%2C1%2C0-.647-.647A.647.647%2C0%2C0%2C0%2C12%2C7.985ZM5.53%2C19.632a.647.647%2C0%2C1%2C1-1.294%2C0V18.014A2.265%2C2.265%2C0%2C0%2C1%2C6.5%2C15.75H8.442a2.265%2C2.265%2C0%2C0%2C1%2C2.264%2C2.265v1.618a.647.647%2C0%2C1%2C1-1.294%2C0V18.014a.971.971%2C0%2C0%2C0-.969-.97H6.5a.971.971%2C0%2C0%2C0-.97.97v1.618Zm7.765-2.912a.647.647%2C0%2C1%2C1%2C0-1.294H18.47a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm0%2C2.265a.647.647%2C0%2C1%2C1%2C0-1.294h3.559a.647.647%2C0%2C1%2C1%2C0%2C1.294ZM7.47%2C14.78a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C7.47%2C14.78Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C7.47%2C13.485Zm5.177-1.618a1.293%2C1.293%2C0%2C0%2C1%2C1.292-1.293h4.533a1.291%2C1.291%2C0%2C0%2C1%2C1.292%2C1.293v1.3a1.293%2C1.293%2C0%2C0%2C1-1.292%2C1.293H13.939a1.291%2C1.291%2C0%2C0%2C1-1.292-1.293Zm1.294%2C0v1.294H18.47V11.867Z%22%20fill%3D%22%23000%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-card-not-received-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-not-received-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22delivery%22%20transform%3D%22translate(1.333%205.333)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3229%22%20data-name%3D%22Group%203229%22%20transform%3D%22translate(18.457%2012.941)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3228%22%20data-name%3D%22Group%203228%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_699%22%20data-name%3D%22Path%20699%22%20d%3D%22M32.641%2C27.349a3.7%2C3.7%2C0%2C1%2C0%2C3.7%2C3.7A3.7%2C3.7%2C0%2C0%2C0%2C32.641%2C27.349Zm0%2C5.546a1.849%2C1.849%2C0%2C1%2C1%2C1.849-1.849A1.851%2C1.851%2C0%2C0%2C1%2C32.641%2C32.9Z%22%20transform%3D%22translate(-28.943%20-27.349)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3231%22%20data-name%3D%22Group%203231%22%20transform%3D%22translate(5.824%2012.941)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3230%22%20data-name%3D%22Group%203230%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_700%22%20data-name%3D%22Path%20700%22%20d%3D%22M12.83%2C27.349a3.7%2C3.7%2C0%2C1%2C0%2C3.7%2C3.7A3.7%2C3.7%2C0%2C0%2C0%2C12.83%2C27.349Zm0%2C5.546a1.849%2C1.849%2C0%2C1%2C1%2C1.849-1.849A1.851%2C1.851%2C0%2C0%2C1%2C12.83%2C32.9Z%22%20transform%3D%22translate(-9.132%20-27.349)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3233%22%20data-name%3D%22Group%203233%22%20transform%3D%22translate(18.95%201.849)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3232%22%20data-name%3D%22Group%203232%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_701%22%20data-name%3D%22Path%20701%22%20d%3D%22M35.411%2C10.463a.925.925%2C0%2C0%2C0-.826-.509H29.716V11.8h4.3l2.517%2C5.006%2C1.652-.831Z%22%20transform%3D%22translate(-29.716%20-9.954)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3235%22%20data-name%3D%22Group%203235%22%20transform%3D%22translate(12.387%2015.745)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3234%22%20data-name%3D%22Group%203234%22%3E%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_1957%22%20data-name%3D%22Rectangle%201957%22%20width%3D%226.994%22%20height%3D%221.849%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3237%22%20data-name%3D%22Group%203237%22%20transform%3D%22translate(2.619%2015.745)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3236%22%20data-name%3D%22Group%203236%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_702%22%20data-name%3D%22Path%20702%22%20d%3D%22M8.236%2C31.746h-3.2a.924.924%2C0%2C0%2C0%2C0%2C1.849h3.2a.924.924%2C0%2C1%2C0%2C0-1.849Z%22%20transform%3D%22translate(-4.107%20-31.746)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3239%22%20data-name%3D%22Group%203239%22%20transform%3D%22translate(2.619)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3238%22%20data-name%3D%22Group%203238%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_703%22%20data-name%3D%22Path%20703%22%20d%3D%22M30.627%2C17.149l-1.818-2.342a.923.923%2C0%2C0%2C0-.73-.357H21.362V7.979a.924.924%2C0%2C0%2C0-.924-.924H5.032a.924.924%2C0%2C0%2C0%2C0%2C1.849H19.513v6.471a.924.924%2C0%2C0%2C0%2C.924.924h7.189l1.346%2C1.734V22.8H26.415a.924.924%2C0%2C0%2C0%2C0%2C1.849H29.9a.924.924%2C0%2C0%2C0%2C.924-.924V17.716A.926.926%2C0%2C0%2C0%2C30.627%2C17.149Z%22%20transform%3D%22translate(-4.107%20-7.055)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3241%22%20data-name%3D%22Group%203241%22%20transform%3D%22translate(1.51%2011.062)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3240%22%20data-name%3D%22Group%203240%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_704%22%20data-name%3D%22Path%20704%22%20d%3D%22M7.544%2C24.4H3.292a.924.924%2C0%2C0%2C0%2C0%2C1.849H7.544a.924.924%2C0%2C0%2C0%2C0-1.849Z%22%20transform%3D%22translate(-2.368%20-24.401)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3243%22%20data-name%3D%22Group%203243%22%20transform%3D%22translate(0%207.426)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3242%22%20data-name%3D%22Group%203242%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_705%22%20data-name%3D%22Path%20705%22%20d%3D%22M8.812%2C18.7H.924a.924.924%2C0%2C0%2C0%2C0%2C1.849H8.812a.924.924%2C0%2C0%2C0%2C0-1.849Z%22%20transform%3D%22translate(0%20-18.7)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3245%22%20data-name%3D%22Group%203245%22%20transform%3D%22translate(1.51%203.79)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3244%22%20data-name%3D%22Group%203244%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_706%22%20data-name%3D%22Path%20706%22%20d%3D%22M11.18%2C13H3.292a.924.924%2C0%2C0%2C0%2C0%2C1.849H11.18a.924.924%2C0%2C0%2C0%2C0-1.849Z%22%20transform%3D%22translate(-2.368%20-12.998)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-card-not-received-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-not-received-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22delivery%22%20transform%3D%22translate(1.333%205.333)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3229%22%20data-name%3D%22Group%203229%22%20transform%3D%22translate(18.457%2012.941)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3228%22%20data-name%3D%22Group%203228%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_699%22%20data-name%3D%22Path%20699%22%20d%3D%22M32.641%2C27.349a3.7%2C3.7%2C0%2C1%2C0%2C3.7%2C3.7A3.7%2C3.7%2C0%2C0%2C0%2C32.641%2C27.349Zm0%2C5.546a1.849%2C1.849%2C0%2C1%2C1%2C1.849-1.849A1.851%2C1.851%2C0%2C0%2C1%2C32.641%2C32.9Z%22%20transform%3D%22translate(-28.943%20-27.349)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3231%22%20data-name%3D%22Group%203231%22%20transform%3D%22translate(5.824%2012.941)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3230%22%20data-name%3D%22Group%203230%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_700%22%20data-name%3D%22Path%20700%22%20d%3D%22M12.83%2C27.349a3.7%2C3.7%2C0%2C1%2C0%2C3.7%2C3.7A3.7%2C3.7%2C0%2C0%2C0%2C12.83%2C27.349Zm0%2C5.546a1.849%2C1.849%2C0%2C1%2C1%2C1.849-1.849A1.851%2C1.851%2C0%2C0%2C1%2C12.83%2C32.9Z%22%20transform%3D%22translate(-9.132%20-27.349)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3233%22%20data-name%3D%22Group%203233%22%20transform%3D%22translate(18.95%201.849)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3232%22%20data-name%3D%22Group%203232%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_701%22%20data-name%3D%22Path%20701%22%20d%3D%22M35.411%2C10.463a.925.925%2C0%2C0%2C0-.826-.509H29.716V11.8h4.3l2.517%2C5.006%2C1.652-.831Z%22%20transform%3D%22translate(-29.716%20-9.954)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3235%22%20data-name%3D%22Group%203235%22%20transform%3D%22translate(12.387%2015.745)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3234%22%20data-name%3D%22Group%203234%22%3E%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_1957%22%20data-name%3D%22Rectangle%201957%22%20width%3D%226.994%22%20height%3D%221.849%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3237%22%20data-name%3D%22Group%203237%22%20transform%3D%22translate(2.619%2015.745)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3236%22%20data-name%3D%22Group%203236%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_702%22%20data-name%3D%22Path%20702%22%20d%3D%22M8.236%2C31.746h-3.2a.924.924%2C0%2C0%2C0%2C0%2C1.849h3.2a.924.924%2C0%2C1%2C0%2C0-1.849Z%22%20transform%3D%22translate(-4.107%20-31.746)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3239%22%20data-name%3D%22Group%203239%22%20transform%3D%22translate(2.619)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3238%22%20data-name%3D%22Group%203238%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_703%22%20data-name%3D%22Path%20703%22%20d%3D%22M30.627%2C17.149l-1.818-2.342a.923.923%2C0%2C0%2C0-.73-.357H21.362V7.979a.924.924%2C0%2C0%2C0-.924-.924H5.032a.924.924%2C0%2C0%2C0%2C0%2C1.849H19.513v6.471a.924.924%2C0%2C0%2C0%2C.924.924h7.189l1.346%2C1.734V22.8H26.415a.924.924%2C0%2C0%2C0%2C0%2C1.849H29.9a.924.924%2C0%2C0%2C0%2C.924-.924V17.716A.926.926%2C0%2C0%2C0%2C30.627%2C17.149Z%22%20transform%3D%22translate(-4.107%20-7.055)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3241%22%20data-name%3D%22Group%203241%22%20transform%3D%22translate(1.51%2011.062)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3240%22%20data-name%3D%22Group%203240%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_704%22%20data-name%3D%22Path%20704%22%20d%3D%22M7.544%2C24.4H3.292a.924.924%2C0%2C0%2C0%2C0%2C1.849H7.544a.924.924%2C0%2C0%2C0%2C0-1.849Z%22%20transform%3D%22translate(-2.368%20-24.401)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3243%22%20data-name%3D%22Group%203243%22%20transform%3D%22translate(0%207.426)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3242%22%20data-name%3D%22Group%203242%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_705%22%20data-name%3D%22Path%20705%22%20d%3D%22M8.812%2C18.7H.924a.924.924%2C0%2C0%2C0%2C0%2C1.849H8.812a.924.924%2C0%2C0%2C0%2C0-1.849Z%22%20transform%3D%22translate(0%20-18.7)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3245%22%20data-name%3D%22Group%203245%22%20transform%3D%22translate(1.51%203.79)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3244%22%20data-name%3D%22Group%203244%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_706%22%20data-name%3D%22Path%20706%22%20d%3D%22M11.18%2C13H3.292a.924.924%2C0%2C0%2C0%2C0%2C1.849H11.18a.924.924%2C0%2C0%2C0%2C0-1.849Z%22%20transform%3D%22translate(-2.368%20-12.998)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-card-production-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-production-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22card-production%22%20transform%3D%22translate(0%20-0.533)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3084%22%20data-name%3D%22Group%203084%22%20transform%3D%22translate(1%202.533)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_682%22%20data-name%3D%22Path%20682%22%20d%3D%22M14.933%2C6.943%2C6.867%2C11.274V2.533H1V23.067H23V6.943l-8.067%2C4.331ZM5.4%2C4V5.467H2.467V4ZM21.533%2C9.395V21.6H2.467V6.933H5.4v6.793l8.067-4.331v4.331Z%22%20transform%3D%22translate(-1%20-2.533)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_683%22%20data-name%3D%22Path%20683%22%20d%3D%22M35.267%2C30.133H30.133v4.4h5.134ZM33.8%2C33.067H31.6V31.6h2.2Z%22%20transform%3D%22translate(-16.2%20-16.933)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_684%22%20data-name%3D%22Path%20684%22%20d%3D%22M13.267%2C34.533H18.4v-4.4H13.267ZM14.733%2C31.6h2.2v1.467h-2.2Z%22%20transform%3D%22translate(-7.4%20-16.933)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-card-production-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-production-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22card-production%22%20transform%3D%22translate(0%20-0.533)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3084%22%20data-name%3D%22Group%203084%22%20transform%3D%22translate(1%202.533)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_682%22%20data-name%3D%22Path%20682%22%20d%3D%22M14.933%2C6.943%2C6.867%2C11.274V2.533H1V23.067H23V6.943l-8.067%2C4.331ZM5.4%2C4V5.467H2.467V4ZM21.533%2C9.395V21.6H2.467V6.933H5.4v6.793l8.067-4.331v4.331Z%22%20transform%3D%22translate(-1%20-2.533)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_683%22%20data-name%3D%22Path%20683%22%20d%3D%22M35.267%2C30.133H30.133v4.4h5.134ZM33.8%2C33.067H31.6V31.6h2.2Z%22%20transform%3D%22translate(-16.2%20-16.933)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_684%22%20data-name%3D%22Path%20684%22%20d%3D%22M13.267%2C34.533H18.4v-4.4H13.267ZM14.733%2C31.6h2.2v1.467h-2.2Z%22%20transform%3D%22translate(-7.4%20-16.933)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-card-production-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-production-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22card-production%22%20transform%3D%22translate(0%20-0.533)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3084%22%20data-name%3D%22Group%203084%22%20transform%3D%22translate(1%202.533)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_682%22%20data-name%3D%22Path%20682%22%20d%3D%22M14.933%2C6.943%2C6.867%2C11.274V2.533H1V23.067H23V6.943l-8.067%2C4.331ZM5.4%2C4V5.467H2.467V4ZM21.533%2C9.395V21.6H2.467V6.933H5.4v6.793l8.067-4.331v4.331Z%22%20transform%3D%22translate(-1%20-2.533)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_683%22%20data-name%3D%22Path%20683%22%20d%3D%22M35.267%2C30.133H30.133v4.4h5.134ZM33.8%2C33.067H31.6V31.6h2.2Z%22%20transform%3D%22translate(-16.2%20-16.933)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_684%22%20data-name%3D%22Path%20684%22%20d%3D%22M13.267%2C34.533H18.4v-4.4H13.267ZM14.733%2C31.6h2.2v1.467h-2.2Z%22%20transform%3D%22translate(-7.4%20-16.933)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-card-production-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-production-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22card-production%22%20transform%3D%22translate(0%20-0.533)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3084%22%20data-name%3D%22Group%203084%22%20transform%3D%22translate(1%202.533)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_682%22%20data-name%3D%22Path%20682%22%20d%3D%22M14.933%2C6.943%2C6.867%2C11.274V2.533H1V23.067H23V6.943l-8.067%2C4.331ZM5.4%2C4V5.467H2.467V4ZM21.533%2C9.395V21.6H2.467V6.933H5.4v6.793l8.067-4.331v4.331Z%22%20transform%3D%22translate(-1%20-2.533)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_683%22%20data-name%3D%22Path%20683%22%20d%3D%22M35.267%2C30.133H30.133v4.4h5.134ZM33.8%2C33.067H31.6V31.6h2.2Z%22%20transform%3D%22translate(-16.2%20-16.933)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_684%22%20data-name%3D%22Path%20684%22%20d%3D%22M13.267%2C34.533H18.4v-4.4H13.267ZM14.733%2C31.6h2.2v1.467h-2.2Z%22%20transform%3D%22translate(-7.4%20-16.933)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-card-status-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-status-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22process%22%20transform%3D%22translate(1.333%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_707%22%20data-name%3D%22Path%20707%22%20d%3D%22M35.869%2C7.2V10.64a6.1%2C6.1%2C0%2C0%2C1%2C1.719%2C0V6.34a.86.86%2C0%2C0%2C0-.859-.859h-4.3a6.11%2C6.11%2C0%2C0%2C1%2C0%2C1.719Z%22%20transform%3D%22translate(-11.749%20-1.986)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_708%22%20data-name%3D%22Path%20708%22%20d%3D%22M24.857%2C23.371a6.1%2C6.1%2C0%2C0%2C1%2C0-1.719h-8.6a6.11%2C6.11%2C0%2C0%2C1%2C0%2C1.719Z%22%20transform%3D%22translate(-5.89%20-7.845)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_709%22%20data-name%3D%22Path%20709%22%20d%3D%22M40.711%2C36.532l-3.686-2.541a.86.86%2C0%2C0%2C0-1.348.708V36.38H32.428a6.11%2C6.11%2C0%2C0%2C1%2C0%2C1.719h3.249V39.78a.86.86%2C0%2C0%2C0%2C1.348.708l3.686-2.541A.86.86%2C0%2C0%2C0%2C40.711%2C36.532Z%22%20transform%3D%22translate(-11.749%20-12.26)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_710%22%20data-name%3D%22Path%20710%22%20d%3D%22M7.2%2C35.869V32.428a6.124%2C6.124%2C0%2C0%2C1-1.719%2C0v4.3a.86.86%2C0%2C0%2C0%2C.859.859h4.3a6.11%2C6.11%2C0%2C0%2C1%2C0-1.719Z%22%20transform%3D%22translate(-1.986%20-11.749)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_711%22%20data-name%3D%22Path%20711%22%20d%3D%22M15.676%2C0a4.36%2C4.36%2C0%2C0%2C0-4.348%2C4.121.848.848%2C0%2C0%2C0-.338-.475L7.3%2C1.106a.86.86%2C0%2C0%2C0-1.347.708V3.495H3.645a.859.859%2C0%2C1%2C0%2C0%2C1.719H5.956V6.895A.86.86%2C0%2C0%2C0%2C7.3%2C7.6L10.99%2C5.062a.848.848%2C0%2C0%2C0%2C.338-.475A4.354%2C4.354%2C0%2C1%2C0%2C15.676%2C0Z%22%20transform%3D%22translate(-1.009)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_9%22%20data-name%3D%22Ellipse%209%22%20cx%3D%224.354%22%20cy%3D%224.354%22%20r%3D%224.354%22%20transform%3D%22translate(10.313%2020.625)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_10%22%20data-name%3D%22Ellipse%2010%22%20cx%3D%224.354%22%20cy%3D%224.354%22%20r%3D%224.354%22%20transform%3D%22translate(20.625%2010.313)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_11%22%20data-name%3D%22Ellipse%2011%22%20cx%3D%224.354%22%20cy%3D%224.354%22%20r%3D%224.354%22%20transform%3D%22translate(0%2010.313)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-card-status-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22card-status-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22process%22%20transform%3D%22translate(1.333%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_707%22%20data-name%3D%22Path%20707%22%20d%3D%22M35.869%2C7.2V10.64a6.1%2C6.1%2C0%2C0%2C1%2C1.719%2C0V6.34a.86.86%2C0%2C0%2C0-.859-.859h-4.3a6.11%2C6.11%2C0%2C0%2C1%2C0%2C1.719Z%22%20transform%3D%22translate(-11.749%20-1.986)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_708%22%20data-name%3D%22Path%20708%22%20d%3D%22M24.857%2C23.371a6.1%2C6.1%2C0%2C0%2C1%2C0-1.719h-8.6a6.11%2C6.11%2C0%2C0%2C1%2C0%2C1.719Z%22%20transform%3D%22translate(-5.89%20-7.845)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_709%22%20data-name%3D%22Path%20709%22%20d%3D%22M40.711%2C36.532l-3.686-2.541a.86.86%2C0%2C0%2C0-1.348.708V36.38H32.428a6.11%2C6.11%2C0%2C0%2C1%2C0%2C1.719h3.249V39.78a.86.86%2C0%2C0%2C0%2C1.348.708l3.686-2.541A.86.86%2C0%2C0%2C0%2C40.711%2C36.532Z%22%20transform%3D%22translate(-11.749%20-12.26)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_710%22%20data-name%3D%22Path%20710%22%20d%3D%22M7.2%2C35.869V32.428a6.124%2C6.124%2C0%2C0%2C1-1.719%2C0v4.3a.86.86%2C0%2C0%2C0%2C.859.859h4.3a6.11%2C6.11%2C0%2C0%2C1%2C0-1.719Z%22%20transform%3D%22translate(-1.986%20-11.749)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_711%22%20data-name%3D%22Path%20711%22%20d%3D%22M15.676%2C0a4.36%2C4.36%2C0%2C0%2C0-4.348%2C4.121.848.848%2C0%2C0%2C0-.338-.475L7.3%2C1.106a.86.86%2C0%2C0%2C0-1.347.708V3.495H3.645a.859.859%2C0%2C1%2C0%2C0%2C1.719H5.956V6.895A.86.86%2C0%2C0%2C0%2C7.3%2C7.6L10.99%2C5.062a.848.848%2C0%2C0%2C0%2C.338-.475A4.354%2C4.354%2C0%2C1%2C0%2C15.676%2C0Z%22%20transform%3D%22translate(-1.009)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_9%22%20data-name%3D%22Ellipse%209%22%20cx%3D%224.354%22%20cy%3D%224.354%22%20r%3D%224.354%22%20transform%3D%22translate(10.313%2020.625)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_10%22%20data-name%3D%22Ellipse%2010%22%20cx%3D%224.354%22%20cy%3D%224.354%22%20r%3D%224.354%22%20transform%3D%22translate(20.625%2010.313)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_11%22%20data-name%3D%22Ellipse%2011%22%20cx%3D%224.354%22%20cy%3D%224.354%22%20r%3D%224.354%22%20transform%3D%22translate(0%2010.313)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-child-light-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22child-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22child%22%20transform%3D%22translate(6%203)%22%3E%20%20%20%20%3Cpath%20id%3D%22child_connection%22%20data-name%3D%22child%20connection%22%20d%3D%22M-19730.816%2C10842.479v4.067h9.307%22%20transform%3D%22translate(19733.814%20-10837.047)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_552%22%20data-name%3D%22Path%20552%22%20d%3D%22M426.459%2C650.546l2.029%2C2.406-2.029%2C2.594%22%20transform%3D%22translate(-415.611%20-643.546)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Rectangle_1889%22%20data-name%3D%22Rectangle%201889%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%3E%20%20%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%226%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%20%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-child-light-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22child-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22child%22%20transform%3D%22translate(6%203)%22%3E%20%20%20%20%3Cpath%20id%3D%22child_connection%22%20data-name%3D%22child%20connection%22%20d%3D%22M-19730.816%2C10842.479v4.067h9.307%22%20transform%3D%22translate(19733.814%20-10837.047)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_552%22%20data-name%3D%22Path%20552%22%20d%3D%22M426.459%2C650.546l2.029%2C2.406-2.029%2C2.594%22%20transform%3D%22translate(-415.611%20-643.546)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Rectangle_1889%22%20data-name%3D%22Rectangle%201889%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%3E%20%20%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%226%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%20%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-child-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22child-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22child%22%20transform%3D%22translate(6%203)%22%3E%20%20%20%20%3Cpath%20id%3D%22child_connection%22%20data-name%3D%22child%20connection%22%20d%3D%22M-19730.816%2C10842.479v4.067h9.307%22%20transform%3D%22translate(19733.814%20-10837.047)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_552%22%20data-name%3D%22Path%20552%22%20d%3D%22M426.459%2C650.546l2.029%2C2.406-2.029%2C2.594%22%20transform%3D%22translate(-415.611%20-643.546)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Rectangle_1889%22%20data-name%3D%22Rectangle%201889%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%3E%20%20%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%226%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%20%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-child-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22child-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22child%22%20transform%3D%22translate(6%203)%22%3E%20%20%20%20%3Cpath%20id%3D%22child_connection%22%20data-name%3D%22child%20connection%22%20d%3D%22M-19730.816%2C10842.479v4.067h9.307%22%20transform%3D%22translate(19733.814%20-10837.047)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_552%22%20data-name%3D%22Path%20552%22%20d%3D%22M426.459%2C650.546l2.029%2C2.406-2.029%2C2.594%22%20transform%3D%22translate(-415.611%20-643.546)%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Rectangle_1889%22%20data-name%3D%22Rectangle%201889%22%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-width%3D%221%22%3E%20%20%20%20%20%20%3Crect%20width%3D%226%22%20height%3D%226%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%20%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-close-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22close-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22close%22%20d%3D%22M20%2C2.357%2C17.643%2C0%2C10%2C7.643%2C2.357%2C0%2C0%2C2.357%2C7.643%2C10%2C0%2C17.643%2C2.357%2C20%2C10%2C12.357%2C17.643%2C20%2C20%2C17.643%2C12.357%2C10Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-close-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22close-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22close%22%20d%3D%22M20%2C2.357%2C17.643%2C0%2C10%2C7.643%2C2.357%2C0%2C0%2C2.357%2C7.643%2C10%2C0%2C17.643%2C2.357%2C20%2C10%2C12.357%2C17.643%2C20%2C20%2C17.643%2C12.357%2C10Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-close-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22close-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22close_1_%22%20data-name%3D%22close%20(1)%22%20d%3D%22M20%2C2.357%2C17.643%2C0%2C10%2C7.643%2C2.357%2C0%2C0%2C2.357%2C7.643%2C10%2C0%2C17.643%2C2.357%2C20%2C10%2C12.357%2C17.643%2C20%2C20%2C17.643%2C12.357%2C10Z%22%20transform%3D%22translate(2%202)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-close-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22close-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22close_1_%22%20data-name%3D%22close%20(1)%22%20d%3D%22M20%2C2.357%2C17.643%2C0%2C10%2C7.643%2C2.357%2C0%2C0%2C2.357%2C7.643%2C10%2C0%2C17.643%2C2.357%2C20%2C10%2C12.357%2C17.643%2C20%2C20%2C17.643%2C12.357%2C10Z%22%20transform%3D%22translate(2%202)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-cloud-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22cloud-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Cloud%22%20transform%3D%22translate(1%20-100)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_762%22%20data-name%3D%22Path%20762%22%20d%3D%22M18.09%2C118.891H3.91a3.907%2C3.907%2C0%2C0%2C1-2.752-1.129%2C3.817%2C3.817%2C0%2C0%2C1%2C0-5.477%2C3.911%2C3.911%2C0%2C0%2C1%2C2.108-1.076q0-.026%2C0-.053A5.162%2C5.162%2C0%2C0%2C1%2C8.422%2C106a5.1%2C5.1%2C0%2C0%2C1%2C2.93.918%2C5.164%2C5.164%2C0%2C0%2C1%2C1.486%2C1.592%2C3.866%2C3.866%2C0%2C0%2C1%2C5.85%2C2.692%2C3.91%2C3.91%2C0%2C0%2C1%2C2.154%2C1.083%2C3.817%2C3.817%2C0%2C0%2C1%2C0%2C5.477A3.907%2C3.907%2C0%2C0%2C1%2C18.09%2C118.891ZM3.91%2C112.445a2.578%2C2.578%2C0%2C1%2C0%2C0%2C5.156H18.09a2.578%2C2.578%2C0%2C1%2C0%2C0-5.156h-.645V111.8a2.575%2C2.575%2C0%2C0%2C0-4.383-1.838l-.694.681-.357-.9a3.862%2C3.862%2C0%2C0%2C0-7.457%2C1.416%2C3.491%2C3.491%2C0%2C0%2C0%2C.049.489l.115.8Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-cloud-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22cloud-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Cloud%22%20transform%3D%22translate(1%20-100)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_762%22%20data-name%3D%22Path%20762%22%20d%3D%22M18.09%2C118.891H3.91a3.907%2C3.907%2C0%2C0%2C1-2.752-1.129%2C3.817%2C3.817%2C0%2C0%2C1%2C0-5.477%2C3.911%2C3.911%2C0%2C0%2C1%2C2.108-1.076q0-.026%2C0-.053A5.162%2C5.162%2C0%2C0%2C1%2C8.422%2C106a5.1%2C5.1%2C0%2C0%2C1%2C2.93.918%2C5.164%2C5.164%2C0%2C0%2C1%2C1.486%2C1.592%2C3.866%2C3.866%2C0%2C0%2C1%2C5.85%2C2.692%2C3.91%2C3.91%2C0%2C0%2C1%2C2.154%2C1.083%2C3.817%2C3.817%2C0%2C0%2C1%2C0%2C5.477A3.907%2C3.907%2C0%2C0%2C1%2C18.09%2C118.891ZM3.91%2C112.445a2.578%2C2.578%2C0%2C1%2C0%2C0%2C5.156H18.09a2.578%2C2.578%2C0%2C1%2C0%2C0-5.156h-.645V111.8a2.575%2C2.575%2C0%2C0%2C0-4.383-1.838l-.694.681-.357-.9a3.862%2C3.862%2C0%2C0%2C0-7.457%2C1.416%2C3.491%2C3.491%2C0%2C0%2C0%2C.049.489l.115.8Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-cloud-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22cloud-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Cloud%22%20transform%3D%22translate(1%20-100)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_762%22%20data-name%3D%22Path%20762%22%20d%3D%22M18.09%2C118.891H3.91a3.907%2C3.907%2C0%2C0%2C1-2.752-1.129%2C3.817%2C3.817%2C0%2C0%2C1%2C0-5.477%2C3.911%2C3.911%2C0%2C0%2C1%2C2.108-1.076q0-.026%2C0-.053A5.162%2C5.162%2C0%2C0%2C1%2C8.422%2C106a5.1%2C5.1%2C0%2C0%2C1%2C2.93.918%2C5.164%2C5.164%2C0%2C0%2C1%2C1.486%2C1.592%2C3.866%2C3.866%2C0%2C0%2C1%2C5.85%2C2.692%2C3.91%2C3.91%2C0%2C0%2C1%2C2.154%2C1.083%2C3.817%2C3.817%2C0%2C0%2C1%2C0%2C5.477A3.907%2C3.907%2C0%2C0%2C1%2C18.09%2C118.891ZM3.91%2C112.445a2.578%2C2.578%2C0%2C1%2C0%2C0%2C5.156H18.09a2.578%2C2.578%2C0%2C1%2C0%2C0-5.156h-.645V111.8a2.575%2C2.575%2C0%2C0%2C0-4.383-1.838l-.694.681-.357-.9a3.862%2C3.862%2C0%2C0%2C0-7.457%2C1.416%2C3.491%2C3.491%2C0%2C0%2C0%2C.049.489l.115.8Z%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-cloud-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22cloud-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Cloud%22%20transform%3D%22translate(1%20-100)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_762%22%20data-name%3D%22Path%20762%22%20d%3D%22M18.09%2C118.891H3.91a3.907%2C3.907%2C0%2C0%2C1-2.752-1.129%2C3.817%2C3.817%2C0%2C0%2C1%2C0-5.477%2C3.911%2C3.911%2C0%2C0%2C1%2C2.108-1.076q0-.026%2C0-.053A5.162%2C5.162%2C0%2C0%2C1%2C8.422%2C106a5.1%2C5.1%2C0%2C0%2C1%2C2.93.918%2C5.164%2C5.164%2C0%2C0%2C1%2C1.486%2C1.592%2C3.866%2C3.866%2C0%2C0%2C1%2C5.85%2C2.692%2C3.91%2C3.91%2C0%2C0%2C1%2C2.154%2C1.083%2C3.817%2C3.817%2C0%2C0%2C1%2C0%2C5.477A3.907%2C3.907%2C0%2C0%2C1%2C18.09%2C118.891ZM3.91%2C112.445a2.578%2C2.578%2C0%2C1%2C0%2C0%2C5.156H18.09a2.578%2C2.578%2C0%2C1%2C0%2C0-5.156h-.645V111.8a2.575%2C2.575%2C0%2C0%2C0-4.383-1.838l-.694.681-.357-.9a3.862%2C3.862%2C0%2C0%2C0-7.457%2C1.416%2C3.491%2C3.491%2C0%2C0%2C0%2C.049.489l.115.8Z%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-colour-vision-deficient {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22colour-vision-deficient%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Crect%20id%3D%22probation_green%22%20data-name%3D%22probation%20green%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%232000ff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-colour-vision-deficient-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22colour-vision-deficient%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Crect%20id%3D%22probation_green%22%20data-name%3D%22probation%20green%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%232000ff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-contact-information-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22contact-information-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22add-contact%22%20d%3D%22M15.709%2C4.505a2.253%2C2.253%2C0%2C1%2C0-2.253-2.253A2.255%2C2.255%2C0%2C0%2C0%2C15.709%2C4.505Zm0-3.13a.878.878%2C0%2C1%2C1-.878.878A.879.879%2C0%2C0%2C1%2C15.709%2C1.375Zm-3.553%2C9.789h7.106a.687.687%2C0%2C0%2C0%2C.688-.687V8.022a3.112%2C3.112%2C0%2C0%2C0-3.108-3.108H14.577a3.112%2C3.112%2C0%2C0%2C0-3.108%2C3.108v2.454A.688.688%2C0%2C0%2C0%2C12.156%2C11.164Zm.688-3.142a1.735%2C1.735%2C0%2C0%2C1%2C1.733-1.733h2.265a1.735%2C1.735%2C0%2C0%2C1%2C1.733%2C1.733V9.789H12.843Zm9.1%2C9.326a5.8%2C5.8%2C0%2C0%2C0-2.135-2.5%2C9.677%2C9.677%2C0%2C0%2C0-2.756-1.566%2C1%2C1%2C0%2C0%2C0-1.064.221s-1.327%2C1.444-1.79%2C1.91c-.073.074-.3.073-.581%2C0A11.421%2C11.421%2C0%2C0%2C1%2C9.5%2C12.5%2C11.421%2C11.421%2C0%2C0%2C1%2C6.593%2C8.385c-.075-.28-.075-.508%2C0-.581.466-.464%2C1.91-1.79%2C1.91-1.79a1%2C1%2C0%2C0%2C0%2C.221-1.064A9.677%2C9.677%2C0%2C0%2C0%2C7.156%2C2.193%2C5.8%2C5.8%2C0%2C0%2C0%2C4.652.058%2C1.206%2C1.206%2C0%2C0%2C0%2C3.429.409L1%2C3.126C-.274%2C4.545-.331%2C6.7.832%2C9.345a23.817%2C23.817%2C0%2C0%2C0%2C4.957%2C6.867%2C23.816%2C23.816%2C0%2C0%2C0%2C6.867%2C4.957A8.675%2C8.675%2C0%2C0%2C0%2C16.082%2C22a4.051%2C4.051%2C0%2C0%2C0%2C2.793-1l2.717-2.432a1.206%2C1.206%2C0%2C0%2C0%2C.351-1.223Zm-3.985%2C2.63c-1.248%2C1.118-3.272.579-4.749-.069a22.432%2C22.432%2C0%2C0%2C1-6.447-4.67%2C22.433%2C22.433%2C0%2C0%2C1-4.67-6.447C1.442%2C7.314.9%2C5.291%2C2.021%2C4.043L4.38%2C1.408A5.374%2C5.374%2C0%2C0%2C1%2C6.107%2C3.085%2C8.99%2C8.99%2C0%2C0%2C1%2C7.362%2C5.193C6.81%2C5.7%2C6.087%2C6.366%2C5.622%2C6.829a1.844%2C1.844%2C0%2C0%2C0-.358%2C1.911%2C12.509%2C12.509%2C0%2C0%2C0%2C3.265%2C4.732%2C12.509%2C12.509%2C0%2C0%2C0%2C4.731%2C3.265%2C1.844%2C1.844%2C0%2C0%2C0%2C1.911-.358c.462-.465%2C1.128-1.188%2C1.635-1.74a8.989%2C8.989%2C0%2C0%2C1%2C2.108%2C1.255%2C5.375%2C5.375%2C0%2C0%2C1%2C1.677%2C1.727Z%22%20transform%3D%22translate(1%201)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-contact-information-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22contact-information-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22add-contact%22%20d%3D%22M15.709%2C4.505a2.253%2C2.253%2C0%2C1%2C0-2.253-2.253A2.255%2C2.255%2C0%2C0%2C0%2C15.709%2C4.505Zm0-3.13a.878.878%2C0%2C1%2C1-.878.878A.879.879%2C0%2C0%2C1%2C15.709%2C1.375Zm-3.553%2C9.789h7.106a.687.687%2C0%2C0%2C0%2C.688-.687V8.022a3.112%2C3.112%2C0%2C0%2C0-3.108-3.108H14.577a3.112%2C3.112%2C0%2C0%2C0-3.108%2C3.108v2.454A.688.688%2C0%2C0%2C0%2C12.156%2C11.164Zm.688-3.142a1.735%2C1.735%2C0%2C0%2C1%2C1.733-1.733h2.265a1.735%2C1.735%2C0%2C0%2C1%2C1.733%2C1.733V9.789H12.843Zm9.1%2C9.326a5.8%2C5.8%2C0%2C0%2C0-2.135-2.5%2C9.677%2C9.677%2C0%2C0%2C0-2.756-1.566%2C1%2C1%2C0%2C0%2C0-1.064.221s-1.327%2C1.444-1.79%2C1.91c-.073.074-.3.073-.581%2C0A11.421%2C11.421%2C0%2C0%2C1%2C9.5%2C12.5%2C11.421%2C11.421%2C0%2C0%2C1%2C6.593%2C8.385c-.075-.28-.075-.508%2C0-.581.466-.464%2C1.91-1.79%2C1.91-1.79a1%2C1%2C0%2C0%2C0%2C.221-1.064A9.677%2C9.677%2C0%2C0%2C0%2C7.156%2C2.193%2C5.8%2C5.8%2C0%2C0%2C0%2C4.652.058%2C1.206%2C1.206%2C0%2C0%2C0%2C3.429.409L1%2C3.126C-.274%2C4.545-.331%2C6.7.832%2C9.345a23.817%2C23.817%2C0%2C0%2C0%2C4.957%2C6.867%2C23.816%2C23.816%2C0%2C0%2C0%2C6.867%2C4.957A8.675%2C8.675%2C0%2C0%2C0%2C16.082%2C22a4.051%2C4.051%2C0%2C0%2C0%2C2.793-1l2.717-2.432a1.206%2C1.206%2C0%2C0%2C0%2C.351-1.223Zm-3.985%2C2.63c-1.248%2C1.118-3.272.579-4.749-.069a22.432%2C22.432%2C0%2C0%2C1-6.447-4.67%2C22.433%2C22.433%2C0%2C0%2C1-4.67-6.447C1.442%2C7.314.9%2C5.291%2C2.021%2C4.043L4.38%2C1.408A5.374%2C5.374%2C0%2C0%2C1%2C6.107%2C3.085%2C8.99%2C8.99%2C0%2C0%2C1%2C7.362%2C5.193C6.81%2C5.7%2C6.087%2C6.366%2C5.622%2C6.829a1.844%2C1.844%2C0%2C0%2C0-.358%2C1.911%2C12.509%2C12.509%2C0%2C0%2C0%2C3.265%2C4.732%2C12.509%2C12.509%2C0%2C0%2C0%2C4.731%2C3.265%2C1.844%2C1.844%2C0%2C0%2C0%2C1.911-.358c.462-.465%2C1.128-1.188%2C1.635-1.74a8.989%2C8.989%2C0%2C0%2C1%2C2.108%2C1.255%2C5.375%2C5.375%2C0%2C0%2C1%2C1.677%2C1.727Z%22%20transform%3D%22translate(1%201)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-contact-information-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22contact-information-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22add-contact%22%20d%3D%22M15.709%2C4.505a2.253%2C2.253%2C0%2C1%2C0-2.253-2.253A2.255%2C2.255%2C0%2C0%2C0%2C15.709%2C4.505Zm0-3.13a.878.878%2C0%2C1%2C1-.878.878A.879.879%2C0%2C0%2C1%2C15.709%2C1.375Zm-3.553%2C9.789h7.106a.687.687%2C0%2C0%2C0%2C.688-.687V8.022a3.112%2C3.112%2C0%2C0%2C0-3.108-3.108H14.577a3.112%2C3.112%2C0%2C0%2C0-3.108%2C3.108v2.454A.688.688%2C0%2C0%2C0%2C12.156%2C11.164Zm.688-3.142a1.735%2C1.735%2C0%2C0%2C1%2C1.733-1.733h2.265a1.735%2C1.735%2C0%2C0%2C1%2C1.733%2C1.733V9.789H12.843Zm9.1%2C9.326a5.8%2C5.8%2C0%2C0%2C0-2.135-2.5%2C9.677%2C9.677%2C0%2C0%2C0-2.756-1.566%2C1%2C1%2C0%2C0%2C0-1.064.221s-1.327%2C1.444-1.79%2C1.91c-.073.074-.3.073-.581%2C0A11.421%2C11.421%2C0%2C0%2C1%2C9.5%2C12.5%2C11.421%2C11.421%2C0%2C0%2C1%2C6.593%2C8.385c-.075-.28-.075-.508%2C0-.581.466-.464%2C1.91-1.79%2C1.91-1.79a1%2C1%2C0%2C0%2C0%2C.221-1.064A9.677%2C9.677%2C0%2C0%2C0%2C7.156%2C2.193%2C5.8%2C5.8%2C0%2C0%2C0%2C4.652.058%2C1.206%2C1.206%2C0%2C0%2C0%2C3.429.409L1%2C3.126C-.274%2C4.545-.331%2C6.7.832%2C9.345a23.817%2C23.817%2C0%2C0%2C0%2C4.957%2C6.867%2C23.816%2C23.816%2C0%2C0%2C0%2C6.867%2C4.957A8.675%2C8.675%2C0%2C0%2C0%2C16.082%2C22a4.051%2C4.051%2C0%2C0%2C0%2C2.793-1l2.717-2.432a1.206%2C1.206%2C0%2C0%2C0%2C.351-1.223Zm-3.985%2C2.63c-1.248%2C1.118-3.272.579-4.749-.069a22.432%2C22.432%2C0%2C0%2C1-6.447-4.67%2C22.433%2C22.433%2C0%2C0%2C1-4.67-6.447C1.442%2C7.314.9%2C5.291%2C2.021%2C4.043L4.38%2C1.408A5.374%2C5.374%2C0%2C0%2C1%2C6.107%2C3.085%2C8.99%2C8.99%2C0%2C0%2C1%2C7.362%2C5.193C6.81%2C5.7%2C6.087%2C6.366%2C5.622%2C6.829a1.844%2C1.844%2C0%2C0%2C0-.358%2C1.911%2C12.509%2C12.509%2C0%2C0%2C0%2C3.265%2C4.732%2C12.509%2C12.509%2C0%2C0%2C0%2C4.731%2C3.265%2C1.844%2C1.844%2C0%2C0%2C0%2C1.911-.358c.462-.465%2C1.128-1.188%2C1.635-1.74a8.989%2C8.989%2C0%2C0%2C1%2C2.108%2C1.255%2C5.375%2C5.375%2C0%2C0%2C1%2C1.677%2C1.727Z%22%20transform%3D%22translate(1%201)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-contact-information-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22contact-information-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22add-contact%22%20d%3D%22M15.709%2C4.505a2.253%2C2.253%2C0%2C1%2C0-2.253-2.253A2.255%2C2.255%2C0%2C0%2C0%2C15.709%2C4.505Zm0-3.13a.878.878%2C0%2C1%2C1-.878.878A.879.879%2C0%2C0%2C1%2C15.709%2C1.375Zm-3.553%2C9.789h7.106a.687.687%2C0%2C0%2C0%2C.688-.687V8.022a3.112%2C3.112%2C0%2C0%2C0-3.108-3.108H14.577a3.112%2C3.112%2C0%2C0%2C0-3.108%2C3.108v2.454A.688.688%2C0%2C0%2C0%2C12.156%2C11.164Zm.688-3.142a1.735%2C1.735%2C0%2C0%2C1%2C1.733-1.733h2.265a1.735%2C1.735%2C0%2C0%2C1%2C1.733%2C1.733V9.789H12.843Zm9.1%2C9.326a5.8%2C5.8%2C0%2C0%2C0-2.135-2.5%2C9.677%2C9.677%2C0%2C0%2C0-2.756-1.566%2C1%2C1%2C0%2C0%2C0-1.064.221s-1.327%2C1.444-1.79%2C1.91c-.073.074-.3.073-.581%2C0A11.421%2C11.421%2C0%2C0%2C1%2C9.5%2C12.5%2C11.421%2C11.421%2C0%2C0%2C1%2C6.593%2C8.385c-.075-.28-.075-.508%2C0-.581.466-.464%2C1.91-1.79%2C1.91-1.79a1%2C1%2C0%2C0%2C0%2C.221-1.064A9.677%2C9.677%2C0%2C0%2C0%2C7.156%2C2.193%2C5.8%2C5.8%2C0%2C0%2C0%2C4.652.058%2C1.206%2C1.206%2C0%2C0%2C0%2C3.429.409L1%2C3.126C-.274%2C4.545-.331%2C6.7.832%2C9.345a23.817%2C23.817%2C0%2C0%2C0%2C4.957%2C6.867%2C23.816%2C23.816%2C0%2C0%2C0%2C6.867%2C4.957A8.675%2C8.675%2C0%2C0%2C0%2C16.082%2C22a4.051%2C4.051%2C0%2C0%2C0%2C2.793-1l2.717-2.432a1.206%2C1.206%2C0%2C0%2C0%2C.351-1.223Zm-3.985%2C2.63c-1.248%2C1.118-3.272.579-4.749-.069a22.432%2C22.432%2C0%2C0%2C1-6.447-4.67%2C22.433%2C22.433%2C0%2C0%2C1-4.67-6.447C1.442%2C7.314.9%2C5.291%2C2.021%2C4.043L4.38%2C1.408A5.374%2C5.374%2C0%2C0%2C1%2C6.107%2C3.085%2C8.99%2C8.99%2C0%2C0%2C1%2C7.362%2C5.193C6.81%2C5.7%2C6.087%2C6.366%2C5.622%2C6.829a1.844%2C1.844%2C0%2C0%2C0-.358%2C1.911%2C12.509%2C12.509%2C0%2C0%2C0%2C3.265%2C4.732%2C12.509%2C12.509%2C0%2C0%2C0%2C4.731%2C3.265%2C1.844%2C1.844%2C0%2C0%2C0%2C1.911-.358c.462-.465%2C1.128-1.188%2C1.635-1.74a8.989%2C8.989%2C0%2C0%2C1%2C2.108%2C1.255%2C5.375%2C5.375%2C0%2C0%2C1%2C1.677%2C1.727Z%22%20transform%3D%22translate(1%201)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-d_a-certificate-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-certificate-dark-bg%22%20data-name%3D%22d%26amp%3Ba-certificate-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6806%22%20data-name%3D%22Group%206806%22%20transform%3D%22translate(-1396%20-450)%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(1396%20450)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(1399%20451)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.193%2C4.6%2C4.688.185A.64.64%2C0%2C0%2C1%2C5.139%2C0H16.5a2.408%2C2.408%2C0%2C0%2C1%2C2.405%2C2.4v17.19A2.408%2C2.408%2C0%2C0%2C1%2C16.5%2C22H2.405A2.408%2C2.408%2C0%2C0%2C1%2C0%2C19.595V5.059A.646.646%2C0%2C0%2C1%2C.193%2C4.6M4.5%2C2.181%2C2.221%2C4.414H4.29a.205.205%2C0%2C0%2C0%2C.205-.2Zm-2.09%2C18.53H16.5a1.118%2C1.118%2C0%2C0%2C0%2C1.116-1.116V2.4A1.117%2C1.117%2C0%2C0%2C0%2C16.5%2C1.289H5.784v2.92A1.5%2C1.5%2C0%2C0%2C1%2C4.29%2C5.7h-3V19.595a1.118%2C1.118%2C0%2C0%2C0%2C1.116%2C1.116%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43284%22%20data-name%3D%22Path%2043284%22%20d%3D%22M0%2C2.17H.723v8.319a1.808%2C1.808%2C0%2C0%2C0%2C3.617%2C0V2.17h.723V0H0ZM1.447%2C7.234H2.17V6.51H1.447V5.787H2.893V5.063H1.447V4.34h2.17V7.957H1.447Zm1.085%2C4.34a1.086%2C1.086%2C0%2C0%2C1-1.085-1.085V8.68h2.17v1.808a1.086%2C1.086%2C0%2C0%2C1-1.085%2C1.085M3.617%2C3.617H1.447V2.17h2.17ZM2.17.723h.723v.723H2.17Zm2.17.723H3.617V.723H4.34ZM.723.723h.723v.723H.723Z%22%20transform%3D%22translate(7%205.703)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-d_a-certificate-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-certificate-dark-bg%22%20data-name%3D%22d%26amp%3Ba-certificate-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6806%22%20data-name%3D%22Group%206806%22%20transform%3D%22translate(-1396%20-450)%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(1396%20450)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(1399%20451)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.193%2C4.6%2C4.688.185A.64.64%2C0%2C0%2C1%2C5.139%2C0H16.5a2.408%2C2.408%2C0%2C0%2C1%2C2.405%2C2.4v17.19A2.408%2C2.408%2C0%2C0%2C1%2C16.5%2C22H2.405A2.408%2C2.408%2C0%2C0%2C1%2C0%2C19.595V5.059A.646.646%2C0%2C0%2C1%2C.193%2C4.6M4.5%2C2.181%2C2.221%2C4.414H4.29a.205.205%2C0%2C0%2C0%2C.205-.2Zm-2.09%2C18.53H16.5a1.118%2C1.118%2C0%2C0%2C0%2C1.116-1.116V2.4A1.117%2C1.117%2C0%2C0%2C0%2C16.5%2C1.289H5.784v2.92A1.5%2C1.5%2C0%2C0%2C1%2C4.29%2C5.7h-3V19.595a1.118%2C1.118%2C0%2C0%2C0%2C1.116%2C1.116%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43284%22%20data-name%3D%22Path%2043284%22%20d%3D%22M0%2C2.17H.723v8.319a1.808%2C1.808%2C0%2C0%2C0%2C3.617%2C0V2.17h.723V0H0ZM1.447%2C7.234H2.17V6.51H1.447V5.787H2.893V5.063H1.447V4.34h2.17V7.957H1.447Zm1.085%2C4.34a1.086%2C1.086%2C0%2C0%2C1-1.085-1.085V8.68h2.17v1.808a1.086%2C1.086%2C0%2C0%2C1-1.085%2C1.085M3.617%2C3.617H1.447V2.17h2.17ZM2.17.723h.723v.723H2.17Zm2.17.723H3.617V.723H4.34ZM.723.723h.723v.723H.723Z%22%20transform%3D%22translate(7%205.703)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-d_a-certificate-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-certificate-light-bg%22%20data-name%3D%22d%26amp%3Ba-certificate-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.193%2C4.6%2C4.688.185A.64.64%2C0%2C0%2C1%2C5.139%2C0H16.5a2.408%2C2.408%2C0%2C0%2C1%2C2.405%2C2.4v17.19A2.408%2C2.408%2C0%2C0%2C1%2C16.5%2C22H2.405A2.408%2C2.408%2C0%2C0%2C1%2C0%2C19.595V5.059A.646.646%2C0%2C0%2C1%2C.193%2C4.6M4.5%2C2.181%2C2.221%2C4.414H4.29a.205.205%2C0%2C0%2C0%2C.205-.2Zm-2.09%2C18.53H16.5a1.118%2C1.118%2C0%2C0%2C0%2C1.116-1.116V2.4A1.117%2C1.117%2C0%2C0%2C0%2C16.5%2C1.289H5.784v2.92A1.5%2C1.5%2C0%2C0%2C1%2C4.29%2C5.7h-3V19.595a1.118%2C1.118%2C0%2C0%2C0%2C1.116%2C1.116%22%20transform%3D%22translate(0)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43284%22%20data-name%3D%22Path%2043284%22%20d%3D%22M0%2C2.17H.723v8.319a1.808%2C1.808%2C0%2C0%2C0%2C3.617%2C0V2.17h.723V0H0ZM1.447%2C7.234H2.17V6.51H1.447V5.787H2.893V5.063H1.447V4.34h2.17V7.957H1.447Zm1.085%2C4.34a1.086%2C1.086%2C0%2C0%2C1-1.085-1.085V8.68h2.17v1.808a1.086%2C1.086%2C0%2C0%2C1-1.085%2C1.085M3.617%2C3.617H1.447V2.17h2.17ZM2.17.723h.723v.723H2.17Zm2.17.723H3.617V.723H4.34ZM.723.723h.723v.723H.723Z%22%20transform%3D%22translate(7%205.703)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-d_a-certificate-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-certificate-light-bg%22%20data-name%3D%22d%26amp%3Ba-certificate-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.193%2C4.6%2C4.688.185A.64.64%2C0%2C0%2C1%2C5.139%2C0H16.5a2.408%2C2.408%2C0%2C0%2C1%2C2.405%2C2.4v17.19A2.408%2C2.408%2C0%2C0%2C1%2C16.5%2C22H2.405A2.408%2C2.408%2C0%2C0%2C1%2C0%2C19.595V5.059A.646.646%2C0%2C0%2C1%2C.193%2C4.6M4.5%2C2.181%2C2.221%2C4.414H4.29a.205.205%2C0%2C0%2C0%2C.205-.2Zm-2.09%2C18.53H16.5a1.118%2C1.118%2C0%2C0%2C0%2C1.116-1.116V2.4A1.117%2C1.117%2C0%2C0%2C0%2C16.5%2C1.289H5.784v2.92A1.5%2C1.5%2C0%2C0%2C1%2C4.29%2C5.7h-3V19.595a1.118%2C1.118%2C0%2C0%2C0%2C1.116%2C1.116%22%20transform%3D%22translate(0)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43284%22%20data-name%3D%22Path%2043284%22%20d%3D%22M0%2C2.17H.723v8.319a1.808%2C1.808%2C0%2C0%2C0%2C3.617%2C0V2.17h.723V0H0ZM1.447%2C7.234H2.17V6.51H1.447V5.787H2.893V5.063H1.447V4.34h2.17V7.957H1.447Zm1.085%2C4.34a1.086%2C1.086%2C0%2C0%2C1-1.085-1.085V8.68h2.17v1.808a1.086%2C1.086%2C0%2C0%2C1-1.085%2C1.085M3.617%2C3.617H1.447V2.17h2.17ZM2.17.723h.723v.723H2.17Zm2.17.723H3.617V.723H4.34ZM.723.723h.723v.723H.723Z%22%20transform%3D%22translate(7%205.703)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-d_a-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-light-bg%22%20data-name%3D%22d%26amp%3Ba-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22D_A%22%20data-name%3D%22D%26amp%3BA%22%20transform%3D%22translate(4.522%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_696%22%20data-name%3D%22Path%20696%22%20d%3D%22M-2532.421-907h-13.053a.679.679%2C0%2C0%2C0-.486.2l-6.108%2C6.121a.691.691%2C0%2C0%2C0-.213.48v19.112a3.446%2C3.446%2C0%2C0%2C0%2C3.455%2C3.421h16.405a3.451%2C3.451%2C0%2C0%2C0%2C3.455-3.421v-22.491a3.451%2C3.451%2C0%2C0%2C0-3.455-3.421Zm-13.751%2C2.345v2.132a1.62%2C1.62%2C0%2C0%2C1-.476%2C1.156%2C1.623%2C1.623%2C0%2C0%2C1-1.156.476h-2.112Zm15.835%2C23.574a2.076%2C2.076%2C0%2C0%2C1-2.084%2C2.05h-16.4a2.081%2C2.081%2C0%2C0%2C1-2.084-2.05v-18.447h3.1a2.993%2C2.993%2C0%2C0%2C0%2C2.126-.877%2C2.993%2C2.993%2C0%2C0%2C0%2C.877-2.126v-3.1h12.381a2.081%2C2.081%2C0%2C0%2C1%2C2.084%2C2.05Zm0%2C0%22%20transform%3D%22translate(2552.281%20907)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_697%22%20data-name%3D%22Path%20697%22%20d%3D%22M-2538.38-895.269a.885.885%2C0%2C0%2C0-.885.885.885.885%2C0%2C0%2C0%2C.651.853l-.006%2C11.939a2.964%2C2.964%2C0%2C0%2C0%2C2.962%2C2.964%2C2.963%2C2.963%2C0%2C0%2C0%2C2.964-2.962l.006-11.939a.885.885%2C0%2C0%2C0%2C.652-.853.886.886%2C0%2C0%2C0-.885-.886Zm4.23%2C2.407h-1.091a.48.48%2C0%2C0%2C0-.479.478.479.479%2C0%2C0%2C0%2C.479.478h1.09v2.122h-1.09a.479.479%2C0%2C0%2C0-.479.478.479.479%2C0%2C0%2C0%2C.478.478h1.09l0%2C7.237a1.5%2C1.5%2C0%2C0%2C1-1.5%2C1.5%2C1.5%2C1.5%2C0%2C0%2C1-1.5-1.5l.006-11.907%2C3%2C0Zm0%2C0-2.238%2C11.27a.732.732%2C0%2C0%2C0%2C.731.731.732.732%2C0%2C0%2C0%2C.732-.731l0-4.937h-1.462Zm0%2C0%2C.4-16.161a1.707%2C1.707%2C0%2C0%2C1-.054-.425%2C1.683%2C1.683%2C0%2C0%2C1%2C.726-1.384%2C1.779%2C1.779%2C0%2C0%2C0-1.734-1.392%2C1.779%2C1.779%2C0%2C0%2C0-1.778%2C1.776%2C1.779%2C1.779%2C0%2C0%2C0%2C1.776%2C1.778%2C1.768%2C1.768%2C0%2C0%2C0%2C1.063-.354Zm0%2C0%2C.253-.425a1.379%2C1.379%2C0%2C0%2C0%2C1.378%2C1.379%2C1.38%2C1.38%2C0%2C0%2C0%2C1.379-1.378%2C1.379%2C1.379%2C0%2C0%2C0-1.378-1.379%2C1.38%2C1.38%2C0%2C0%2C0-1.379%2C1.378Zm0%2C0%22%20transform%3D%22translate(2547.564%20904.81)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-d_a-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-light-bg%22%20data-name%3D%22d%26amp%3Ba-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22D_A%22%20data-name%3D%22D%26amp%3BA%22%20transform%3D%22translate(4.522%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_696%22%20data-name%3D%22Path%20696%22%20d%3D%22M-2532.421-907h-13.053a.679.679%2C0%2C0%2C0-.486.2l-6.108%2C6.121a.691.691%2C0%2C0%2C0-.213.48v19.112a3.446%2C3.446%2C0%2C0%2C0%2C3.455%2C3.421h16.405a3.451%2C3.451%2C0%2C0%2C0%2C3.455-3.421v-22.491a3.451%2C3.451%2C0%2C0%2C0-3.455-3.421Zm-13.751%2C2.345v2.132a1.62%2C1.62%2C0%2C0%2C1-.476%2C1.156%2C1.623%2C1.623%2C0%2C0%2C1-1.156.476h-2.112Zm15.835%2C23.574a2.076%2C2.076%2C0%2C0%2C1-2.084%2C2.05h-16.4a2.081%2C2.081%2C0%2C0%2C1-2.084-2.05v-18.447h3.1a2.993%2C2.993%2C0%2C0%2C0%2C2.126-.877%2C2.993%2C2.993%2C0%2C0%2C0%2C.877-2.126v-3.1h12.381a2.081%2C2.081%2C0%2C0%2C1%2C2.084%2C2.05Zm0%2C0%22%20transform%3D%22translate(2552.281%20907)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_697%22%20data-name%3D%22Path%20697%22%20d%3D%22M-2538.38-895.269a.885.885%2C0%2C0%2C0-.885.885.885.885%2C0%2C0%2C0%2C.651.853l-.006%2C11.939a2.964%2C2.964%2C0%2C0%2C0%2C2.962%2C2.964%2C2.963%2C2.963%2C0%2C0%2C0%2C2.964-2.962l.006-11.939a.885.885%2C0%2C0%2C0%2C.652-.853.886.886%2C0%2C0%2C0-.885-.886Zm4.23%2C2.407h-1.091a.48.48%2C0%2C0%2C0-.479.478.479.479%2C0%2C0%2C0%2C.479.478h1.09v2.122h-1.09a.479.479%2C0%2C0%2C0-.479.478.479.479%2C0%2C0%2C0%2C.478.478h1.09l0%2C7.237a1.5%2C1.5%2C0%2C0%2C1-1.5%2C1.5%2C1.5%2C1.5%2C0%2C0%2C1-1.5-1.5l.006-11.907%2C3%2C0Zm0%2C0-2.238%2C11.27a.732.732%2C0%2C0%2C0%2C.731.731.732.732%2C0%2C0%2C0%2C.732-.731l0-4.937h-1.462Zm0%2C0%2C.4-16.161a1.707%2C1.707%2C0%2C0%2C1-.054-.425%2C1.683%2C1.683%2C0%2C0%2C1%2C.726-1.384%2C1.779%2C1.779%2C0%2C0%2C0-1.734-1.392%2C1.779%2C1.779%2C0%2C0%2C0-1.778%2C1.776%2C1.779%2C1.779%2C0%2C0%2C0%2C1.776%2C1.778%2C1.768%2C1.768%2C0%2C0%2C0%2C1.063-.354Zm0%2C0%2C.253-.425a1.379%2C1.379%2C0%2C0%2C0%2C1.378%2C1.379%2C1.38%2C1.38%2C0%2C0%2C0%2C1.379-1.378%2C1.379%2C1.379%2C0%2C0%2C0-1.378-1.379%2C1.38%2C1.38%2C0%2C0%2C0-1.379%2C1.378Zm0%2C0%22%20transform%3D%22translate(2547.564%20904.81)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-d_a-result-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-result-dark-bg%22%20data-name%3D%22d%26amp%3Ba-result-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_26623%22%20data-name%3D%22Rectangle%2026623%22%20width%3D%2220.49%22%20height%3D%2222%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6773%22%20data-name%3D%22Group%206773%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6772%22%20data-name%3D%22Group%206772%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43281%22%20data-name%3D%22Path%2043281%22%20d%3D%22M0%2C3.882H1.294V18.765a3.235%2C3.235%2C0%2C0%2C0%2C6.471%2C0V3.882H9.059V0H0Zm2.588%2C9.059H3.882V11.647H2.588V10.353H5.176V9.059H2.588V7.765H6.471v6.471H2.588Zm1.941%2C7.765a1.943%2C1.943%2C0%2C0%2C1-1.941-1.941V15.529H6.471v3.235a1.943%2C1.943%2C0%2C0%2C1-1.941%2C1.941M6.471%2C6.471H2.588V3.882H6.471ZM3.882%2C1.294H5.176V2.588H3.882ZM7.765%2C2.588H6.471V1.294H7.765ZM1.294%2C1.294H2.588V2.588H1.294Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43282%22%20data-name%3D%22Path%2043282%22%20d%3D%22M245.131%2C68.642%2C241.1%2C62.3l-4.033%2C6.338a7.3%2C7.3%2C0%2C0%2C0-1.143%2C3.926%2C5.176%2C5.176%2C0%2C1%2C0%2C10.353%2C0%2C7.3%2C7.3%2C0%2C0%2C0-1.143-3.926M241.1%2C76.45a3.887%2C3.887%2C0%2C0%2C1-3.882-3.882%2C6.01%2C6.01%2C0%2C0%2C1%2C.941-3.232l2.941-4.622%2C2.941%2C4.622a6.01%2C6.01%2C0%2C0%2C1%2C.941%2C3.232A3.887%2C3.887%2C0%2C0%2C1%2C241.1%2C76.45%22%20transform%3D%22translate(-225.784%20-59.627)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43283%22%20data-name%3D%22Path%2043283%22%20d%3D%22M313.8%2C250.98H312.51v1.294h-1.294v1.294h1.294v1.294H313.8v-1.294H315.1v-1.294H313.8Z%22%20transform%3D%22translate(-297.843%20-240.196)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-d_a-result-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-result-dark-bg%22%20data-name%3D%22d%26amp%3Ba-result-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_26623%22%20data-name%3D%22Rectangle%2026623%22%20width%3D%2220.49%22%20height%3D%2222%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6773%22%20data-name%3D%22Group%206773%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6772%22%20data-name%3D%22Group%206772%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43281%22%20data-name%3D%22Path%2043281%22%20d%3D%22M0%2C3.882H1.294V18.765a3.235%2C3.235%2C0%2C0%2C0%2C6.471%2C0V3.882H9.059V0H0Zm2.588%2C9.059H3.882V11.647H2.588V10.353H5.176V9.059H2.588V7.765H6.471v6.471H2.588Zm1.941%2C7.765a1.943%2C1.943%2C0%2C0%2C1-1.941-1.941V15.529H6.471v3.235a1.943%2C1.943%2C0%2C0%2C1-1.941%2C1.941M6.471%2C6.471H2.588V3.882H6.471ZM3.882%2C1.294H5.176V2.588H3.882ZM7.765%2C2.588H6.471V1.294H7.765ZM1.294%2C1.294H2.588V2.588H1.294Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43282%22%20data-name%3D%22Path%2043282%22%20d%3D%22M245.131%2C68.642%2C241.1%2C62.3l-4.033%2C6.338a7.3%2C7.3%2C0%2C0%2C0-1.143%2C3.926%2C5.176%2C5.176%2C0%2C1%2C0%2C10.353%2C0%2C7.3%2C7.3%2C0%2C0%2C0-1.143-3.926M241.1%2C76.45a3.887%2C3.887%2C0%2C0%2C1-3.882-3.882%2C6.01%2C6.01%2C0%2C0%2C1%2C.941-3.232l2.941-4.622%2C2.941%2C4.622a6.01%2C6.01%2C0%2C0%2C1%2C.941%2C3.232A3.887%2C3.887%2C0%2C0%2C1%2C241.1%2C76.45%22%20transform%3D%22translate(-225.784%20-59.627)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43283%22%20data-name%3D%22Path%2043283%22%20d%3D%22M313.8%2C250.98H312.51v1.294h-1.294v1.294h1.294v1.294H313.8v-1.294H315.1v-1.294H313.8Z%22%20transform%3D%22translate(-297.843%20-240.196)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-d-and-a-result-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-result-dark-bg%22%20data-name%3D%22d%26amp%3Ba-result-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_26623%22%20data-name%3D%22Rectangle%2026623%22%20width%3D%2220.49%22%20height%3D%2222%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6773%22%20data-name%3D%22Group%206773%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6772%22%20data-name%3D%22Group%206772%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43281%22%20data-name%3D%22Path%2043281%22%20d%3D%22M0%2C3.882H1.294V18.765a3.235%2C3.235%2C0%2C0%2C0%2C6.471%2C0V3.882H9.059V0H0Zm2.588%2C9.059H3.882V11.647H2.588V10.353H5.176V9.059H2.588V7.765H6.471v6.471H2.588Zm1.941%2C7.765a1.943%2C1.943%2C0%2C0%2C1-1.941-1.941V15.529H6.471v3.235a1.943%2C1.943%2C0%2C0%2C1-1.941%2C1.941M6.471%2C6.471H2.588V3.882H6.471ZM3.882%2C1.294H5.176V2.588H3.882ZM7.765%2C2.588H6.471V1.294H7.765ZM1.294%2C1.294H2.588V2.588H1.294Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43282%22%20data-name%3D%22Path%2043282%22%20d%3D%22M245.131%2C68.642%2C241.1%2C62.3l-4.033%2C6.338a7.3%2C7.3%2C0%2C0%2C0-1.143%2C3.926%2C5.176%2C5.176%2C0%2C1%2C0%2C10.353%2C0%2C7.3%2C7.3%2C0%2C0%2C0-1.143-3.926M241.1%2C76.45a3.887%2C3.887%2C0%2C0%2C1-3.882-3.882%2C6.01%2C6.01%2C0%2C0%2C1%2C.941-3.232l2.941-4.622%2C2.941%2C4.622a6.01%2C6.01%2C0%2C0%2C1%2C.941%2C3.232A3.887%2C3.887%2C0%2C0%2C1%2C241.1%2C76.45%22%20transform%3D%22translate(-225.784%20-59.627)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43283%22%20data-name%3D%22Path%2043283%22%20d%3D%22M313.8%2C250.98H312.51v1.294h-1.294v1.294h1.294v1.294H313.8v-1.294H315.1v-1.294H313.8Z%22%20transform%3D%22translate(-297.843%20-240.196)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-d-and-a-result-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-result-dark-bg%22%20data-name%3D%22d%26amp%3Ba-result-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_26623%22%20data-name%3D%22Rectangle%2026623%22%20width%3D%2220.49%22%20height%3D%2222%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6773%22%20data-name%3D%22Group%206773%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6772%22%20data-name%3D%22Group%206772%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43281%22%20data-name%3D%22Path%2043281%22%20d%3D%22M0%2C3.882H1.294V18.765a3.235%2C3.235%2C0%2C0%2C0%2C6.471%2C0V3.882H9.059V0H0Zm2.588%2C9.059H3.882V11.647H2.588V10.353H5.176V9.059H2.588V7.765H6.471v6.471H2.588Zm1.941%2C7.765a1.943%2C1.943%2C0%2C0%2C1-1.941-1.941V15.529H6.471v3.235a1.943%2C1.943%2C0%2C0%2C1-1.941%2C1.941M6.471%2C6.471H2.588V3.882H6.471ZM3.882%2C1.294H5.176V2.588H3.882ZM7.765%2C2.588H6.471V1.294H7.765ZM1.294%2C1.294H2.588V2.588H1.294Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43282%22%20data-name%3D%22Path%2043282%22%20d%3D%22M245.131%2C68.642%2C241.1%2C62.3l-4.033%2C6.338a7.3%2C7.3%2C0%2C0%2C0-1.143%2C3.926%2C5.176%2C5.176%2C0%2C1%2C0%2C10.353%2C0%2C7.3%2C7.3%2C0%2C0%2C0-1.143-3.926M241.1%2C76.45a3.887%2C3.887%2C0%2C0%2C1-3.882-3.882%2C6.01%2C6.01%2C0%2C0%2C1%2C.941-3.232l2.941-4.622%2C2.941%2C4.622a6.01%2C6.01%2C0%2C0%2C1%2C.941%2C3.232A3.887%2C3.887%2C0%2C0%2C1%2C241.1%2C76.45%22%20transform%3D%22translate(-225.784%20-59.627)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43283%22%20data-name%3D%22Path%2043283%22%20d%3D%22M313.8%2C250.98H312.51v1.294h-1.294v1.294h1.294v1.294H313.8v-1.294H315.1v-1.294H313.8Z%22%20transform%3D%22translate(-297.843%20-240.196)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-d-and-a-result-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-result-light-bg%22%20data-name%3D%22d%26amp%3Ba-result-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6805%22%20data-name%3D%22Group%206805%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6773%22%20data-name%3D%22Group%206773%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6804%22%20data-name%3D%22Group%206804%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43281%22%20data-name%3D%22Path%2043281%22%20d%3D%22M0%2C3.882H1.294V18.765a3.235%2C3.235%2C0%2C0%2C0%2C6.471%2C0V3.882H9.059V0H0Zm2.588%2C9.059H3.882V11.647H2.588V10.353H5.176V9.059H2.588V7.765H6.471v6.471H2.588Zm1.941%2C7.765a1.943%2C1.943%2C0%2C0%2C1-1.941-1.941V15.529H6.471v3.235a1.943%2C1.943%2C0%2C0%2C1-1.941%2C1.941M6.471%2C6.471H2.588V3.882H6.471ZM3.882%2C1.294H5.176V2.588H3.882ZM7.765%2C2.588H6.471V1.294H7.765ZM1.294%2C1.294H2.588V2.588H1.294Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43282%22%20data-name%3D%22Path%2043282%22%20d%3D%22M245.131%2C68.642%2C241.1%2C62.3l-4.033%2C6.338a7.3%2C7.3%2C0%2C0%2C0-1.143%2C3.926%2C5.176%2C5.176%2C0%2C1%2C0%2C10.353%2C0%2C7.3%2C7.3%2C0%2C0%2C0-1.143-3.926M241.1%2C76.45a3.887%2C3.887%2C0%2C0%2C1-3.882-3.882%2C6.01%2C6.01%2C0%2C0%2C1%2C.941-3.232l2.941-4.622%2C2.941%2C4.622a6.01%2C6.01%2C0%2C0%2C1%2C.941%2C3.232A3.887%2C3.887%2C0%2C0%2C1%2C241.1%2C76.45%22%20transform%3D%22translate(-225.784%20-59.627)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43283%22%20data-name%3D%22Path%2043283%22%20d%3D%22M313.8%2C250.98H312.51v1.294h-1.294v1.294h1.294v1.294H313.8v-1.294H315.1v-1.294H313.8Z%22%20transform%3D%22translate(-297.843%20-240.196)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-d-and-a-result-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22d_a-result-light-bg%22%20data-name%3D%22d%26amp%3Ba-result-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6805%22%20data-name%3D%22Group%206805%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6773%22%20data-name%3D%22Group%206773%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6804%22%20data-name%3D%22Group%206804%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43281%22%20data-name%3D%22Path%2043281%22%20d%3D%22M0%2C3.882H1.294V18.765a3.235%2C3.235%2C0%2C0%2C0%2C6.471%2C0V3.882H9.059V0H0Zm2.588%2C9.059H3.882V11.647H2.588V10.353H5.176V9.059H2.588V7.765H6.471v6.471H2.588Zm1.941%2C7.765a1.943%2C1.943%2C0%2C0%2C1-1.941-1.941V15.529H6.471v3.235a1.943%2C1.943%2C0%2C0%2C1-1.941%2C1.941M6.471%2C6.471H2.588V3.882H6.471ZM3.882%2C1.294H5.176V2.588H3.882ZM7.765%2C2.588H6.471V1.294H7.765ZM1.294%2C1.294H2.588V2.588H1.294Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43282%22%20data-name%3D%22Path%2043282%22%20d%3D%22M245.131%2C68.642%2C241.1%2C62.3l-4.033%2C6.338a7.3%2C7.3%2C0%2C0%2C0-1.143%2C3.926%2C5.176%2C5.176%2C0%2C1%2C0%2C10.353%2C0%2C7.3%2C7.3%2C0%2C0%2C0-1.143-3.926M241.1%2C76.45a3.887%2C3.887%2C0%2C0%2C1-3.882-3.882%2C6.01%2C6.01%2C0%2C0%2C1%2C.941-3.232l2.941-4.622%2C2.941%2C4.622a6.01%2C6.01%2C0%2C0%2C1%2C.941%2C3.232A3.887%2C3.887%2C0%2C0%2C1%2C241.1%2C76.45%22%20transform%3D%22translate(-225.784%20-59.627)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43283%22%20data-name%3D%22Path%2043283%22%20d%3D%22M313.8%2C250.98H312.51v1.294h-1.294v1.294h1.294v1.294H313.8v-1.294H315.1v-1.294H313.8Z%22%20transform%3D%22translate(-297.843%20-240.196)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-dashboard-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22dashboard-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Dashboard%22%20transform%3D%22translate(-191)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_582%22%20data-name%3D%22Path%20582%22%20d%3D%22M203.479%2C8.333H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6A1.606%2C1.606%2C0%2C0%2C1%2C196.6%2C1h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V6.729A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C8.333ZM196.6%2C2.375a.229.229%2C0%2C0%2C0-.229.229V6.729a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_583%22%20data-name%3D%22Path%20583%22%20d%3D%22M203.479%2C33H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V21.771a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V31.4A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C33ZM196.6%2C21.542a.229.229%2C0%2C0%2C0-.229.229V31.4a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V21.771a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3%20-10)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_584%22%20data-name%3D%22Path%20584%22%20d%3D%22M228.4%2C39h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V33.271a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V37.4A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C39Zm-6.875-5.958a.229.229%2C0%2C0%2C0-.229.229V37.4a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V33.271a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16%20-16)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_585%22%20data-name%3D%22Path%20585%22%20d%3D%22M228.4%2C13.833h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4A1.606%2C1.606%2C0%2C0%2C1%2C230%2C2.6v9.625A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C13.833ZM221.521%2C2.375a.229.229%2C0%2C0%2C0-.229.229v9.625a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-dashboard-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22dashboard-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Dashboard%22%20transform%3D%22translate(-191)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_582%22%20data-name%3D%22Path%20582%22%20d%3D%22M203.479%2C8.333H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6A1.606%2C1.606%2C0%2C0%2C1%2C196.6%2C1h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V6.729A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C8.333ZM196.6%2C2.375a.229.229%2C0%2C0%2C0-.229.229V6.729a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_583%22%20data-name%3D%22Path%20583%22%20d%3D%22M203.479%2C33H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V21.771a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V31.4A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C33ZM196.6%2C21.542a.229.229%2C0%2C0%2C0-.229.229V31.4a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V21.771a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3%20-10)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_584%22%20data-name%3D%22Path%20584%22%20d%3D%22M228.4%2C39h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V33.271a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V37.4A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C39Zm-6.875-5.958a.229.229%2C0%2C0%2C0-.229.229V37.4a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V33.271a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16%20-16)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_585%22%20data-name%3D%22Path%20585%22%20d%3D%22M228.4%2C13.833h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4A1.606%2C1.606%2C0%2C0%2C1%2C230%2C2.6v9.625A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C13.833ZM221.521%2C2.375a.229.229%2C0%2C0%2C0-.229.229v9.625a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-dashboard-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22dashboard-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Dashboard%22%20transform%3D%22translate(-191)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_582%22%20data-name%3D%22Path%20582%22%20d%3D%22M203.479%2C8.333H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6A1.606%2C1.606%2C0%2C0%2C1%2C196.6%2C1h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V6.729A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C8.333ZM196.6%2C2.375a.229.229%2C0%2C0%2C0-.229.229V6.729a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_583%22%20data-name%3D%22Path%20583%22%20d%3D%22M203.479%2C33H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V21.771a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V31.4A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C33ZM196.6%2C21.542a.229.229%2C0%2C0%2C0-.229.229V31.4a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V21.771a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3%20-10)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_584%22%20data-name%3D%22Path%20584%22%20d%3D%22M228.4%2C39h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V33.271a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V37.4A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C39Zm-6.875-5.958a.229.229%2C0%2C0%2C0-.229.229V37.4a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V33.271a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16%20-16)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_585%22%20data-name%3D%22Path%20585%22%20d%3D%22M228.4%2C13.833h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4A1.606%2C1.606%2C0%2C0%2C1%2C230%2C2.6v9.625A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C13.833ZM221.521%2C2.375a.229.229%2C0%2C0%2C0-.229.229v9.625a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-dashboard-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22dashboard-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Dashboard%22%20transform%3D%22translate(-191)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_582%22%20data-name%3D%22Path%20582%22%20d%3D%22M203.479%2C8.333H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6A1.606%2C1.606%2C0%2C0%2C1%2C196.6%2C1h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V6.729A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C8.333ZM196.6%2C2.375a.229.229%2C0%2C0%2C0-.229.229V6.729a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_583%22%20data-name%3D%22Path%20583%22%20d%3D%22M203.479%2C33H196.6a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V21.771a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6h6.875a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V31.4A1.606%2C1.606%2C0%2C0%2C1%2C203.479%2C33ZM196.6%2C21.542a.229.229%2C0%2C0%2C0-.229.229V31.4a.229.229%2C0%2C0%2C0%2C.229.229h6.875a.229.229%2C0%2C0%2C0%2C.229-.229V21.771a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-3%20-10)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_584%22%20data-name%3D%22Path%20584%22%20d%3D%22M228.4%2C39h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V33.271a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4a1.606%2C1.606%2C0%2C0%2C1%2C1.6%2C1.6V37.4A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C39Zm-6.875-5.958a.229.229%2C0%2C0%2C0-.229.229V37.4a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V33.271a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16%20-16)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_585%22%20data-name%3D%22Path%20585%22%20d%3D%22M228.4%2C13.833h-6.875a1.606%2C1.606%2C0%2C0%2C1-1.6-1.6V2.6a1.606%2C1.606%2C0%2C0%2C1%2C1.6-1.6H228.4A1.606%2C1.606%2C0%2C0%2C1%2C230%2C2.6v9.625A1.606%2C1.606%2C0%2C0%2C1%2C228.4%2C13.833ZM221.521%2C2.375a.229.229%2C0%2C0%2C0-.229.229v9.625a.229.229%2C0%2C0%2C0%2C.229.229H228.4a.229.229%2C0%2C0%2C0%2C.229-.229V2.6a.229.229%2C0%2C0%2C0-.229-.229Z%22%20transform%3D%22translate(-16)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-data-fix-dark-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6720%22%20data-name%3D%22Group%206720%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6721%22%20data-name%3D%22Group%206721%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43111%22%20data-name%3D%22Path%2043111%22%20d%3D%22M21.056%2C16.513c-1.969-1.969-1.84-1.844-1.9-1.885L13.949%2C10.78l2.022-2.022a4.512%2C4.512%2C0%2C0%2C0%2C5.586-6.194.645.645%2C0%2C0%2C0-1.037-.178L18.853%2C4.054a.644.644%2C0%2C0%2C1-.911-.911l1.667-1.667A.645.645%2C0%2C0%2C0%2C19.431.439a4.512%2C4.512%2C0%2C0%2C0-6.194%2C5.586L10.906%2C8.356c-.475-.369.152.261-4.32-4.48l.469-.469A.645.645%2C0%2C0%2C0%2C6.93%2C2.4L3.479.329A2.295%2C2.295%2C0%2C0%2C0%2C.331%2C3.477L2.4%2C6.928a.645.645%2C0%2C0%2C0%2C1.008.124l.442-.442c4.448%2C4.717%2C3.863%2C4.076%2C4.215%2C4.528.008.011.018.02.026.03L6.025%2C13.237A4.512%2C4.512%2C0%2C0%2C0%2C.439%2C19.43a.645.645%2C0%2C0%2C0%2C1.037.178l1.667-1.667a.644.644%2C0%2C0%2C1%2C.911.911L2.387%2C20.519a.645.645%2C0%2C0%2C0%2C.178%2C1.037A4.512%2C4.512%2C0%2C0%2C0%2C8.759%2C15.97L10.525%2C14.2l4.111%2C5c.031.038-.072-.068%2C1.767%2C1.771a3.458%2C3.458%2C0%2C0%2C0%2C2.435%2C1.016%2C3.083%2C3.083%2C0%2C0%2C0%2C1.809-.571%2C3.224%2C3.224%2C0%2C0%2C0%2C.41-4.9M4.334%2C5.244A.645.645%2C0%2C0%2C0%2C3.41%2C5.23l-.328.328L1.436%2C2.814a1.006%2C1.006%2C0%2C0%2C1%2C1.38-1.38L5.56%2C3.08l-.328.328a.644.644%2C0%2C0%2C0-.013.9c5.138%2C5.448%2C4.33%2C4.628%2C4.768%2C4.969l-.978.978c-.338-.435.447.422-4.675-5.009m3.209%2C10.12a.644.644%2C0%2C0%2C0-.126.733%2C3.225%2C3.225%2C0%2C0%2C1-3.364%2C4.579l.912-.912A1.933%2C1.933%2C0%2C0%2C0%2C2.232%2C17.03l-.912.912A3.223%2C3.223%2C0%2C0%2C1%2C5.9%2C14.578a.644.644%2C0%2C0%2C0%2C.733-.126l7.821-7.82a.644.644%2C0%2C0%2C0%2C.126-.733A3.223%2C3.223%2C0%2C0%2C1%2C17.942%2C1.32l-.912.912a1.933%2C1.933%2C0%2C0%2C0%2C2.734%2C2.734l.912-.912A3.223%2C3.223%2C0%2C0%2C1%2C16.1%2C7.417a.644.644%2C0%2C0%2C0-.733.126Zm3.894-2.071%2C1.59-1.59%2C1.621%2C1.2-1.936%2C1.936c-1.317-1.6-1.234-1.5-1.275-1.543m8.456%2C7.08a2.026%2C2.026%2C0%2C0%2C1-2.579-.311l-1.7-1.7-2.077-2.524L15.7%2C13.672l2.66%2C1.964%2C1.788%2C1.788a1.934%2C1.934%2C0%2C0%2C1-.252%2C2.948%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43112%22%20data-name%3D%22Path%2043112%22%20d%3D%22M365.468%2C362.544l-2.577-2.577a.644.644%2C0%2C0%2C0-.911.911l2.577%2C2.577a.644.644%2C0%2C0%2C0%2C.911-.911%22%20transform%3D%22translate(-346.245%20-344.319)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-data-fix-dark-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6720%22%20data-name%3D%22Group%206720%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6721%22%20data-name%3D%22Group%206721%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43111%22%20data-name%3D%22Path%2043111%22%20d%3D%22M21.056%2C16.513c-1.969-1.969-1.84-1.844-1.9-1.885L13.949%2C10.78l2.022-2.022a4.512%2C4.512%2C0%2C0%2C0%2C5.586-6.194.645.645%2C0%2C0%2C0-1.037-.178L18.853%2C4.054a.644.644%2C0%2C0%2C1-.911-.911l1.667-1.667A.645.645%2C0%2C0%2C0%2C19.431.439a4.512%2C4.512%2C0%2C0%2C0-6.194%2C5.586L10.906%2C8.356c-.475-.369.152.261-4.32-4.48l.469-.469A.645.645%2C0%2C0%2C0%2C6.93%2C2.4L3.479.329A2.295%2C2.295%2C0%2C0%2C0%2C.331%2C3.477L2.4%2C6.928a.645.645%2C0%2C0%2C0%2C1.008.124l.442-.442c4.448%2C4.717%2C3.863%2C4.076%2C4.215%2C4.528.008.011.018.02.026.03L6.025%2C13.237A4.512%2C4.512%2C0%2C0%2C0%2C.439%2C19.43a.645.645%2C0%2C0%2C0%2C1.037.178l1.667-1.667a.644.644%2C0%2C0%2C1%2C.911.911L2.387%2C20.519a.645.645%2C0%2C0%2C0%2C.178%2C1.037A4.512%2C4.512%2C0%2C0%2C0%2C8.759%2C15.97L10.525%2C14.2l4.111%2C5c.031.038-.072-.068%2C1.767%2C1.771a3.458%2C3.458%2C0%2C0%2C0%2C2.435%2C1.016%2C3.083%2C3.083%2C0%2C0%2C0%2C1.809-.571%2C3.224%2C3.224%2C0%2C0%2C0%2C.41-4.9M4.334%2C5.244A.645.645%2C0%2C0%2C0%2C3.41%2C5.23l-.328.328L1.436%2C2.814a1.006%2C1.006%2C0%2C0%2C1%2C1.38-1.38L5.56%2C3.08l-.328.328a.644.644%2C0%2C0%2C0-.013.9c5.138%2C5.448%2C4.33%2C4.628%2C4.768%2C4.969l-.978.978c-.338-.435.447.422-4.675-5.009m3.209%2C10.12a.644.644%2C0%2C0%2C0-.126.733%2C3.225%2C3.225%2C0%2C0%2C1-3.364%2C4.579l.912-.912A1.933%2C1.933%2C0%2C0%2C0%2C2.232%2C17.03l-.912.912A3.223%2C3.223%2C0%2C0%2C1%2C5.9%2C14.578a.644.644%2C0%2C0%2C0%2C.733-.126l7.821-7.82a.644.644%2C0%2C0%2C0%2C.126-.733A3.223%2C3.223%2C0%2C0%2C1%2C17.942%2C1.32l-.912.912a1.933%2C1.933%2C0%2C0%2C0%2C2.734%2C2.734l.912-.912A3.223%2C3.223%2C0%2C0%2C1%2C16.1%2C7.417a.644.644%2C0%2C0%2C0-.733.126Zm3.894-2.071%2C1.59-1.59%2C1.621%2C1.2-1.936%2C1.936c-1.317-1.6-1.234-1.5-1.275-1.543m8.456%2C7.08a2.026%2C2.026%2C0%2C0%2C1-2.579-.311l-1.7-1.7-2.077-2.524L15.7%2C13.672l2.66%2C1.964%2C1.788%2C1.788a1.934%2C1.934%2C0%2C0%2C1-.252%2C2.948%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43112%22%20data-name%3D%22Path%2043112%22%20d%3D%22M365.468%2C362.544l-2.577-2.577a.644.644%2C0%2C0%2C0-.911.911l2.577%2C2.577a.644.644%2C0%2C0%2C0%2C.911-.911%22%20transform%3D%22translate(-346.245%20-344.319)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-data-fix-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Data_Fix%22%20data-name%3D%22Data%20Fix%22%20transform%3D%22translate(-213.065)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_649%22%20data-name%3D%22Path%20649%22%20d%3D%22M218.263%2C10.194l-1.317-1.843%2C1.145-1.983%2C2.255.219a.861.861%2C0%2C0%2C0%2C.513-.111l2.263-1.307a.858.858%2C0%2C0%2C0%2C.353-.388l.937-2.062h2.29l.937%2C2.062a.857.857%2C0%2C0%2C0%2C.353.388l2.262%2C1.307a.862.862%2C0%2C0%2C0%2C.513.111l2.255-.219%2C1.145%2C1.983-1.318%2C1.843a.859.859%2C0%2C0%2C0-.16.5v2.612a.859.859%2C0%2C0%2C0%2C.16.5l1.317%2C1.843-1.145%2C1.983-2.255-.219a.863.863%2C0%2C0%2C0-.513.111l-2.263%2C1.307a.859.859%2C0%2C0%2C0-.352.388l-.937%2C2.062h-2.29l-.937-2.062-1.451.962%2C1.052%2C2.315a.86.86%2C0%2C0%2C0%2C.782.5h3.4a.859.859%2C0%2C0%2C0%2C.782-.5l1.053-2.315%2C1.785-1.031%2C2.531.246a.858.858%2C0%2C0%2C0%2C.827-.426l1.7-2.941a.859.859%2C0%2C0%2C0-.045-.929l-1.478-2.069V10.969L235.886%2C8.9a.858.858%2C0%2C0%2C0%2C.045-.929l-1.7-2.941a.859.859%2C0%2C0%2C0-.827-.426l-2.531.246-1.785-1.031L228.036%2C1.5a.86.86%2C0%2C0%2C0-.782-.5h-3.4a.86.86%2C0%2C0%2C0-.782.5l-1.052%2C2.315L220.237%2C4.85%2C217.706%2C4.6a.86.86%2C0%2C0%2C0-.827.426l-1.7%2C2.941a.859.859%2C0%2C0%2C0%2C.045.929l1.479%2C2.069Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_650%22%20data-name%3D%22Path%20650%22%20d%3D%22M231.386%2C16.444a.859.859%2C0%2C0%2C0-1.275-.587l-3.4%2C1.961-.83-1.439%2C3.4-1.961a.86.86%2C0%2C0%2C0%2C.129-1.4%2C5.936%2C5.936%2C0%2C0%2C0-9.762%2C4l-1.225.707-1.719.832-1.479%2C2.069a.859.859%2C0%2C0%2C0-.045.929l1.7%2C2.941a.86.86%2C0%2C0%2C0%2C.827.426l2.589-.222%2C1.523-1.1%2C1.225-.707A5.936%2C5.936%2C0%2C0%2C0%2C231.386%2C16.444Zm-7.937%2C4.731a.86.86%2C0%2C0%2C0-.859%2C0l-3.223%2C1.861-1.276.124-1.145-1.983.746-1.044%2C3.223-1.861a.86.86%2C0%2C0%2C0%2C.43-.744%2C4.215%2C4.215%2C0%2C0%2C1%2C5.84-3.885l-2.9%2C1.676a.859.859%2C0%2C0%2C0-.315%2C1.174l1.69%2C2.927a.859.859%2C0%2C0%2C0%2C1.174.314l2.9-1.675A4.215%2C4.215%2C0%2C0%2C1%2C223.449%2C21.175Z%22%20transform%3D%22translate(0%20-5.528)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-data-fix-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Data_Fix%22%20data-name%3D%22Data%20Fix%22%20transform%3D%22translate(-213.065)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_649%22%20data-name%3D%22Path%20649%22%20d%3D%22M218.263%2C10.194l-1.317-1.843%2C1.145-1.983%2C2.255.219a.861.861%2C0%2C0%2C0%2C.513-.111l2.263-1.307a.858.858%2C0%2C0%2C0%2C.353-.388l.937-2.062h2.29l.937%2C2.062a.857.857%2C0%2C0%2C0%2C.353.388l2.262%2C1.307a.862.862%2C0%2C0%2C0%2C.513.111l2.255-.219%2C1.145%2C1.983-1.318%2C1.843a.859.859%2C0%2C0%2C0-.16.5v2.612a.859.859%2C0%2C0%2C0%2C.16.5l1.317%2C1.843-1.145%2C1.983-2.255-.219a.863.863%2C0%2C0%2C0-.513.111l-2.263%2C1.307a.859.859%2C0%2C0%2C0-.352.388l-.937%2C2.062h-2.29l-.937-2.062-1.451.962%2C1.052%2C2.315a.86.86%2C0%2C0%2C0%2C.782.5h3.4a.859.859%2C0%2C0%2C0%2C.782-.5l1.053-2.315%2C1.785-1.031%2C2.531.246a.858.858%2C0%2C0%2C0%2C.827-.426l1.7-2.941a.859.859%2C0%2C0%2C0-.045-.929l-1.478-2.069V10.969L235.886%2C8.9a.858.858%2C0%2C0%2C0%2C.045-.929l-1.7-2.941a.859.859%2C0%2C0%2C0-.827-.426l-2.531.246-1.785-1.031L228.036%2C1.5a.86.86%2C0%2C0%2C0-.782-.5h-3.4a.86.86%2C0%2C0%2C0-.782.5l-1.052%2C2.315L220.237%2C4.85%2C217.706%2C4.6a.86.86%2C0%2C0%2C0-.827.426l-1.7%2C2.941a.859.859%2C0%2C0%2C0%2C.045.929l1.479%2C2.069Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_650%22%20data-name%3D%22Path%20650%22%20d%3D%22M231.386%2C16.444a.859.859%2C0%2C0%2C0-1.275-.587l-3.4%2C1.961-.83-1.439%2C3.4-1.961a.86.86%2C0%2C0%2C0%2C.129-1.4%2C5.936%2C5.936%2C0%2C0%2C0-9.762%2C4l-1.225.707-1.719.832-1.479%2C2.069a.859.859%2C0%2C0%2C0-.045.929l1.7%2C2.941a.86.86%2C0%2C0%2C0%2C.827.426l2.589-.222%2C1.523-1.1%2C1.225-.707A5.936%2C5.936%2C0%2C0%2C0%2C231.386%2C16.444Zm-7.937%2C4.731a.86.86%2C0%2C0%2C0-.859%2C0l-3.223%2C1.861-1.276.124-1.145-1.983.746-1.044%2C3.223-1.861a.86.86%2C0%2C0%2C0%2C.43-.744%2C4.215%2C4.215%2C0%2C0%2C1%2C5.84-3.885l-2.9%2C1.676a.859.859%2C0%2C0%2C0-.315%2C1.174l1.69%2C2.927a.859.859%2C0%2C0%2C0%2C1.174.314l2.9-1.675A4.215%2C4.215%2C0%2C0%2C1%2C223.449%2C21.175Z%22%20transform%3D%22translate(0%20-5.528)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-data-fix-light-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_26280%22%20data-name%3D%22Rectangle%2026280%22%20width%3D%2222%22%20height%3D%2221.996%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6720%22%20data-name%3D%22Group%206720%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6719%22%20data-name%3D%22Group%206719%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43111%22%20data-name%3D%22Path%2043111%22%20d%3D%22M21.056%2C16.513c-1.969-1.969-1.84-1.844-1.9-1.885L13.949%2C10.78l2.022-2.022a4.512%2C4.512%2C0%2C0%2C0%2C5.586-6.194.645.645%2C0%2C0%2C0-1.037-.178L18.853%2C4.054a.644.644%2C0%2C0%2C1-.911-.911l1.667-1.667A.645.645%2C0%2C0%2C0%2C19.431.439a4.512%2C4.512%2C0%2C0%2C0-6.194%2C5.586L10.906%2C8.356c-.475-.369.152.261-4.32-4.48l.469-.469A.645.645%2C0%2C0%2C0%2C6.93%2C2.4L3.479.329A2.295%2C2.295%2C0%2C0%2C0%2C.331%2C3.477L2.4%2C6.928a.645.645%2C0%2C0%2C0%2C1.008.124l.442-.442c4.448%2C4.717%2C3.863%2C4.076%2C4.215%2C4.528.008.011.018.02.026.03L6.025%2C13.237A4.512%2C4.512%2C0%2C0%2C0%2C.439%2C19.43a.645.645%2C0%2C0%2C0%2C1.037.178l1.667-1.667a.644.644%2C0%2C0%2C1%2C.911.911L2.387%2C20.519a.645.645%2C0%2C0%2C0%2C.178%2C1.037A4.512%2C4.512%2C0%2C0%2C0%2C8.759%2C15.97L10.525%2C14.2l4.111%2C5c.031.038-.072-.068%2C1.767%2C1.771a3.458%2C3.458%2C0%2C0%2C0%2C2.435%2C1.016%2C3.083%2C3.083%2C0%2C0%2C0%2C1.809-.571%2C3.224%2C3.224%2C0%2C0%2C0%2C.41-4.9M4.334%2C5.244A.645.645%2C0%2C0%2C0%2C3.41%2C5.23l-.328.328L1.436%2C2.814a1.006%2C1.006%2C0%2C0%2C1%2C1.38-1.38L5.56%2C3.08l-.328.328a.644.644%2C0%2C0%2C0-.013.9c5.138%2C5.448%2C4.33%2C4.628%2C4.768%2C4.969l-.978.978c-.338-.435.447.422-4.675-5.009m3.209%2C10.12a.644.644%2C0%2C0%2C0-.126.733%2C3.225%2C3.225%2C0%2C0%2C1-3.364%2C4.579l.912-.912A1.933%2C1.933%2C0%2C0%2C0%2C2.232%2C17.03l-.912.912A3.223%2C3.223%2C0%2C0%2C1%2C5.9%2C14.578a.644.644%2C0%2C0%2C0%2C.733-.126l7.821-7.82a.644.644%2C0%2C0%2C0%2C.126-.733A3.223%2C3.223%2C0%2C0%2C1%2C17.942%2C1.32l-.912.912a1.933%2C1.933%2C0%2C0%2C0%2C2.734%2C2.734l.912-.912A3.223%2C3.223%2C0%2C0%2C1%2C16.1%2C7.417a.644.644%2C0%2C0%2C0-.733.126Zm3.894-2.071%2C1.59-1.59%2C1.621%2C1.2-1.936%2C1.936c-1.317-1.6-1.234-1.5-1.275-1.543m8.456%2C7.08a2.026%2C2.026%2C0%2C0%2C1-2.579-.311l-1.7-1.7-2.077-2.524L15.7%2C13.672l2.66%2C1.964%2C1.788%2C1.788a1.934%2C1.934%2C0%2C0%2C1-.252%2C2.948%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43112%22%20data-name%3D%22Path%2043112%22%20d%3D%22M365.468%2C362.544l-2.577-2.577a.644.644%2C0%2C0%2C0-.911.911l2.577%2C2.577a.644.644%2C0%2C0%2C0%2C.911-.911%22%20transform%3D%22translate(-346.245%20-344.319)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-data-fix-light-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_26280%22%20data-name%3D%22Rectangle%2026280%22%20width%3D%2222%22%20height%3D%2221.996%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6720%22%20data-name%3D%22Group%206720%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6719%22%20data-name%3D%22Group%206719%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43111%22%20data-name%3D%22Path%2043111%22%20d%3D%22M21.056%2C16.513c-1.969-1.969-1.84-1.844-1.9-1.885L13.949%2C10.78l2.022-2.022a4.512%2C4.512%2C0%2C0%2C0%2C5.586-6.194.645.645%2C0%2C0%2C0-1.037-.178L18.853%2C4.054a.644.644%2C0%2C0%2C1-.911-.911l1.667-1.667A.645.645%2C0%2C0%2C0%2C19.431.439a4.512%2C4.512%2C0%2C0%2C0-6.194%2C5.586L10.906%2C8.356c-.475-.369.152.261-4.32-4.48l.469-.469A.645.645%2C0%2C0%2C0%2C6.93%2C2.4L3.479.329A2.295%2C2.295%2C0%2C0%2C0%2C.331%2C3.477L2.4%2C6.928a.645.645%2C0%2C0%2C0%2C1.008.124l.442-.442c4.448%2C4.717%2C3.863%2C4.076%2C4.215%2C4.528.008.011.018.02.026.03L6.025%2C13.237A4.512%2C4.512%2C0%2C0%2C0%2C.439%2C19.43a.645.645%2C0%2C0%2C0%2C1.037.178l1.667-1.667a.644.644%2C0%2C0%2C1%2C.911.911L2.387%2C20.519a.645.645%2C0%2C0%2C0%2C.178%2C1.037A4.512%2C4.512%2C0%2C0%2C0%2C8.759%2C15.97L10.525%2C14.2l4.111%2C5c.031.038-.072-.068%2C1.767%2C1.771a3.458%2C3.458%2C0%2C0%2C0%2C2.435%2C1.016%2C3.083%2C3.083%2C0%2C0%2C0%2C1.809-.571%2C3.224%2C3.224%2C0%2C0%2C0%2C.41-4.9M4.334%2C5.244A.645.645%2C0%2C0%2C0%2C3.41%2C5.23l-.328.328L1.436%2C2.814a1.006%2C1.006%2C0%2C0%2C1%2C1.38-1.38L5.56%2C3.08l-.328.328a.644.644%2C0%2C0%2C0-.013.9c5.138%2C5.448%2C4.33%2C4.628%2C4.768%2C4.969l-.978.978c-.338-.435.447.422-4.675-5.009m3.209%2C10.12a.644.644%2C0%2C0%2C0-.126.733%2C3.225%2C3.225%2C0%2C0%2C1-3.364%2C4.579l.912-.912A1.933%2C1.933%2C0%2C0%2C0%2C2.232%2C17.03l-.912.912A3.223%2C3.223%2C0%2C0%2C1%2C5.9%2C14.578a.644.644%2C0%2C0%2C0%2C.733-.126l7.821-7.82a.644.644%2C0%2C0%2C0%2C.126-.733A3.223%2C3.223%2C0%2C0%2C1%2C17.942%2C1.32l-.912.912a1.933%2C1.933%2C0%2C0%2C0%2C2.734%2C2.734l.912-.912A3.223%2C3.223%2C0%2C0%2C1%2C16.1%2C7.417a.644.644%2C0%2C0%2C0-.733.126Zm3.894-2.071%2C1.59-1.59%2C1.621%2C1.2-1.936%2C1.936c-1.317-1.6-1.234-1.5-1.275-1.543m8.456%2C7.08a2.026%2C2.026%2C0%2C0%2C1-2.579-.311l-1.7-1.7-2.077-2.524L15.7%2C13.672l2.66%2C1.964%2C1.788%2C1.788a1.934%2C1.934%2C0%2C0%2C1-.252%2C2.948%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43112%22%20data-name%3D%22Path%2043112%22%20d%3D%22M365.468%2C362.544l-2.577-2.577a.644.644%2C0%2C0%2C0-.911.911l2.577%2C2.577a.644.644%2C0%2C0%2C0%2C.911-.911%22%20transform%3D%22translate(-346.245%20-344.319)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-data-fix-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Data_Fix%22%20data-name%3D%22Data%20Fix%22%20transform%3D%22translate(-213.065)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_649%22%20data-name%3D%22Path%20649%22%20d%3D%22M218.263%2C10.194l-1.317-1.843%2C1.145-1.983%2C2.255.219a.861.861%2C0%2C0%2C0%2C.513-.111l2.263-1.307a.858.858%2C0%2C0%2C0%2C.353-.388l.937-2.062h2.29l.937%2C2.062a.857.857%2C0%2C0%2C0%2C.353.388l2.262%2C1.307a.862.862%2C0%2C0%2C0%2C.513.111l2.255-.219%2C1.145%2C1.983-1.318%2C1.843a.859.859%2C0%2C0%2C0-.16.5v2.612a.859.859%2C0%2C0%2C0%2C.16.5l1.317%2C1.843-1.145%2C1.983-2.255-.219a.863.863%2C0%2C0%2C0-.513.111l-2.263%2C1.307a.859.859%2C0%2C0%2C0-.352.388l-.937%2C2.062h-2.29l-.937-2.062-1.451.962%2C1.052%2C2.315a.86.86%2C0%2C0%2C0%2C.782.5h3.4a.859.859%2C0%2C0%2C0%2C.782-.5l1.053-2.315%2C1.785-1.031%2C2.531.246a.858.858%2C0%2C0%2C0%2C.827-.426l1.7-2.941a.859.859%2C0%2C0%2C0-.045-.929l-1.478-2.069V10.969L235.886%2C8.9a.858.858%2C0%2C0%2C0%2C.045-.929l-1.7-2.941a.859.859%2C0%2C0%2C0-.827-.426l-2.531.246-1.785-1.031L228.036%2C1.5a.86.86%2C0%2C0%2C0-.782-.5h-3.4a.86.86%2C0%2C0%2C0-.782.5l-1.052%2C2.315L220.237%2C4.85%2C217.706%2C4.6a.86.86%2C0%2C0%2C0-.827.426l-1.7%2C2.941a.859.859%2C0%2C0%2C0%2C.045.929l1.479%2C2.069Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_650%22%20data-name%3D%22Path%20650%22%20d%3D%22M231.386%2C16.444a.859.859%2C0%2C0%2C0-1.275-.587l-3.4%2C1.961-.83-1.439%2C3.4-1.961a.86.86%2C0%2C0%2C0%2C.129-1.4%2C5.936%2C5.936%2C0%2C0%2C0-9.762%2C4l-1.225.707-1.719.832-1.479%2C2.069a.859.859%2C0%2C0%2C0-.045.929l1.7%2C2.941a.86.86%2C0%2C0%2C0%2C.827.426l2.589-.222%2C1.523-1.1%2C1.225-.707A5.936%2C5.936%2C0%2C0%2C0%2C231.386%2C16.444Zm-7.937%2C4.731a.86.86%2C0%2C0%2C0-.859%2C0l-3.223%2C1.861-1.276.124-1.145-1.983.746-1.044%2C3.223-1.861a.86.86%2C0%2C0%2C0%2C.43-.744%2C4.215%2C4.215%2C0%2C0%2C1%2C5.84-3.885l-2.9%2C1.676a.859.859%2C0%2C0%2C0-.315%2C1.174l1.69%2C2.927a.859.859%2C0%2C0%2C0%2C1.174.314l2.9-1.675A4.215%2C4.215%2C0%2C0%2C1%2C223.449%2C21.175Z%22%20transform%3D%22translate(0%20-5.528)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-data-fix-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22data-fix-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Data_Fix%22%20data-name%3D%22Data%20Fix%22%20transform%3D%22translate(-213.065)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_649%22%20data-name%3D%22Path%20649%22%20d%3D%22M218.263%2C10.194l-1.317-1.843%2C1.145-1.983%2C2.255.219a.861.861%2C0%2C0%2C0%2C.513-.111l2.263-1.307a.858.858%2C0%2C0%2C0%2C.353-.388l.937-2.062h2.29l.937%2C2.062a.857.857%2C0%2C0%2C0%2C.353.388l2.262%2C1.307a.862.862%2C0%2C0%2C0%2C.513.111l2.255-.219%2C1.145%2C1.983-1.318%2C1.843a.859.859%2C0%2C0%2C0-.16.5v2.612a.859.859%2C0%2C0%2C0%2C.16.5l1.317%2C1.843-1.145%2C1.983-2.255-.219a.863.863%2C0%2C0%2C0-.513.111l-2.263%2C1.307a.859.859%2C0%2C0%2C0-.352.388l-.937%2C2.062h-2.29l-.937-2.062-1.451.962%2C1.052%2C2.315a.86.86%2C0%2C0%2C0%2C.782.5h3.4a.859.859%2C0%2C0%2C0%2C.782-.5l1.053-2.315%2C1.785-1.031%2C2.531.246a.858.858%2C0%2C0%2C0%2C.827-.426l1.7-2.941a.859.859%2C0%2C0%2C0-.045-.929l-1.478-2.069V10.969L235.886%2C8.9a.858.858%2C0%2C0%2C0%2C.045-.929l-1.7-2.941a.859.859%2C0%2C0%2C0-.827-.426l-2.531.246-1.785-1.031L228.036%2C1.5a.86.86%2C0%2C0%2C0-.782-.5h-3.4a.86.86%2C0%2C0%2C0-.782.5l-1.052%2C2.315L220.237%2C4.85%2C217.706%2C4.6a.86.86%2C0%2C0%2C0-.827.426l-1.7%2C2.941a.859.859%2C0%2C0%2C0%2C.045.929l1.479%2C2.069Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_650%22%20data-name%3D%22Path%20650%22%20d%3D%22M231.386%2C16.444a.859.859%2C0%2C0%2C0-1.275-.587l-3.4%2C1.961-.83-1.439%2C3.4-1.961a.86.86%2C0%2C0%2C0%2C.129-1.4%2C5.936%2C5.936%2C0%2C0%2C0-9.762%2C4l-1.225.707-1.719.832-1.479%2C2.069a.859.859%2C0%2C0%2C0-.045.929l1.7%2C2.941a.86.86%2C0%2C0%2C0%2C.827.426l2.589-.222%2C1.523-1.1%2C1.225-.707A5.936%2C5.936%2C0%2C0%2C0%2C231.386%2C16.444Zm-7.937%2C4.731a.86.86%2C0%2C0%2C0-.859%2C0l-3.223%2C1.861-1.276.124-1.145-1.983.746-1.044%2C3.223-1.861a.86.86%2C0%2C0%2C0%2C.43-.744%2C4.215%2C4.215%2C0%2C0%2C1%2C5.84-3.885l-2.9%2C1.676a.859.859%2C0%2C0%2C0-.315%2C1.174l1.69%2C2.927a.859.859%2C0%2C0%2C0%2C1.174.314l2.9-1.675A4.215%2C4.215%2C0%2C0%2C1%2C223.449%2C21.175Z%22%20transform%3D%22translate(0%20-5.528)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-db-audit-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22db-audit-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Db_Audit%22%20data-name%3D%22Db%20Audit%22%20transform%3D%22translate(-212.749)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_620%22%20data-name%3D%22Path%20620%22%20d%3D%22M237.552%2C33.238l-1.032-1.032a5.129%2C5.129%2C0%2C0%2C0-7.693-6.737h-6.679a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.634a4.942%2C4.942%2C0%2C0%2C0-.44%2C2.936h-5.194a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.641a5.115%2C5.115%2C0%2C0%2C0%2C7.686%2C1.911l1.035%2C1.034a.736.736%2C0%2C0%2C0%2C1.04%2C0h0A.736.736%2C0%2C0%2C0%2C237.552%2C33.238Zm-8.051-1.9h2.918a.732.732%2C0%2C0%2C0%2C.732-.732h0a.733.733%2C0%2C0%2C0-.732-.732h-3.592a3.726%2C3.726%2C0%2C1%2C1%2C.688%2C1.464Z%22%20transform%3D%22translate(-3.479%20-12.005)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_621%22%20data-name%3D%22Path%20621%22%20d%3D%22M237.486%2C8.662h2.935a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732h-2.935a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C237.486%2C8.662Z%22%20transform%3D%22translate(-11.481%20-3.998)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_622%22%20data-name%3D%22Path%20622%22%20d%3D%22M222.149%2C17.862h10.271a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732H222.149a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C222.149%2C17.862Z%22%20transform%3D%22translate(-3.479%20-8.798)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_623%22%20data-name%3D%22Path%20623%22%20d%3D%22M233.2%2C1.646A2.186%2C2.186%2C0%2C0%2C0%2C231.65%2C1H219.791a2.186%2C2.186%2C0%2C0%2C0-1.554.646l-2.8%2C2.792a2.187%2C2.187%2C0%2C0%2C0-.687%2C1.567V7.7h0V20.8a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2h6.6a.732.732%2C0%2C0%2C0%2C.733-.732h0a.732.732%2C0%2C0%2C0-.733-.732h-6.6a.728.728%2C0%2C0%2C1-.522-.22.7.7%2C0%2C0%2C1-.177-.516V11.271h0v-4.4h3.664a.735.735%2C0%2C0%2C0%2C.736-.736V2.464h11a.736.736%2C0%2C0%2C1%2C.736.736V9.355a.732.732%2C0%2C0%2C0%2C.732.732h0a.732.732%2C0%2C0%2C0%2C.732-.732V3.2A2.216%2C2.216%2C0%2C0%2C0%2C233.2%2C1.646ZM219.186%2C5.4h-2.634l2.634-2.626Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-db-audit-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22db-audit-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Db_Audit%22%20data-name%3D%22Db%20Audit%22%20transform%3D%22translate(-212.749)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_620%22%20data-name%3D%22Path%20620%22%20d%3D%22M237.552%2C33.238l-1.032-1.032a5.129%2C5.129%2C0%2C0%2C0-7.693-6.737h-6.679a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.634a4.942%2C4.942%2C0%2C0%2C0-.44%2C2.936h-5.194a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.641a5.115%2C5.115%2C0%2C0%2C0%2C7.686%2C1.911l1.035%2C1.034a.736.736%2C0%2C0%2C0%2C1.04%2C0h0A.736.736%2C0%2C0%2C0%2C237.552%2C33.238Zm-8.051-1.9h2.918a.732.732%2C0%2C0%2C0%2C.732-.732h0a.733.733%2C0%2C0%2C0-.732-.732h-3.592a3.726%2C3.726%2C0%2C1%2C1%2C.688%2C1.464Z%22%20transform%3D%22translate(-3.479%20-12.005)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_621%22%20data-name%3D%22Path%20621%22%20d%3D%22M237.486%2C8.662h2.935a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732h-2.935a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C237.486%2C8.662Z%22%20transform%3D%22translate(-11.481%20-3.998)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_622%22%20data-name%3D%22Path%20622%22%20d%3D%22M222.149%2C17.862h10.271a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732H222.149a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C222.149%2C17.862Z%22%20transform%3D%22translate(-3.479%20-8.798)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_623%22%20data-name%3D%22Path%20623%22%20d%3D%22M233.2%2C1.646A2.186%2C2.186%2C0%2C0%2C0%2C231.65%2C1H219.791a2.186%2C2.186%2C0%2C0%2C0-1.554.646l-2.8%2C2.792a2.187%2C2.187%2C0%2C0%2C0-.687%2C1.567V7.7h0V20.8a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2h6.6a.732.732%2C0%2C0%2C0%2C.733-.732h0a.732.732%2C0%2C0%2C0-.733-.732h-6.6a.728.728%2C0%2C0%2C1-.522-.22.7.7%2C0%2C0%2C1-.177-.516V11.271h0v-4.4h3.664a.735.735%2C0%2C0%2C0%2C.736-.736V2.464h11a.736.736%2C0%2C0%2C1%2C.736.736V9.355a.732.732%2C0%2C0%2C0%2C.732.732h0a.732.732%2C0%2C0%2C0%2C.732-.732V3.2A2.216%2C2.216%2C0%2C0%2C0%2C233.2%2C1.646ZM219.186%2C5.4h-2.634l2.634-2.626Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-db-audit-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22db-audit-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Db_Audit%22%20data-name%3D%22Db%20Audit%22%20transform%3D%22translate(-212.749)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_620%22%20data-name%3D%22Path%20620%22%20d%3D%22M237.552%2C33.238l-1.032-1.032a5.129%2C5.129%2C0%2C0%2C0-7.693-6.737h-6.679a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.634a4.942%2C4.942%2C0%2C0%2C0-.44%2C2.936h-5.194a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.641a5.115%2C5.115%2C0%2C0%2C0%2C7.686%2C1.911l1.035%2C1.034a.736.736%2C0%2C0%2C0%2C1.04%2C0h0A.736.736%2C0%2C0%2C0%2C237.552%2C33.238Zm-8.051-1.9h2.918a.732.732%2C0%2C0%2C0%2C.732-.732h0a.733.733%2C0%2C0%2C0-.732-.732h-3.592a3.726%2C3.726%2C0%2C1%2C1%2C.688%2C1.464Z%22%20transform%3D%22translate(-3.479%20-12.005)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_621%22%20data-name%3D%22Path%20621%22%20d%3D%22M237.486%2C8.662h2.935a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732h-2.935a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C237.486%2C8.662Z%22%20transform%3D%22translate(-11.481%20-3.998)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_622%22%20data-name%3D%22Path%20622%22%20d%3D%22M222.149%2C17.862h10.271a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732H222.149a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C222.149%2C17.862Z%22%20transform%3D%22translate(-3.479%20-8.798)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_623%22%20data-name%3D%22Path%20623%22%20d%3D%22M233.2%2C1.646A2.186%2C2.186%2C0%2C0%2C0%2C231.65%2C1H219.791a2.186%2C2.186%2C0%2C0%2C0-1.554.646l-2.8%2C2.792a2.187%2C2.187%2C0%2C0%2C0-.687%2C1.567V7.7h0V20.8a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2h6.6a.732.732%2C0%2C0%2C0%2C.733-.732h0a.732.732%2C0%2C0%2C0-.733-.732h-6.6a.728.728%2C0%2C0%2C1-.522-.22.7.7%2C0%2C0%2C1-.177-.516V11.271h0v-4.4h3.664a.735.735%2C0%2C0%2C0%2C.736-.736V2.464h11a.736.736%2C0%2C0%2C1%2C.736.736V9.355a.732.732%2C0%2C0%2C0%2C.732.732h0a.732.732%2C0%2C0%2C0%2C.732-.732V3.2A2.216%2C2.216%2C0%2C0%2C0%2C233.2%2C1.646ZM219.186%2C5.4h-2.634l2.634-2.626Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-db-audit-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22db-audit-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Db_Audit%22%20data-name%3D%22Db%20Audit%22%20transform%3D%22translate(-212.749)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_620%22%20data-name%3D%22Path%20620%22%20d%3D%22M237.552%2C33.238l-1.032-1.032a5.129%2C5.129%2C0%2C0%2C0-7.693-6.737h-6.679a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.634a4.942%2C4.942%2C0%2C0%2C0-.44%2C2.936h-5.194a.732.732%2C0%2C0%2C0-.732.732h0a.732.732%2C0%2C0%2C0%2C.732.732h5.641a5.115%2C5.115%2C0%2C0%2C0%2C7.686%2C1.911l1.035%2C1.034a.736.736%2C0%2C0%2C0%2C1.04%2C0h0A.736.736%2C0%2C0%2C0%2C237.552%2C33.238Zm-8.051-1.9h2.918a.732.732%2C0%2C0%2C0%2C.732-.732h0a.733.733%2C0%2C0%2C0-.732-.732h-3.592a3.726%2C3.726%2C0%2C1%2C1%2C.688%2C1.464Z%22%20transform%3D%22translate(-3.479%20-12.005)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_621%22%20data-name%3D%22Path%20621%22%20d%3D%22M237.486%2C8.662h2.935a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732h-2.935a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C237.486%2C8.662Z%22%20transform%3D%22translate(-11.481%20-3.998)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_622%22%20data-name%3D%22Path%20622%22%20d%3D%22M222.149%2C17.862h10.271a.732.732%2C0%2C0%2C1%2C.732.732h0a.733.733%2C0%2C0%2C1-.732.732H222.149a.732.732%2C0%2C0%2C1-.732-.732h0A.732.732%2C0%2C0%2C1%2C222.149%2C17.862Z%22%20transform%3D%22translate(-3.479%20-8.798)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_623%22%20data-name%3D%22Path%20623%22%20d%3D%22M233.2%2C1.646A2.186%2C2.186%2C0%2C0%2C0%2C231.65%2C1H219.791a2.186%2C2.186%2C0%2C0%2C0-1.554.646l-2.8%2C2.792a2.187%2C2.187%2C0%2C0%2C0-.687%2C1.567V7.7h0V20.8a2.2%2C2.2%2C0%2C0%2C0%2C2.2%2C2.2h6.6a.732.732%2C0%2C0%2C0%2C.733-.732h0a.732.732%2C0%2C0%2C0-.733-.732h-6.6a.728.728%2C0%2C0%2C1-.522-.22.7.7%2C0%2C0%2C1-.177-.516V11.271h0v-4.4h3.664a.735.735%2C0%2C0%2C0%2C.736-.736V2.464h11a.736.736%2C0%2C0%2C1%2C.736.736V9.355a.732.732%2C0%2C0%2C0%2C.732.732h0a.732.732%2C0%2C0%2C0%2C.732-.732V3.2A2.216%2C2.216%2C0%2C0%2C0%2C233.2%2C1.646ZM219.186%2C5.4h-2.634l2.634-2.626Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-details-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22details-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22writing%22%20transform%3D%22translate(-23.57%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35627%22%20data-name%3D%22Path%2035627%22%20d%3D%22M116.549%2C200.82a.82.82%2C0%2C0%2C0-.82-.82h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449A.82.82%2C0%2C0%2C0%2C116.549%2C200.82Z%22%20transform%3D%22translate(-76.611%20-191.797)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35628%22%20data-name%3D%22Path%2035628%22%20d%3D%22M107.279%2C280a.82.82%2C0%2C0%2C0%2C0%2C1.641h5.132a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-268.516)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35629%22%20data-name%3D%22Path%2035629%22%20d%3D%22M32.595%2C19.359H29.851a1.642%2C1.642%2C0%2C0%2C1-1.641-1.641V3.281a1.642%2C1.642%2C0%2C0%2C1%2C1.641-1.641H39.937a1.642%2C1.642%2C0%2C0%2C1%2C1.641%2C1.641V8.326a.82.82%2C0%2C0%2C0%2C1.641%2C0V3.281A3.285%2C3.285%2C0%2C0%2C0%2C39.937%2C0H29.851A3.285%2C3.285%2C0%2C0%2C0%2C26.57%2C3.281V17.719A3.285%2C3.285%2C0%2C0%2C0%2C29.851%2C21h2.743a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(0.001)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35630%22%20data-name%3D%22Path%2035630%22%20d%3D%22M252.662%2C272.744a2.464%2C2.464%2C0%2C0%2C0-3.48%2C0l-4.5%2C4.494a.82.82%2C0%2C0%2C0-.205.342l-.981%2C3.229a.82.82%2C0%2C0%2C0%2C1%2C1.029l3.311-.917a.82.82%2C0%2C0%2C0%2C.361-.21l4.494-4.486A2.464%2C2.464%2C0%2C0%2C0%2C252.662%2C272.744Zm-5.5%2C6.653-1.666.461.487-1.6%2C3.039-3.032%2C1.16%2C1.16Zm4.341-4.333-.159.159-1.16-1.16.158-.158a.82.82%2C0%2C0%2C1%2C1.161%2C1.16Z%22%20transform%3D%22translate(-207.99%20-260.867)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35631%22%20data-name%3D%22Path%2035631%22%20d%3D%22M115.729%2C120h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-115.078)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-details-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22details-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22writing%22%20transform%3D%22translate(-23.57%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35627%22%20data-name%3D%22Path%2035627%22%20d%3D%22M116.549%2C200.82a.82.82%2C0%2C0%2C0-.82-.82h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449A.82.82%2C0%2C0%2C0%2C116.549%2C200.82Z%22%20transform%3D%22translate(-76.611%20-191.797)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35628%22%20data-name%3D%22Path%2035628%22%20d%3D%22M107.279%2C280a.82.82%2C0%2C0%2C0%2C0%2C1.641h5.132a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-268.516)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35629%22%20data-name%3D%22Path%2035629%22%20d%3D%22M32.595%2C19.359H29.851a1.642%2C1.642%2C0%2C0%2C1-1.641-1.641V3.281a1.642%2C1.642%2C0%2C0%2C1%2C1.641-1.641H39.937a1.642%2C1.642%2C0%2C0%2C1%2C1.641%2C1.641V8.326a.82.82%2C0%2C0%2C0%2C1.641%2C0V3.281A3.285%2C3.285%2C0%2C0%2C0%2C39.937%2C0H29.851A3.285%2C3.285%2C0%2C0%2C0%2C26.57%2C3.281V17.719A3.285%2C3.285%2C0%2C0%2C0%2C29.851%2C21h2.743a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(0.001)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35630%22%20data-name%3D%22Path%2035630%22%20d%3D%22M252.662%2C272.744a2.464%2C2.464%2C0%2C0%2C0-3.48%2C0l-4.5%2C4.494a.82.82%2C0%2C0%2C0-.205.342l-.981%2C3.229a.82.82%2C0%2C0%2C0%2C1%2C1.029l3.311-.917a.82.82%2C0%2C0%2C0%2C.361-.21l4.494-4.486A2.464%2C2.464%2C0%2C0%2C0%2C252.662%2C272.744Zm-5.5%2C6.653-1.666.461.487-1.6%2C3.039-3.032%2C1.16%2C1.16Zm4.341-4.333-.159.159-1.16-1.16.158-.158a.82.82%2C0%2C0%2C1%2C1.161%2C1.16Z%22%20transform%3D%22translate(-207.99%20-260.867)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35631%22%20data-name%3D%22Path%2035631%22%20d%3D%22M115.729%2C120h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-115.078)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-details-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22details-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22writing%22%20transform%3D%22translate(-23.57%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35627%22%20data-name%3D%22Path%2035627%22%20d%3D%22M116.549%2C200.82a.82.82%2C0%2C0%2C0-.82-.82h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449A.82.82%2C0%2C0%2C0%2C116.549%2C200.82Z%22%20transform%3D%22translate(-76.611%20-191.797)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35628%22%20data-name%3D%22Path%2035628%22%20d%3D%22M107.279%2C280a.82.82%2C0%2C0%2C0%2C0%2C1.641h5.132a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-268.516)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35629%22%20data-name%3D%22Path%2035629%22%20d%3D%22M32.595%2C19.359H29.851a1.642%2C1.642%2C0%2C0%2C1-1.641-1.641V3.281a1.642%2C1.642%2C0%2C0%2C1%2C1.641-1.641H39.937a1.642%2C1.642%2C0%2C0%2C1%2C1.641%2C1.641V8.326a.82.82%2C0%2C0%2C0%2C1.641%2C0V3.281A3.285%2C3.285%2C0%2C0%2C0%2C39.937%2C0H29.851A3.285%2C3.285%2C0%2C0%2C0%2C26.57%2C3.281V17.719A3.285%2C3.285%2C0%2C0%2C0%2C29.851%2C21h2.743a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(0.001)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35630%22%20data-name%3D%22Path%2035630%22%20d%3D%22M252.662%2C272.744a2.464%2C2.464%2C0%2C0%2C0-3.48%2C0l-4.5%2C4.494a.82.82%2C0%2C0%2C0-.205.342l-.981%2C3.229a.82.82%2C0%2C0%2C0%2C1%2C1.029l3.311-.917a.82.82%2C0%2C0%2C0%2C.361-.21l4.494-4.486A2.464%2C2.464%2C0%2C0%2C0%2C252.662%2C272.744Zm-5.5%2C6.653-1.666.461.487-1.6%2C3.039-3.032%2C1.16%2C1.16Zm4.341-4.333-.159.159-1.16-1.16.158-.158a.82.82%2C0%2C0%2C1%2C1.161%2C1.16Z%22%20transform%3D%22translate(-207.99%20-260.867)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35631%22%20data-name%3D%22Path%2035631%22%20d%3D%22M115.729%2C120h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-115.078)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-details-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22details-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22writing%22%20transform%3D%22translate(-23.57%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35627%22%20data-name%3D%22Path%2035627%22%20d%3D%22M116.549%2C200.82a.82.82%2C0%2C0%2C0-.82-.82h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449A.82.82%2C0%2C0%2C0%2C116.549%2C200.82Z%22%20transform%3D%22translate(-76.611%20-191.797)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35628%22%20data-name%3D%22Path%2035628%22%20d%3D%22M107.279%2C280a.82.82%2C0%2C0%2C0%2C0%2C1.641h5.132a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-268.516)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35629%22%20data-name%3D%22Path%2035629%22%20d%3D%22M32.595%2C19.359H29.851a1.642%2C1.642%2C0%2C0%2C1-1.641-1.641V3.281a1.642%2C1.642%2C0%2C0%2C1%2C1.641-1.641H39.937a1.642%2C1.642%2C0%2C0%2C1%2C1.641%2C1.641V8.326a.82.82%2C0%2C0%2C0%2C1.641%2C0V3.281A3.285%2C3.285%2C0%2C0%2C0%2C39.937%2C0H29.851A3.285%2C3.285%2C0%2C0%2C0%2C26.57%2C3.281V17.719A3.285%2C3.285%2C0%2C0%2C0%2C29.851%2C21h2.743a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(0.001)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35630%22%20data-name%3D%22Path%2035630%22%20d%3D%22M252.662%2C272.744a2.464%2C2.464%2C0%2C0%2C0-3.48%2C0l-4.5%2C4.494a.82.82%2C0%2C0%2C0-.205.342l-.981%2C3.229a.82.82%2C0%2C0%2C0%2C1%2C1.029l3.311-.917a.82.82%2C0%2C0%2C0%2C.361-.21l4.494-4.486A2.464%2C2.464%2C0%2C0%2C0%2C252.662%2C272.744Zm-5.5%2C6.653-1.666.461.487-1.6%2C3.039-3.032%2C1.16%2C1.16Zm4.341-4.333-.159.159-1.16-1.16.158-.158a.82.82%2C0%2C0%2C1%2C1.161%2C1.16Z%22%20transform%3D%22translate(-207.99%20-260.867)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35631%22%20data-name%3D%22Path%2035631%22%20d%3D%22M115.729%2C120h-8.449a.82.82%2C0%2C0%2C0%2C0%2C1.641h8.449a.82.82%2C0%2C0%2C0%2C0-1.641Z%22%20transform%3D%22translate(-76.611%20-115.078)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-down-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(7%2015.494)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(7%2015.494)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-down-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(7%2015.494)%20rotate(-90)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(7%2015.494)%20rotate(-90)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-down-chevron-on-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22down-chevron-on-dark-bg%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(9%207)%22%20fill%3D%22%23c4c4c4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-chevron-on-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22down-chevron-on-dark-bg%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(9%207)%22%20fill%3D%22%23c4c4c4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-down-chevron-on-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22down-chevron-on-light-bg%22%20transform%3D%22translate(24)%20rotate(90)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(15%2017)%20rotate(180)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-chevron-on-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22down-chevron-on-light-bg%22%20transform%3D%22translate(24)%20rotate(90)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(15%2017)%20rotate(180)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-down-sml-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(126%2026.5)%20rotate(90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-sml-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(126%2026.5)%20rotate(90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-down-sml-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(126%2026.5)%20rotate(90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-sml-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(126%2026.5)%20rotate(90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-down-trend-arrow-on-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-trend-arrow-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.004%22%20height%3D%2210.671%22%20viewBox%3D%220%200%2012.004%2010.671%22%3E%20%20%3Cpath%20id%3D%22Down%22%20d%3D%22M6%2C10.671a.792.792%2C0%2C0%2C0%2C.552-.217L11.811%2C5.3a.6.6%2C0%2C0%2C0%2C.034-.848.606.606%2C0%2C0%2C0-.089-.079.813.813%2C0%2C0%2C0-1.054.048L6.745%2C8.305%2C6.764.657A.7.7%2C0%2C0%2C0%2C6.023%2C0h0a.7.7%2C0%2C0%2C0-.743.654v0L5.259%2C8.305%2C1.3%2C4.418A.814.814%2C0%2C0%2C0%2C.248%2C4.371a.6.6%2C0%2C0%2C0-.133.838A.592.592%2C0%2C0%2C0%2C.193%2C5.3L5.45%2C10.454A.792.792%2C0%2C0%2C0%2C6%2C10.671%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23b00020%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-down-trend-arrow-on-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22down-trend-arrow-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.004%22%20height%3D%2210.671%22%20viewBox%3D%220%200%2012.004%2010.671%22%3E%20%20%3Cpath%20id%3D%22Down%22%20d%3D%22M6%2C10.671a.792.792%2C0%2C0%2C0%2C.552-.217L11.811%2C5.3a.6.6%2C0%2C0%2C0%2C.034-.848.606.606%2C0%2C0%2C0-.089-.079.813.813%2C0%2C0%2C0-1.054.048L6.745%2C8.305%2C6.764.657A.7.7%2C0%2C0%2C0%2C6.023%2C0h0a.7.7%2C0%2C0%2C0-.743.654v0L5.259%2C8.305%2C1.3%2C4.418A.814.814%2C0%2C0%2C0%2C.248%2C4.371a.6.6%2C0%2C0%2C0-.133.838A.592.592%2C0%2C0%2C0%2C.193%2C5.3L5.45%2C10.454A.792.792%2C0%2C0%2C0%2C6%2C10.671%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23b00020%22%2F%3E%3C%2Fsvg%3E");
}

.nr-edit-write-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22edit-write-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_edit-write%22%20data-name%3D%22%20edit-write%22%20transform%3D%22translate(-4.875%201.025)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35566%22%20data-name%3D%22Path%2035566%22%20d%3D%22M10.1%2C18.5a1.563%2C1.563%2C0%2C0%2C0%2C.462-.066l3.959-.792A2.546%2C2.546%2C0%2C0%2C0%2C15.688%2C17l9.59-9.59a3.945%2C3.945%2C0%2C0%2C0%2C0-5.477l-.814-.858a3.972%2C3.972%2C0%2C0%2C0-5.5%2C0l-9.59%2C9.612a2.642%2C2.642%2C0%2C0%2C0-.638%2C1.166l-.836%2C4A2.239%2C2.239%2C0%2C0%2C0%2C10.1%2C18.5Zm.748-6.224%2C9.59-9.612a1.769%2C1.769%2C0%2C0%2C1%2C2.419%2C0l.836.836a1.706%2C1.706%2C0%2C0%2C1%2C0%2C2.529l-9.568%2C9.612-4.069.682Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35567%22%20data-name%3D%22Path%2035567%22%20d%3D%22M25.288%2C90.4H9.056A.993.993%2C0%2C0%2C0%2C8%2C91.456a1.055%2C1.055%2C0%2C0%2C0%2C1.056%2C1.056H25.2a1.059%2C1.059%2C0%2C1%2C0%2C.088-2.111Z%22%20transform%3D%22translate(-0.098%20-70.536)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-edit-write-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22edit-write-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_edit-write%22%20data-name%3D%22%20edit-write%22%20transform%3D%22translate(-4.875%201.025)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35566%22%20data-name%3D%22Path%2035566%22%20d%3D%22M10.1%2C18.5a1.563%2C1.563%2C0%2C0%2C0%2C.462-.066l3.959-.792A2.546%2C2.546%2C0%2C0%2C0%2C15.688%2C17l9.59-9.59a3.945%2C3.945%2C0%2C0%2C0%2C0-5.477l-.814-.858a3.972%2C3.972%2C0%2C0%2C0-5.5%2C0l-9.59%2C9.612a2.642%2C2.642%2C0%2C0%2C0-.638%2C1.166l-.836%2C4A2.239%2C2.239%2C0%2C0%2C0%2C10.1%2C18.5Zm.748-6.224%2C9.59-9.612a1.769%2C1.769%2C0%2C0%2C1%2C2.419%2C0l.836.836a1.706%2C1.706%2C0%2C0%2C1%2C0%2C2.529l-9.568%2C9.612-4.069.682Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35567%22%20data-name%3D%22Path%2035567%22%20d%3D%22M25.288%2C90.4H9.056A.993.993%2C0%2C0%2C0%2C8%2C91.456a1.055%2C1.055%2C0%2C0%2C0%2C1.056%2C1.056H25.2a1.059%2C1.059%2C0%2C1%2C0%2C.088-2.111Z%22%20transform%3D%22translate(-0.098%20-70.536)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-edit-write-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22edit-write-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_edit-write%22%20data-name%3D%22%20edit-write%22%20transform%3D%22translate(-4.875%201.025)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35566%22%20data-name%3D%22Path%2035566%22%20d%3D%22M10.1%2C18.5a1.563%2C1.563%2C0%2C0%2C0%2C.462-.066l3.959-.792A2.546%2C2.546%2C0%2C0%2C0%2C15.688%2C17l9.59-9.59a3.945%2C3.945%2C0%2C0%2C0%2C0-5.477l-.814-.858a3.972%2C3.972%2C0%2C0%2C0-5.5%2C0l-9.59%2C9.612a2.642%2C2.642%2C0%2C0%2C0-.638%2C1.166l-.836%2C4A2.239%2C2.239%2C0%2C0%2C0%2C10.1%2C18.5Zm.748-6.224%2C9.59-9.612a1.769%2C1.769%2C0%2C0%2C1%2C2.419%2C0l.836.836a1.706%2C1.706%2C0%2C0%2C1%2C0%2C2.529l-9.568%2C9.612-4.069.682Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35567%22%20data-name%3D%22Path%2035567%22%20d%3D%22M25.288%2C90.4H9.056A.993.993%2C0%2C0%2C0%2C8%2C91.456a1.055%2C1.055%2C0%2C0%2C0%2C1.056%2C1.056H25.2a1.059%2C1.059%2C0%2C1%2C0%2C.088-2.111Z%22%20transform%3D%22translate(-0.098%20-70.536)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-edit-write-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22edit-write-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22_edit-write%22%20data-name%3D%22%20edit-write%22%20transform%3D%22translate(-4.875%201.025)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35566%22%20data-name%3D%22Path%2035566%22%20d%3D%22M10.1%2C18.5a1.563%2C1.563%2C0%2C0%2C0%2C.462-.066l3.959-.792A2.546%2C2.546%2C0%2C0%2C0%2C15.688%2C17l9.59-9.59a3.945%2C3.945%2C0%2C0%2C0%2C0-5.477l-.814-.858a3.972%2C3.972%2C0%2C0%2C0-5.5%2C0l-9.59%2C9.612a2.642%2C2.642%2C0%2C0%2C0-.638%2C1.166l-.836%2C4A2.239%2C2.239%2C0%2C0%2C0%2C10.1%2C18.5Zm.748-6.224%2C9.59-9.612a1.769%2C1.769%2C0%2C0%2C1%2C2.419%2C0l.836.836a1.706%2C1.706%2C0%2C0%2C1%2C0%2C2.529l-9.568%2C9.612-4.069.682Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35567%22%20data-name%3D%22Path%2035567%22%20d%3D%22M25.288%2C90.4H9.056A.993.993%2C0%2C0%2C0%2C8%2C91.456a1.055%2C1.055%2C0%2C0%2C0%2C1.056%2C1.056H25.2a1.059%2C1.059%2C0%2C1%2C0%2C.088-2.111Z%22%20transform%3D%22translate(-0.098%20-70.536)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-ellipsis-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22ellipsis-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22ellipsis%22%20transform%3D%22translate(10%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35612%22%20data-name%3D%22Path%2035612%22%20d%3D%22M5%2C194.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C192%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C194.5Zm0%2C0%22%20transform%3D%22translate(0%20-184.5)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35613%22%20data-name%3D%22Path%2035613%22%20d%3D%22M5%2C2.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C0%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C2.5Zm0%2C0%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35614%22%20data-name%3D%22Path%2035614%22%20d%3D%22M5%2C386.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C384%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C386.5Zm0%2C0%22%20transform%3D%22translate(0%20-369)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-ellipsis-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22ellipsis-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22ellipsis%22%20transform%3D%22translate(10%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35612%22%20data-name%3D%22Path%2035612%22%20d%3D%22M5%2C194.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C192%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C194.5Zm0%2C0%22%20transform%3D%22translate(0%20-184.5)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35613%22%20data-name%3D%22Path%2035613%22%20d%3D%22M5%2C2.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C0%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C2.5Zm0%2C0%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35614%22%20data-name%3D%22Path%2035614%22%20d%3D%22M5%2C386.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C384%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C386.5Zm0%2C0%22%20transform%3D%22translate(0%20-369)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-ellipsis-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22ellipsis-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22ellipsis%22%20transform%3D%22translate(10%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35612%22%20data-name%3D%22Path%2035612%22%20d%3D%22M5%2C194.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C192%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C194.5Zm0%2C0%22%20transform%3D%22translate(0%20-184.5)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35613%22%20data-name%3D%22Path%2035613%22%20d%3D%22M5%2C2.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C0%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C2.5Zm0%2C0%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35614%22%20data-name%3D%22Path%2035614%22%20d%3D%22M5%2C386.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C384%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C386.5Zm0%2C0%22%20transform%3D%22translate(0%20-369)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-ellipsis-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22ellipsis-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22ellipsis%22%20transform%3D%22translate(10%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35612%22%20data-name%3D%22Path%2035612%22%20d%3D%22M5%2C194.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C192%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C194.5Zm0%2C0%22%20transform%3D%22translate(0%20-184.5)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35613%22%20data-name%3D%22Path%2035613%22%20d%3D%22M5%2C2.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C0%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C2.5Zm0%2C0%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35614%22%20data-name%3D%22Path%2035614%22%20d%3D%22M5%2C386.5A2.5%2C2.5%2C0%2C1%2C1%2C2.5%2C384%2C2.5%2C2.5%2C0%2C0%2C1%2C5%2C386.5Zm0%2C0%22%20transform%3D%22translate(0%20-369)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-envelop-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22envelop-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%20transform%3D%22translate(1%20-72)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3473%22%20data-name%3D%22Group%203473%22%20transform%3D%22translate(0%2076)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35565%22%20data-name%3D%22Path%2035565%22%20d%3D%22M20.066%2C76H1.934A1.936%2C1.936%2C0%2C0%2C0%2C0%2C77.934v11.6a1.937%2C1.937%2C0%2C0%2C0%2C1.934%2C1.934H20.066A1.936%2C1.936%2C0%2C0%2C0%2C22%2C89.535v-11.6A1.935%2C1.935%2C0%2C0%2C0%2C20.066%2C76ZM19.8%2C77.289l-7.428%2C7.389a1.934%2C1.934%2C0%2C0%2C1-2.736%2C0L2.2%2C77.289ZM1.289%2C89.273V78.2l5.57%2C5.541Zm.916.907%2C5.568-5.533.948.943a3.223%2C3.223%2C0%2C0%2C0%2C4.556%2C0l.949-.944%2C5.568%2C5.533Zm18.506-.907-5.57-5.535%2C5.57-5.541Z%22%20transform%3D%22translate(0%20-76)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-envelop-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22envelop-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%20transform%3D%22translate(1%20-72)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3473%22%20data-name%3D%22Group%203473%22%20transform%3D%22translate(0%2076)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35565%22%20data-name%3D%22Path%2035565%22%20d%3D%22M20.066%2C76H1.934A1.936%2C1.936%2C0%2C0%2C0%2C0%2C77.934v11.6a1.937%2C1.937%2C0%2C0%2C0%2C1.934%2C1.934H20.066A1.936%2C1.936%2C0%2C0%2C0%2C22%2C89.535v-11.6A1.935%2C1.935%2C0%2C0%2C0%2C20.066%2C76ZM19.8%2C77.289l-7.428%2C7.389a1.934%2C1.934%2C0%2C0%2C1-2.736%2C0L2.2%2C77.289ZM1.289%2C89.273V78.2l5.57%2C5.541Zm.916.907%2C5.568-5.533.948.943a3.223%2C3.223%2C0%2C0%2C0%2C4.556%2C0l.949-.944%2C5.568%2C5.533Zm18.506-.907-5.57-5.535%2C5.57-5.541Z%22%20transform%3D%22translate(0%20-76)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-envelop-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22envelop-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%20transform%3D%22translate(1%20-72)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3473%22%20data-name%3D%22Group%203473%22%20transform%3D%22translate(0%2076)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35565%22%20data-name%3D%22Path%2035565%22%20d%3D%22M20.066%2C76H1.934A1.936%2C1.936%2C0%2C0%2C0%2C0%2C77.934v11.6a1.937%2C1.937%2C0%2C0%2C0%2C1.934%2C1.934H20.066A1.936%2C1.936%2C0%2C0%2C0%2C22%2C89.535v-11.6A1.935%2C1.935%2C0%2C0%2C0%2C20.066%2C76ZM19.8%2C77.289l-7.428%2C7.389a1.934%2C1.934%2C0%2C0%2C1-2.736%2C0L2.2%2C77.289ZM1.289%2C89.273V78.2l5.57%2C5.541Zm.916.907%2C5.568-5.533.948.943a3.223%2C3.223%2C0%2C0%2C0%2C4.556%2C0l.949-.944%2C5.568%2C5.533Zm18.506-.907-5.57-5.535%2C5.57-5.541Z%22%20transform%3D%22translate(0%20-76)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-envelop-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22envelop-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%20transform%3D%22translate(1%20-72)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3473%22%20data-name%3D%22Group%203473%22%20transform%3D%22translate(0%2076)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35565%22%20data-name%3D%22Path%2035565%22%20d%3D%22M20.066%2C76H1.934A1.936%2C1.936%2C0%2C0%2C0%2C0%2C77.934v11.6a1.937%2C1.937%2C0%2C0%2C0%2C1.934%2C1.934H20.066A1.936%2C1.936%2C0%2C0%2C0%2C22%2C89.535v-11.6A1.935%2C1.935%2C0%2C0%2C0%2C20.066%2C76ZM19.8%2C77.289l-7.428%2C7.389a1.934%2C1.934%2C0%2C0%2C1-2.736%2C0L2.2%2C77.289ZM1.289%2C89.273V78.2l5.57%2C5.541Zm.916.907%2C5.568-5.533.948.943a3.223%2C3.223%2C0%2C0%2C0%2C4.556%2C0l.949-.944%2C5.568%2C5.533Zm18.506-.907-5.57-5.535%2C5.57-5.541Z%22%20transform%3D%22translate(0%20-76)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-export-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22export-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22export%22%20d%3D%22M20%2C14.922v1.953A3.129%2C3.129%2C0%2C0%2C1%2C16.875%2C20H3.125A3.129%2C3.129%2C0%2C0%2C1%2C0%2C16.875V3.125A3.129%2C3.129%2C0%2C0%2C1%2C3.125%2C0h13.75A3.129%2C3.129%2C0%2C0%2C1%2C20%2C3.125V5.078a.938.938%2C0%2C0%2C1-1.875%2C0V3.125a1.251%2C1.251%2C0%2C0%2C0-1.25-1.25H3.125a1.251%2C1.251%2C0%2C0%2C0-1.25%2C1.25v13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25%2C1.25h13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25-1.25V14.922a.938.938%2C0%2C0%2C1%2C1.875%2C0Zm-5.131-.729a.938.938%2C0%2C0%2C0%2C1.326%2C0l3.53-3.53a.937.937%2C0%2C0%2C0%2C0-1.326L16.2%2C5.807a.938.938%2C0%2C1%2C0-1.326%2C1.326l1.93%2C1.93H8.794a.938.938%2C0%2C0%2C0%2C0%2C1.875H16.8l-1.93%2C1.93a.938.938%2C0%2C0%2C0%2C0%2C1.326Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-export-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22export-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22export%22%20d%3D%22M20%2C14.922v1.953A3.129%2C3.129%2C0%2C0%2C1%2C16.875%2C20H3.125A3.129%2C3.129%2C0%2C0%2C1%2C0%2C16.875V3.125A3.129%2C3.129%2C0%2C0%2C1%2C3.125%2C0h13.75A3.129%2C3.129%2C0%2C0%2C1%2C20%2C3.125V5.078a.938.938%2C0%2C0%2C1-1.875%2C0V3.125a1.251%2C1.251%2C0%2C0%2C0-1.25-1.25H3.125a1.251%2C1.251%2C0%2C0%2C0-1.25%2C1.25v13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25%2C1.25h13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25-1.25V14.922a.938.938%2C0%2C0%2C1%2C1.875%2C0Zm-5.131-.729a.938.938%2C0%2C0%2C0%2C1.326%2C0l3.53-3.53a.937.937%2C0%2C0%2C0%2C0-1.326L16.2%2C5.807a.938.938%2C0%2C1%2C0-1.326%2C1.326l1.93%2C1.93H8.794a.938.938%2C0%2C0%2C0%2C0%2C1.875H16.8l-1.93%2C1.93a.938.938%2C0%2C0%2C0%2C0%2C1.326Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-export-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22export-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22export%22%20d%3D%22M20%2C14.922v1.953A3.129%2C3.129%2C0%2C0%2C1%2C16.875%2C20H3.125A3.129%2C3.129%2C0%2C0%2C1%2C0%2C16.875V3.125A3.129%2C3.129%2C0%2C0%2C1%2C3.125%2C0h13.75A3.129%2C3.129%2C0%2C0%2C1%2C20%2C3.125V5.078a.938.938%2C0%2C0%2C1-1.875%2C0V3.125a1.251%2C1.251%2C0%2C0%2C0-1.25-1.25H3.125a1.251%2C1.251%2C0%2C0%2C0-1.25%2C1.25v13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25%2C1.25h13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25-1.25V14.922a.938.938%2C0%2C0%2C1%2C1.875%2C0Zm-5.131-.729a.938.938%2C0%2C0%2C0%2C1.326%2C0l3.53-3.53a.937.937%2C0%2C0%2C0%2C0-1.326L16.2%2C5.807a.938.938%2C0%2C1%2C0-1.326%2C1.326l1.93%2C1.93H8.794a.938.938%2C0%2C0%2C0%2C0%2C1.875H16.8l-1.93%2C1.93a.938.938%2C0%2C0%2C0%2C0%2C1.326Z%22%20transform%3D%22translate(2%202)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-export-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22export-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22export%22%20d%3D%22M20%2C14.922v1.953A3.129%2C3.129%2C0%2C0%2C1%2C16.875%2C20H3.125A3.129%2C3.129%2C0%2C0%2C1%2C0%2C16.875V3.125A3.129%2C3.129%2C0%2C0%2C1%2C3.125%2C0h13.75A3.129%2C3.129%2C0%2C0%2C1%2C20%2C3.125V5.078a.938.938%2C0%2C0%2C1-1.875%2C0V3.125a1.251%2C1.251%2C0%2C0%2C0-1.25-1.25H3.125a1.251%2C1.251%2C0%2C0%2C0-1.25%2C1.25v13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25%2C1.25h13.75a1.251%2C1.251%2C0%2C0%2C0%2C1.25-1.25V14.922a.938.938%2C0%2C0%2C1%2C1.875%2C0Zm-5.131-.729a.938.938%2C0%2C0%2C0%2C1.326%2C0l3.53-3.53a.937.937%2C0%2C0%2C0%2C0-1.326L16.2%2C5.807a.938.938%2C0%2C1%2C0-1.326%2C1.326l1.93%2C1.93H8.794a.938.938%2C0%2C0%2C0%2C0%2C1.875H16.8l-1.93%2C1.93a.938.938%2C0%2C0%2C0%2C0%2C1.326Z%22%20transform%3D%22translate(2%202)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-failed-medical-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22failed-medical-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6770%22%20data-name%3D%22Group%206770%22%20transform%3D%22translate(-4%2017)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43278%22%20data-name%3D%22Path%2043278%22%20d%3D%22M5.434%2C4.209a.205.205%2C0%2C0%2C1-.2.2H3.16L5.434%2C2.181ZM2.228%2C12.277V5.7h3A1.5%2C1.5%2C0%2C0%2C0%2C6.722%2C4.209V1.289H17.441A1.117%2C1.117%2C0%2C0%2C1%2C18.557%2C2.4v17.19a1.118%2C1.118%2C0%2C0%2C1-1.116%2C1.116H9.209A.9.9%2C0%2C0%2C0%2C9.189%2C22h8.252a2.408%2C2.408%2C0%2C0%2C0%2C2.405-2.405V2.4A2.407%2C2.407%2C0%2C0%2C0%2C17.441%2C0H6.078a.647.647%2C0%2C0%2C0-.452.184L1.132%2C4.6a.642.642%2C0%2C0%2C0-.193.46v7.2a.8.8%2C0%2C0%2C0%2C1.289.015%22%20transform%3D%22translate(6%20-16)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43279%22%20data-name%3D%22Path%2043279%22%20d%3D%22M12.546%2C8.792V6.2a.516.516%2C0%2C0%2C0-.515-.515h-2.4a.516.516%2C0%2C0%2C0-.515.515V8.792a.515.515%2C0%2C0%2C1-.515.515H6.006a.515.515%2C0%2C0%2C0-.515.515V11.2H5.5a5.5%2C5.5%2C0%2C0%2C1%2C5.436%2C4.7.52.52%2C0%2C0%2C0%2C.508.46h.587a.516.516%2C0%2C0%2C0%2C.515-.515v-2.6a.515.515%2C0%2C0%2C1%2C.515-.515h2.6a.516.516%2C0%2C0%2C0%2C.515-.515v-2.4a.515.515%2C0%2C0%2C0-.515-.515h-2.6a.516.516%2C0%2C0%2C1-.515-.515%22%20transform%3D%22translate(6%20-16)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43280%22%20data-name%3D%22Path%2043280%22%20d%3D%22M0%2C17.132a5.067%2C5.067%2C0%2C1%2C0%2C5.067-5.067A5.068%2C5.068%2C0%2C0%2C0%2C0%2C17.132m3.981%2C0L2.946%2C16.1a.768.768%2C0%2C1%2C1%2C1.086-1.086l1.035%2C1.035L6.1%2C15.011A.768.768%2C0%2C1%2C1%2C7.189%2C16.1L6.154%2C17.132l1.035%2C1.035A.768.768%2C0%2C1%2C1%2C6.1%2C19.253L5.067%2C18.218%2C4.032%2C19.253a.768.768%2C0%2C1%2C1-1.086-1.086Z%22%20transform%3D%22translate(6%20-16)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-failed-medical-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22failed-medical-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6770%22%20data-name%3D%22Group%206770%22%20transform%3D%22translate(-4%2017)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43278%22%20data-name%3D%22Path%2043278%22%20d%3D%22M5.434%2C4.209a.205.205%2C0%2C0%2C1-.2.2H3.16L5.434%2C2.181ZM2.228%2C12.277V5.7h3A1.5%2C1.5%2C0%2C0%2C0%2C6.722%2C4.209V1.289H17.441A1.117%2C1.117%2C0%2C0%2C1%2C18.557%2C2.4v17.19a1.118%2C1.118%2C0%2C0%2C1-1.116%2C1.116H9.209A.9.9%2C0%2C0%2C0%2C9.189%2C22h8.252a2.408%2C2.408%2C0%2C0%2C0%2C2.405-2.405V2.4A2.407%2C2.407%2C0%2C0%2C0%2C17.441%2C0H6.078a.647.647%2C0%2C0%2C0-.452.184L1.132%2C4.6a.642.642%2C0%2C0%2C0-.193.46v7.2a.8.8%2C0%2C0%2C0%2C1.289.015%22%20transform%3D%22translate(6%20-16)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43279%22%20data-name%3D%22Path%2043279%22%20d%3D%22M12.546%2C8.792V6.2a.516.516%2C0%2C0%2C0-.515-.515h-2.4a.516.516%2C0%2C0%2C0-.515.515V8.792a.515.515%2C0%2C0%2C1-.515.515H6.006a.515.515%2C0%2C0%2C0-.515.515V11.2H5.5a5.5%2C5.5%2C0%2C0%2C1%2C5.436%2C4.7.52.52%2C0%2C0%2C0%2C.508.46h.587a.516.516%2C0%2C0%2C0%2C.515-.515v-2.6a.515.515%2C0%2C0%2C1%2C.515-.515h2.6a.516.516%2C0%2C0%2C0%2C.515-.515v-2.4a.515.515%2C0%2C0%2C0-.515-.515h-2.6a.516.516%2C0%2C0%2C1-.515-.515%22%20transform%3D%22translate(6%20-16)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43280%22%20data-name%3D%22Path%2043280%22%20d%3D%22M0%2C17.132a5.067%2C5.067%2C0%2C1%2C0%2C5.067-5.067A5.068%2C5.068%2C0%2C0%2C0%2C0%2C17.132m3.981%2C0L2.946%2C16.1a.768.768%2C0%2C1%2C1%2C1.086-1.086l1.035%2C1.035L6.1%2C15.011A.768.768%2C0%2C1%2C1%2C7.189%2C16.1L6.154%2C17.132l1.035%2C1.035A.768.768%2C0%2C1%2C1%2C6.1%2C19.253L5.067%2C18.218%2C4.032%2C19.253a.768.768%2C0%2C1%2C1-1.086-1.086Z%22%20transform%3D%22translate(6%20-16)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-failed-medical-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22failed-medical-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6770%22%20data-name%3D%22Group%206770%22%20transform%3D%22translate(-4%2017)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43278%22%20data-name%3D%22Path%2043278%22%20d%3D%22M5.434%2C4.209a.205.205%2C0%2C0%2C1-.2.2H3.16L5.434%2C2.181ZM2.228%2C12.277V5.7h3A1.5%2C1.5%2C0%2C0%2C0%2C6.722%2C4.209V1.289H17.441A1.117%2C1.117%2C0%2C0%2C1%2C18.557%2C2.4v17.19a1.118%2C1.118%2C0%2C0%2C1-1.116%2C1.116H9.209A.9.9%2C0%2C0%2C0%2C9.189%2C22h8.252a2.408%2C2.408%2C0%2C0%2C0%2C2.405-2.405V2.4A2.407%2C2.407%2C0%2C0%2C0%2C17.441%2C0H6.078a.647.647%2C0%2C0%2C0-.452.184L1.132%2C4.6a.642.642%2C0%2C0%2C0-.193.46v7.2a.8.8%2C0%2C0%2C0%2C1.289.015%22%20transform%3D%22translate(6%20-16)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43279%22%20data-name%3D%22Path%2043279%22%20d%3D%22M12.546%2C8.792V6.2a.516.516%2C0%2C0%2C0-.515-.515h-2.4a.516.516%2C0%2C0%2C0-.515.515V8.792a.515.515%2C0%2C0%2C1-.515.515H6.006a.515.515%2C0%2C0%2C0-.515.515V11.2H5.5a5.5%2C5.5%2C0%2C0%2C1%2C5.436%2C4.7.52.52%2C0%2C0%2C0%2C.508.46h.587a.516.516%2C0%2C0%2C0%2C.515-.515v-2.6a.515.515%2C0%2C0%2C1%2C.515-.515h2.6a.516.516%2C0%2C0%2C0%2C.515-.515v-2.4a.515.515%2C0%2C0%2C0-.515-.515h-2.6a.516.516%2C0%2C0%2C1-.515-.515%22%20transform%3D%22translate(6%20-16)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43280%22%20data-name%3D%22Path%2043280%22%20d%3D%22M0%2C17.132a5.067%2C5.067%2C0%2C1%2C0%2C5.067-5.067A5.068%2C5.068%2C0%2C0%2C0%2C0%2C17.132m3.981%2C0L2.946%2C16.1a.768.768%2C0%2C1%2C1%2C1.086-1.086l1.035%2C1.035L6.1%2C15.011A.768.768%2C0%2C1%2C1%2C7.189%2C16.1L6.154%2C17.132l1.035%2C1.035A.768.768%2C0%2C1%2C1%2C6.1%2C19.253L5.067%2C18.218%2C4.032%2C19.253a.768.768%2C0%2C1%2C1-1.086-1.086Z%22%20transform%3D%22translate(6%20-16)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-failed-medical-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22failed-medical-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6770%22%20data-name%3D%22Group%206770%22%20transform%3D%22translate(-4%2017)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43278%22%20data-name%3D%22Path%2043278%22%20d%3D%22M5.434%2C4.209a.205.205%2C0%2C0%2C1-.2.2H3.16L5.434%2C2.181ZM2.228%2C12.277V5.7h3A1.5%2C1.5%2C0%2C0%2C0%2C6.722%2C4.209V1.289H17.441A1.117%2C1.117%2C0%2C0%2C1%2C18.557%2C2.4v17.19a1.118%2C1.118%2C0%2C0%2C1-1.116%2C1.116H9.209A.9.9%2C0%2C0%2C0%2C9.189%2C22h8.252a2.408%2C2.408%2C0%2C0%2C0%2C2.405-2.405V2.4A2.407%2C2.407%2C0%2C0%2C0%2C17.441%2C0H6.078a.647.647%2C0%2C0%2C0-.452.184L1.132%2C4.6a.642.642%2C0%2C0%2C0-.193.46v7.2a.8.8%2C0%2C0%2C0%2C1.289.015%22%20transform%3D%22translate(6%20-16)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43279%22%20data-name%3D%22Path%2043279%22%20d%3D%22M12.546%2C8.792V6.2a.516.516%2C0%2C0%2C0-.515-.515h-2.4a.516.516%2C0%2C0%2C0-.515.515V8.792a.515.515%2C0%2C0%2C1-.515.515H6.006a.515.515%2C0%2C0%2C0-.515.515V11.2H5.5a5.5%2C5.5%2C0%2C0%2C1%2C5.436%2C4.7.52.52%2C0%2C0%2C0%2C.508.46h.587a.516.516%2C0%2C0%2C0%2C.515-.515v-2.6a.515.515%2C0%2C0%2C1%2C.515-.515h2.6a.516.516%2C0%2C0%2C0%2C.515-.515v-2.4a.515.515%2C0%2C0%2C0-.515-.515h-2.6a.516.516%2C0%2C0%2C1-.515-.515%22%20transform%3D%22translate(6%20-16)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43280%22%20data-name%3D%22Path%2043280%22%20d%3D%22M0%2C17.132a5.067%2C5.067%2C0%2C1%2C0%2C5.067-5.067A5.068%2C5.068%2C0%2C0%2C0%2C0%2C17.132m3.981%2C0L2.946%2C16.1a.768.768%2C0%2C1%2C1%2C1.086-1.086l1.035%2C1.035L6.1%2C15.011A.768.768%2C0%2C1%2C1%2C7.189%2C16.1L6.154%2C17.132l1.035%2C1.035A.768.768%2C0%2C1%2C1%2C6.1%2C19.253L5.067%2C18.218%2C4.032%2C19.253a.768.768%2C0%2C1%2C1-1.086-1.086Z%22%20transform%3D%22translate(6%20-16)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-first-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22first-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-left%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%207.494)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25251%22%20data-name%3D%22Rectangle%2025251%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(9.5%207.494)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-first-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22first-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-left%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%207.494)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25251%22%20data-name%3D%22Rectangle%2025251%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(9.5%207.494)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-first-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22first-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-left%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%207.494)%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25251%22%20data-name%3D%22Rectangle%2025251%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(9.5%207.494)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-first-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22first-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-left%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%207.494)%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25251%22%20data-name%3D%22Rectangle%2025251%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(9.5%207.494)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-functions-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22functions-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6776%22%20data-name%3D%22Group%206776%22%20transform%3D%22translate(1%204)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6777%22%20data-name%3D%22Group%206777%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43285%22%20data-name%3D%22Path%2043285%22%20d%3D%22M8.515%2C15.106H6.957c-.437%2C0-.566-.129-1.341-2.046L5.231%2C12.9c-1.63.736-1.83.736-1.952.736H3.032l-.2-.178-1.1-1.08c-.321-.317-.321-.484.52-2.393L2.1%2C9.632C.135%2C8.926%2C0%2C8.8%2C0%2C8.347V6.821c0-.445.121-.562%2C2.1-1.327l.151-.358c-.852-1.8-.9-2.038-.556-2.368L2.967%2C1.517l.268%2C0a6.527%2C6.527%2C0%2C0%2C1%2C1.979.7L5.6%2C2.055C6.317.131%2C6.445%2C0%2C6.893%2C0H8.45c.442%2C0%2C.56.118%2C1.34%2C2.047l.383.155c1.628-.737%2C1.83-.737%2C1.952-.737h.248l.2.177L13.675%2C2.72c.319.318.319.485-.522%2C2.395l.152.36c1.982.71%2C2.1.827%2C2.1%2C1.283V8.282c0%2C.447-.12.563-2.095%2C1.329l-.151.358c.881%2C1.859.885%2C2.044.562%2C2.365L12.44%2C13.589l-.268.005a6.507%2C6.507%2C0%2C0%2C1-1.976-.7l-.384.157c-.722%2C1.923-.851%2C2.053-1.3%2C2.053M7.3%2C13.883h.855c.152-.345.4-.972.6-1.511l.093-.252%2C1.354-.549.234.1c.554.235%2C1.207.5%2C1.567.629l.594-.58c-.142-.351-.416-.959-.663-1.471L11.82%2C10l.567-1.341.241-.1c.557-.215%2C1.2-.477%2C1.554-.635V7.123c-.352-.148-.992-.391-1.542-.585l-.256-.091L11.82%2C5.1l.108-.242c.236-.533.5-1.159.635-1.517l-.595-.58c-.356.138-.989.413-1.526.658l-.239.108L8.85%2C2.986l-.1-.241C8.534%2C2.2%2C8.265%2C1.566%2C8.1%2C1.224H7.249c-.153.344-.4.972-.6%2C1.511l-.094.251L5.2%2C3.534l-.233-.1C4.416%2C3.2%2C3.76%2C2.935%2C3.4%2C2.807l-.593.58c.142.35.417.957.662%2C1.472l.118.247L3.02%2C6.449l-.241.092c-.556.215-1.2.478-1.553.636v.806c.353.15.993.391%2C1.543.587l.255.09L3.587%2C10l-.106.24c-.236.532-.5%2C1.16-.635%2C1.517l.593.58c.356-.137.99-.411%2C1.525-.656l.24-.11%2C1.353.548.1.242c.22.544.488%2C1.179.65%2C1.52m.4-3.494a2.836%2C2.836%2C0%2C1%2C1%2C2.886-2.836A2.864%2C2.864%2C0%2C0%2C1%2C7.7%2C10.389m0-4.448A1.613%2C1.613%2C0%2C1%2C0%2C9.366%2C7.553%2C1.639%2C1.639%2C0%2C0%2C0%2C7.7%2C5.941%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43286%22%20data-name%3D%22Path%2043286%22%20d%3D%22M17.508%2C15.4h-.084l-.769-.258c-.353-.119-.386-.349-.428-1.251-.232.024-.566.059-.74.059a.545.545%2C0%2C0%2C1-.539-.3l-.319-.659c-.149-.333-.014-.522.577-1.187v-.011c-.667-.542-.844-.718-.729-1.073L14.713%2C10c.119-.348.366-.387%2C1.23-.438l.008-.009c-.091-.886-.09-1.118.231-1.288l.772-.394h.125c.181%2C0%2C.251%2C0%2C.941.622.568-.715.675-.776.917-.776h.086l.766.258c.353.114.389.366.428%2C1.251.234-.026.569-.06.741-.06a.54.54%2C0%2C0%2C1%2C.539.307l.317.655c.164.318.027.507-.575%2C1.188v.011c.655.533.849.726.724%2C1.084l-.233.7c-.105.347-.355.387-1.229.439l-.007.008c.089.868.09%2C1.122-.242%2C1.291l-.762.391h-.126c-.178%2C0-.253%2C0-.943-.622-.548.691-.661.775-.914.775m-.329-.853.1.033c.127-.152.3-.359.437-.54l.154-.2.972-.069.178.163c.17.156.369.332.519.459l.109-.055c-.014-.2-.038-.468-.064-.7l-.024-.24.632-.741.239-.014c.233-.014.5-.033.7-.051l.044-.13c-.147-.127-.348-.3-.525-.439l-.19-.155L20.4%2C10.9l.155-.174c.161-.182.344-.394.471-.55l-.052-.109c-.216.018-.49.048-.67.07l-.25.032-.73-.647-.01-.238c-.012-.237-.027-.51-.043-.711l-.1-.034c-.127.152-.3.36-.438.54l-.154.2-.969.072-.178-.165c-.17-.156-.37-.331-.519-.459l-.107.055c.014.2.037.468.062.7l.024.24-.629.741-.24.011c-.232.014-.505.034-.7.053l-.044.128c.147.128.349.3.526.439l.193.155.059.971-.154.175c-.162.18-.345.392-.473.548l.052.108c.217-.02.491-.05.669-.072l.251-.031.731.646.01.238c.009.237.027.512.042.713m1.029-1.392a1.5%2C1.5%2C0%2C0%2C1-.493-.081%2C1.6%2C1.6%2C0%2C0%2C1%2C.523-3.1%2C1.566%2C1.566%2C0%2C0%2C1%2C.49.079%2C1.6%2C1.6%2C0%2C0%2C1-.52%2C3.1m.031-2.164a.573.573%2C0%2C0%2C0-.539.4.566.566%2C0%2C0%2C0%2C.34.721.574.574%2C0%2C0%2C0%2C.7-.37.564.564%2C0%2C0%2C0-.339-.721.529.529%2C0%2C0%2C0-.166-.027%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-functions-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22functions-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6776%22%20data-name%3D%22Group%206776%22%20transform%3D%22translate(1%204)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6777%22%20data-name%3D%22Group%206777%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43285%22%20data-name%3D%22Path%2043285%22%20d%3D%22M8.515%2C15.106H6.957c-.437%2C0-.566-.129-1.341-2.046L5.231%2C12.9c-1.63.736-1.83.736-1.952.736H3.032l-.2-.178-1.1-1.08c-.321-.317-.321-.484.52-2.393L2.1%2C9.632C.135%2C8.926%2C0%2C8.8%2C0%2C8.347V6.821c0-.445.121-.562%2C2.1-1.327l.151-.358c-.852-1.8-.9-2.038-.556-2.368L2.967%2C1.517l.268%2C0a6.527%2C6.527%2C0%2C0%2C1%2C1.979.7L5.6%2C2.055C6.317.131%2C6.445%2C0%2C6.893%2C0H8.45c.442%2C0%2C.56.118%2C1.34%2C2.047l.383.155c1.628-.737%2C1.83-.737%2C1.952-.737h.248l.2.177L13.675%2C2.72c.319.318.319.485-.522%2C2.395l.152.36c1.982.71%2C2.1.827%2C2.1%2C1.283V8.282c0%2C.447-.12.563-2.095%2C1.329l-.151.358c.881%2C1.859.885%2C2.044.562%2C2.365L12.44%2C13.589l-.268.005a6.507%2C6.507%2C0%2C0%2C1-1.976-.7l-.384.157c-.722%2C1.923-.851%2C2.053-1.3%2C2.053M7.3%2C13.883h.855c.152-.345.4-.972.6-1.511l.093-.252%2C1.354-.549.234.1c.554.235%2C1.207.5%2C1.567.629l.594-.58c-.142-.351-.416-.959-.663-1.471L11.82%2C10l.567-1.341.241-.1c.557-.215%2C1.2-.477%2C1.554-.635V7.123c-.352-.148-.992-.391-1.542-.585l-.256-.091L11.82%2C5.1l.108-.242c.236-.533.5-1.159.635-1.517l-.595-.58c-.356.138-.989.413-1.526.658l-.239.108L8.85%2C2.986l-.1-.241C8.534%2C2.2%2C8.265%2C1.566%2C8.1%2C1.224H7.249c-.153.344-.4.972-.6%2C1.511l-.094.251L5.2%2C3.534l-.233-.1C4.416%2C3.2%2C3.76%2C2.935%2C3.4%2C2.807l-.593.58c.142.35.417.957.662%2C1.472l.118.247L3.02%2C6.449l-.241.092c-.556.215-1.2.478-1.553.636v.806c.353.15.993.391%2C1.543.587l.255.09L3.587%2C10l-.106.24c-.236.532-.5%2C1.16-.635%2C1.517l.593.58c.356-.137.99-.411%2C1.525-.656l.24-.11%2C1.353.548.1.242c.22.544.488%2C1.179.65%2C1.52m.4-3.494a2.836%2C2.836%2C0%2C1%2C1%2C2.886-2.836A2.864%2C2.864%2C0%2C0%2C1%2C7.7%2C10.389m0-4.448A1.613%2C1.613%2C0%2C1%2C0%2C9.366%2C7.553%2C1.639%2C1.639%2C0%2C0%2C0%2C7.7%2C5.941%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43286%22%20data-name%3D%22Path%2043286%22%20d%3D%22M17.508%2C15.4h-.084l-.769-.258c-.353-.119-.386-.349-.428-1.251-.232.024-.566.059-.74.059a.545.545%2C0%2C0%2C1-.539-.3l-.319-.659c-.149-.333-.014-.522.577-1.187v-.011c-.667-.542-.844-.718-.729-1.073L14.713%2C10c.119-.348.366-.387%2C1.23-.438l.008-.009c-.091-.886-.09-1.118.231-1.288l.772-.394h.125c.181%2C0%2C.251%2C0%2C.941.622.568-.715.675-.776.917-.776h.086l.766.258c.353.114.389.366.428%2C1.251.234-.026.569-.06.741-.06a.54.54%2C0%2C0%2C1%2C.539.307l.317.655c.164.318.027.507-.575%2C1.188v.011c.655.533.849.726.724%2C1.084l-.233.7c-.105.347-.355.387-1.229.439l-.007.008c.089.868.09%2C1.122-.242%2C1.291l-.762.391h-.126c-.178%2C0-.253%2C0-.943-.622-.548.691-.661.775-.914.775m-.329-.853.1.033c.127-.152.3-.359.437-.54l.154-.2.972-.069.178.163c.17.156.369.332.519.459l.109-.055c-.014-.2-.038-.468-.064-.7l-.024-.24.632-.741.239-.014c.233-.014.5-.033.7-.051l.044-.13c-.147-.127-.348-.3-.525-.439l-.19-.155L20.4%2C10.9l.155-.174c.161-.182.344-.394.471-.55l-.052-.109c-.216.018-.49.048-.67.07l-.25.032-.73-.647-.01-.238c-.012-.237-.027-.51-.043-.711l-.1-.034c-.127.152-.3.36-.438.54l-.154.2-.969.072-.178-.165c-.17-.156-.37-.331-.519-.459l-.107.055c.014.2.037.468.062.7l.024.24-.629.741-.24.011c-.232.014-.505.034-.7.053l-.044.128c.147.128.349.3.526.439l.193.155.059.971-.154.175c-.162.18-.345.392-.473.548l.052.108c.217-.02.491-.05.669-.072l.251-.031.731.646.01.238c.009.237.027.512.042.713m1.029-1.392a1.5%2C1.5%2C0%2C0%2C1-.493-.081%2C1.6%2C1.6%2C0%2C0%2C1%2C.523-3.1%2C1.566%2C1.566%2C0%2C0%2C1%2C.49.079%2C1.6%2C1.6%2C0%2C0%2C1-.52%2C3.1m.031-2.164a.573.573%2C0%2C0%2C0-.539.4.566.566%2C0%2C0%2C0%2C.34.721.574.574%2C0%2C0%2C0%2C.7-.37.564.564%2C0%2C0%2C0-.339-.721.529.529%2C0%2C0%2C0-.166-.027%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-functions-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22functions-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6794%22%20data-name%3D%22Group%206794%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6776%22%20data-name%3D%22Group%206776%22%20transform%3D%22translate(1%204)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6778%22%20data-name%3D%22Group%206778%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43285%22%20data-name%3D%22Path%2043285%22%20d%3D%22M8.515%2C15.106H6.957c-.437%2C0-.566-.129-1.341-2.046L5.231%2C12.9c-1.63.736-1.83.736-1.952.736H3.032l-.2-.178-1.1-1.08c-.321-.317-.321-.484.52-2.393L2.1%2C9.632C.135%2C8.926%2C0%2C8.8%2C0%2C8.347V6.821c0-.445.121-.562%2C2.1-1.327l.151-.358c-.852-1.8-.9-2.038-.556-2.368L2.967%2C1.517l.268%2C0a6.527%2C6.527%2C0%2C0%2C1%2C1.979.7L5.6%2C2.055C6.317.131%2C6.445%2C0%2C6.893%2C0H8.45c.442%2C0%2C.56.118%2C1.34%2C2.047l.383.155c1.628-.737%2C1.83-.737%2C1.952-.737h.248l.2.177L13.675%2C2.72c.319.318.319.485-.522%2C2.395l.152.36c1.982.71%2C2.1.827%2C2.1%2C1.283V8.282c0%2C.447-.12.563-2.095%2C1.329l-.151.358c.881%2C1.859.885%2C2.044.562%2C2.365L12.44%2C13.589l-.268.005a6.507%2C6.507%2C0%2C0%2C1-1.976-.7l-.384.157c-.722%2C1.923-.851%2C2.053-1.3%2C2.053M7.3%2C13.883h.855c.152-.345.4-.972.6-1.511l.093-.252%2C1.354-.549.234.1c.554.235%2C1.207.5%2C1.567.629l.594-.58c-.142-.351-.416-.959-.663-1.471L11.82%2C10l.567-1.341.241-.1c.557-.215%2C1.2-.477%2C1.554-.635V7.123c-.352-.148-.992-.391-1.542-.585l-.256-.091L11.82%2C5.1l.108-.242c.236-.533.5-1.159.635-1.517l-.595-.58c-.356.138-.989.413-1.526.658l-.239.108L8.85%2C2.986l-.1-.241C8.534%2C2.2%2C8.265%2C1.566%2C8.1%2C1.224H7.249c-.153.344-.4.972-.6%2C1.511l-.094.251L5.2%2C3.534l-.233-.1C4.416%2C3.2%2C3.76%2C2.935%2C3.4%2C2.807l-.593.58c.142.35.417.957.662%2C1.472l.118.247L3.02%2C6.449l-.241.092c-.556.215-1.2.478-1.553.636v.806c.353.15.993.391%2C1.543.587l.255.09L3.587%2C10l-.106.24c-.236.532-.5%2C1.16-.635%2C1.517l.593.58c.356-.137.99-.411%2C1.525-.656l.24-.11%2C1.353.548.1.242c.22.544.488%2C1.179.65%2C1.52m.4-3.494a2.836%2C2.836%2C0%2C1%2C1%2C2.886-2.836A2.864%2C2.864%2C0%2C0%2C1%2C7.7%2C10.389m0-4.448A1.613%2C1.613%2C0%2C1%2C0%2C9.366%2C7.553%2C1.639%2C1.639%2C0%2C0%2C0%2C7.7%2C5.941%22%20fill%3D%22%23030104%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43286%22%20data-name%3D%22Path%2043286%22%20d%3D%22M17.508%2C15.4h-.084l-.769-.258c-.353-.119-.386-.349-.428-1.251-.232.024-.566.059-.74.059a.545.545%2C0%2C0%2C1-.539-.3l-.319-.659c-.149-.333-.014-.522.577-1.187v-.011c-.667-.542-.844-.718-.729-1.073L14.713%2C10c.119-.348.366-.387%2C1.23-.438l.008-.009c-.091-.886-.09-1.118.231-1.288l.772-.394h.125c.181%2C0%2C.251%2C0%2C.941.622.568-.715.675-.776.917-.776h.086l.766.258c.353.114.389.366.428%2C1.251.234-.026.569-.06.741-.06a.54.54%2C0%2C0%2C1%2C.539.307l.317.655c.164.318.027.507-.575%2C1.188v.011c.655.533.849.726.724%2C1.084l-.233.7c-.105.347-.355.387-1.229.439l-.007.008c.089.868.09%2C1.122-.242%2C1.291l-.762.391h-.126c-.178%2C0-.253%2C0-.943-.622-.548.691-.661.775-.914.775m-.329-.853.1.033c.127-.152.3-.359.437-.54l.154-.2.972-.069.178.163c.17.156.369.332.519.459l.109-.055c-.014-.2-.038-.468-.064-.7l-.024-.24.632-.741.239-.014c.233-.014.5-.033.7-.051l.044-.13c-.147-.127-.348-.3-.525-.439l-.19-.155L20.4%2C10.9l.155-.174c.161-.182.344-.394.471-.55l-.052-.109c-.216.018-.49.048-.67.07l-.25.032-.73-.647-.01-.238c-.012-.237-.027-.51-.043-.711l-.1-.034c-.127.152-.3.36-.438.54l-.154.2-.969.072-.178-.165c-.17-.156-.37-.331-.519-.459l-.107.055c.014.2.037.468.062.7l.024.24-.629.741-.24.011c-.232.014-.505.034-.7.053l-.044.128c.147.128.349.3.526.439l.193.155.059.971-.154.175c-.162.18-.345.392-.473.548l.052.108c.217-.02.491-.05.669-.072l.251-.031.731.646.01.238c.009.237.027.512.042.713m1.029-1.392a1.5%2C1.5%2C0%2C0%2C1-.493-.081%2C1.6%2C1.6%2C0%2C0%2C1%2C.523-3.1%2C1.566%2C1.566%2C0%2C0%2C1%2C.49.079%2C1.6%2C1.6%2C0%2C0%2C1-.52%2C3.1m.031-2.164a.573.573%2C0%2C0%2C0-.539.4.566.566%2C0%2C0%2C0%2C.34.721.574.574%2C0%2C0%2C0%2C.7-.37.564.564%2C0%2C0%2C0-.339-.721.529.529%2C0%2C0%2C0-.166-.027%22%20fill%3D%22%23030104%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-functions-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22functions-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6794%22%20data-name%3D%22Group%206794%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6776%22%20data-name%3D%22Group%206776%22%20transform%3D%22translate(1%204)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6778%22%20data-name%3D%22Group%206778%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43285%22%20data-name%3D%22Path%2043285%22%20d%3D%22M8.515%2C15.106H6.957c-.437%2C0-.566-.129-1.341-2.046L5.231%2C12.9c-1.63.736-1.83.736-1.952.736H3.032l-.2-.178-1.1-1.08c-.321-.317-.321-.484.52-2.393L2.1%2C9.632C.135%2C8.926%2C0%2C8.8%2C0%2C8.347V6.821c0-.445.121-.562%2C2.1-1.327l.151-.358c-.852-1.8-.9-2.038-.556-2.368L2.967%2C1.517l.268%2C0a6.527%2C6.527%2C0%2C0%2C1%2C1.979.7L5.6%2C2.055C6.317.131%2C6.445%2C0%2C6.893%2C0H8.45c.442%2C0%2C.56.118%2C1.34%2C2.047l.383.155c1.628-.737%2C1.83-.737%2C1.952-.737h.248l.2.177L13.675%2C2.72c.319.318.319.485-.522%2C2.395l.152.36c1.982.71%2C2.1.827%2C2.1%2C1.283V8.282c0%2C.447-.12.563-2.095%2C1.329l-.151.358c.881%2C1.859.885%2C2.044.562%2C2.365L12.44%2C13.589l-.268.005a6.507%2C6.507%2C0%2C0%2C1-1.976-.7l-.384.157c-.722%2C1.923-.851%2C2.053-1.3%2C2.053M7.3%2C13.883h.855c.152-.345.4-.972.6-1.511l.093-.252%2C1.354-.549.234.1c.554.235%2C1.207.5%2C1.567.629l.594-.58c-.142-.351-.416-.959-.663-1.471L11.82%2C10l.567-1.341.241-.1c.557-.215%2C1.2-.477%2C1.554-.635V7.123c-.352-.148-.992-.391-1.542-.585l-.256-.091L11.82%2C5.1l.108-.242c.236-.533.5-1.159.635-1.517l-.595-.58c-.356.138-.989.413-1.526.658l-.239.108L8.85%2C2.986l-.1-.241C8.534%2C2.2%2C8.265%2C1.566%2C8.1%2C1.224H7.249c-.153.344-.4.972-.6%2C1.511l-.094.251L5.2%2C3.534l-.233-.1C4.416%2C3.2%2C3.76%2C2.935%2C3.4%2C2.807l-.593.58c.142.35.417.957.662%2C1.472l.118.247L3.02%2C6.449l-.241.092c-.556.215-1.2.478-1.553.636v.806c.353.15.993.391%2C1.543.587l.255.09L3.587%2C10l-.106.24c-.236.532-.5%2C1.16-.635%2C1.517l.593.58c.356-.137.99-.411%2C1.525-.656l.24-.11%2C1.353.548.1.242c.22.544.488%2C1.179.65%2C1.52m.4-3.494a2.836%2C2.836%2C0%2C1%2C1%2C2.886-2.836A2.864%2C2.864%2C0%2C0%2C1%2C7.7%2C10.389m0-4.448A1.613%2C1.613%2C0%2C1%2C0%2C9.366%2C7.553%2C1.639%2C1.639%2C0%2C0%2C0%2C7.7%2C5.941%22%20fill%3D%22%23030104%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43286%22%20data-name%3D%22Path%2043286%22%20d%3D%22M17.508%2C15.4h-.084l-.769-.258c-.353-.119-.386-.349-.428-1.251-.232.024-.566.059-.74.059a.545.545%2C0%2C0%2C1-.539-.3l-.319-.659c-.149-.333-.014-.522.577-1.187v-.011c-.667-.542-.844-.718-.729-1.073L14.713%2C10c.119-.348.366-.387%2C1.23-.438l.008-.009c-.091-.886-.09-1.118.231-1.288l.772-.394h.125c.181%2C0%2C.251%2C0%2C.941.622.568-.715.675-.776.917-.776h.086l.766.258c.353.114.389.366.428%2C1.251.234-.026.569-.06.741-.06a.54.54%2C0%2C0%2C1%2C.539.307l.317.655c.164.318.027.507-.575%2C1.188v.011c.655.533.849.726.724%2C1.084l-.233.7c-.105.347-.355.387-1.229.439l-.007.008c.089.868.09%2C1.122-.242%2C1.291l-.762.391h-.126c-.178%2C0-.253%2C0-.943-.622-.548.691-.661.775-.914.775m-.329-.853.1.033c.127-.152.3-.359.437-.54l.154-.2.972-.069.178.163c.17.156.369.332.519.459l.109-.055c-.014-.2-.038-.468-.064-.7l-.024-.24.632-.741.239-.014c.233-.014.5-.033.7-.051l.044-.13c-.147-.127-.348-.3-.525-.439l-.19-.155L20.4%2C10.9l.155-.174c.161-.182.344-.394.471-.55l-.052-.109c-.216.018-.49.048-.67.07l-.25.032-.73-.647-.01-.238c-.012-.237-.027-.51-.043-.711l-.1-.034c-.127.152-.3.36-.438.54l-.154.2-.969.072-.178-.165c-.17-.156-.37-.331-.519-.459l-.107.055c.014.2.037.468.062.7l.024.24-.629.741-.24.011c-.232.014-.505.034-.7.053l-.044.128c.147.128.349.3.526.439l.193.155.059.971-.154.175c-.162.18-.345.392-.473.548l.052.108c.217-.02.491-.05.669-.072l.251-.031.731.646.01.238c.009.237.027.512.042.713m1.029-1.392a1.5%2C1.5%2C0%2C0%2C1-.493-.081%2C1.6%2C1.6%2C0%2C0%2C1%2C.523-3.1%2C1.566%2C1.566%2C0%2C0%2C1%2C.49.079%2C1.6%2C1.6%2C0%2C0%2C1-.52%2C3.1m.031-2.164a.573.573%2C0%2C0%2C0-.539.4.566.566%2C0%2C0%2C0%2C.34.721.574.574%2C0%2C0%2C0%2C.7-.37.564.564%2C0%2C0%2C0-.339-.721.529.529%2C0%2C0%2C0-.166-.027%22%20fill%3D%22%23030104%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-hello {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Hello%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%20%3Crect%20id%3D%22background%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2210%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cg%20id%3D%22hand%22%20transform%3D%22translate(8%204.487)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35568%22%20data-name%3D%22Path%2035568%22%20d%3D%22M22.529%2C16.325a2.342%2C2.342%2C0%2C0%2C0-.764-3.826l.962-.959a2.344%2C2.344%2C0%2C0%2C0%2C0-3.319L22.707%2C8.2A2.33%2C2.33%2C0%2C0%2C0%2C21.5%2C7.555a2.366%2C2.366%2C0%2C0%2C0%2C.041-.437%2C2.328%2C2.328%2C0%2C0%2C0-.687-1.66l-.031-.031a2.345%2C2.345%2C0%2C0%2C0-2.841-.367%2C2.334%2C2.334%2C0%2C0%2C0-.541-.843l-.02-.02a2.347%2C2.347%2C0%2C0%2C0-3.315%2C0L7.842%2C10.462%2C8.62%2C7.249A2.563%2C2.563%2C0%2C1%2C0%2C3.631%2C6.075l-.107.467a27.613%2C27.613%2C0%2C0%2C1-2.507%2C6.676A8.973%2C8.973%2C0%2C0%2C0%2C.09%2C18.634%2C8.9%2C8.9%2C0%2C0%2C0%2C8.9%2C26.256H8.9A8.84%2C8.84%2C0%2C0%2C0%2C15.2%2C23.641l1.793-1.8Zm-8.351%2C6.3A7.409%2C7.409%2C0%2C0%2C1%2C8.9%2C24.815H8.9a7.459%2C7.459%2C0%2C0%2C1-7.381-6.387%2C7.522%2C7.522%2C0%2C0%2C1%2C.776-4.54A29.049%2C29.049%2C0%2C0%2C0%2C4.929%2C6.863L5.035%2C6.4a1.123%2C1.123%2C0%2C0%2C1%2C1.479-.8A1.122%2C1.122%2C0%2C0%2C1%2C7.22%2C6.91l-1.381%2C5.7a.722.722%2C0%2C0%2C0%2C1.209.679l8.076-8.076a.9.9%2C0%2C0%2C1%2C1.277%2C0l.02.02a.9.9%2C0%2C0%2C1%2C0%2C1.278l-4.963%2C4.963a.72.72%2C0%2C1%2C0%2C1.019%2C1.019l6.049-6.049a.9.9%2C0%2C0%2C1%2C1.278%2C0l.031.031a.9.9%2C0%2C0%2C1%2C0%2C1.279c-1.806%2C1.8-4.276%2C4.258-6.063%2C6.039a.72.72%2C0%2C1%2C0%2C1.016%2C1.021c1.2-1.2%2C4.476-4.458%2C5.626-5.6a.905.905%2C0%2C0%2C1%2C1.276%2C0l.025.025a.9.9%2C0%2C0%2C1%2C0%2C1.28c-1.752%2C1.745-4.526%2C4.508-6.262%2C6.239a.72.72%2C0%2C1%2C0%2C1.017%2C1.02l3.3-3.29.47-.465a.9.9%2C0%2C0%2C1%2C1.274%2C1.281l-5.539%2C5.519Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23f50%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35569%22%20data-name%3D%22Path%2035569%22%20d%3D%22M357.478%2C354.594a.72.72%2C0%2C0%2C0-1.324-.567%2C4.842%2C4.842%2C0%2C0%2C1-2.906%2C2.677.72.72%2C0%2C1%2C0%2C.456%2C1.366%2C6.283%2C6.283%2C0%2C0%2C0%2C3.775-3.476Z%22%20transform%3D%22translate(-335.818%20-333.269)%22%20fill%3D%22%23f50%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35570%22%20data-name%3D%22Path%2035570%22%20d%3D%22M385.107%2C381.611a.72.72%2C0%2C0%2C0-.946.378%2C6.746%2C6.746%2C0%2C0%2C1-3.906%2C3.677.72.72%2C0%2C1%2C0%2C.486%2C1.356%2C8.187%2C8.187%2C0%2C0%2C0%2C4.744-4.465A.72.72%2C0%2C0%2C0%2C385.107%2C381.611Z%22%20transform%3D%22translate(-361.543%20-359.889)%22%20fill%3D%22%23f50%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-hello-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Hello%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%20%3Crect%20id%3D%22background%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2210%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cg%20id%3D%22hand%22%20transform%3D%22translate(8%204.487)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35568%22%20data-name%3D%22Path%2035568%22%20d%3D%22M22.529%2C16.325a2.342%2C2.342%2C0%2C0%2C0-.764-3.826l.962-.959a2.344%2C2.344%2C0%2C0%2C0%2C0-3.319L22.707%2C8.2A2.33%2C2.33%2C0%2C0%2C0%2C21.5%2C7.555a2.366%2C2.366%2C0%2C0%2C0%2C.041-.437%2C2.328%2C2.328%2C0%2C0%2C0-.687-1.66l-.031-.031a2.345%2C2.345%2C0%2C0%2C0-2.841-.367%2C2.334%2C2.334%2C0%2C0%2C0-.541-.843l-.02-.02a2.347%2C2.347%2C0%2C0%2C0-3.315%2C0L7.842%2C10.462%2C8.62%2C7.249A2.563%2C2.563%2C0%2C1%2C0%2C3.631%2C6.075l-.107.467a27.613%2C27.613%2C0%2C0%2C1-2.507%2C6.676A8.973%2C8.973%2C0%2C0%2C0%2C.09%2C18.634%2C8.9%2C8.9%2C0%2C0%2C0%2C8.9%2C26.256H8.9A8.84%2C8.84%2C0%2C0%2C0%2C15.2%2C23.641l1.793-1.8Zm-8.351%2C6.3A7.409%2C7.409%2C0%2C0%2C1%2C8.9%2C24.815H8.9a7.459%2C7.459%2C0%2C0%2C1-7.381-6.387%2C7.522%2C7.522%2C0%2C0%2C1%2C.776-4.54A29.049%2C29.049%2C0%2C0%2C0%2C4.929%2C6.863L5.035%2C6.4a1.123%2C1.123%2C0%2C0%2C1%2C1.479-.8A1.122%2C1.122%2C0%2C0%2C1%2C7.22%2C6.91l-1.381%2C5.7a.722.722%2C0%2C0%2C0%2C1.209.679l8.076-8.076a.9.9%2C0%2C0%2C1%2C1.277%2C0l.02.02a.9.9%2C0%2C0%2C1%2C0%2C1.278l-4.963%2C4.963a.72.72%2C0%2C1%2C0%2C1.019%2C1.019l6.049-6.049a.9.9%2C0%2C0%2C1%2C1.278%2C0l.031.031a.9.9%2C0%2C0%2C1%2C0%2C1.279c-1.806%2C1.8-4.276%2C4.258-6.063%2C6.039a.72.72%2C0%2C1%2C0%2C1.016%2C1.021c1.2-1.2%2C4.476-4.458%2C5.626-5.6a.905.905%2C0%2C0%2C1%2C1.276%2C0l.025.025a.9.9%2C0%2C0%2C1%2C0%2C1.28c-1.752%2C1.745-4.526%2C4.508-6.262%2C6.239a.72.72%2C0%2C1%2C0%2C1.017%2C1.02l3.3-3.29.47-.465a.9.9%2C0%2C0%2C1%2C1.274%2C1.281l-5.539%2C5.519Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23f50%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35569%22%20data-name%3D%22Path%2035569%22%20d%3D%22M357.478%2C354.594a.72.72%2C0%2C0%2C0-1.324-.567%2C4.842%2C4.842%2C0%2C0%2C1-2.906%2C2.677.72.72%2C0%2C1%2C0%2C.456%2C1.366%2C6.283%2C6.283%2C0%2C0%2C0%2C3.775-3.476Z%22%20transform%3D%22translate(-335.818%20-333.269)%22%20fill%3D%22%23f50%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35570%22%20data-name%3D%22Path%2035570%22%20d%3D%22M385.107%2C381.611a.72.72%2C0%2C0%2C0-.946.378%2C6.746%2C6.746%2C0%2C0%2C1-3.906%2C3.677.72.72%2C0%2C1%2C0%2C.486%2C1.356%2C8.187%2C8.187%2C0%2C0%2C0%2C4.744-4.465A.72.72%2C0%2C0%2C0%2C385.107%2C381.611Z%22%20transform%3D%22translate(-361.543%20-359.889)%22%20fill%3D%22%23f50%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-hierarchy-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22hierarchy-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6787%22%20data-name%3D%22Group%206787%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6791%22%20data-name%3D%22Group%206791%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43293%22%20data-name%3D%22Path%2043293%22%20d%3D%22M20.282%2C14.877h-.64v-.809A3.476%2C3.476%2C0%2C0%2C0%2C16.17%2C10.6H11.788V7.606h1.921a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718V1.718A1.72%2C1.72%2C0%2C0%2C0%2C13.709%2C0H8.578A1.72%2C1.72%2C0%2C0%2C0%2C6.86%2C1.718v4.17A1.72%2C1.72%2C0%2C0%2C0%2C8.578%2C7.606H10.5V10.6H5.859a3.476%2C3.476%2C0%2C0%2C0-3.472%2C3.472v.809H1.718A1.72%2C1.72%2C0%2C0%2C0%2C0%2C16.595v2A1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C20.31H4.346a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718H3.677v-.809a2.184%2C2.184%2C0%2C0%2C1%2C2.182-2.182H10.5v2.99H9.829a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2A1.72%2C1.72%2C0%2C0%2C0%2C9.829%2C20.31h2.628a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718h-.669v-2.99H16.17a2.184%2C2.184%2C0%2C0%2C1%2C2.182%2C2.182v.809h-.7a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2a1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C1.718h2.628A1.72%2C1.72%2C0%2C0%2C0%2C22%2C18.592v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718M4.346%2C16.167a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H1.718a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428Zm8.111%2C0a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H9.829a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428ZM8.578%2C6.316a.428.428%2C0%2C0%2C1-.428-.428V1.718a.428.428%2C0%2C0%2C1%2C.428-.428h5.132a.428.428%2C0%2C0%2C1%2C.428.428v4.17a.428.428%2C0%2C0%2C1-.428.428H8.578ZM20.71%2C18.592a.428.428%2C0%2C0%2C1-.428.428H17.654a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428h2.628a.428.428%2C0%2C0%2C1%2C.428.428Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-hierarchy-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22hierarchy-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6787%22%20data-name%3D%22Group%206787%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6791%22%20data-name%3D%22Group%206791%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43293%22%20data-name%3D%22Path%2043293%22%20d%3D%22M20.282%2C14.877h-.64v-.809A3.476%2C3.476%2C0%2C0%2C0%2C16.17%2C10.6H11.788V7.606h1.921a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718V1.718A1.72%2C1.72%2C0%2C0%2C0%2C13.709%2C0H8.578A1.72%2C1.72%2C0%2C0%2C0%2C6.86%2C1.718v4.17A1.72%2C1.72%2C0%2C0%2C0%2C8.578%2C7.606H10.5V10.6H5.859a3.476%2C3.476%2C0%2C0%2C0-3.472%2C3.472v.809H1.718A1.72%2C1.72%2C0%2C0%2C0%2C0%2C16.595v2A1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C20.31H4.346a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718H3.677v-.809a2.184%2C2.184%2C0%2C0%2C1%2C2.182-2.182H10.5v2.99H9.829a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2A1.72%2C1.72%2C0%2C0%2C0%2C9.829%2C20.31h2.628a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718h-.669v-2.99H16.17a2.184%2C2.184%2C0%2C0%2C1%2C2.182%2C2.182v.809h-.7a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2a1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C1.718h2.628A1.72%2C1.72%2C0%2C0%2C0%2C22%2C18.592v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718M4.346%2C16.167a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H1.718a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428Zm8.111%2C0a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H9.829a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428ZM8.578%2C6.316a.428.428%2C0%2C0%2C1-.428-.428V1.718a.428.428%2C0%2C0%2C1%2C.428-.428h5.132a.428.428%2C0%2C0%2C1%2C.428.428v4.17a.428.428%2C0%2C0%2C1-.428.428H8.578ZM20.71%2C18.592a.428.428%2C0%2C0%2C1-.428.428H17.654a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428h2.628a.428.428%2C0%2C0%2C1%2C.428.428Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-hierarchy-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22hierarchy-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6792%22%20data-name%3D%22Group%206792%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6787%22%20data-name%3D%22Group%206787%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6791%22%20data-name%3D%22Group%206791%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43293%22%20data-name%3D%22Path%2043293%22%20d%3D%22M20.282%2C14.877h-.64v-.809A3.476%2C3.476%2C0%2C0%2C0%2C16.17%2C10.6H11.788V7.606h1.921a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718V1.718A1.72%2C1.72%2C0%2C0%2C0%2C13.709%2C0H8.578A1.72%2C1.72%2C0%2C0%2C0%2C6.86%2C1.718v4.17A1.72%2C1.72%2C0%2C0%2C0%2C8.578%2C7.606H10.5V10.6H5.859a3.476%2C3.476%2C0%2C0%2C0-3.472%2C3.472v.809H1.718A1.72%2C1.72%2C0%2C0%2C0%2C0%2C16.595v2A1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C20.31H4.346a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718H3.677v-.809a2.184%2C2.184%2C0%2C0%2C1%2C2.182-2.182H10.5v2.99H9.829a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2A1.72%2C1.72%2C0%2C0%2C0%2C9.829%2C20.31h2.628a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718h-.669v-2.99H16.17a2.184%2C2.184%2C0%2C0%2C1%2C2.182%2C2.182v.809h-.7a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2a1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C1.718h2.628A1.72%2C1.72%2C0%2C0%2C0%2C22%2C18.592v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718M4.346%2C16.167a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H1.718a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428Zm8.111%2C0a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H9.829a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428ZM8.578%2C6.316a.428.428%2C0%2C0%2C1-.428-.428V1.718a.428.428%2C0%2C0%2C1%2C.428-.428h5.132a.428.428%2C0%2C0%2C1%2C.428.428v4.17a.428.428%2C0%2C0%2C1-.428.428H8.578ZM20.71%2C18.592a.428.428%2C0%2C0%2C1-.428.428H17.654a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428h2.628a.428.428%2C0%2C0%2C1%2C.428.428Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-hierarchy-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22hierarchy-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6792%22%20data-name%3D%22Group%206792%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6787%22%20data-name%3D%22Group%206787%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6791%22%20data-name%3D%22Group%206791%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43293%22%20data-name%3D%22Path%2043293%22%20d%3D%22M20.282%2C14.877h-.64v-.809A3.476%2C3.476%2C0%2C0%2C0%2C16.17%2C10.6H11.788V7.606h1.921a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718V1.718A1.72%2C1.72%2C0%2C0%2C0%2C13.709%2C0H8.578A1.72%2C1.72%2C0%2C0%2C0%2C6.86%2C1.718v4.17A1.72%2C1.72%2C0%2C0%2C0%2C8.578%2C7.606H10.5V10.6H5.859a3.476%2C3.476%2C0%2C0%2C0-3.472%2C3.472v.809H1.718A1.72%2C1.72%2C0%2C0%2C0%2C0%2C16.595v2A1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C20.31H4.346a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718H3.677v-.809a2.184%2C2.184%2C0%2C0%2C1%2C2.182-2.182H10.5v2.99H9.829a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2A1.72%2C1.72%2C0%2C0%2C0%2C9.829%2C20.31h2.628a1.72%2C1.72%2C0%2C0%2C0%2C1.718-1.718v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718h-.669v-2.99H16.17a2.184%2C2.184%2C0%2C0%2C1%2C2.182%2C2.182v.809h-.7a1.72%2C1.72%2C0%2C0%2C0-1.718%2C1.718v2a1.72%2C1.72%2C0%2C0%2C0%2C1.718%2C1.718h2.628A1.72%2C1.72%2C0%2C0%2C0%2C22%2C18.592v-2a1.72%2C1.72%2C0%2C0%2C0-1.718-1.718M4.346%2C16.167a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H1.718a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428Zm8.111%2C0a.428.428%2C0%2C0%2C1%2C.428.428v2a.428.428%2C0%2C0%2C1-.428.428H9.829a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428ZM8.578%2C6.316a.428.428%2C0%2C0%2C1-.428-.428V1.718a.428.428%2C0%2C0%2C1%2C.428-.428h5.132a.428.428%2C0%2C0%2C1%2C.428.428v4.17a.428.428%2C0%2C0%2C1-.428.428H8.578ZM20.71%2C18.592a.428.428%2C0%2C0%2C1-.428.428H17.654a.428.428%2C0%2C0%2C1-.428-.428v-2a.428.428%2C0%2C0%2C1%2C.428-.428h2.628a.428.428%2C0%2C0%2C1%2C.428.428Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-home-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22home-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22home%22%20transform%3D%22translate(1%20-75)%22%3E%20%20%20%20%3Cpath%20id%3D%22home_1_%22%20data-name%3D%22home%20(1)%22%20d%3D%22M22.707%2C11.293l-2-2-8-8a1%2C1%2C0%2C0%2C0-1.414%2C0l-8%2C8-2%2C2a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L3%2C12.414V22a1%2C1%2C0%2C0%2C0%2C1%2C1H20a1%2C1%2C0%2C0%2C0%2C1-1V12.414l.293.293a1%2C1%2C0%2C1%2C0%2C1.414-1.414ZM19%2C21H5V10.414l7-7%2C7%2C7Z%22%20transform%3D%22translate(-1%2075)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-home-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22home-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22home%22%20transform%3D%22translate(1%20-75)%22%3E%20%20%20%20%3Cpath%20id%3D%22home_1_%22%20data-name%3D%22home%20(1)%22%20d%3D%22M22.707%2C11.293l-2-2-8-8a1%2C1%2C0%2C0%2C0-1.414%2C0l-8%2C8-2%2C2a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L3%2C12.414V22a1%2C1%2C0%2C0%2C0%2C1%2C1H20a1%2C1%2C0%2C0%2C0%2C1-1V12.414l.293.293a1%2C1%2C0%2C1%2C0%2C1.414-1.414ZM19%2C21H5V10.414l7-7%2C7%2C7Z%22%20transform%3D%22translate(-1%2075)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-home-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22home-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22home%22%20transform%3D%22translate(1%20-75)%22%3E%20%20%20%20%3Cpath%20id%3D%22home_1_%22%20data-name%3D%22home%20(1)%22%20d%3D%22M22.707%2C11.293l-2-2-8-8a1%2C1%2C0%2C0%2C0-1.414%2C0l-8%2C8-2%2C2a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L3%2C12.414V22a1%2C1%2C0%2C0%2C0%2C1%2C1H20a1%2C1%2C0%2C0%2C0%2C1-1V12.414l.293.293a1%2C1%2C0%2C1%2C0%2C1.414-1.414ZM19%2C21H5V10.414l7-7%2C7%2C7Z%22%20transform%3D%22translate(-1%2075)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-home-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22home-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22home%22%20transform%3D%22translate(1%20-75)%22%3E%20%20%20%20%3Cpath%20id%3D%22home_1_%22%20data-name%3D%22home%20(1)%22%20d%3D%22M22.707%2C11.293l-2-2-8-8a1%2C1%2C0%2C0%2C0-1.414%2C0l-8%2C8-2%2C2a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L3%2C12.414V22a1%2C1%2C0%2C0%2C0%2C1%2C1H20a1%2C1%2C0%2C0%2C0%2C1-1V12.414l.293.293a1%2C1%2C0%2C1%2C0%2C1.414-1.414ZM19%2C21H5V10.414l7-7%2C7%2C7Z%22%20transform%3D%22translate(-1%2075)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-important-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22important-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22important%22%20d%3D%22M12%2C2A10%2C10%2C0%2C1%2C0%2C22%2C12%2C10%2C10%2C0%2C0%2C0%2C12%2C2Zm0%2C2a8%2C8%2C0%2C1%2C1-8%2C8A8%2C8%2C0%2C0%2C1%2C12%2C4Zm0%2C10.993a1%2C1%2C0%2C1%2C1-1%2C1A1%2C1%2C0%2C0%2C1%2C12%2C14.993ZM13%2C13V7a1%2C1%2C0%2C0%2C0-2%2C0v6a1%2C1%2C0%2C0%2C0%2C2%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-important-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22important-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22important%22%20d%3D%22M12%2C2A10%2C10%2C0%2C1%2C0%2C22%2C12%2C10%2C10%2C0%2C0%2C0%2C12%2C2Zm0%2C2a8%2C8%2C0%2C1%2C1-8%2C8A8%2C8%2C0%2C0%2C1%2C12%2C4Zm0%2C10.993a1%2C1%2C0%2C1%2C1-1%2C1A1%2C1%2C0%2C0%2C1%2C12%2C14.993ZM13%2C13V7a1%2C1%2C0%2C0%2C0-2%2C0v6a1%2C1%2C0%2C0%2C0%2C2%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.nr-important-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22important-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Important%22%20d%3D%22M12%2C2A10%2C10%2C0%2C1%2C0%2C22%2C12%2C10%2C10%2C0%2C0%2C0%2C12%2C2Zm0%2C2a8%2C8%2C0%2C1%2C1-8%2C8A8%2C8%2C0%2C0%2C1%2C12%2C4Zm0%2C10.993a1%2C1%2C0%2C1%2C1-1%2C1A1%2C1%2C0%2C0%2C1%2C12%2C14.993ZM13%2C13V7a1%2C1%2C0%2C0%2C0-2%2C0v6a1%2C1%2C0%2C0%2C0%2C2%2C0Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-important-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22important-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Important%22%20d%3D%22M12%2C2A10%2C10%2C0%2C1%2C0%2C22%2C12%2C10%2C10%2C0%2C0%2C0%2C12%2C2Zm0%2C2a8%2C8%2C0%2C1%2C1-8%2C8A8%2C8%2C0%2C0%2C1%2C12%2C4Zm0%2C10.993a1%2C1%2C0%2C1%2C1-1%2C1A1%2C1%2C0%2C0%2C1%2C12%2C14.993ZM13%2C13V7a1%2C1%2C0%2C0%2C0-2%2C0v6a1%2C1%2C0%2C0%2C0%2C2%2C0Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.nr-info-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22info-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(1%201)%22%20opacity%3D%220.75%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_546%22%20data-name%3D%22Path%20546%22%20d%3D%22M11%2C0A11%2C11%2C0%2C1%2C0%2C22%2C11%2C10.994%2C10.994%2C0%2C0%2C0%2C11%2C0Zm0%2C20.465A9.465%2C9.465%2C0%2C1%2C1%2C20.465%2C11%2C9.476%2C9.476%2C0%2C0%2C1%2C11%2C20.465Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_547%22%20data-name%3D%22Path%20547%22%20d%3D%22M231.174%2C213.4c-.652%2C0-1.115.275-1.115.681v5.517c0%2C.348.463.695%2C1.115.695.623%2C0%2C1.129-.347%2C1.129-.695v-5.517C232.3%2C213.672%2C231.8%2C213.4%2C231.174%2C213.4Z%22%20transform%3D%22translate(-220.174%20-204.229)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_548%22%20data-name%3D%22Path%20548%22%20d%3D%22M229.562%2C134.208a1.043%2C1.043%2C0%2C1%2C0%2C1.173%2C1.028A1.122%2C1.122%2C0%2C0%2C0%2C229.562%2C134.208Z%22%20transform%3D%22translate(-218.562%20-128.441)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-info-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22info-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(1%201)%22%20opacity%3D%220.75%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_546%22%20data-name%3D%22Path%20546%22%20d%3D%22M11%2C0A11%2C11%2C0%2C1%2C0%2C22%2C11%2C10.994%2C10.994%2C0%2C0%2C0%2C11%2C0Zm0%2C20.465A9.465%2C9.465%2C0%2C1%2C1%2C20.465%2C11%2C9.476%2C9.476%2C0%2C0%2C1%2C11%2C20.465Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_547%22%20data-name%3D%22Path%20547%22%20d%3D%22M231.174%2C213.4c-.652%2C0-1.115.275-1.115.681v5.517c0%2C.348.463.695%2C1.115.695.623%2C0%2C1.129-.347%2C1.129-.695v-5.517C232.3%2C213.672%2C231.8%2C213.4%2C231.174%2C213.4Z%22%20transform%3D%22translate(-220.174%20-204.229)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_548%22%20data-name%3D%22Path%20548%22%20d%3D%22M229.562%2C134.208a1.043%2C1.043%2C0%2C1%2C0%2C1.173%2C1.028A1.122%2C1.122%2C0%2C0%2C0%2C229.562%2C134.208Z%22%20transform%3D%22translate(-218.562%20-128.441)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-info-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22info-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(1%201)%22%20opacity%3D%220.75%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_546%22%20data-name%3D%22Path%20546%22%20d%3D%22M11%2C0A11%2C11%2C0%2C1%2C0%2C22%2C11%2C10.994%2C10.994%2C0%2C0%2C0%2C11%2C0Zm0%2C20.465A9.465%2C9.465%2C0%2C1%2C1%2C20.465%2C11%2C9.476%2C9.476%2C0%2C0%2C1%2C11%2C20.465Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_547%22%20data-name%3D%22Path%20547%22%20d%3D%22M231.174%2C213.4c-.652%2C0-1.115.275-1.115.681v5.517c0%2C.348.463.695%2C1.115.695.623%2C0%2C1.129-.347%2C1.129-.695v-5.517C232.3%2C213.672%2C231.8%2C213.4%2C231.174%2C213.4Z%22%20transform%3D%22translate(-220.174%20-204.229)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_548%22%20data-name%3D%22Path%20548%22%20d%3D%22M229.562%2C134.208a1.043%2C1.043%2C0%2C1%2C0%2C1.173%2C1.028A1.122%2C1.122%2C0%2C0%2C0%2C229.562%2C134.208Z%22%20transform%3D%22translate(-218.562%20-128.441)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-info-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22info-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(1%201)%22%20opacity%3D%220.75%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_546%22%20data-name%3D%22Path%20546%22%20d%3D%22M11%2C0A11%2C11%2C0%2C1%2C0%2C22%2C11%2C10.994%2C10.994%2C0%2C0%2C0%2C11%2C0Zm0%2C20.465A9.465%2C9.465%2C0%2C1%2C1%2C20.465%2C11%2C9.476%2C9.476%2C0%2C0%2C1%2C11%2C20.465Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_547%22%20data-name%3D%22Path%20547%22%20d%3D%22M231.174%2C213.4c-.652%2C0-1.115.275-1.115.681v5.517c0%2C.348.463.695%2C1.115.695.623%2C0%2C1.129-.347%2C1.129-.695v-5.517C232.3%2C213.672%2C231.8%2C213.4%2C231.174%2C213.4Z%22%20transform%3D%22translate(-220.174%20-204.229)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_548%22%20data-name%3D%22Path%20548%22%20d%3D%22M229.562%2C134.208a1.043%2C1.043%2C0%2C1%2C0%2C1.173%2C1.028A1.122%2C1.122%2C0%2C0%2C0%2C229.562%2C134.208Z%22%20transform%3D%22translate(-218.562%20-128.441)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-last-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22last-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-right%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25250%22%20data-name%3D%22Rectangle%2025250%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(16%207.494)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-last-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22last-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22end-right%22%20transform%3D%22translate(-1%20-0.494)%22%3E%20%20%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_25250%22%20data-name%3D%22Rectangle%2025250%22%20width%3D%221.5%22%20height%3D%2210%22%20rx%3D%220.4%22%20transform%3D%22translate(16%207.494)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-learning-support {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22learning-support%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Crect%20id%3D%22probation_green%22%20data-name%3D%22probation%20green%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%2322b14c%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-learning-support-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22learning-support%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Crect%20id%3D%22probation_green%22%20data-name%3D%22probation%20green%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%2322b14c%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(9%207.494)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(9%207.494)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(9%207.494)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(9%207.494)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-chevron-on-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-chevron-on-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(9%207)%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-chevron-on-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-chevron-on-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(9%207)%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-chevron-on-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-chevron-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(9%207)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-chevron-on-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-chevron-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(9%207)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-double-chevron-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%206.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(6%206.506)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-double-chevron-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%206.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(6%206.506)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-double-chevron-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%206.506)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(6%206.506)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-double-chevron-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(12%206.506)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(6%206.506)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-left-sml-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(26%20-102.5)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(267.182%20175.337)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-sml-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(26%20-102.5)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(267.182%20175.337)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-left-sml-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(-3%20126.5)%20rotate(180)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-left-sml-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22left-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(-3%20126.5)%20rotate(180)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-link-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22link-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.961%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3445%22%20data-name%3D%22Group%203445%22%20transform%3D%22translate(0.039%207.073)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3444%22%20data-name%3D%22Group%203444%22%20transform%3D%22translate(0)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35551%22%20data-name%3D%22Path%2035551%22%20d%3D%22M13.463%2C166.117a4.991%2C4.991%2C0%2C0%2C0-.862-.693%2C5.134%2C5.134%2C0%2C0%2C0-6.4.693l-4.664%2C4.668A5.133%2C5.133%2C0%2C0%2C0%2C8.8%2C178.048l3.85-3.85a.367.367%2C0%2C0%2C0-.26-.627h-.147a6.171%2C6.171%2C0%2C0%2C1-2.347-.455.367.367%2C0%2C0%2C0-.4.081l-2.768%2C2.772a2.2%2C2.2%2C0%2C0%2C1-3.113-3.113l4.682-4.679a2.2%2C2.2%2C0%2C0%2C1%2C3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C2.061%2C0%2C1.452%2C1.452%2C0%2C0%2C0%2C0-2.061Z%22%20transform%3D%22translate(-0.039%20-164.614)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3447%22%20data-name%3D%22Group%203447%22%20transform%3D%22translate(8.18%200)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3446%22%20data-name%3D%22Group%203446%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35552%22%20data-name%3D%22Path%2035552%22%20d%3D%22M201.857%2C1.5a5.133%2C5.133%2C0%2C0%2C0-7.26%2C0l-3.846%2C3.843a.368.368%2C0%2C0%2C0%2C.268.627h.136a6.16%2C6.16%2C0%2C0%2C1%2C2.343.458.367.367%2C0%2C0%2C0%2C.4-.081l2.761-2.757a2.2%2C2.2%2C0%2C0%2C1%2C3.113%2C3.113l-3.439%2C3.436-.029.033-1.2%2C1.2a2.2%2C2.2%2C0%2C0%2C1-3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0-2.061%2C0%2C1.462%2C1.462%2C0%2C0%2C0%2C0%2C2.068%2C5.089%2C5.089%2C0%2C0%2C0%2C1.467%2C1.027c.077.037.154.066.231.1s.158.059.235.088.158.055.235.077l.216.059c.147.037.293.066.444.092a5.1%2C5.1%2C0%2C0%2C0%2C.546.051h.279l.22-.026c.081%2C0%2C.165-.022.26-.022h.125l.253-.037.117-.022.213-.044h.04a5.133%2C5.133%2C0%2C0%2C0%2C2.38-1.349l4.668-4.668A5.133%2C5.133%2C0%2C0%2C0%2C201.857%2C1.5Z%22%20transform%3D%22translate(-189.502%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-link-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22link-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.961%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3445%22%20data-name%3D%22Group%203445%22%20transform%3D%22translate(0.039%207.073)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3444%22%20data-name%3D%22Group%203444%22%20transform%3D%22translate(0)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35551%22%20data-name%3D%22Path%2035551%22%20d%3D%22M13.463%2C166.117a4.991%2C4.991%2C0%2C0%2C0-.862-.693%2C5.134%2C5.134%2C0%2C0%2C0-6.4.693l-4.664%2C4.668A5.133%2C5.133%2C0%2C0%2C0%2C8.8%2C178.048l3.85-3.85a.367.367%2C0%2C0%2C0-.26-.627h-.147a6.171%2C6.171%2C0%2C0%2C1-2.347-.455.367.367%2C0%2C0%2C0-.4.081l-2.768%2C2.772a2.2%2C2.2%2C0%2C0%2C1-3.113-3.113l4.682-4.679a2.2%2C2.2%2C0%2C0%2C1%2C3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C2.061%2C0%2C1.452%2C1.452%2C0%2C0%2C0%2C0-2.061Z%22%20transform%3D%22translate(-0.039%20-164.614)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3447%22%20data-name%3D%22Group%203447%22%20transform%3D%22translate(8.18%200)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3446%22%20data-name%3D%22Group%203446%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35552%22%20data-name%3D%22Path%2035552%22%20d%3D%22M201.857%2C1.5a5.133%2C5.133%2C0%2C0%2C0-7.26%2C0l-3.846%2C3.843a.368.368%2C0%2C0%2C0%2C.268.627h.136a6.16%2C6.16%2C0%2C0%2C1%2C2.343.458.367.367%2C0%2C0%2C0%2C.4-.081l2.761-2.757a2.2%2C2.2%2C0%2C0%2C1%2C3.113%2C3.113l-3.439%2C3.436-.029.033-1.2%2C1.2a2.2%2C2.2%2C0%2C0%2C1-3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0-2.061%2C0%2C1.462%2C1.462%2C0%2C0%2C0%2C0%2C2.068%2C5.089%2C5.089%2C0%2C0%2C0%2C1.467%2C1.027c.077.037.154.066.231.1s.158.059.235.088.158.055.235.077l.216.059c.147.037.293.066.444.092a5.1%2C5.1%2C0%2C0%2C0%2C.546.051h.279l.22-.026c.081%2C0%2C.165-.022.26-.022h.125l.253-.037.117-.022.213-.044h.04a5.133%2C5.133%2C0%2C0%2C0%2C2.38-1.349l4.668-4.668A5.133%2C5.133%2C0%2C0%2C0%2C201.857%2C1.5Z%22%20transform%3D%22translate(-189.502%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-link-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22link-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.961%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3445%22%20data-name%3D%22Group%203445%22%20transform%3D%22translate(0.039%207.073)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3444%22%20data-name%3D%22Group%203444%22%20transform%3D%22translate(0)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35551%22%20data-name%3D%22Path%2035551%22%20d%3D%22M13.463%2C166.117a4.991%2C4.991%2C0%2C0%2C0-.862-.693%2C5.134%2C5.134%2C0%2C0%2C0-6.4.693l-4.664%2C4.668A5.133%2C5.133%2C0%2C0%2C0%2C8.8%2C178.048l3.85-3.85a.367.367%2C0%2C0%2C0-.26-.627h-.147a6.171%2C6.171%2C0%2C0%2C1-2.347-.455.367.367%2C0%2C0%2C0-.4.081l-2.768%2C2.772a2.2%2C2.2%2C0%2C0%2C1-3.113-3.113l4.682-4.679a2.2%2C2.2%2C0%2C0%2C1%2C3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C2.061%2C0%2C1.452%2C1.452%2C0%2C0%2C0%2C0-2.061Z%22%20transform%3D%22translate(-0.039%20-164.614)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3447%22%20data-name%3D%22Group%203447%22%20transform%3D%22translate(8.18%200)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3446%22%20data-name%3D%22Group%203446%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35552%22%20data-name%3D%22Path%2035552%22%20d%3D%22M201.857%2C1.5a5.133%2C5.133%2C0%2C0%2C0-7.26%2C0l-3.846%2C3.843a.368.368%2C0%2C0%2C0%2C.268.627h.136a6.16%2C6.16%2C0%2C0%2C1%2C2.343.458.367.367%2C0%2C0%2C0%2C.4-.081l2.761-2.757a2.2%2C2.2%2C0%2C0%2C1%2C3.113%2C3.113l-3.439%2C3.436-.029.033-1.2%2C1.2a2.2%2C2.2%2C0%2C0%2C1-3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0-2.061%2C0%2C1.462%2C1.462%2C0%2C0%2C0%2C0%2C2.068%2C5.089%2C5.089%2C0%2C0%2C0%2C1.467%2C1.027c.077.037.154.066.231.1s.158.059.235.088.158.055.235.077l.216.059c.147.037.293.066.444.092a5.1%2C5.1%2C0%2C0%2C0%2C.546.051h.279l.22-.026c.081%2C0%2C.165-.022.26-.022h.125l.253-.037.117-.022.213-.044h.04a5.133%2C5.133%2C0%2C0%2C0%2C2.38-1.349l4.668-4.668A5.133%2C5.133%2C0%2C0%2C0%2C201.857%2C1.5Z%22%20transform%3D%22translate(-189.502%200)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-link-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22link-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.961%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3445%22%20data-name%3D%22Group%203445%22%20transform%3D%22translate(0.039%207.073)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3444%22%20data-name%3D%22Group%203444%22%20transform%3D%22translate(0)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35551%22%20data-name%3D%22Path%2035551%22%20d%3D%22M13.463%2C166.117a4.991%2C4.991%2C0%2C0%2C0-.862-.693%2C5.134%2C5.134%2C0%2C0%2C0-6.4.693l-4.664%2C4.668A5.133%2C5.133%2C0%2C0%2C0%2C8.8%2C178.048l3.85-3.85a.367.367%2C0%2C0%2C0-.26-.627h-.147a6.171%2C6.171%2C0%2C0%2C1-2.347-.455.367.367%2C0%2C0%2C0-.4.081l-2.768%2C2.772a2.2%2C2.2%2C0%2C0%2C1-3.113-3.113l4.682-4.679a2.2%2C2.2%2C0%2C0%2C1%2C3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C2.061%2C0%2C1.452%2C1.452%2C0%2C0%2C0%2C0-2.061Z%22%20transform%3D%22translate(-0.039%20-164.614)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3447%22%20data-name%3D%22Group%203447%22%20transform%3D%22translate(8.18%200)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3446%22%20data-name%3D%22Group%203446%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35552%22%20data-name%3D%22Path%2035552%22%20d%3D%22M201.857%2C1.5a5.133%2C5.133%2C0%2C0%2C0-7.26%2C0l-3.846%2C3.843a.368.368%2C0%2C0%2C0%2C.268.627h.136a6.16%2C6.16%2C0%2C0%2C1%2C2.343.458.367.367%2C0%2C0%2C0%2C.4-.081l2.761-2.757a2.2%2C2.2%2C0%2C0%2C1%2C3.113%2C3.113l-3.439%2C3.436-.029.033-1.2%2C1.2a2.2%2C2.2%2C0%2C0%2C1-3.109%2C0%2C1.5%2C1.5%2C0%2C0%2C0-2.061%2C0%2C1.462%2C1.462%2C0%2C0%2C0%2C0%2C2.068%2C5.089%2C5.089%2C0%2C0%2C0%2C1.467%2C1.027c.077.037.154.066.231.1s.158.059.235.088.158.055.235.077l.216.059c.147.037.293.066.444.092a5.1%2C5.1%2C0%2C0%2C0%2C.546.051h.279l.22-.026c.081%2C0%2C.165-.022.26-.022h.125l.253-.037.117-.022.213-.044h.04a5.133%2C5.133%2C0%2C0%2C0%2C2.38-1.349l4.668-4.668A5.133%2C5.133%2C0%2C0%2C0%2C201.857%2C1.5Z%22%20transform%3D%22translate(-189.502%200)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-locations-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22locations-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6789%22%20data-name%3D%22Group%206789%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6790%22%20data-name%3D%22Group%206790%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43294%22%20data-name%3D%22Path%2043294%22%20d%3D%22M13.341%2C14.536c2.341-3.674%2C2.047-3.215%2C2.114-3.311a7.037%2C7.037%2C0%2C0%2C0%2C1.3-4.092A7.09%2C7.09%2C0%2C1%2C0%2C3.918%2C11.277L6%2C14.536c-2.22.341-6%2C1.358-6%2C3.6%2C0%2C.816.533%2C1.979%2C3.071%2C2.886a20.343%2C20.343%2C0%2C0%2C0%2C6.6.981c4.642%2C0%2C9.668-1.309%2C9.668-3.867%2C0-2.239-3.77-3.255-6-3.6M5%2C10.568l-.022-.033a5.8%2C5.8%2C0%2C1%2C1%2C9.437-.065c-.062.082.262-.421-4.742%2C7.43ZM9.668%2C20.711c-5.07%2C0-8.379-1.49-8.379-2.578%2C0-.731%2C1.7-1.933%2C5.468-2.4l2.368%2C3.715a.645.645%2C0%2C0%2C0%2C1.087%2C0l2.368-3.715c3.768.469%2C5.468%2C1.671%2C5.468%2C2.4%2C0%2C1.079-3.279%2C2.578-8.379%2C2.578%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43295%22%20data-name%3D%22Path%2043295%22%20d%3D%22M153.223%2C91a3.223%2C3.223%2C0%2C1%2C0%2C3.223%2C3.223A3.226%2C3.226%2C0%2C0%2C0%2C153.223%2C91m0%2C5.156a1.934%2C1.934%2C0%2C1%2C1%2C1.934-1.934%2C1.936%2C1.936%2C0%2C0%2C1-1.934%2C1.934%22%20transform%3D%22translate(-143.555%20-87.09)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-locations-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22locations-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6789%22%20data-name%3D%22Group%206789%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6790%22%20data-name%3D%22Group%206790%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43294%22%20data-name%3D%22Path%2043294%22%20d%3D%22M13.341%2C14.536c2.341-3.674%2C2.047-3.215%2C2.114-3.311a7.037%2C7.037%2C0%2C0%2C0%2C1.3-4.092A7.09%2C7.09%2C0%2C1%2C0%2C3.918%2C11.277L6%2C14.536c-2.22.341-6%2C1.358-6%2C3.6%2C0%2C.816.533%2C1.979%2C3.071%2C2.886a20.343%2C20.343%2C0%2C0%2C0%2C6.6.981c4.642%2C0%2C9.668-1.309%2C9.668-3.867%2C0-2.239-3.77-3.255-6-3.6M5%2C10.568l-.022-.033a5.8%2C5.8%2C0%2C1%2C1%2C9.437-.065c-.062.082.262-.421-4.742%2C7.43ZM9.668%2C20.711c-5.07%2C0-8.379-1.49-8.379-2.578%2C0-.731%2C1.7-1.933%2C5.468-2.4l2.368%2C3.715a.645.645%2C0%2C0%2C0%2C1.087%2C0l2.368-3.715c3.768.469%2C5.468%2C1.671%2C5.468%2C2.4%2C0%2C1.079-3.279%2C2.578-8.379%2C2.578%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43295%22%20data-name%3D%22Path%2043295%22%20d%3D%22M153.223%2C91a3.223%2C3.223%2C0%2C1%2C0%2C3.223%2C3.223A3.226%2C3.226%2C0%2C0%2C0%2C153.223%2C91m0%2C5.156a1.934%2C1.934%2C0%2C1%2C1%2C1.934-1.934%2C1.936%2C1.936%2C0%2C0%2C1-1.934%2C1.934%22%20transform%3D%22translate(-143.555%20-87.09)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-locations-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22locations-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6795%22%20data-name%3D%22Group%206795%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6789%22%20data-name%3D%22Group%206789%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6790%22%20data-name%3D%22Group%206790%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43294%22%20data-name%3D%22Path%2043294%22%20d%3D%22M13.341%2C14.536c2.341-3.674%2C2.047-3.215%2C2.114-3.311a7.037%2C7.037%2C0%2C0%2C0%2C1.3-4.092A7.09%2C7.09%2C0%2C1%2C0%2C3.918%2C11.277L6%2C14.536c-2.22.341-6%2C1.358-6%2C3.6%2C0%2C.816.533%2C1.979%2C3.071%2C2.886a20.343%2C20.343%2C0%2C0%2C0%2C6.6.981c4.642%2C0%2C9.668-1.309%2C9.668-3.867%2C0-2.239-3.77-3.255-6-3.6M5%2C10.568l-.022-.033a5.8%2C5.8%2C0%2C1%2C1%2C9.437-.065c-.062.082.262-.421-4.742%2C7.43ZM9.668%2C20.711c-5.07%2C0-8.379-1.49-8.379-2.578%2C0-.731%2C1.7-1.933%2C5.468-2.4l2.368%2C3.715a.645.645%2C0%2C0%2C0%2C1.087%2C0l2.368-3.715c3.768.469%2C5.468%2C1.671%2C5.468%2C2.4%2C0%2C1.079-3.279%2C2.578-8.379%2C2.578%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43295%22%20data-name%3D%22Path%2043295%22%20d%3D%22M153.223%2C91a3.223%2C3.223%2C0%2C1%2C0%2C3.223%2C3.223A3.226%2C3.226%2C0%2C0%2C0%2C153.223%2C91m0%2C5.156a1.934%2C1.934%2C0%2C1%2C1%2C1.934-1.934%2C1.936%2C1.936%2C0%2C0%2C1-1.934%2C1.934%22%20transform%3D%22translate(-143.555%20-87.09)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-locations-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22locations-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6795%22%20data-name%3D%22Group%206795%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6789%22%20data-name%3D%22Group%206789%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6790%22%20data-name%3D%22Group%206790%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43294%22%20data-name%3D%22Path%2043294%22%20d%3D%22M13.341%2C14.536c2.341-3.674%2C2.047-3.215%2C2.114-3.311a7.037%2C7.037%2C0%2C0%2C0%2C1.3-4.092A7.09%2C7.09%2C0%2C1%2C0%2C3.918%2C11.277L6%2C14.536c-2.22.341-6%2C1.358-6%2C3.6%2C0%2C.816.533%2C1.979%2C3.071%2C2.886a20.343%2C20.343%2C0%2C0%2C0%2C6.6.981c4.642%2C0%2C9.668-1.309%2C9.668-3.867%2C0-2.239-3.77-3.255-6-3.6M5%2C10.568l-.022-.033a5.8%2C5.8%2C0%2C1%2C1%2C9.437-.065c-.062.082.262-.421-4.742%2C7.43ZM9.668%2C20.711c-5.07%2C0-8.379-1.49-8.379-2.578%2C0-.731%2C1.7-1.933%2C5.468-2.4l2.368%2C3.715a.645.645%2C0%2C0%2C0%2C1.087%2C0l2.368-3.715c3.768.469%2C5.468%2C1.671%2C5.468%2C2.4%2C0%2C1.079-3.279%2C2.578-8.379%2C2.578%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43295%22%20data-name%3D%22Path%2043295%22%20d%3D%22M153.223%2C91a3.223%2C3.223%2C0%2C1%2C0%2C3.223%2C3.223A3.226%2C3.226%2C0%2C0%2C0%2C153.223%2C91m0%2C5.156a1.934%2C1.934%2C0%2C1%2C1%2C1.934-1.934%2C1.936%2C1.936%2C0%2C0%2C1-1.934%2C1.934%22%20transform%3D%22translate(-143.555%20-87.09)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-lock-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22lock-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22lock%22%20transform%3D%22translate(-65.248%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35553%22%20data-name%3D%22Path%2035553%22%20d%3D%22M77.249%2C22a7.993%2C7.993%2C0%2C0%2C0%2C5-14.235V5a5%2C5%2C0%2C1%2C0-10%2C0V7.765a7.993%2C7.993%2C0%2C0%2C0%2C5%2C14.235Zm-3-17a3%2C3%2C0%2C1%2C1%2C6%2C0V6.589a7.935%2C7.935%2C0%2C0%2C0-6%2C0V5Zm3%2C3a6%2C6%2C0%2C1%2C1-6%2C6%2C6%2C6%2C0%2C0%2C1%2C6-6Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35554%22%20data-name%3D%22Path%2035554%22%20d%3D%22M208.78%2C257.474v2.277a1%2C1%2C0%2C1%2C0%2C2%2C0v-2.277a2%2C2%2C0%2C1%2C0-2%2C0Z%22%20transform%3D%22translate(-132.532%20-242.751)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-lock-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22lock-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22lock%22%20transform%3D%22translate(-65.248%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35553%22%20data-name%3D%22Path%2035553%22%20d%3D%22M77.249%2C22a7.993%2C7.993%2C0%2C0%2C0%2C5-14.235V5a5%2C5%2C0%2C1%2C0-10%2C0V7.765a7.993%2C7.993%2C0%2C0%2C0%2C5%2C14.235Zm-3-17a3%2C3%2C0%2C1%2C1%2C6%2C0V6.589a7.935%2C7.935%2C0%2C0%2C0-6%2C0V5Zm3%2C3a6%2C6%2C0%2C1%2C1-6%2C6%2C6%2C6%2C0%2C0%2C1%2C6-6Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35554%22%20data-name%3D%22Path%2035554%22%20d%3D%22M208.78%2C257.474v2.277a1%2C1%2C0%2C1%2C0%2C2%2C0v-2.277a2%2C2%2C0%2C1%2C0-2%2C0Z%22%20transform%3D%22translate(-132.532%20-242.751)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-lock-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22lock-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22lock%22%20transform%3D%22translate(-65.248%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35553%22%20data-name%3D%22Path%2035553%22%20d%3D%22M77.249%2C22a7.993%2C7.993%2C0%2C0%2C0%2C5-14.235V5a5%2C5%2C0%2C1%2C0-10%2C0V7.765a7.993%2C7.993%2C0%2C0%2C0%2C5%2C14.235Zm-3-17a3%2C3%2C0%2C1%2C1%2C6%2C0V6.589a7.935%2C7.935%2C0%2C0%2C0-6%2C0V5Zm3%2C3a6%2C6%2C0%2C1%2C1-6%2C6%2C6%2C6%2C0%2C0%2C1%2C6-6Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35554%22%20data-name%3D%22Path%2035554%22%20d%3D%22M208.78%2C257.474v2.277a1%2C1%2C0%2C1%2C0%2C2%2C0v-2.277a2%2C2%2C0%2C1%2C0-2%2C0Z%22%20transform%3D%22translate(-132.532%20-242.751)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-lock-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22lock-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22lock%22%20transform%3D%22translate(-65.248%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35553%22%20data-name%3D%22Path%2035553%22%20d%3D%22M77.249%2C22a7.993%2C7.993%2C0%2C0%2C0%2C5-14.235V5a5%2C5%2C0%2C1%2C0-10%2C0V7.765a7.993%2C7.993%2C0%2C0%2C0%2C5%2C14.235Zm-3-17a3%2C3%2C0%2C1%2C1%2C6%2C0V6.589a7.935%2C7.935%2C0%2C0%2C0-6%2C0V5Zm3%2C3a6%2C6%2C0%2C1%2C1-6%2C6%2C6%2C6%2C0%2C0%2C1%2C6-6Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35554%22%20data-name%3D%22Path%2035554%22%20d%3D%22M208.78%2C257.474v2.277a1%2C1%2C0%2C1%2C0%2C2%2C0v-2.277a2%2C2%2C0%2C1%2C0-2%2C0Z%22%20transform%3D%22translate(-132.532%20-242.751)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-log-book-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22log-book-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22log-book%22%20d%3D%22M665%2C778.586A2.587%2C2.587%2C0%2C0%2C1%2C667.585%2C776h11.006a2.587%2C2.587%2C0%2C0%2C1%2C2.585%2C2.586v16.829A2.587%2C2.587%2C0%2C0%2C1%2C678.591%2C798H667.585A2.587%2C2.587%2C0%2C0%2C1%2C665%2C795.414Zm4.529%2C18.12h9.062a1.293%2C1.293%2C0%2C0%2C0%2C1.291-1.292V778.586a1.292%2C1.292%2C0%2C0%2C0-1.291-1.292h-9.062Zm-3.235-18.12v16.829a1.292%2C1.292%2C0%2C0%2C0%2C1.291%2C1.292h.65V777.294h-.65A1.293%2C1.293%2C0%2C0%2C0%2C666.294%2C778.586Zm5.176%2C11a.647.647%2C0%2C0%2C1%2C0-1.294h6.471a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm1.294%2C2.588a.647.647%2C0%2C0%2C1%2C0-1.294h3.882a.647.647%2C0%2C0%2C1%2C0%2C1.294ZM674.706%2C787a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C674.706%2C787Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C674.706%2C785.706Z%22%20transform%3D%22translate(-661%20-775)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-log-book-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22log-book-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22log-book%22%20d%3D%22M665%2C778.586A2.587%2C2.587%2C0%2C0%2C1%2C667.585%2C776h11.006a2.587%2C2.587%2C0%2C0%2C1%2C2.585%2C2.586v16.829A2.587%2C2.587%2C0%2C0%2C1%2C678.591%2C798H667.585A2.587%2C2.587%2C0%2C0%2C1%2C665%2C795.414Zm4.529%2C18.12h9.062a1.293%2C1.293%2C0%2C0%2C0%2C1.291-1.292V778.586a1.292%2C1.292%2C0%2C0%2C0-1.291-1.292h-9.062Zm-3.235-18.12v16.829a1.292%2C1.292%2C0%2C0%2C0%2C1.291%2C1.292h.65V777.294h-.65A1.293%2C1.293%2C0%2C0%2C0%2C666.294%2C778.586Zm5.176%2C11a.647.647%2C0%2C0%2C1%2C0-1.294h6.471a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm1.294%2C2.588a.647.647%2C0%2C0%2C1%2C0-1.294h3.882a.647.647%2C0%2C0%2C1%2C0%2C1.294ZM674.706%2C787a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C674.706%2C787Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C674.706%2C785.706Z%22%20transform%3D%22translate(-661%20-775)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.nr-log-book-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22log-book-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22log-book%22%20d%3D%22M665%2C778.586A2.587%2C2.587%2C0%2C0%2C1%2C667.585%2C776h11.006a2.587%2C2.587%2C0%2C0%2C1%2C2.585%2C2.586v16.829A2.587%2C2.587%2C0%2C0%2C1%2C678.591%2C798H667.585A2.587%2C2.587%2C0%2C0%2C1%2C665%2C795.414Zm4.529%2C18.12h9.062a1.293%2C1.293%2C0%2C0%2C0%2C1.291-1.292V778.586a1.292%2C1.292%2C0%2C0%2C0-1.291-1.292h-9.062Zm-3.235-18.12v16.829a1.292%2C1.292%2C0%2C0%2C0%2C1.291%2C1.292h.65V777.294h-.65A1.293%2C1.293%2C0%2C0%2C0%2C666.294%2C778.586Zm5.176%2C11a.647.647%2C0%2C0%2C1%2C0-1.294h6.471a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm1.294%2C2.588a.647.647%2C0%2C0%2C1%2C0-1.294h3.882a.647.647%2C0%2C0%2C1%2C0%2C1.294ZM674.706%2C787a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C674.706%2C787Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C674.706%2C785.706Z%22%20transform%3D%22translate(-661%20-775)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-log-book-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22log-book-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22log-book%22%20d%3D%22M665%2C778.586A2.587%2C2.587%2C0%2C0%2C1%2C667.585%2C776h11.006a2.587%2C2.587%2C0%2C0%2C1%2C2.585%2C2.586v16.829A2.587%2C2.587%2C0%2C0%2C1%2C678.591%2C798H667.585A2.587%2C2.587%2C0%2C0%2C1%2C665%2C795.414Zm4.529%2C18.12h9.062a1.293%2C1.293%2C0%2C0%2C0%2C1.291-1.292V778.586a1.292%2C1.292%2C0%2C0%2C0-1.291-1.292h-9.062Zm-3.235-18.12v16.829a1.292%2C1.292%2C0%2C0%2C0%2C1.291%2C1.292h.65V777.294h-.65A1.293%2C1.293%2C0%2C0%2C0%2C666.294%2C778.586Zm5.176%2C11a.647.647%2C0%2C0%2C1%2C0-1.294h6.471a.647.647%2C0%2C1%2C1%2C0%2C1.294Zm1.294%2C2.588a.647.647%2C0%2C0%2C1%2C0-1.294h3.882a.647.647%2C0%2C0%2C1%2C0%2C1.294ZM674.706%2C787a2.588%2C2.588%2C0%2C1%2C1%2C2.588-2.588A2.588%2C2.588%2C0%2C0%2C1%2C674.706%2C787Zm0-1.294a1.294%2C1.294%2C0%2C1%2C0-1.294-1.294A1.294%2C1.294%2C0%2C0%2C0%2C674.706%2C785.706Z%22%20transform%3D%22translate(-661%20-775)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.nr-medical-certificate-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-certificate-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.193%2C4.6%2C4.688.185A.64.64%2C0%2C0%2C1%2C5.139%2C0H16.5a2.408%2C2.408%2C0%2C0%2C1%2C2.405%2C2.4v17.19A2.408%2C2.408%2C0%2C0%2C1%2C16.5%2C22H2.405A2.408%2C2.408%2C0%2C0%2C1%2C0%2C19.595V5.059A.646.646%2C0%2C0%2C1%2C.193%2C4.6M4.5%2C2.181%2C2.221%2C4.414H4.29a.205.205%2C0%2C0%2C0%2C.205-.2Zm-2.09%2C18.53H16.5a1.118%2C1.118%2C0%2C0%2C0%2C1.116-1.116V2.4A1.117%2C1.117%2C0%2C0%2C0%2C16.5%2C1.289H5.784v2.92A1.5%2C1.5%2C0%2C0%2C1%2C4.29%2C5.7h-3V19.595a1.118%2C1.118%2C0%2C0%2C0%2C1.116%2C1.116%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43274%22%20data-name%3D%22Path%2043274%22%20d%3D%22M11.19%2C9.307V5.682H7.76V9.307H4.135v3.43H7.76v3.625h3.43V12.737h3.625V9.307Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-medical-certificate-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-certificate-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.193%2C4.6%2C4.688.185A.64.64%2C0%2C0%2C1%2C5.139%2C0H16.5a2.408%2C2.408%2C0%2C0%2C1%2C2.405%2C2.4v17.19A2.408%2C2.408%2C0%2C0%2C1%2C16.5%2C22H2.405A2.408%2C2.408%2C0%2C0%2C1%2C0%2C19.595V5.059A.646.646%2C0%2C0%2C1%2C.193%2C4.6M4.5%2C2.181%2C2.221%2C4.414H4.29a.205.205%2C0%2C0%2C0%2C.205-.2Zm-2.09%2C18.53H16.5a1.118%2C1.118%2C0%2C0%2C0%2C1.116-1.116V2.4A1.117%2C1.117%2C0%2C0%2C0%2C16.5%2C1.289H5.784v2.92A1.5%2C1.5%2C0%2C0%2C1%2C4.29%2C5.7h-3V19.595a1.118%2C1.118%2C0%2C0%2C0%2C1.116%2C1.116%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43274%22%20data-name%3D%22Path%2043274%22%20d%3D%22M11.19%2C9.307V5.682H7.76V9.307H4.135v3.43H7.76v3.625h3.43V12.737h3.625V9.307Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-medical-certificate-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-certificate-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(2.999%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.275%2C6.271%2C6.672.252A.931.931%2C0%2C0%2C1%2C7.313%2C0H23.485a3.357%2C3.357%2C0%2C0%2C1%2C3.423%2C3.28V26.72A3.357%2C3.357%2C0%2C0%2C1%2C23.485%2C30H3.423A3.357%2C3.357%2C0%2C0%2C1%2C0%2C26.72V6.9a.863.863%2C0%2C0%2C1%2C.275-.627M6.4%2C2.974%2C3.161%2C6.019H6.105A.286.286%2C0%2C0%2C0%2C6.4%2C5.74ZM3.423%2C28.242H23.485a1.559%2C1.559%2C0%2C0%2C0%2C1.588-1.522V3.28a1.558%2C1.558%2C0%2C0%2C0-1.588-1.522H8.231V5.74A2.086%2C2.086%2C0%2C0%2C1%2C6.105%2C7.777H1.834V26.72a1.559%2C1.559%2C0%2C0%2C0%2C1.588%2C1.522%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43704%22%20data-name%3D%22Path%2043704%22%20d%3D%22M28.241%2C85.218H24.895V81.872a1.04%2C1.04%2C0%2C0%2C0-1.04-1.04h-4.15a1.04%2C1.04%2C0%2C0%2C0-1.039%2C1.04v3.346H15.319a1.039%2C1.039%2C0%2C0%2C0-1.039%2C1.04v4.15a1.039%2C1.039%2C0%2C0%2C0%2C1.039%2C1.039h3.346v3.346a1.04%2C1.04%2C0%2C0%2C0%2C1.039%2C1.04h4.15a1.04%2C1.04%2C0%2C0%2C0%2C1.04-1.04V91.447h3.346a1.039%2C1.039%2C0%2C0%2C0%2C1.039-1.039v-4.15a1.039%2C1.039%2C0%2C0%2C0-1.039-1.04Zm-1.04%2C4.15H23.855a1.04%2C1.04%2C0%2C0%2C0-1.039%2C1.04v3.346h-2.07V90.408a1.04%2C1.04%2C0%2C0%2C0-1.04-1.04H16.359V87.3h3.346a1.039%2C1.039%2C0%2C0%2C0%2C1.04-1.039V82.911h2.07v3.346A1.039%2C1.039%2C0%2C0%2C0%2C23.855%2C87.3H27.2v2.07Z%22%20transform%3D%22translate(-8.588%20-72.65)%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-medical-certificate-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-certificate-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6763%22%20data-name%3D%22Group%206763%22%20transform%3D%22translate(2.999%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43273%22%20data-name%3D%22Path%2043273%22%20d%3D%22M.275%2C6.271%2C6.672.252A.931.931%2C0%2C0%2C1%2C7.313%2C0H23.485a3.357%2C3.357%2C0%2C0%2C1%2C3.423%2C3.28V26.72A3.357%2C3.357%2C0%2C0%2C1%2C23.485%2C30H3.423A3.357%2C3.357%2C0%2C0%2C1%2C0%2C26.72V6.9a.863.863%2C0%2C0%2C1%2C.275-.627M6.4%2C2.974%2C3.161%2C6.019H6.105A.286.286%2C0%2C0%2C0%2C6.4%2C5.74ZM3.423%2C28.242H23.485a1.559%2C1.559%2C0%2C0%2C0%2C1.588-1.522V3.28a1.558%2C1.558%2C0%2C0%2C0-1.588-1.522H8.231V5.74A2.086%2C2.086%2C0%2C0%2C1%2C6.105%2C7.777H1.834V26.72a1.559%2C1.559%2C0%2C0%2C0%2C1.588%2C1.522%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43704%22%20data-name%3D%22Path%2043704%22%20d%3D%22M28.241%2C85.218H24.895V81.872a1.04%2C1.04%2C0%2C0%2C0-1.04-1.04h-4.15a1.04%2C1.04%2C0%2C0%2C0-1.039%2C1.04v3.346H15.319a1.039%2C1.039%2C0%2C0%2C0-1.039%2C1.04v4.15a1.039%2C1.039%2C0%2C0%2C0%2C1.039%2C1.039h3.346v3.346a1.04%2C1.04%2C0%2C0%2C0%2C1.039%2C1.04h4.15a1.04%2C1.04%2C0%2C0%2C0%2C1.04-1.04V91.447h3.346a1.039%2C1.039%2C0%2C0%2C0%2C1.039-1.039v-4.15a1.039%2C1.039%2C0%2C0%2C0-1.039-1.04Zm-1.04%2C4.15H23.855a1.04%2C1.04%2C0%2C0%2C0-1.039%2C1.04v3.346h-2.07V90.408a1.04%2C1.04%2C0%2C0%2C0-1.04-1.04H16.359V87.3h3.346a1.039%2C1.039%2C0%2C0%2C0%2C1.04-1.039V82.911h2.07v3.346A1.039%2C1.039%2C0%2C0%2C0%2C23.855%2C87.3H27.2v2.07Z%22%20transform%3D%22translate(-8.588%20-72.65)%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-medical-provider-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-provider-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22medical-provider%22%20transform%3D%22translate(-1.462%20-67)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_643%22%20data-name%3D%22Path%20643%22%20d%3D%22M23.129%2C73.967v-.021c-.011-.548-.021-1.066-.021-1.565a1.371%2C1.371%2C0%2C0%2C0-1.369-1.369A9.386%2C9.386%2C0%2C0%2C1%2C14.76%2C68.39a1.363%2C1.363%2C0%2C0%2C0-1.909%2C0%2C9.384%2C9.384%2C0%2C0%2C1-6.977%2C2.621%2C1.371%2C1.371%2C0%2C0%2C0-1.369%2C1.369c0%2C.509-.01%2C1.033-.021%2C1.586-.049%2C2.586-.11%2C5.806.969%2C8.727a11.1%2C11.1%2C0%2C0%2C0%2C2.673%2C4.15%2C13.973%2C13.973%2C0%2C0%2C0%2C5.231%2C3.08%2C1.37%2C1.37%2C0%2C0%2C0%2C.9%2C0%2C13.977%2C13.977%2C0%2C0%2C0%2C5.231-3.08%2C11.1%2C11.1%2C0%2C0%2C0%2C2.673-4.15c1.08-2.922%2C1.019-6.141.969-8.727ZM20.95%2C82.247c-1.139%2C3.081-3.467%2C5.194-7.118%2C6.459a.081.081%2C0%2C0%2C1-.052%2C0c-3.65-1.265-5.978-3.378-7.117-6.459a22.494%2C22.494%2C0%2C0%2C1-.89-8.255c.011-.561.021-1.089.021-1.611a.081.081%2C0%2C0%2C1%2C.081-.08%2C10.6%2C10.6%2C0%2C0%2C0%2C7.876-2.986.08.08%2C0%2C0%2C1%2C.056-.023.082.082%2C0%2C0%2C1%2C.056.023A10.6%2C10.6%2C0%2C0%2C0%2C21.738%2C72.3a.081.081%2C0%2C0%2C1%2C.08.08c0%2C.511.01%2C1.035.021%2C1.59v.021h0a22.5%2C22.5%2C0%2C0%2C1-.89%2C8.256Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_644%22%20data-name%3D%22Path%20644%22%20d%3D%22M24.518%2C84.048H22.064V81.595a.763.763%2C0%2C0%2C0-.763-.763H18.258a.763.763%2C0%2C0%2C0-.762.763v2.454H15.042a.762.762%2C0%2C0%2C0-.762.763v3.043a.762.762%2C0%2C0%2C0%2C.762.762H17.5V91.07a.763.763%2C0%2C0%2C0%2C.762.763H21.3a.763.763%2C0%2C0%2C0%2C.763-.763V88.616h2.453a.762.762%2C0%2C0%2C0%2C.762-.762V84.811a.762.762%2C0%2C0%2C0-.762-.763Zm-.763%2C3.043H21.3a.762.762%2C0%2C0%2C0-.762.763v2.453H19.021V87.854a.762.762%2C0%2C0%2C0-.763-.763H15.8V85.573h2.453a.762.762%2C0%2C0%2C0%2C.763-.762V82.357h1.518v2.454a.762.762%2C0%2C0%2C0%2C.762.762h2.453v1.518Z%22%20transform%3D%22translate(-6.104%20-6.695)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-medical-provider-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-provider-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22medical-provider%22%20transform%3D%22translate(-1.462%20-67)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_643%22%20data-name%3D%22Path%20643%22%20d%3D%22M23.129%2C73.967v-.021c-.011-.548-.021-1.066-.021-1.565a1.371%2C1.371%2C0%2C0%2C0-1.369-1.369A9.386%2C9.386%2C0%2C0%2C1%2C14.76%2C68.39a1.363%2C1.363%2C0%2C0%2C0-1.909%2C0%2C9.384%2C9.384%2C0%2C0%2C1-6.977%2C2.621%2C1.371%2C1.371%2C0%2C0%2C0-1.369%2C1.369c0%2C.509-.01%2C1.033-.021%2C1.586-.049%2C2.586-.11%2C5.806.969%2C8.727a11.1%2C11.1%2C0%2C0%2C0%2C2.673%2C4.15%2C13.973%2C13.973%2C0%2C0%2C0%2C5.231%2C3.08%2C1.37%2C1.37%2C0%2C0%2C0%2C.9%2C0%2C13.977%2C13.977%2C0%2C0%2C0%2C5.231-3.08%2C11.1%2C11.1%2C0%2C0%2C0%2C2.673-4.15c1.08-2.922%2C1.019-6.141.969-8.727ZM20.95%2C82.247c-1.139%2C3.081-3.467%2C5.194-7.118%2C6.459a.081.081%2C0%2C0%2C1-.052%2C0c-3.65-1.265-5.978-3.378-7.117-6.459a22.494%2C22.494%2C0%2C0%2C1-.89-8.255c.011-.561.021-1.089.021-1.611a.081.081%2C0%2C0%2C1%2C.081-.08%2C10.6%2C10.6%2C0%2C0%2C0%2C7.876-2.986.08.08%2C0%2C0%2C1%2C.056-.023.082.082%2C0%2C0%2C1%2C.056.023A10.6%2C10.6%2C0%2C0%2C0%2C21.738%2C72.3a.081.081%2C0%2C0%2C1%2C.08.08c0%2C.511.01%2C1.035.021%2C1.59v.021h0a22.5%2C22.5%2C0%2C0%2C1-.89%2C8.256Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_644%22%20data-name%3D%22Path%20644%22%20d%3D%22M24.518%2C84.048H22.064V81.595a.763.763%2C0%2C0%2C0-.763-.763H18.258a.763.763%2C0%2C0%2C0-.762.763v2.454H15.042a.762.762%2C0%2C0%2C0-.762.763v3.043a.762.762%2C0%2C0%2C0%2C.762.762H17.5V91.07a.763.763%2C0%2C0%2C0%2C.762.763H21.3a.763.763%2C0%2C0%2C0%2C.763-.763V88.616h2.453a.762.762%2C0%2C0%2C0%2C.762-.762V84.811a.762.762%2C0%2C0%2C0-.762-.763Zm-.763%2C3.043H21.3a.762.762%2C0%2C0%2C0-.762.763v2.453H19.021V87.854a.762.762%2C0%2C0%2C0-.763-.763H15.8V85.573h2.453a.762.762%2C0%2C0%2C0%2C.763-.762V82.357h1.518v2.454a.762.762%2C0%2C0%2C0%2C.762.762h2.453v1.518Z%22%20transform%3D%22translate(-6.104%20-6.695)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-medical-provider-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-provider-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22medical-provider%22%20transform%3D%22translate(-1.462%20-67)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_643%22%20data-name%3D%22Path%20643%22%20d%3D%22M23.129%2C73.967v-.021c-.011-.548-.021-1.066-.021-1.565a1.371%2C1.371%2C0%2C0%2C0-1.369-1.369A9.386%2C9.386%2C0%2C0%2C1%2C14.76%2C68.39a1.363%2C1.363%2C0%2C0%2C0-1.909%2C0%2C9.384%2C9.384%2C0%2C0%2C1-6.977%2C2.621%2C1.371%2C1.371%2C0%2C0%2C0-1.369%2C1.369c0%2C.509-.01%2C1.033-.021%2C1.586-.049%2C2.586-.11%2C5.806.969%2C8.727a11.1%2C11.1%2C0%2C0%2C0%2C2.673%2C4.15%2C13.973%2C13.973%2C0%2C0%2C0%2C5.231%2C3.08%2C1.37%2C1.37%2C0%2C0%2C0%2C.9%2C0%2C13.977%2C13.977%2C0%2C0%2C0%2C5.231-3.08%2C11.1%2C11.1%2C0%2C0%2C0%2C2.673-4.15c1.08-2.922%2C1.019-6.141.969-8.727ZM20.95%2C82.247c-1.139%2C3.081-3.467%2C5.194-7.118%2C6.459a.081.081%2C0%2C0%2C1-.052%2C0c-3.65-1.265-5.978-3.378-7.117-6.459a22.494%2C22.494%2C0%2C0%2C1-.89-8.255c.011-.561.021-1.089.021-1.611a.081.081%2C0%2C0%2C1%2C.081-.08%2C10.6%2C10.6%2C0%2C0%2C0%2C7.876-2.986.08.08%2C0%2C0%2C1%2C.056-.023.082.082%2C0%2C0%2C1%2C.056.023A10.6%2C10.6%2C0%2C0%2C0%2C21.738%2C72.3a.081.081%2C0%2C0%2C1%2C.08.08c0%2C.511.01%2C1.035.021%2C1.59v.021h0a22.5%2C22.5%2C0%2C0%2C1-.89%2C8.256Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_644%22%20data-name%3D%22Path%20644%22%20d%3D%22M24.518%2C84.048H22.064V81.595a.763.763%2C0%2C0%2C0-.763-.763H18.258a.763.763%2C0%2C0%2C0-.762.763v2.454H15.042a.762.762%2C0%2C0%2C0-.762.763v3.043a.762.762%2C0%2C0%2C0%2C.762.762H17.5V91.07a.763.763%2C0%2C0%2C0%2C.762.763H21.3a.763.763%2C0%2C0%2C0%2C.763-.763V88.616h2.453a.762.762%2C0%2C0%2C0%2C.762-.762V84.811a.762.762%2C0%2C0%2C0-.762-.763Zm-.763%2C3.043H21.3a.762.762%2C0%2C0%2C0-.762.763v2.453H19.021V87.854a.762.762%2C0%2C0%2C0-.763-.763H15.8V85.573h2.453a.762.762%2C0%2C0%2C0%2C.763-.762V82.357h1.518v2.454a.762.762%2C0%2C0%2C0%2C.762.762h2.453v1.518Z%22%20transform%3D%22translate(-6.104%20-6.695)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-medical-provider-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22medical-provider-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22medical-provider%22%20transform%3D%22translate(-1.462%20-67)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_643%22%20data-name%3D%22Path%20643%22%20d%3D%22M23.129%2C73.967v-.021c-.011-.548-.021-1.066-.021-1.565a1.371%2C1.371%2C0%2C0%2C0-1.369-1.369A9.386%2C9.386%2C0%2C0%2C1%2C14.76%2C68.39a1.363%2C1.363%2C0%2C0%2C0-1.909%2C0%2C9.384%2C9.384%2C0%2C0%2C1-6.977%2C2.621%2C1.371%2C1.371%2C0%2C0%2C0-1.369%2C1.369c0%2C.509-.01%2C1.033-.021%2C1.586-.049%2C2.586-.11%2C5.806.969%2C8.727a11.1%2C11.1%2C0%2C0%2C0%2C2.673%2C4.15%2C13.973%2C13.973%2C0%2C0%2C0%2C5.231%2C3.08%2C1.37%2C1.37%2C0%2C0%2C0%2C.9%2C0%2C13.977%2C13.977%2C0%2C0%2C0%2C5.231-3.08%2C11.1%2C11.1%2C0%2C0%2C0%2C2.673-4.15c1.08-2.922%2C1.019-6.141.969-8.727ZM20.95%2C82.247c-1.139%2C3.081-3.467%2C5.194-7.118%2C6.459a.081.081%2C0%2C0%2C1-.052%2C0c-3.65-1.265-5.978-3.378-7.117-6.459a22.494%2C22.494%2C0%2C0%2C1-.89-8.255c.011-.561.021-1.089.021-1.611a.081.081%2C0%2C0%2C1%2C.081-.08%2C10.6%2C10.6%2C0%2C0%2C0%2C7.876-2.986.08.08%2C0%2C0%2C1%2C.056-.023.082.082%2C0%2C0%2C1%2C.056.023A10.6%2C10.6%2C0%2C0%2C0%2C21.738%2C72.3a.081.081%2C0%2C0%2C1%2C.08.08c0%2C.511.01%2C1.035.021%2C1.59v.021h0a22.5%2C22.5%2C0%2C0%2C1-.89%2C8.256Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_644%22%20data-name%3D%22Path%20644%22%20d%3D%22M24.518%2C84.048H22.064V81.595a.763.763%2C0%2C0%2C0-.763-.763H18.258a.763.763%2C0%2C0%2C0-.762.763v2.454H15.042a.762.762%2C0%2C0%2C0-.762.763v3.043a.762.762%2C0%2C0%2C0%2C.762.762H17.5V91.07a.763.763%2C0%2C0%2C0%2C.762.763H21.3a.763.763%2C0%2C0%2C0%2C.763-.763V88.616h2.453a.762.762%2C0%2C0%2C0%2C.762-.762V84.811a.762.762%2C0%2C0%2C0-.762-.763Zm-.763%2C3.043H21.3a.762.762%2C0%2C0%2C0-.762.763v2.453H19.021V87.854a.762.762%2C0%2C0%2C0-.763-.763H15.8V85.573h2.453a.762.762%2C0%2C0%2C0%2C.763-.762V82.357h1.518v2.454a.762.762%2C0%2C0%2C0%2C.762.762h2.453v1.518Z%22%20transform%3D%22translate(-6.104%20-6.695)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-messaging-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22messaging-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35584%22%20data-name%3D%22Path%2035584%22%20d%3D%22M6.133%2C22.533A.733.733%2C0%2C0%2C1%2C5.4%2C21.8V18.133H3.2a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V4.2A2.2%2C2.2%2C0%2C0%2C1%2C3.2%2C2H20.8A2.2%2C2.2%2C0%2C0%2C1%2C23%2C4.2V15.933a2.2%2C2.2%2C0%2C0%2C1-2.2%2C2.2H11.891l-5.3%2C4.239A.732.732%2C0%2C0%2C1%2C6.133%2C22.533ZM3.2%2C3.467a.734.734%2C0%2C0%2C0-.733.733V15.933a.734.734%2C0%2C0%2C0%2C.733.733H6.133a.733.733%2C0%2C0%2C1%2C.733.733v2.875l4.308-3.447a.733.733%2C0%2C0%2C1%2C.458-.161H20.8a.734.734%2C0%2C0%2C0%2C.733-.733V4.2a.734.734%2C0%2C0%2C0-.733-.733Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35585%22%20data-name%3D%22Path%2035585%22%20d%3D%22M19.467%2C11.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H19.467a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-2.134)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35586%22%20data-name%3D%22Path%2035586%22%20d%3D%22M13.6%2C15.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H13.6a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-3.2)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-messaging-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22messaging-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35584%22%20data-name%3D%22Path%2035584%22%20d%3D%22M6.133%2C22.533A.733.733%2C0%2C0%2C1%2C5.4%2C21.8V18.133H3.2a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V4.2A2.2%2C2.2%2C0%2C0%2C1%2C3.2%2C2H20.8A2.2%2C2.2%2C0%2C0%2C1%2C23%2C4.2V15.933a2.2%2C2.2%2C0%2C0%2C1-2.2%2C2.2H11.891l-5.3%2C4.239A.732.732%2C0%2C0%2C1%2C6.133%2C22.533ZM3.2%2C3.467a.734.734%2C0%2C0%2C0-.733.733V15.933a.734.734%2C0%2C0%2C0%2C.733.733H6.133a.733.733%2C0%2C0%2C1%2C.733.733v2.875l4.308-3.447a.733.733%2C0%2C0%2C1%2C.458-.161H20.8a.734.734%2C0%2C0%2C0%2C.733-.733V4.2a.734.734%2C0%2C0%2C0-.733-.733Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35585%22%20data-name%3D%22Path%2035585%22%20d%3D%22M19.467%2C11.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H19.467a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-2.134)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35586%22%20data-name%3D%22Path%2035586%22%20d%3D%22M13.6%2C15.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H13.6a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-3.2)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-messaging-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22messaging-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35584%22%20data-name%3D%22Path%2035584%22%20d%3D%22M6.133%2C22.533A.733.733%2C0%2C0%2C1%2C5.4%2C21.8V18.133H3.2a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V4.2A2.2%2C2.2%2C0%2C0%2C1%2C3.2%2C2H20.8A2.2%2C2.2%2C0%2C0%2C1%2C23%2C4.2V15.933a2.2%2C2.2%2C0%2C0%2C1-2.2%2C2.2H11.891l-5.3%2C4.239A.732.732%2C0%2C0%2C1%2C6.133%2C22.533ZM3.2%2C3.467a.734.734%2C0%2C0%2C0-.733.733V15.933a.734.734%2C0%2C0%2C0%2C.733.733H6.133a.733.733%2C0%2C0%2C1%2C.733.733v2.875l4.308-3.447a.733.733%2C0%2C0%2C1%2C.458-.161H20.8a.734.734%2C0%2C0%2C0%2C.733-.733V4.2a.734.734%2C0%2C0%2C0-.733-.733Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35585%22%20data-name%3D%22Path%2035585%22%20d%3D%22M19.467%2C11.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H19.467a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-2.134)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35586%22%20data-name%3D%22Path%2035586%22%20d%3D%22M13.6%2C15.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H13.6a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-3.2)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-messaging-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22messaging-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22messaging%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35584%22%20data-name%3D%22Path%2035584%22%20d%3D%22M6.133%2C22.533A.733.733%2C0%2C0%2C1%2C5.4%2C21.8V18.133H3.2a2.2%2C2.2%2C0%2C0%2C1-2.2-2.2V4.2A2.2%2C2.2%2C0%2C0%2C1%2C3.2%2C2H20.8A2.2%2C2.2%2C0%2C0%2C1%2C23%2C4.2V15.933a2.2%2C2.2%2C0%2C0%2C1-2.2%2C2.2H11.891l-5.3%2C4.239A.732.732%2C0%2C0%2C1%2C6.133%2C22.533ZM3.2%2C3.467a.734.734%2C0%2C0%2C0-.733.733V15.933a.734.734%2C0%2C0%2C0%2C.733.733H6.133a.733.733%2C0%2C0%2C1%2C.733.733v2.875l4.308-3.447a.733.733%2C0%2C0%2C1%2C.458-.161H20.8a.734.734%2C0%2C0%2C0%2C.733-.733V4.2a.734.734%2C0%2C0%2C0-.733-.733Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35585%22%20data-name%3D%22Path%2035585%22%20d%3D%22M19.467%2C11.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H19.467a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-2.134)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35586%22%20data-name%3D%22Path%2035586%22%20d%3D%22M13.6%2C15.467H7.733a.733.733%2C0%2C1%2C1%2C0-1.467H13.6a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(-1.6%20-3.2)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-must-be-accompanied {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22must-be-accompanied%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Polygon_1%22%20data-name%3D%22Polygon%201%22%20d%3D%22M9.266%2C3.015a2%2C2%2C0%2C0%2C1%2C3.468%2C0l7.543%2C13.118a2%2C2%2C0%2C0%2C1-1.734%2C3H3.457a2%2C2%2C0%2C0%2C1-1.734-3Z%22%20transform%3D%22translate(1%202)%22%20fill%3D%22%23f70000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-must-be-accompanied-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22must-be-accompanied%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Polygon_1%22%20data-name%3D%22Polygon%201%22%20d%3D%22M9.266%2C3.015a2%2C2%2C0%2C0%2C1%2C3.468%2C0l7.543%2C13.118a2%2C2%2C0%2C0%2C1-1.734%2C3H3.457a2%2C2%2C0%2C0%2C1-1.734-3Z%22%20transform%3D%22translate(1%202)%22%20fill%3D%22%23f70000%22%2F%3E%3C%2Fsvg%3E");
}

.nr-muster-list-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22muster-list-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cpath%20id%3D%22Path_43852%22%20data-name%3D%22Path%2043852%22%20d%3D%22M17.35%2C18.56a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C16.638a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C18.116%2C7.9%2C17.6a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C17.549A.643.643%2C0%2C0%2C0%2C10.8%2C16.638Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43853%22%20data-name%3D%22Path%2043853%22%20d%3D%22M17.35%2C10.36a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C8.438a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C9.916%2C7.9%2C9.4a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C9.349A.643.643%2C0%2C0%2C0%2C10.8%2C8.438Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43854%22%20data-name%3D%22Path%2043854%22%20d%3D%22M17.35%2C14.46a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C12.538a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C14.016%2C7.9%2C13.505a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C13.449A.643.643%2C0%2C0%2C0%2C10.8%2C12.538Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43855%22%20data-name%3D%22Path%2043855%22%20d%3D%22M17.35%2C6.26a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C4.338a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C5.816%2C7.9%2C5.3a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C5.249A.643.643%2C0%2C0%2C0%2C10.8%2C4.338Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43856%22%20data-name%3D%22Path%2043856%22%20d%3D%22M20.14%2C3.354a3.282%2C3.282%2C0%2C0%2C0-.22-.533c-.052-.1-.1-.209-.157-.305a3.5%2C3.5%2C0%2C0%2C0-.292-.371c-.038-.044-.068-.1-.109-.137-.064-.068-.141-.121-.212-.183a3.255%2C3.255%2C0%2C0%2C0-.274-.237c-.018-.013-.039-.02-.057-.032a3.163%2C3.163%2C0%2C0%2C0-.5-.285c-.094-.042-.2-.064-.3-.1a3.08%2C3.08%2C0%2C0%2C0-.317-.1%2C3.058%2C3.058%2C0%2C0%2C0-.305-.033A2.964%2C2.964%2C0%2C0%2C0%2C17.044%2C1H6.957A3.366%2C3.366%2C0%2C0%2C0%2C3.676%2C4.437V19.563a3.526%2C3.526%2C0%2C0%2C0%2C.145.953A3.475%2C3.475%2C0%2C0%2C0%2C4.2%2C21.4c.016.027.026.057.043.083.061.094.138.176.207.263s.122.17.193.245a3.4%2C3.4%2C0%2C0%2C0%2C.309.267c.06.049.113.108.177.153a3.008%2C3.008%2C0%2C0%2C0%2C.35.2c.07.038.134.086.207.118s.165.052.247.081a3.311%2C3.311%2C0%2C0%2C0%2C.369.12c.055.012.115.009.172.018A3.023%2C3.023%2C0%2C0%2C0%2C6.957%2C23H17.044a3.365%2C3.365%2C0%2C0%2C0%2C3.28-3.437V4.437a3.519%2C3.519%2C0%2C0%2C0-.184-1.083m-3.1%2C17.928H6.957a1.6%2C1.6%2C0%2C0%2C1-1.16-.5%2C1.757%2C1.757%2C0%2C0%2C1-.48-1.214V4.437A1.683%2C1.683%2C0%2C0%2C1%2C6.957%2C2.718H17.044a1.605%2C1.605%2C0%2C0%2C1%2C1.16.5%2C1.757%2C1.757%2C0%2C0%2C1%2C.48%2C1.214V19.563a1.682%2C1.682%2C0%2C0%2C1-1.64%2C1.719%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-muster-list-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22muster-list-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cpath%20id%3D%22Path_43852%22%20data-name%3D%22Path%2043852%22%20d%3D%22M17.35%2C18.56a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C16.638a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C18.116%2C7.9%2C17.6a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C17.549A.643.643%2C0%2C0%2C0%2C10.8%2C16.638Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43853%22%20data-name%3D%22Path%2043853%22%20d%3D%22M17.35%2C10.36a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C8.438a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C9.916%2C7.9%2C9.4a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C9.349A.643.643%2C0%2C0%2C0%2C10.8%2C8.438Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43854%22%20data-name%3D%22Path%2043854%22%20d%3D%22M17.35%2C14.46a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C12.538a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C14.016%2C7.9%2C13.505a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C13.449A.643.643%2C0%2C0%2C0%2C10.8%2C12.538Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43855%22%20data-name%3D%22Path%2043855%22%20d%3D%22M17.35%2C6.26a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C4.338a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C5.816%2C7.9%2C5.3a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C5.249A.643.643%2C0%2C0%2C0%2C10.8%2C4.338Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Cpath%20id%3D%22Path_43856%22%20data-name%3D%22Path%2043856%22%20d%3D%22M20.14%2C3.354a3.282%2C3.282%2C0%2C0%2C0-.22-.533c-.052-.1-.1-.209-.157-.305a3.5%2C3.5%2C0%2C0%2C0-.292-.371c-.038-.044-.068-.1-.109-.137-.064-.068-.141-.121-.212-.183a3.255%2C3.255%2C0%2C0%2C0-.274-.237c-.018-.013-.039-.02-.057-.032a3.163%2C3.163%2C0%2C0%2C0-.5-.285c-.094-.042-.2-.064-.3-.1a3.08%2C3.08%2C0%2C0%2C0-.317-.1%2C3.058%2C3.058%2C0%2C0%2C0-.305-.033A2.964%2C2.964%2C0%2C0%2C0%2C17.044%2C1H6.957A3.366%2C3.366%2C0%2C0%2C0%2C3.676%2C4.437V19.563a3.526%2C3.526%2C0%2C0%2C0%2C.145.953A3.475%2C3.475%2C0%2C0%2C0%2C4.2%2C21.4c.016.027.026.057.043.083.061.094.138.176.207.263s.122.17.193.245a3.4%2C3.4%2C0%2C0%2C0%2C.309.267c.06.049.113.108.177.153a3.008%2C3.008%2C0%2C0%2C0%2C.35.2c.07.038.134.086.207.118s.165.052.247.081a3.311%2C3.311%2C0%2C0%2C0%2C.369.12c.055.012.115.009.172.018A3.023%2C3.023%2C0%2C0%2C0%2C6.957%2C23H17.044a3.365%2C3.365%2C0%2C0%2C0%2C3.28-3.437V4.437a3.519%2C3.519%2C0%2C0%2C0-.184-1.083m-3.1%2C17.928H6.957a1.6%2C1.6%2C0%2C0%2C1-1.16-.5%2C1.757%2C1.757%2C0%2C0%2C1-.48-1.214V4.437A1.683%2C1.683%2C0%2C0%2C1%2C6.957%2C2.718H17.044a1.605%2C1.605%2C0%2C0%2C1%2C1.16.5%2C1.757%2C1.757%2C0%2C0%2C1%2C.48%2C1.214V19.563a1.682%2C1.682%2C0%2C0%2C1-1.64%2C1.719%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-muster-list-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22muster-list-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_7141%22%20data-name%3D%22Group%207141%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43852%22%20data-name%3D%22Path%2043852%22%20d%3D%22M17.35%2C18.56a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C16.638a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C18.116%2C7.9%2C17.6a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C17.549A.643.643%2C0%2C0%2C0%2C10.8%2C16.638Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43853%22%20data-name%3D%22Path%2043853%22%20d%3D%22M17.35%2C10.36a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C8.438a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C9.916%2C7.9%2C9.4a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C9.349A.643.643%2C0%2C0%2C0%2C10.8%2C8.438Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43854%22%20data-name%3D%22Path%2043854%22%20d%3D%22M17.35%2C14.46a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C12.538a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C14.016%2C7.9%2C13.505a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C13.449A.643.643%2C0%2C0%2C0%2C10.8%2C12.538Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43855%22%20data-name%3D%22Path%2043855%22%20d%3D%22M17.35%2C6.26a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C4.338a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C5.816%2C7.9%2C5.3a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C5.249A.643.643%2C0%2C0%2C0%2C10.8%2C4.338Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43856%22%20data-name%3D%22Path%2043856%22%20d%3D%22M20.14%2C3.354a3.282%2C3.282%2C0%2C0%2C0-.22-.533c-.052-.1-.1-.209-.157-.305a3.5%2C3.5%2C0%2C0%2C0-.292-.371c-.038-.044-.068-.1-.109-.137-.064-.068-.141-.121-.212-.183a3.255%2C3.255%2C0%2C0%2C0-.274-.237c-.018-.013-.039-.02-.057-.032a3.163%2C3.163%2C0%2C0%2C0-.5-.285c-.094-.042-.2-.064-.3-.1a3.08%2C3.08%2C0%2C0%2C0-.317-.1%2C3.058%2C3.058%2C0%2C0%2C0-.305-.033A2.964%2C2.964%2C0%2C0%2C0%2C17.044%2C1H6.957A3.366%2C3.366%2C0%2C0%2C0%2C3.676%2C4.437V19.563a3.526%2C3.526%2C0%2C0%2C0%2C.145.953A3.475%2C3.475%2C0%2C0%2C0%2C4.2%2C21.4c.016.027.026.057.043.083.061.094.138.176.207.263s.122.17.193.245a3.4%2C3.4%2C0%2C0%2C0%2C.309.267c.06.049.113.108.177.153a3.008%2C3.008%2C0%2C0%2C0%2C.35.2c.07.038.134.086.207.118s.165.052.247.081a3.311%2C3.311%2C0%2C0%2C0%2C.369.12c.055.012.115.009.172.018A3.023%2C3.023%2C0%2C0%2C0%2C6.957%2C23H17.044a3.365%2C3.365%2C0%2C0%2C0%2C3.28-3.437V4.437a3.519%2C3.519%2C0%2C0%2C0-.184-1.083m-3.1%2C17.928H6.957a1.6%2C1.6%2C0%2C0%2C1-1.16-.5%2C1.757%2C1.757%2C0%2C0%2C1-.48-1.214V4.437A1.683%2C1.683%2C0%2C0%2C1%2C6.957%2C2.718H17.044a1.605%2C1.605%2C0%2C0%2C1%2C1.16.5%2C1.757%2C1.757%2C0%2C0%2C1%2C.48%2C1.214V19.563a1.682%2C1.682%2C0%2C0%2C1-1.64%2C1.719%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-muster-list-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22muster-list-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_7141%22%20data-name%3D%22Group%207141%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43852%22%20data-name%3D%22Path%2043852%22%20d%3D%22M17.35%2C18.56a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C16.638a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C18.116%2C7.9%2C17.6a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C17.549A.643.643%2C0%2C0%2C0%2C10.8%2C16.638Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43853%22%20data-name%3D%22Path%2043853%22%20d%3D%22M17.35%2C10.36a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C8.438a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C9.916%2C7.9%2C9.4a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C9.349A.643.643%2C0%2C0%2C0%2C10.8%2C8.438Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43854%22%20data-name%3D%22Path%2043854%22%20d%3D%22M17.35%2C14.46a.765.765%2C0%2C0%2C1-.694.821H12.314a.832.832%2C0%2C0%2C1%2C0-1.641h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C12.538a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C14.016%2C7.9%2C13.505a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C13.449A.643.643%2C0%2C0%2C0%2C10.8%2C12.538Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43855%22%20data-name%3D%22Path%2043855%22%20d%3D%22M17.35%2C6.26a.765.765%2C0%2C0%2C1-.694.821H12.314a.765.765%2C0%2C0%2C1-.695-.821.765.765%2C0%2C0%2C1%2C.695-.82h4.342a.764.764%2C0%2C0%2C1%2C.694.82M10.8%2C4.338a.643.643%2C0%2C0%2C0-.911%2C0h0L8.408%2C5.816%2C7.9%2C5.3a.644.644%2C0%2C0%2C0-.911.911l.967.967a.643.643%2C0%2C0%2C0%2C.911%2C0L10.8%2C5.249A.643.643%2C0%2C0%2C0%2C10.8%2C4.338Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43856%22%20data-name%3D%22Path%2043856%22%20d%3D%22M20.14%2C3.354a3.282%2C3.282%2C0%2C0%2C0-.22-.533c-.052-.1-.1-.209-.157-.305a3.5%2C3.5%2C0%2C0%2C0-.292-.371c-.038-.044-.068-.1-.109-.137-.064-.068-.141-.121-.212-.183a3.255%2C3.255%2C0%2C0%2C0-.274-.237c-.018-.013-.039-.02-.057-.032a3.163%2C3.163%2C0%2C0%2C0-.5-.285c-.094-.042-.2-.064-.3-.1a3.08%2C3.08%2C0%2C0%2C0-.317-.1%2C3.058%2C3.058%2C0%2C0%2C0-.305-.033A2.964%2C2.964%2C0%2C0%2C0%2C17.044%2C1H6.957A3.366%2C3.366%2C0%2C0%2C0%2C3.676%2C4.437V19.563a3.526%2C3.526%2C0%2C0%2C0%2C.145.953A3.475%2C3.475%2C0%2C0%2C0%2C4.2%2C21.4c.016.027.026.057.043.083.061.094.138.176.207.263s.122.17.193.245a3.4%2C3.4%2C0%2C0%2C0%2C.309.267c.06.049.113.108.177.153a3.008%2C3.008%2C0%2C0%2C0%2C.35.2c.07.038.134.086.207.118s.165.052.247.081a3.311%2C3.311%2C0%2C0%2C0%2C.369.12c.055.012.115.009.172.018A3.023%2C3.023%2C0%2C0%2C0%2C6.957%2C23H17.044a3.365%2C3.365%2C0%2C0%2C0%2C3.28-3.437V4.437a3.519%2C3.519%2C0%2C0%2C0-.184-1.083m-3.1%2C17.928H6.957a1.6%2C1.6%2C0%2C0%2C1-1.16-.5%2C1.757%2C1.757%2C0%2C0%2C1-.48-1.214V4.437A1.683%2C1.683%2C0%2C0%2C1%2C6.957%2C2.718H17.044a1.605%2C1.605%2C0%2C0%2C1%2C1.16.5%2C1.757%2C1.757%2C0%2C0%2C1%2C.48%2C1.214V19.563a1.682%2C1.682%2C0%2C0%2C1-1.64%2C1.719%22%2F%3E%20%20%20%20%3Crect%20id%3D%22Rectangle_27310%22%20data-name%3D%22Rectangle%2027310%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-my-profile-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22my-profile-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22employment%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_753%22%20data-name%3D%22Path%20753%22%20d%3D%22M108.164%2C69.379v-.43a4.086%2C4.086%2C0%2C0%2C0-2.194-3.618%2C2.578%2C2.578%2C0%2C1%2C0-3.776%2C0A4.086%2C4.086%2C0%2C0%2C0%2C100%2C68.949v.43a.645.645%2C0%2C0%2C0%2C.645.645h6.875A.645.645%2C0%2C0%2C0%2C108.164%2C69.379Zm-4.082-7.09a1.289%2C1.289%2C0%2C1%2C1-1.289%2C1.289A1.291%2C1.291%2C0%2C0%2C1%2C104.082%2C62.289ZM101.3%2C68.734a2.793%2C2.793%2C0%2C0%2C1%2C5.57%2C0Z%22%20transform%3D%22translate(-95.703%20-58.379)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_754%22%20data-name%3D%22Path%20754%22%20d%3D%22M20.5%2C13.406H19.422v-.645a1.506%2C1.506%2C0%2C0%2C0-1.5-1.5h-1.16V3.223A3.226%2C3.226%2C0%2C0%2C0%2C13.535%2C0H.645A.645.645%2C0%2C0%2C0%2C0%2C.645V21.355A.645.645%2C0%2C0%2C0%2C.645%2C22H20.5A1.506%2C1.506%2C0%2C0%2C0%2C22%2C20.5V14.91A1.506%2C1.506%2C0%2C0%2C0%2C20.5%2C13.406Zm-2.578-.859a.215.215%2C0%2C0%2C1%2C.215.215v.645H15.125v-.645a.215.215%2C0%2C0%2C1%2C.215-.215ZM14.18%2C1.4a1.943%2C1.943%2C0%2C0%2C1%2C1.178%2C1.178H14.18ZM11.273%2C20.711H1.289V1.289h11.6V3.223a.645.645%2C0%2C0%2C0%2C.645.645h1.934v7.391H15.34a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5v.645H12.762a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5V20.5A1.508%2C1.508%2C0%2C0%2C0%2C11.273%2C20.711Zm9.438-.215a.215.215%2C0%2C0%2C1-.215.215H12.762a.215.215%2C0%2C0%2C1-.215-.215V17.273h1.289v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h3.008v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h1.289Zm0-4.512H12.547V14.91a.215.215%2C0%2C0%2C1%2C.215-.215H20.5a.215.215%2C0%2C0%2C1%2C.215.215Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_755%22%20data-name%3D%22Path%20755%22%20d%3D%22M61.5%2C301h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-288.066)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_756%22%20data-name%3D%22Path%20756%22%20d%3D%22M143.653%2C301h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-288.066)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_757%22%20data-name%3D%22Path%20757%22%20d%3D%22M61.5%2C361h-.859a.645.645%2C0%2C1%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C1%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-345.488)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_758%22%20data-name%3D%22Path%20758%22%20d%3D%22M143.653%2C361h-3.008a.645.645%2C0%2C1%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-345.488)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_759%22%20data-name%3D%22Path%20759%22%20d%3D%22M61.5%2C421h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-402.911)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_760%22%20data-name%3D%22Path%20760%22%20d%3D%22M143.653%2C421h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-402.911)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-my-profile-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22my-profile-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22employment%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_753%22%20data-name%3D%22Path%20753%22%20d%3D%22M108.164%2C69.379v-.43a4.086%2C4.086%2C0%2C0%2C0-2.194-3.618%2C2.578%2C2.578%2C0%2C1%2C0-3.776%2C0A4.086%2C4.086%2C0%2C0%2C0%2C100%2C68.949v.43a.645.645%2C0%2C0%2C0%2C.645.645h6.875A.645.645%2C0%2C0%2C0%2C108.164%2C69.379Zm-4.082-7.09a1.289%2C1.289%2C0%2C1%2C1-1.289%2C1.289A1.291%2C1.291%2C0%2C0%2C1%2C104.082%2C62.289ZM101.3%2C68.734a2.793%2C2.793%2C0%2C0%2C1%2C5.57%2C0Z%22%20transform%3D%22translate(-95.703%20-58.379)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_754%22%20data-name%3D%22Path%20754%22%20d%3D%22M20.5%2C13.406H19.422v-.645a1.506%2C1.506%2C0%2C0%2C0-1.5-1.5h-1.16V3.223A3.226%2C3.226%2C0%2C0%2C0%2C13.535%2C0H.645A.645.645%2C0%2C0%2C0%2C0%2C.645V21.355A.645.645%2C0%2C0%2C0%2C.645%2C22H20.5A1.506%2C1.506%2C0%2C0%2C0%2C22%2C20.5V14.91A1.506%2C1.506%2C0%2C0%2C0%2C20.5%2C13.406Zm-2.578-.859a.215.215%2C0%2C0%2C1%2C.215.215v.645H15.125v-.645a.215.215%2C0%2C0%2C1%2C.215-.215ZM14.18%2C1.4a1.943%2C1.943%2C0%2C0%2C1%2C1.178%2C1.178H14.18ZM11.273%2C20.711H1.289V1.289h11.6V3.223a.645.645%2C0%2C0%2C0%2C.645.645h1.934v7.391H15.34a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5v.645H12.762a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5V20.5A1.508%2C1.508%2C0%2C0%2C0%2C11.273%2C20.711Zm9.438-.215a.215.215%2C0%2C0%2C1-.215.215H12.762a.215.215%2C0%2C0%2C1-.215-.215V17.273h1.289v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h3.008v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h1.289Zm0-4.512H12.547V14.91a.215.215%2C0%2C0%2C1%2C.215-.215H20.5a.215.215%2C0%2C0%2C1%2C.215.215Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_755%22%20data-name%3D%22Path%20755%22%20d%3D%22M61.5%2C301h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-288.066)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_756%22%20data-name%3D%22Path%20756%22%20d%3D%22M143.653%2C301h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-288.066)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_757%22%20data-name%3D%22Path%20757%22%20d%3D%22M61.5%2C361h-.859a.645.645%2C0%2C1%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C1%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-345.488)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_758%22%20data-name%3D%22Path%20758%22%20d%3D%22M143.653%2C361h-3.008a.645.645%2C0%2C1%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-345.488)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_759%22%20data-name%3D%22Path%20759%22%20d%3D%22M61.5%2C421h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-402.911)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_760%22%20data-name%3D%22Path%20760%22%20d%3D%22M143.653%2C421h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-402.911)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-my-profile-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22my-profile-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22employment%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_753%22%20data-name%3D%22Path%20753%22%20d%3D%22M108.164%2C69.379v-.43a4.086%2C4.086%2C0%2C0%2C0-2.194-3.618%2C2.578%2C2.578%2C0%2C1%2C0-3.776%2C0A4.086%2C4.086%2C0%2C0%2C0%2C100%2C68.949v.43a.645.645%2C0%2C0%2C0%2C.645.645h6.875A.645.645%2C0%2C0%2C0%2C108.164%2C69.379Zm-4.082-7.09a1.289%2C1.289%2C0%2C1%2C1-1.289%2C1.289A1.291%2C1.291%2C0%2C0%2C1%2C104.082%2C62.289ZM101.3%2C68.734a2.793%2C2.793%2C0%2C0%2C1%2C5.57%2C0Z%22%20transform%3D%22translate(-95.703%20-58.379)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_754%22%20data-name%3D%22Path%20754%22%20d%3D%22M20.5%2C13.406H19.422v-.645a1.506%2C1.506%2C0%2C0%2C0-1.5-1.5h-1.16V3.223A3.226%2C3.226%2C0%2C0%2C0%2C13.535%2C0H.645A.645.645%2C0%2C0%2C0%2C0%2C.645V21.355A.645.645%2C0%2C0%2C0%2C.645%2C22H20.5A1.506%2C1.506%2C0%2C0%2C0%2C22%2C20.5V14.91A1.506%2C1.506%2C0%2C0%2C0%2C20.5%2C13.406Zm-2.578-.859a.215.215%2C0%2C0%2C1%2C.215.215v.645H15.125v-.645a.215.215%2C0%2C0%2C1%2C.215-.215ZM14.18%2C1.4a1.943%2C1.943%2C0%2C0%2C1%2C1.178%2C1.178H14.18ZM11.273%2C20.711H1.289V1.289h11.6V3.223a.645.645%2C0%2C0%2C0%2C.645.645h1.934v7.391H15.34a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5v.645H12.762a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5V20.5A1.508%2C1.508%2C0%2C0%2C0%2C11.273%2C20.711Zm9.438-.215a.215.215%2C0%2C0%2C1-.215.215H12.762a.215.215%2C0%2C0%2C1-.215-.215V17.273h1.289v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h3.008v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h1.289Zm0-4.512H12.547V14.91a.215.215%2C0%2C0%2C1%2C.215-.215H20.5a.215.215%2C0%2C0%2C1%2C.215.215Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_755%22%20data-name%3D%22Path%20755%22%20d%3D%22M61.5%2C301h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-288.066)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_756%22%20data-name%3D%22Path%20756%22%20d%3D%22M143.653%2C301h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-288.066)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_757%22%20data-name%3D%22Path%20757%22%20d%3D%22M61.5%2C361h-.859a.645.645%2C0%2C1%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C1%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-345.488)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_758%22%20data-name%3D%22Path%20758%22%20d%3D%22M143.653%2C361h-3.008a.645.645%2C0%2C1%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-345.488)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_759%22%20data-name%3D%22Path%20759%22%20d%3D%22M61.5%2C421h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-402.911)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_760%22%20data-name%3D%22Path%20760%22%20d%3D%22M143.653%2C421h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-402.911)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-my-profile-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22my-profile-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22employment%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_753%22%20data-name%3D%22Path%20753%22%20d%3D%22M108.164%2C69.379v-.43a4.086%2C4.086%2C0%2C0%2C0-2.194-3.618%2C2.578%2C2.578%2C0%2C1%2C0-3.776%2C0A4.086%2C4.086%2C0%2C0%2C0%2C100%2C68.949v.43a.645.645%2C0%2C0%2C0%2C.645.645h6.875A.645.645%2C0%2C0%2C0%2C108.164%2C69.379Zm-4.082-7.09a1.289%2C1.289%2C0%2C1%2C1-1.289%2C1.289A1.291%2C1.291%2C0%2C0%2C1%2C104.082%2C62.289ZM101.3%2C68.734a2.793%2C2.793%2C0%2C0%2C1%2C5.57%2C0Z%22%20transform%3D%22translate(-95.703%20-58.379)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_754%22%20data-name%3D%22Path%20754%22%20d%3D%22M20.5%2C13.406H19.422v-.645a1.506%2C1.506%2C0%2C0%2C0-1.5-1.5h-1.16V3.223A3.226%2C3.226%2C0%2C0%2C0%2C13.535%2C0H.645A.645.645%2C0%2C0%2C0%2C0%2C.645V21.355A.645.645%2C0%2C0%2C0%2C.645%2C22H20.5A1.506%2C1.506%2C0%2C0%2C0%2C22%2C20.5V14.91A1.506%2C1.506%2C0%2C0%2C0%2C20.5%2C13.406Zm-2.578-.859a.215.215%2C0%2C0%2C1%2C.215.215v.645H15.125v-.645a.215.215%2C0%2C0%2C1%2C.215-.215ZM14.18%2C1.4a1.943%2C1.943%2C0%2C0%2C1%2C1.178%2C1.178H14.18ZM11.273%2C20.711H1.289V1.289h11.6V3.223a.645.645%2C0%2C0%2C0%2C.645.645h1.934v7.391H15.34a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5v.645H12.762a1.506%2C1.506%2C0%2C0%2C0-1.5%2C1.5V20.5A1.508%2C1.508%2C0%2C0%2C0%2C11.273%2C20.711Zm9.438-.215a.215.215%2C0%2C0%2C1-.215.215H12.762a.215.215%2C0%2C0%2C1-.215-.215V17.273h1.289v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h3.008v.645a.645.645%2C0%2C1%2C0%2C1.289%2C0v-.645h1.289Zm0-4.512H12.547V14.91a.215.215%2C0%2C0%2C1%2C.215-.215H20.5a.215.215%2C0%2C0%2C1%2C.215.215Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_755%22%20data-name%3D%22Path%20755%22%20d%3D%22M61.5%2C301h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-288.066)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_756%22%20data-name%3D%22Path%20756%22%20d%3D%22M143.653%2C301h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-288.066)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_757%22%20data-name%3D%22Path%20757%22%20d%3D%22M61.5%2C361h-.859a.645.645%2C0%2C1%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C1%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-345.488)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_758%22%20data-name%3D%22Path%20758%22%20d%3D%22M143.653%2C361h-3.008a.645.645%2C0%2C1%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-345.488)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_759%22%20data-name%3D%22Path%20759%22%20d%3D%22M61.5%2C421h-.859a.645.645%2C0%2C0%2C0%2C0%2C1.289H61.5a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-57.422%20-402.911)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_760%22%20data-name%3D%22Path%20760%22%20d%3D%22M143.653%2C421h-3.008a.645.645%2C0%2C0%2C0%2C0%2C1.289h3.008a.645.645%2C0%2C0%2C0%2C0-1.289Z%22%20transform%3D%22translate(-133.984%20-402.911)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-new-tab-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22new-tab-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22new-tab%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3449%22%20data-name%3D%22Group%203449%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35556%22%20data-name%3D%22Path%2035556%22%20d%3D%22M18%2C23H4a3%2C3%2C0%2C0%2C1-3-3V6A3%2C3%2C0%2C0%2C1%2C4%2C3h8a1%2C1%2C0%2C0%2C1%2C0%2C2H4A1%2C1%2C0%2C0%2C0%2C3%2C6V20a1%2C1%2C0%2C0%2C0%2C1%2C1H18a1%2C1%2C0%2C0%2C0%2C1-1V12a1%2C1%2C0%2C0%2C1%2C2%2C0v8A3%2C3%2C0%2C0%2C1%2C18%2C23Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35557%22%20data-name%3D%22Path%2035557%22%20d%3D%22M22%2C1H16a1%2C1%2C0%2C0%2C0-.707%2C1.707L17.586%2C5l-7.293%2C7.293a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L19%2C6.414l2.293%2C2.293A1%2C1%2C0%2C0%2C0%2C22%2C9a.987.987%2C0%2C0%2C0%2C.383-.076A1%2C1%2C0%2C0%2C0%2C23%2C8V2a1%2C1%2C0%2C0%2C0-1-1Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-new-tab-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22new-tab-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22new-tab%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3449%22%20data-name%3D%22Group%203449%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35556%22%20data-name%3D%22Path%2035556%22%20d%3D%22M18%2C23H4a3%2C3%2C0%2C0%2C1-3-3V6A3%2C3%2C0%2C0%2C1%2C4%2C3h8a1%2C1%2C0%2C0%2C1%2C0%2C2H4A1%2C1%2C0%2C0%2C0%2C3%2C6V20a1%2C1%2C0%2C0%2C0%2C1%2C1H18a1%2C1%2C0%2C0%2C0%2C1-1V12a1%2C1%2C0%2C0%2C1%2C2%2C0v8A3%2C3%2C0%2C0%2C1%2C18%2C23Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35557%22%20data-name%3D%22Path%2035557%22%20d%3D%22M22%2C1H16a1%2C1%2C0%2C0%2C0-.707%2C1.707L17.586%2C5l-7.293%2C7.293a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L19%2C6.414l2.293%2C2.293A1%2C1%2C0%2C0%2C0%2C22%2C9a.987.987%2C0%2C0%2C0%2C.383-.076A1%2C1%2C0%2C0%2C0%2C23%2C8V2a1%2C1%2C0%2C0%2C0-1-1Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-new-tab-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22new-tab-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22new-tab%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3449%22%20data-name%3D%22Group%203449%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35556%22%20data-name%3D%22Path%2035556%22%20d%3D%22M18%2C23H4a3%2C3%2C0%2C0%2C1-3-3V6A3%2C3%2C0%2C0%2C1%2C4%2C3h8a1%2C1%2C0%2C0%2C1%2C0%2C2H4A1%2C1%2C0%2C0%2C0%2C3%2C6V20a1%2C1%2C0%2C0%2C0%2C1%2C1H18a1%2C1%2C0%2C0%2C0%2C1-1V12a1%2C1%2C0%2C0%2C1%2C2%2C0v8A3%2C3%2C0%2C0%2C1%2C18%2C23Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35557%22%20data-name%3D%22Path%2035557%22%20d%3D%22M22%2C1H16a1%2C1%2C0%2C0%2C0-.707%2C1.707L17.586%2C5l-7.293%2C7.293a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L19%2C6.414l2.293%2C2.293A1%2C1%2C0%2C0%2C0%2C22%2C9a.987.987%2C0%2C0%2C0%2C.383-.076A1%2C1%2C0%2C0%2C0%2C23%2C8V2a1%2C1%2C0%2C0%2C0-1-1Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-new-tab-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22new-tab-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22new-tab%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3449%22%20data-name%3D%22Group%203449%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35556%22%20data-name%3D%22Path%2035556%22%20d%3D%22M18%2C23H4a3%2C3%2C0%2C0%2C1-3-3V6A3%2C3%2C0%2C0%2C1%2C4%2C3h8a1%2C1%2C0%2C0%2C1%2C0%2C2H4A1%2C1%2C0%2C0%2C0%2C3%2C6V20a1%2C1%2C0%2C0%2C0%2C1%2C1H18a1%2C1%2C0%2C0%2C0%2C1-1V12a1%2C1%2C0%2C0%2C1%2C2%2C0v8A3%2C3%2C0%2C0%2C1%2C18%2C23Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_35557%22%20data-name%3D%22Path%2035557%22%20d%3D%22M22%2C1H16a1%2C1%2C0%2C0%2C0-.707%2C1.707L17.586%2C5l-7.293%2C7.293a1%2C1%2C0%2C1%2C0%2C1.414%2C1.414L19%2C6.414l2.293%2C2.293A1%2C1%2C0%2C0%2C0%2C22%2C9a.987.987%2C0%2C0%2C0%2C.383-.076A1%2C1%2C0%2C0%2C0%2C23%2C8V2a1%2C1%2C0%2C0%2C0-1-1Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-not-applicable-forbidden-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22not-applicable-forbidden-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22forbidden%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10.029%2C10.029%2C0%2C0%2C0%2C10%2C0Zm0%2C2a7.881%2C7.881%2C0%2C0%2C1%2C4.9%2C1.7L3.7%2C14.9A7.881%2C7.881%2C0%2C0%2C1%2C2%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C2Zm0%2C16a7.881%2C7.881%2C0%2C0%2C1-4.9-1.7L16.3%2C5.1A7.881%2C7.881%2C0%2C0%2C1%2C18%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C18Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-not-applicable-forbidden-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22not-applicable-forbidden-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22forbidden%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10.029%2C10.029%2C0%2C0%2C0%2C10%2C0Zm0%2C2a7.881%2C7.881%2C0%2C0%2C1%2C4.9%2C1.7L3.7%2C14.9A7.881%2C7.881%2C0%2C0%2C1%2C2%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C2Zm0%2C16a7.881%2C7.881%2C0%2C0%2C1-4.9-1.7L16.3%2C5.1A7.881%2C7.881%2C0%2C0%2C1%2C18%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C18Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}

.nr-not-applicable-forbidden-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22not-applicable-forbidden-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22forbidden%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10.029%2C10.029%2C0%2C0%2C0%2C10%2C0Zm0%2C2a7.881%2C7.881%2C0%2C0%2C1%2C4.9%2C1.7L3.7%2C14.9A7.881%2C7.881%2C0%2C0%2C1%2C2%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C2Zm0%2C16a7.881%2C7.881%2C0%2C0%2C1-4.9-1.7L16.3%2C5.1A7.881%2C7.881%2C0%2C0%2C1%2C18%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C18Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-not-applicable-forbidden-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22not-applicable-forbidden-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22forbidden%22%20d%3D%22M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10.029%2C10.029%2C0%2C0%2C0%2C10%2C0Zm0%2C2a7.881%2C7.881%2C0%2C0%2C1%2C4.9%2C1.7L3.7%2C14.9A7.881%2C7.881%2C0%2C0%2C1%2C2%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C2Zm0%2C16a7.881%2C7.881%2C0%2C0%2C1-4.9-1.7L16.3%2C5.1A7.881%2C7.881%2C0%2C0%2C1%2C18%2C10%2C8.024%2C8.024%2C0%2C0%2C1%2C10%2C18Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}

.nr-notification-light-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22notification-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22notification%22%20transform%3D%22translate(-15.949%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4199%22%20data-name%3D%22Group%204199%22%20transform%3D%22translate(17.95%200)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35801%22%20data-name%3D%22Path%2035801%22%20d%3D%22M37.811%2C16.436a2.548%2C2.548%2C0%2C0%2C0-2.548-2.243.279.279%2C0%2C0%2C1-.28-.28V9.733A7.315%2C7.315%2C0%2C0%2C0%2C30.26%2C2.91a2.483%2C2.483%2C0%2C0%2C0%2C.05-.486%2C2.424%2C2.424%2C0%2C0%2C0-4.847%2C0%2C2.6%2C2.6%2C0%2C0%2C0%2C.046.472%2C7.091%2C7.091%2C0%2C0%2C0-4.719%2C6.685v4.333a.281.281%2C0%2C0%2C1-.28.28%2C2.546%2C2.546%2C0%2C0%2C0-2.548%2C2.243%2C2.485%2C2.485%2C0%2C0%2C0%2C2.473%2C2.725h4.279a3.192%2C3.192%2C0%2C0%2C0%2C6.345%2C0h4.279a2.485%2C2.485%2C0%2C0%2C0%2C2.473-2.725ZM27.886%2C1.419a1.006%2C1.006%2C0%2C0%2C1%2C1%2C1%2C.868.868%2C0%2C0%2C1-.014.135%2C6.288%2C6.288%2C0%2C0%2C0-.731-.067%2C7.312%2C7.312%2C0%2C0%2C0-1.249.071.867.867%2C0%2C0%2C1-.014-.135%2C1.006%2C1.006%2C0%2C0%2C1%2C1-1.008Zm0%2C19.161a1.78%2C1.78%2C0%2C0%2C1-1.739-1.419h3.477A1.78%2C1.78%2C0%2C0%2C1%2C27.886%2C20.581Zm8.239-3.186a1.056%2C1.056%2C0%2C0%2C1-.788.348h-14.9a1.056%2C1.056%2C0%2C0%2C1-.788-.348%2C1.042%2C1.042%2C0%2C0%2C1-.27-.823%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135-.958%2C1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.7V9.581A5.68%2C5.68%2C0%2C0%2C1%2C27.886%2C3.9c.071%2C0%2C.138%2C0%2C.209%2C0a5.805%2C5.805%2C0%2C0%2C1%2C5.468%2C5.826v4.18a1.7%2C1.7%2C0%2C0%2C0%2C1.7%2C1.7%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135.958A1.062%2C1.062%2C0%2C0%2C1%2C36.125%2C17.394Z%22%20transform%3D%22translate(-17.95%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35802%22%20data-name%3D%22Path%2035802%22%20d%3D%22M19.228%2C50.457a.709.709%2C0%2C0%2C0%2C.692-.557%2C8.3%2C8.3%2C0%2C0%2C1%2C2.257-4.105.71.71%2C0%2C0%2C0-1-1%2C9.709%2C9.709%2C0%2C0%2C0-2.64%2C4.808.705.705%2C0%2C0%2C0%2C.539.845A.821.821%2C0%2C0%2C0%2C19.228%2C50.457Z%22%20transform%3D%22translate(-18.482%20-41.941)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35803%22%20data-name%3D%22Path%2035803%22%20d%3D%22M290.56%2C50.4a.748.748%2C0%2C0%2C0%2C.153-.018.707.707%2C0%2C0%2C0%2C.539-.845%2C9.725%2C9.725%2C0%2C0%2C0-2.64-4.808.71.71%2C0%2C1%2C0-1%2C1%2C8.323%2C8.323%2C0%2C0%2C1%2C2.257%2C4.105A.715.715%2C0%2C0%2C0%2C290.56%2C50.4Z%22%20transform%3D%22translate(-271.433%20-41.884)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-notification-light-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22notification-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22notification%22%20transform%3D%22translate(-15.949%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4199%22%20data-name%3D%22Group%204199%22%20transform%3D%22translate(17.95%200)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35801%22%20data-name%3D%22Path%2035801%22%20d%3D%22M37.811%2C16.436a2.548%2C2.548%2C0%2C0%2C0-2.548-2.243.279.279%2C0%2C0%2C1-.28-.28V9.733A7.315%2C7.315%2C0%2C0%2C0%2C30.26%2C2.91a2.483%2C2.483%2C0%2C0%2C0%2C.05-.486%2C2.424%2C2.424%2C0%2C0%2C0-4.847%2C0%2C2.6%2C2.6%2C0%2C0%2C0%2C.046.472%2C7.091%2C7.091%2C0%2C0%2C0-4.719%2C6.685v4.333a.281.281%2C0%2C0%2C1-.28.28%2C2.546%2C2.546%2C0%2C0%2C0-2.548%2C2.243%2C2.485%2C2.485%2C0%2C0%2C0%2C2.473%2C2.725h4.279a3.192%2C3.192%2C0%2C0%2C0%2C6.345%2C0h4.279a2.485%2C2.485%2C0%2C0%2C0%2C2.473-2.725ZM27.886%2C1.419a1.006%2C1.006%2C0%2C0%2C1%2C1%2C1%2C.868.868%2C0%2C0%2C1-.014.135%2C6.288%2C6.288%2C0%2C0%2C0-.731-.067%2C7.312%2C7.312%2C0%2C0%2C0-1.249.071.867.867%2C0%2C0%2C1-.014-.135%2C1.006%2C1.006%2C0%2C0%2C1%2C1-1.008Zm0%2C19.161a1.78%2C1.78%2C0%2C0%2C1-1.739-1.419h3.477A1.78%2C1.78%2C0%2C0%2C1%2C27.886%2C20.581Zm8.239-3.186a1.056%2C1.056%2C0%2C0%2C1-.788.348h-14.9a1.056%2C1.056%2C0%2C0%2C1-.788-.348%2C1.042%2C1.042%2C0%2C0%2C1-.27-.823%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135-.958%2C1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.7V9.581A5.68%2C5.68%2C0%2C0%2C1%2C27.886%2C3.9c.071%2C0%2C.138%2C0%2C.209%2C0a5.805%2C5.805%2C0%2C0%2C1%2C5.468%2C5.826v4.18a1.7%2C1.7%2C0%2C0%2C0%2C1.7%2C1.7%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135.958A1.062%2C1.062%2C0%2C0%2C1%2C36.125%2C17.394Z%22%20transform%3D%22translate(-17.95%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35802%22%20data-name%3D%22Path%2035802%22%20d%3D%22M19.228%2C50.457a.709.709%2C0%2C0%2C0%2C.692-.557%2C8.3%2C8.3%2C0%2C0%2C1%2C2.257-4.105.71.71%2C0%2C0%2C0-1-1%2C9.709%2C9.709%2C0%2C0%2C0-2.64%2C4.808.705.705%2C0%2C0%2C0%2C.539.845A.821.821%2C0%2C0%2C0%2C19.228%2C50.457Z%22%20transform%3D%22translate(-18.482%20-41.941)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35803%22%20data-name%3D%22Path%2035803%22%20d%3D%22M290.56%2C50.4a.748.748%2C0%2C0%2C0%2C.153-.018.707.707%2C0%2C0%2C0%2C.539-.845%2C9.725%2C9.725%2C0%2C0%2C0-2.64-4.808.71.71%2C0%2C1%2C0-1%2C1%2C8.323%2C8.323%2C0%2C0%2C1%2C2.257%2C4.105A.715.715%2C0%2C0%2C0%2C290.56%2C50.4Z%22%20transform%3D%22translate(-271.433%20-41.884)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-notification-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22notification-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22notification%22%20transform%3D%22translate(-15.949%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4199%22%20data-name%3D%22Group%204199%22%20transform%3D%22translate(17.95%200)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35801%22%20data-name%3D%22Path%2035801%22%20d%3D%22M37.811%2C16.436a2.548%2C2.548%2C0%2C0%2C0-2.548-2.243.279.279%2C0%2C0%2C1-.28-.28V9.733A7.315%2C7.315%2C0%2C0%2C0%2C30.26%2C2.91a2.483%2C2.483%2C0%2C0%2C0%2C.05-.486%2C2.424%2C2.424%2C0%2C0%2C0-4.847%2C0%2C2.6%2C2.6%2C0%2C0%2C0%2C.046.472%2C7.091%2C7.091%2C0%2C0%2C0-4.719%2C6.685v4.333a.281.281%2C0%2C0%2C1-.28.28%2C2.546%2C2.546%2C0%2C0%2C0-2.548%2C2.243%2C2.485%2C2.485%2C0%2C0%2C0%2C2.473%2C2.725h4.279a3.192%2C3.192%2C0%2C0%2C0%2C6.345%2C0h4.279a2.485%2C2.485%2C0%2C0%2C0%2C2.473-2.725ZM27.886%2C1.419a1.006%2C1.006%2C0%2C0%2C1%2C1%2C1%2C.868.868%2C0%2C0%2C1-.014.135%2C6.288%2C6.288%2C0%2C0%2C0-.731-.067%2C7.312%2C7.312%2C0%2C0%2C0-1.249.071.867.867%2C0%2C0%2C1-.014-.135%2C1.006%2C1.006%2C0%2C0%2C1%2C1-1.008Zm0%2C19.161a1.78%2C1.78%2C0%2C0%2C1-1.739-1.419h3.477A1.78%2C1.78%2C0%2C0%2C1%2C27.886%2C20.581Zm8.239-3.186a1.056%2C1.056%2C0%2C0%2C1-.788.348h-14.9a1.056%2C1.056%2C0%2C0%2C1-.788-.348%2C1.042%2C1.042%2C0%2C0%2C1-.27-.823%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135-.958%2C1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.7V9.581A5.68%2C5.68%2C0%2C0%2C1%2C27.886%2C3.9c.071%2C0%2C.138%2C0%2C.209%2C0a5.805%2C5.805%2C0%2C0%2C1%2C5.468%2C5.826v4.18a1.7%2C1.7%2C0%2C0%2C0%2C1.7%2C1.7%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135.958A1.062%2C1.062%2C0%2C0%2C1%2C36.125%2C17.394Z%22%20transform%3D%22translate(-17.95%200)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35802%22%20data-name%3D%22Path%2035802%22%20d%3D%22M19.228%2C50.457a.709.709%2C0%2C0%2C0%2C.692-.557%2C8.3%2C8.3%2C0%2C0%2C1%2C2.257-4.105.71.71%2C0%2C0%2C0-1-1%2C9.709%2C9.709%2C0%2C0%2C0-2.64%2C4.808.705.705%2C0%2C0%2C0%2C.539.845A.821.821%2C0%2C0%2C0%2C19.228%2C50.457Z%22%20transform%3D%22translate(-18.482%20-41.941)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35803%22%20data-name%3D%22Path%2035803%22%20d%3D%22M290.56%2C50.4a.748.748%2C0%2C0%2C0%2C.153-.018.707.707%2C0%2C0%2C0%2C.539-.845%2C9.725%2C9.725%2C0%2C0%2C0-2.64-4.808.71.71%2C0%2C1%2C0-1%2C1%2C8.323%2C8.323%2C0%2C0%2C1%2C2.257%2C4.105A.715.715%2C0%2C0%2C0%2C290.56%2C50.4Z%22%20transform%3D%22translate(-271.433%20-41.884)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-notification-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22notification-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22notification%22%20transform%3D%22translate(-15.949%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4199%22%20data-name%3D%22Group%204199%22%20transform%3D%22translate(17.95%200)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35801%22%20data-name%3D%22Path%2035801%22%20d%3D%22M37.811%2C16.436a2.548%2C2.548%2C0%2C0%2C0-2.548-2.243.279.279%2C0%2C0%2C1-.28-.28V9.733A7.315%2C7.315%2C0%2C0%2C0%2C30.26%2C2.91a2.483%2C2.483%2C0%2C0%2C0%2C.05-.486%2C2.424%2C2.424%2C0%2C0%2C0-4.847%2C0%2C2.6%2C2.6%2C0%2C0%2C0%2C.046.472%2C7.091%2C7.091%2C0%2C0%2C0-4.719%2C6.685v4.333a.281.281%2C0%2C0%2C1-.28.28%2C2.546%2C2.546%2C0%2C0%2C0-2.548%2C2.243%2C2.485%2C2.485%2C0%2C0%2C0%2C2.473%2C2.725h4.279a3.192%2C3.192%2C0%2C0%2C0%2C6.345%2C0h4.279a2.485%2C2.485%2C0%2C0%2C0%2C2.473-2.725ZM27.886%2C1.419a1.006%2C1.006%2C0%2C0%2C1%2C1%2C1%2C.868.868%2C0%2C0%2C1-.014.135%2C6.288%2C6.288%2C0%2C0%2C0-.731-.067%2C7.312%2C7.312%2C0%2C0%2C0-1.249.071.867.867%2C0%2C0%2C1-.014-.135%2C1.006%2C1.006%2C0%2C0%2C1%2C1-1.008Zm0%2C19.161a1.78%2C1.78%2C0%2C0%2C1-1.739-1.419h3.477A1.78%2C1.78%2C0%2C0%2C1%2C27.886%2C20.581Zm8.239-3.186a1.056%2C1.056%2C0%2C0%2C1-.788.348h-14.9a1.056%2C1.056%2C0%2C0%2C1-.788-.348%2C1.042%2C1.042%2C0%2C0%2C1-.27-.823%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135-.958%2C1.7%2C1.7%2C0%2C0%2C0%2C1.7-1.7V9.581A5.68%2C5.68%2C0%2C0%2C1%2C27.886%2C3.9c.071%2C0%2C.138%2C0%2C.209%2C0a5.805%2C5.805%2C0%2C0%2C1%2C5.468%2C5.826v4.18a1.7%2C1.7%2C0%2C0%2C0%2C1.7%2C1.7%2C1.115%2C1.115%2C0%2C0%2C1%2C1.135.958A1.062%2C1.062%2C0%2C0%2C1%2C36.125%2C17.394Z%22%20transform%3D%22translate(-17.95%200)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35802%22%20data-name%3D%22Path%2035802%22%20d%3D%22M19.228%2C50.457a.709.709%2C0%2C0%2C0%2C.692-.557%2C8.3%2C8.3%2C0%2C0%2C1%2C2.257-4.105.71.71%2C0%2C0%2C0-1-1%2C9.709%2C9.709%2C0%2C0%2C0-2.64%2C4.808.705.705%2C0%2C0%2C0%2C.539.845A.821.821%2C0%2C0%2C0%2C19.228%2C50.457Z%22%20transform%3D%22translate(-18.482%20-41.941)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35803%22%20data-name%3D%22Path%2035803%22%20d%3D%22M290.56%2C50.4a.748.748%2C0%2C0%2C0%2C.153-.018.707.707%2C0%2C0%2C0%2C.539-.845%2C9.725%2C9.725%2C0%2C0%2C0-2.64-4.808.71.71%2C0%2C1%2C0-1%2C1%2C8.323%2C8.323%2C0%2C0%2C1%2C2.257%2C4.105A.715.715%2C0%2C0%2C0%2C290.56%2C50.4Z%22%20transform%3D%22translate(-271.433%20-41.884)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-password-light-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22password-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22password%22%20transform%3D%22translate(1%20-142.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35804%22%20data-name%3D%22Path%2035804%22%20d%3D%22M20.167%2C149.333H1.833A1.835%2C1.835%2C0%2C0%2C0%2C0%2C151.166v5.5A1.835%2C1.835%2C0%2C0%2C0%2C1.833%2C158.5H20.167A1.835%2C1.835%2C0%2C0%2C0%2C22%2C156.666v-5.5A1.835%2C1.835%2C0%2C0%2C0%2C20.167%2C149.333Zm.917%2C7.333a.918.918%2C0%2C0%2C1-.917.917H1.833a.918.918%2C0%2C0%2C1-.917-.917v-5.5a.918.918%2C0%2C0%2C1%2C.917-.917H20.167a.918.918%2C0%2C0%2C1%2C.917.917Z%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35805%22%20data-name%3D%22Path%2035805%22%20d%3D%22M60.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C60.857%2C214.25Z%22%20transform%3D%22translate(-55.145%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35806%22%20data-name%3D%22Path%2035806%22%20d%3D%22M167.524%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C0%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C0%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C167.524%2C214.25Z%22%20transform%3D%22translate(-157.228%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35807%22%20data-name%3D%22Path%2035807%22%20d%3D%22M274.19%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C1%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C274.19%2C214.25Z%22%20transform%3D%22translate(-259.311%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35808%22%20data-name%3D%22Path%2035808%22%20d%3D%22M380.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C1%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C380.857%2C214.25Z%22%20transform%3D%22translate(-361.395%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-password-light-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22password-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22password%22%20transform%3D%22translate(1%20-142.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35804%22%20data-name%3D%22Path%2035804%22%20d%3D%22M20.167%2C149.333H1.833A1.835%2C1.835%2C0%2C0%2C0%2C0%2C151.166v5.5A1.835%2C1.835%2C0%2C0%2C0%2C1.833%2C158.5H20.167A1.835%2C1.835%2C0%2C0%2C0%2C22%2C156.666v-5.5A1.835%2C1.835%2C0%2C0%2C0%2C20.167%2C149.333Zm.917%2C7.333a.918.918%2C0%2C0%2C1-.917.917H1.833a.918.918%2C0%2C0%2C1-.917-.917v-5.5a.918.918%2C0%2C0%2C1%2C.917-.917H20.167a.918.918%2C0%2C0%2C1%2C.917.917Z%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35805%22%20data-name%3D%22Path%2035805%22%20d%3D%22M60.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C60.857%2C214.25Z%22%20transform%3D%22translate(-55.145%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35806%22%20data-name%3D%22Path%2035806%22%20d%3D%22M167.524%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C0%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C0%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C167.524%2C214.25Z%22%20transform%3D%22translate(-157.228%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35807%22%20data-name%3D%22Path%2035807%22%20d%3D%22M274.19%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C1%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C274.19%2C214.25Z%22%20transform%3D%22translate(-259.311%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35808%22%20data-name%3D%22Path%2035808%22%20d%3D%22M380.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C1%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C380.857%2C214.25Z%22%20transform%3D%22translate(-361.395%20-61.25)%22%20fill%3D%22%23eee%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-password-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22password-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22password%22%20transform%3D%22translate(1%20-142.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35804%22%20data-name%3D%22Path%2035804%22%20d%3D%22M20.167%2C149.333H1.833A1.835%2C1.835%2C0%2C0%2C0%2C0%2C151.166v5.5A1.835%2C1.835%2C0%2C0%2C0%2C1.833%2C158.5H20.167A1.835%2C1.835%2C0%2C0%2C0%2C22%2C156.666v-5.5A1.835%2C1.835%2C0%2C0%2C0%2C20.167%2C149.333Zm.917%2C7.333a.918.918%2C0%2C0%2C1-.917.917H1.833a.918.918%2C0%2C0%2C1-.917-.917v-5.5a.918.918%2C0%2C0%2C1%2C.917-.917H20.167a.918.918%2C0%2C0%2C1%2C.917.917Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35805%22%20data-name%3D%22Path%2035805%22%20d%3D%22M60.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C60.857%2C214.25Z%22%20transform%3D%22translate(-55.145%20-61.25)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35806%22%20data-name%3D%22Path%2035806%22%20d%3D%22M167.524%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C0%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C0%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C167.524%2C214.25Z%22%20transform%3D%22translate(-157.228%20-61.25)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35807%22%20data-name%3D%22Path%2035807%22%20d%3D%22M274.19%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C1%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C274.19%2C214.25Z%22%20transform%3D%22translate(-259.311%20-61.25)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35808%22%20data-name%3D%22Path%2035808%22%20d%3D%22M380.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C1%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C380.857%2C214.25Z%22%20transform%3D%22translate(-361.395%20-61.25)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-password-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22password-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22password%22%20transform%3D%22translate(1%20-142.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35804%22%20data-name%3D%22Path%2035804%22%20d%3D%22M20.167%2C149.333H1.833A1.835%2C1.835%2C0%2C0%2C0%2C0%2C151.166v5.5A1.835%2C1.835%2C0%2C0%2C0%2C1.833%2C158.5H20.167A1.835%2C1.835%2C0%2C0%2C0%2C22%2C156.666v-5.5A1.835%2C1.835%2C0%2C0%2C0%2C20.167%2C149.333Zm.917%2C7.333a.918.918%2C0%2C0%2C1-.917.917H1.833a.918.918%2C0%2C0%2C1-.917-.917v-5.5a.918.918%2C0%2C0%2C1%2C.917-.917H20.167a.918.918%2C0%2C0%2C1%2C.917.917Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35805%22%20data-name%3D%22Path%2035805%22%20d%3D%22M60.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C60.857%2C214.25Z%22%20transform%3D%22translate(-55.145%20-61.25)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35806%22%20data-name%3D%22Path%2035806%22%20d%3D%22M167.524%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C0%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C0%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C167.524%2C214.25Z%22%20transform%3D%22translate(-157.228%20-61.25)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35807%22%20data-name%3D%22Path%2035807%22%20d%3D%22M274.19%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C1%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C0%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C274.19%2C214.25Z%22%20transform%3D%22translate(-259.311%20-61.25)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35808%22%20data-name%3D%22Path%2035808%22%20d%3D%22M380.857%2C214.25a.458.458%2C0%2C0%2C0-.626-.168l-.5.29v-.581a.458.458%2C0%2C0%2C0-.917%2C0v.581l-.5-.29a.458.458%2C0%2C1%2C0-.458.794l.5.29-.5.29a.458.458%2C0%2C0%2C0%2C.458.794l.5-.29v.581a.458.458%2C0%2C1%2C0%2C.917%2C0v-.581l.5.29a.458.458%2C0%2C1%2C0%2C.458-.794l-.5-.29.5-.29A.458.458%2C0%2C0%2C0%2C380.857%2C214.25Z%22%20transform%3D%22translate(-361.395%20-61.25)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-pending-request-sub-sponsor-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22pending-request-sub-sponsor-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_3257%22%20data-name%3D%22Group%203257%22%20transform%3D%22translate(1.333%202.667)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3255%22%20data-name%3D%22Group%203255%22%20transform%3D%22translate(19.768%2016.216)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3254%22%20data-name%3D%22Group%203254%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_726%22%20data-name%3D%22Path%20726%22%20d%3D%22M40.165%2C30.615a4.783%2C4.783%2C0%2C1%2C0%2C0%2C6.765A4.783%2C4.783%2C0%2C0%2C0%2C40.165%2C30.615Zm-2.759%2C5.462a.624.624%2C0%2C1%2C1-1.247%2C0v-2.5a.624.624%2C0%2C1%2C1%2C1.247%2C0Zm-.634-3.561a.573.573%2C0%2C1%2C1%2C.007-1.145.574.574%2C0%2C1%2C1-.007%2C1.145Z%22%20transform%3D%22translate(-32%20-29.215)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3256%22%20data-name%3D%22Group%203256%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_727%22%20data-name%3D%22Path%20727%22%20d%3D%22M19.422%2C27.848H3.578a.861.861%2C0%2C0%2C1-.86-.86V13.378L4.09%2C17.491a2.574%2C2.574%2C0%2C0%2C0%2C2.446%2C1.763H11.37v.86a.859.859%2C0%2C0%2C0%2C.859.859H19.1a.859.859%2C0%2C0%2C0%2C.859-.859v-.86H24.8a2.574%2C2.574%2C0%2C0%2C0%2C2.446-1.763l1.372-4.114v5.96a10.326%2C10.326%2C0%2C0%2C1%2C1.719%2C1.636V8.1a.834.834%2C0%2C0%2C0-.854-.874h-7.8v-.86A2.581%2C2.581%2C0%2C0%2C0%2C19.1%2C3.785H12.229A2.581%2C2.581%2C0%2C0%2C0%2C9.651%2C6.363v.86H1.86A.861.861%2C0%2C0%2C0%2C1%2C8.082V26.988a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578H21.1A11.876%2C11.876%2C0%2C0%2C1%2C19.422%2C27.848ZM11.37%2C6.363a.86.86%2C0%2C0%2C1%2C.859-.86H19.1a.86.86%2C0%2C0%2C1%2C.859.86v.86H11.37ZM28.281%2C8.941l-2.669%2C8.006a.858.858%2C0%2C0%2C1-.815.588H6.536a.858.858%2C0%2C0%2C1-.815-.588L3.052%2C8.941Z%22%20transform%3D%22translate(-1%20-3.785)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-pending-request-sub-sponsor-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22pending-request-sub-sponsor-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_3257%22%20data-name%3D%22Group%203257%22%20transform%3D%22translate(1.333%202.667)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3255%22%20data-name%3D%22Group%203255%22%20transform%3D%22translate(19.768%2016.216)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3254%22%20data-name%3D%22Group%203254%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_726%22%20data-name%3D%22Path%20726%22%20d%3D%22M40.165%2C30.615a4.783%2C4.783%2C0%2C1%2C0%2C0%2C6.765A4.783%2C4.783%2C0%2C0%2C0%2C40.165%2C30.615Zm-2.759%2C5.462a.624.624%2C0%2C1%2C1-1.247%2C0v-2.5a.624.624%2C0%2C1%2C1%2C1.247%2C0Zm-.634-3.561a.573.573%2C0%2C1%2C1%2C.007-1.145.574.574%2C0%2C1%2C1-.007%2C1.145Z%22%20transform%3D%22translate(-32%20-29.215)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20id%3D%22Group_3256%22%20data-name%3D%22Group%203256%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_727%22%20data-name%3D%22Path%20727%22%20d%3D%22M19.422%2C27.848H3.578a.861.861%2C0%2C0%2C1-.86-.86V13.378L4.09%2C17.491a2.574%2C2.574%2C0%2C0%2C0%2C2.446%2C1.763H11.37v.86a.859.859%2C0%2C0%2C0%2C.859.859H19.1a.859.859%2C0%2C0%2C0%2C.859-.859v-.86H24.8a2.574%2C2.574%2C0%2C0%2C0%2C2.446-1.763l1.372-4.114v5.96a10.326%2C10.326%2C0%2C0%2C1%2C1.719%2C1.636V8.1a.834.834%2C0%2C0%2C0-.854-.874h-7.8v-.86A2.581%2C2.581%2C0%2C0%2C0%2C19.1%2C3.785H12.229A2.581%2C2.581%2C0%2C0%2C0%2C9.651%2C6.363v.86H1.86A.861.861%2C0%2C0%2C0%2C1%2C8.082V26.988a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578H21.1A11.876%2C11.876%2C0%2C0%2C1%2C19.422%2C27.848ZM11.37%2C6.363a.86.86%2C0%2C0%2C1%2C.859-.86H19.1a.86.86%2C0%2C0%2C1%2C.859.86v.86H11.37ZM28.281%2C8.941l-2.669%2C8.006a.858.858%2C0%2C0%2C1-.815.588H6.536a.858.858%2C0%2C0%2C1-.815-.588L3.052%2C8.941Z%22%20transform%3D%22translate(-1%20-3.785)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-pending-training-assessments {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22pending-training-assessments%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20class%3D%22cls-1%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%20%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(0%20-2)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_44214%22%20data-name%3D%22Path%2044214%22%20d%3D%22M17.287%2C2.62A2.6%2C2.6%2C0%2C0%2C0%2C14.723%2C0H5.667a.672.672%2C0%2C0%2C0-.481.2L.391%2C5.01a.71.71%2C0%2C0%2C0-.2.5L0%2C19.381A2.6%2C2.6%2C0%2C0%2C0%2C2.564%2C22h7v0a.7.7%2C0%2C0%2C0%2C0-1.4v0h-7A1.2%2C1.2%2C0%2C0%2C1%2C1.37%2C19.386v0l.2-13.168h3.2A1.611%2C1.611%2C0%2C0%2C0%2C6.354%2C4.585V1.4h8.369a1.2%2C1.2%2C0%2C0%2C1%2C1.19%2C1.215l-.094%2C8.405h0a.686.686%2C0%2C1%2C0%2C1.371%2C0h0ZM4.98%2C4.586a.222.222%2C0%2C0%2C1-.218.223H2.555L4.98%2C2.376Z%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44209%22%20data-name%3D%22Path%2044209%22%20d%3D%22M8.208%2C7.559H13.4a.706.706%2C0%2C0%2C0%2C0-1.411H8.208a.706.706%2C0%2C0%2C0%2C0%2C1.411%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44210%22%20data-name%3D%22Path%2044210%22%20d%3D%22M9.36%2C14.973H4.2a.706.706%2C0%2C0%2C0%2C0%2C1.411H9.359a.706.706%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44211%22%20data-name%3D%22Path%2044211%22%20d%3D%22M13.3%2C8.971H4.229a.706.706%2C0%2C0%2C0%2C0%2C1.411H13.3a.706.706%2C0%2C0%2C0%2C0-1.411%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44212%22%20data-name%3D%22Path%2044212%22%20d%3D%22M13.3%2C11.84H4.229a.706.706%2C0%2C0%2C0%2C0%2C1.411H13.3a.706.706%2C0%2C0%2C0%2C0-1.411%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44213%22%20data-name%3D%22Path%2044213%22%20d%3D%22M21.394%2C21.992H11.628a.61.61%2C0%2C0%2C1-.525-.92l4.881-8.315a.61.61%2C0%2C0%2C1%2C1.05%2C0l4.882%2C8.315a.611.611%2C0%2C0%2C1-.522.92m-4.881-2.773h0a.538.538%2C0%2C1%2C0%2C.537.537.537.537%2C0%2C0%2C0-.537-.537m0-3.657h0a.5.5%2C0%2C0%2C0-.535.454l0%2C.032v2.017a.537.537%2C0%2C0%2C0%2C1.074%2C0V16.048a.5.5%2C0%2C0%2C0-.5-.488l-.032%2C0%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-pending-training-assessments-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22pending-training-assessments%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20class%3D%22cls-1%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%20%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(0%20-2)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_44214%22%20data-name%3D%22Path%2044214%22%20d%3D%22M17.287%2C2.62A2.6%2C2.6%2C0%2C0%2C0%2C14.723%2C0H5.667a.672.672%2C0%2C0%2C0-.481.2L.391%2C5.01a.71.71%2C0%2C0%2C0-.2.5L0%2C19.381A2.6%2C2.6%2C0%2C0%2C0%2C2.564%2C22h7v0a.7.7%2C0%2C0%2C0%2C0-1.4v0h-7A1.2%2C1.2%2C0%2C0%2C1%2C1.37%2C19.386v0l.2-13.168h3.2A1.611%2C1.611%2C0%2C0%2C0%2C6.354%2C4.585V1.4h8.369a1.2%2C1.2%2C0%2C0%2C1%2C1.19%2C1.215l-.094%2C8.405h0a.686.686%2C0%2C1%2C0%2C1.371%2C0h0ZM4.98%2C4.586a.222.222%2C0%2C0%2C1-.218.223H2.555L4.98%2C2.376Z%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44209%22%20data-name%3D%22Path%2044209%22%20d%3D%22M8.208%2C7.559H13.4a.706.706%2C0%2C0%2C0%2C0-1.411H8.208a.706.706%2C0%2C0%2C0%2C0%2C1.411%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44210%22%20data-name%3D%22Path%2044210%22%20d%3D%22M9.36%2C14.973H4.2a.706.706%2C0%2C0%2C0%2C0%2C1.411H9.359a.706.706%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44211%22%20data-name%3D%22Path%2044211%22%20d%3D%22M13.3%2C8.971H4.229a.706.706%2C0%2C0%2C0%2C0%2C1.411H13.3a.706.706%2C0%2C0%2C0%2C0-1.411%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44212%22%20data-name%3D%22Path%2044212%22%20d%3D%22M13.3%2C11.84H4.229a.706.706%2C0%2C0%2C0%2C0%2C1.411H13.3a.706.706%2C0%2C0%2C0%2C0-1.411%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_44213%22%20data-name%3D%22Path%2044213%22%20d%3D%22M21.394%2C21.992H11.628a.61.61%2C0%2C0%2C1-.525-.92l4.881-8.315a.61.61%2C0%2C0%2C1%2C1.05%2C0l4.882%2C8.315a.611.611%2C0%2C0%2C1-.522.92m-4.881-2.773h0a.538.538%2C0%2C1%2C0%2C.537.537.537.537%2C0%2C0%2C0-.537-.537m0-3.657h0a.5.5%2C0%2C0%2C0-.535.454l0%2C.032v2.017a.537.537%2C0%2C0%2C0%2C1.074%2C0V16.048a.5.5%2C0%2C0%2C0-.5-.488l-.032%2C0%22%20transform%3D%22translate(1%203)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-people-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22people-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_554%22%20data-name%3D%22Path%20554%22%20d%3D%22M-2440.132-1462.146h.149a4.381%2C4.381%2C0%2C0%2C0%2C3.3-1.389c1.8-1.978%2C1.5-5.367%2C1.472-5.69a4.626%2C4.626%2C0%2C0%2C0-2.272-4.132A5.325%2C5.325%2C0%2C0%2C0-2440-1474h-.079a5.345%2C5.345%2C0%2C0%2C0-2.522.624%2C4.632%2C4.632%2C0%2C0%2C0-2.3%2C4.15c-.032.323-.332%2C3.713%2C1.472%2C5.69a4.363%2C4.363%2C0%2C0%2C0%2C3.3%2C1.389Zm-3.52-6.966c0-.013%2C0-.027%2C0-.036.155-3.267%2C2.54-3.618%2C3.562-3.618h.055c1.265.028%2C3.417.529%2C3.562%2C3.618a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.13-1.157%2C4.761a3.114%2C3.114%2C0%2C0%2C1-2.413.975h-.047a3.1%2C3.1%2C0%2C0%2C1-2.409-.975c-1.486-1.622-1.167-4.734-1.162-4.761Zm0%2C0%22%20transform%3D%22translate(2449.676%201474)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_555%22%20data-name%3D%22Path%20555%22%20d%3D%22M-2435.315-1443.64v-.014c0-.036-.005-.073-.005-.114-.028-.9-.088-3.011-2.122-3.685l-.048-.014a13.674%2C13.674%2C0%2C0%2C1-3.889-1.722.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.155.856%2C14.773%2C14.773%2C0%2C0%2C0%2C4.278%2C1.9c1.093.379%2C1.215%2C1.513%2C1.247%2C2.552a.95.95%2C0%2C0%2C0%2C0%2C.114%2C8%2C8%2C0%2C0%2C1-.1%2C1.408%2C17.64%2C17.64%2C0%2C0%2C1-8.262%2C1.868%2C17.744%2C17.744%2C0%2C0%2C1-8.267-1.872%2C7.585%2C7.585%2C0%2C0%2C1-.1-1.408c0-.036%2C0-.073%2C0-.114.032-1.039.155-2.173%2C1.247-2.552a14.91%2C14.91%2C0%2C0%2C0%2C4.279-1.9.6.6%2C0%2C0%2C0%2C.154-.856.644.644%2C0%2C0%2C0-.881-.15%2C13.541%2C13.541%2C0%2C0%2C1-3.889%2C1.722c-.019%2C0-.033.009-.047.013-2.034.679-2.095%2C2.788-2.123%2C3.686a.85.85%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.064.589.589%2C0%2C0%2C0%2C.243.287%2C18.1%2C18.1%2C0%2C0%2C0%2C9.148%2C2.178%2C18.164%2C18.164%2C0%2C0%2C0%2C9.148-2.178.612.612%2C0%2C0%2C0%2C.243-.287%2C7.144%2C7.144%2C0%2C0%2C0%2C.225-2.059Zm0%2C0%22%20transform%3D%22translate(2454.564%201461.116)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-people-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22people-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_554%22%20data-name%3D%22Path%20554%22%20d%3D%22M-2440.132-1462.146h.149a4.381%2C4.381%2C0%2C0%2C0%2C3.3-1.389c1.8-1.978%2C1.5-5.367%2C1.472-5.69a4.626%2C4.626%2C0%2C0%2C0-2.272-4.132A5.325%2C5.325%2C0%2C0%2C0-2440-1474h-.079a5.345%2C5.345%2C0%2C0%2C0-2.522.624%2C4.632%2C4.632%2C0%2C0%2C0-2.3%2C4.15c-.032.323-.332%2C3.713%2C1.472%2C5.69a4.363%2C4.363%2C0%2C0%2C0%2C3.3%2C1.389Zm-3.52-6.966c0-.013%2C0-.027%2C0-.036.155-3.267%2C2.54-3.618%2C3.562-3.618h.055c1.265.028%2C3.417.529%2C3.562%2C3.618a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.13-1.157%2C4.761a3.114%2C3.114%2C0%2C0%2C1-2.413.975h-.047a3.1%2C3.1%2C0%2C0%2C1-2.409-.975c-1.486-1.622-1.167-4.734-1.162-4.761Zm0%2C0%22%20transform%3D%22translate(2449.676%201474)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_555%22%20data-name%3D%22Path%20555%22%20d%3D%22M-2435.315-1443.64v-.014c0-.036-.005-.073-.005-.114-.028-.9-.088-3.011-2.122-3.685l-.048-.014a13.674%2C13.674%2C0%2C0%2C1-3.889-1.722.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.155.856%2C14.773%2C14.773%2C0%2C0%2C0%2C4.278%2C1.9c1.093.379%2C1.215%2C1.513%2C1.247%2C2.552a.95.95%2C0%2C0%2C0%2C0%2C.114%2C8%2C8%2C0%2C0%2C1-.1%2C1.408%2C17.64%2C17.64%2C0%2C0%2C1-8.262%2C1.868%2C17.744%2C17.744%2C0%2C0%2C1-8.267-1.872%2C7.585%2C7.585%2C0%2C0%2C1-.1-1.408c0-.036%2C0-.073%2C0-.114.032-1.039.155-2.173%2C1.247-2.552a14.91%2C14.91%2C0%2C0%2C0%2C4.279-1.9.6.6%2C0%2C0%2C0%2C.154-.856.644.644%2C0%2C0%2C0-.881-.15%2C13.541%2C13.541%2C0%2C0%2C1-3.889%2C1.722c-.019%2C0-.033.009-.047.013-2.034.679-2.095%2C2.788-2.123%2C3.686a.85.85%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.064.589.589%2C0%2C0%2C0%2C.243.287%2C18.1%2C18.1%2C0%2C0%2C0%2C9.148%2C2.178%2C18.164%2C18.164%2C0%2C0%2C0%2C9.148-2.178.612.612%2C0%2C0%2C0%2C.243-.287%2C7.144%2C7.144%2C0%2C0%2C0%2C.225-2.059Zm0%2C0%22%20transform%3D%22translate(2454.564%201461.116)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-people-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22people-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_554%22%20data-name%3D%22Path%20554%22%20d%3D%22M-2440.132-1462.146h.149a4.381%2C4.381%2C0%2C0%2C0%2C3.3-1.389c1.8-1.978%2C1.5-5.367%2C1.472-5.69a4.626%2C4.626%2C0%2C0%2C0-2.272-4.132A5.325%2C5.325%2C0%2C0%2C0-2440-1474h-.079a5.345%2C5.345%2C0%2C0%2C0-2.522.624%2C4.632%2C4.632%2C0%2C0%2C0-2.3%2C4.15c-.032.323-.332%2C3.713%2C1.472%2C5.69a4.363%2C4.363%2C0%2C0%2C0%2C3.3%2C1.389Zm-3.52-6.966c0-.013%2C0-.027%2C0-.036.155-3.267%2C2.54-3.618%2C3.562-3.618h.055c1.265.028%2C3.417.529%2C3.562%2C3.618a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.13-1.157%2C4.761a3.114%2C3.114%2C0%2C0%2C1-2.413.975h-.047a3.1%2C3.1%2C0%2C0%2C1-2.409-.975c-1.486-1.622-1.167-4.734-1.162-4.761Zm0%2C0%22%20transform%3D%22translate(2449.676%201474)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_555%22%20data-name%3D%22Path%20555%22%20d%3D%22M-2435.315-1443.64v-.014c0-.036-.005-.073-.005-.114-.028-.9-.088-3.011-2.122-3.685l-.048-.014a13.674%2C13.674%2C0%2C0%2C1-3.889-1.722.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.155.856%2C14.773%2C14.773%2C0%2C0%2C0%2C4.278%2C1.9c1.093.379%2C1.215%2C1.513%2C1.247%2C2.552a.95.95%2C0%2C0%2C0%2C0%2C.114%2C8%2C8%2C0%2C0%2C1-.1%2C1.408%2C17.64%2C17.64%2C0%2C0%2C1-8.262%2C1.868%2C17.744%2C17.744%2C0%2C0%2C1-8.267-1.872%2C7.585%2C7.585%2C0%2C0%2C1-.1-1.408c0-.036%2C0-.073%2C0-.114.032-1.039.155-2.173%2C1.247-2.552a14.91%2C14.91%2C0%2C0%2C0%2C4.279-1.9.6.6%2C0%2C0%2C0%2C.154-.856.644.644%2C0%2C0%2C0-.881-.15%2C13.541%2C13.541%2C0%2C0%2C1-3.889%2C1.722c-.019%2C0-.033.009-.047.013-2.034.679-2.095%2C2.788-2.123%2C3.686a.85.85%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.064.589.589%2C0%2C0%2C0%2C.243.287%2C18.1%2C18.1%2C0%2C0%2C0%2C9.148%2C2.178%2C18.164%2C18.164%2C0%2C0%2C0%2C9.148-2.178.612.612%2C0%2C0%2C0%2C.243-.287%2C7.144%2C7.144%2C0%2C0%2C0%2C.225-2.059Zm0%2C0%22%20transform%3D%22translate(2454.564%201461.116)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-people-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22people-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_554%22%20data-name%3D%22Path%20554%22%20d%3D%22M-2440.132-1462.146h.149a4.381%2C4.381%2C0%2C0%2C0%2C3.3-1.389c1.8-1.978%2C1.5-5.367%2C1.472-5.69a4.626%2C4.626%2C0%2C0%2C0-2.272-4.132A5.325%2C5.325%2C0%2C0%2C0-2440-1474h-.079a5.345%2C5.345%2C0%2C0%2C0-2.522.624%2C4.632%2C4.632%2C0%2C0%2C0-2.3%2C4.15c-.032.323-.332%2C3.713%2C1.472%2C5.69a4.363%2C4.363%2C0%2C0%2C0%2C3.3%2C1.389Zm-3.52-6.966c0-.013%2C0-.027%2C0-.036.155-3.267%2C2.54-3.618%2C3.562-3.618h.055c1.265.028%2C3.417.529%2C3.562%2C3.618a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.13-1.157%2C4.761a3.114%2C3.114%2C0%2C0%2C1-2.413.975h-.047a3.1%2C3.1%2C0%2C0%2C1-2.409-.975c-1.486-1.622-1.167-4.734-1.162-4.761Zm0%2C0%22%20transform%3D%22translate(2449.676%201474)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_555%22%20data-name%3D%22Path%20555%22%20d%3D%22M-2435.315-1443.64v-.014c0-.036-.005-.073-.005-.114-.028-.9-.088-3.011-2.122-3.685l-.048-.014a13.674%2C13.674%2C0%2C0%2C1-3.889-1.722.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.155.856%2C14.773%2C14.773%2C0%2C0%2C0%2C4.278%2C1.9c1.093.379%2C1.215%2C1.513%2C1.247%2C2.552a.95.95%2C0%2C0%2C0%2C0%2C.114%2C8%2C8%2C0%2C0%2C1-.1%2C1.408%2C17.64%2C17.64%2C0%2C0%2C1-8.262%2C1.868%2C17.744%2C17.744%2C0%2C0%2C1-8.267-1.872%2C7.585%2C7.585%2C0%2C0%2C1-.1-1.408c0-.036%2C0-.073%2C0-.114.032-1.039.155-2.173%2C1.247-2.552a14.91%2C14.91%2C0%2C0%2C0%2C4.279-1.9.6.6%2C0%2C0%2C0%2C.154-.856.644.644%2C0%2C0%2C0-.881-.15%2C13.541%2C13.541%2C0%2C0%2C1-3.889%2C1.722c-.019%2C0-.033.009-.047.013-2.034.679-2.095%2C2.788-2.123%2C3.686a.85.85%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.064.589.589%2C0%2C0%2C0%2C.243.287%2C18.1%2C18.1%2C0%2C0%2C0%2C9.148%2C2.178%2C18.164%2C18.164%2C0%2C0%2C0%2C9.148-2.178.612.612%2C0%2C0%2C0%2C.243-.287%2C7.144%2C7.144%2C0%2C0%2C0%2C.225-2.059Zm0%2C0%22%20transform%3D%22translate(2454.564%201461.116)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-placeholder-img-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22placeholder-img-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_4145%22%20data-name%3D%22Group%204145%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4144%22%20data-name%3D%22Group%204144%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35708%22%20data-name%3D%22Path%2035708%22%20d%3D%22M19.189%2C0H2.811A2.814%2C2.814%2C0%2C0%2C0%2C0%2C2.811V19.189A2.814%2C2.814%2C0%2C0%2C0%2C2.811%2C22H19.189A2.814%2C2.814%2C0%2C0%2C0%2C22%2C19.189V2.811A2.814%2C2.814%2C0%2C0%2C0%2C19.189%2C0ZM20.7%2C19.189A1.517%2C1.517%2C0%2C0%2C1%2C19.189%2C20.7H2.811A1.517%2C1.517%2C0%2C0%2C1%2C1.3%2C19.189V16.825L5.561%2C13.2a.419.419%2C0%2C0%2C1%2C.54%2C0l2.672%2C2.218a.648.648%2C0%2C0%2C0%2C.872-.041l6.348-6.357a.419.419%2C0%2C0%2C1%2C.622.032l4.09%2C5.036v5.108Zm0-7.163-3.084-3.8A1.715%2C1.715%2C0%2C0%2C0%2C15.075%2C8.1l-5.93%2C5.939L6.928%2C12.2a1.712%2C1.712%2C0%2C0%2C0-2.207.013L1.3%2C15.124V2.811A1.517%2C1.517%2C0%2C0%2C1%2C2.811%2C1.3H19.189A1.517%2C1.517%2C0%2C0%2C1%2C20.7%2C2.811Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cg%20id%3D%22Group_4147%22%20data-name%3D%22Group%204147%22%20transform%3D%22translate(4.801%203.707)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4146%22%20data-name%3D%22Group%204146%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35709%22%20data-name%3D%22Path%2035709%22%20d%3D%22M91.585%2C62.995a3.124%2C3.124%2C0%2C1%2C0%2C3.124%2C3.124A3.128%2C3.128%2C0%2C0%2C0%2C91.585%2C62.995Zm0%2C4.953a1.829%2C1.829%2C0%2C1%2C1%2C1.829-1.829A1.831%2C1.831%2C0%2C0%2C1%2C91.585%2C67.948Z%22%20transform%3D%22translate(-88.461%20-62.995)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-placeholder-img-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22placeholder-img-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_4145%22%20data-name%3D%22Group%204145%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4144%22%20data-name%3D%22Group%204144%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35708%22%20data-name%3D%22Path%2035708%22%20d%3D%22M19.189%2C0H2.811A2.814%2C2.814%2C0%2C0%2C0%2C0%2C2.811V19.189A2.814%2C2.814%2C0%2C0%2C0%2C2.811%2C22H19.189A2.814%2C2.814%2C0%2C0%2C0%2C22%2C19.189V2.811A2.814%2C2.814%2C0%2C0%2C0%2C19.189%2C0ZM20.7%2C19.189A1.517%2C1.517%2C0%2C0%2C1%2C19.189%2C20.7H2.811A1.517%2C1.517%2C0%2C0%2C1%2C1.3%2C19.189V16.825L5.561%2C13.2a.419.419%2C0%2C0%2C1%2C.54%2C0l2.672%2C2.218a.648.648%2C0%2C0%2C0%2C.872-.041l6.348-6.357a.419.419%2C0%2C0%2C1%2C.622.032l4.09%2C5.036v5.108Zm0-7.163-3.084-3.8A1.715%2C1.715%2C0%2C0%2C0%2C15.075%2C8.1l-5.93%2C5.939L6.928%2C12.2a1.712%2C1.712%2C0%2C0%2C0-2.207.013L1.3%2C15.124V2.811A1.517%2C1.517%2C0%2C0%2C1%2C2.811%2C1.3H19.189A1.517%2C1.517%2C0%2C0%2C1%2C20.7%2C2.811Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cg%20id%3D%22Group_4147%22%20data-name%3D%22Group%204147%22%20transform%3D%22translate(4.801%203.707)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4146%22%20data-name%3D%22Group%204146%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35709%22%20data-name%3D%22Path%2035709%22%20d%3D%22M91.585%2C62.995a3.124%2C3.124%2C0%2C1%2C0%2C3.124%2C3.124A3.128%2C3.128%2C0%2C0%2C0%2C91.585%2C62.995Zm0%2C4.953a1.829%2C1.829%2C0%2C1%2C1%2C1.829-1.829A1.831%2C1.831%2C0%2C0%2C1%2C91.585%2C67.948Z%22%20transform%3D%22translate(-88.461%20-62.995)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-placeholder-img-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22placeholder-img-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_4145%22%20data-name%3D%22Group%204145%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4144%22%20data-name%3D%22Group%204144%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35708%22%20data-name%3D%22Path%2035708%22%20d%3D%22M19.189%2C0H2.811A2.814%2C2.814%2C0%2C0%2C0%2C0%2C2.811V19.189A2.814%2C2.814%2C0%2C0%2C0%2C2.811%2C22H19.189A2.814%2C2.814%2C0%2C0%2C0%2C22%2C19.189V2.811A2.814%2C2.814%2C0%2C0%2C0%2C19.189%2C0ZM20.7%2C19.189A1.517%2C1.517%2C0%2C0%2C1%2C19.189%2C20.7H2.811A1.517%2C1.517%2C0%2C0%2C1%2C1.3%2C19.189V16.825L5.561%2C13.2a.419.419%2C0%2C0%2C1%2C.54%2C0l2.672%2C2.218a.648.648%2C0%2C0%2C0%2C.872-.041l6.348-6.357a.419.419%2C0%2C0%2C1%2C.622.032l4.09%2C5.036v5.108Zm0-7.163-3.084-3.8A1.715%2C1.715%2C0%2C0%2C0%2C15.075%2C8.1l-5.93%2C5.939L6.928%2C12.2a1.712%2C1.712%2C0%2C0%2C0-2.207.013L1.3%2C15.124V2.811A1.517%2C1.517%2C0%2C0%2C1%2C2.811%2C1.3H19.189A1.517%2C1.517%2C0%2C0%2C1%2C20.7%2C2.811Z%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cg%20id%3D%22Group_4147%22%20data-name%3D%22Group%204147%22%20transform%3D%22translate(4.801%203.707)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4146%22%20data-name%3D%22Group%204146%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35709%22%20data-name%3D%22Path%2035709%22%20d%3D%22M91.585%2C62.995a3.124%2C3.124%2C0%2C1%2C0%2C3.124%2C3.124A3.128%2C3.128%2C0%2C0%2C0%2C91.585%2C62.995Zm0%2C4.953a1.829%2C1.829%2C0%2C1%2C1%2C1.829-1.829A1.831%2C1.831%2C0%2C0%2C1%2C91.585%2C67.948Z%22%20transform%3D%22translate(-88.461%20-62.995)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-placeholder-img-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22placeholder-img-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_4145%22%20data-name%3D%22Group%204145%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4144%22%20data-name%3D%22Group%204144%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35708%22%20data-name%3D%22Path%2035708%22%20d%3D%22M19.189%2C0H2.811A2.814%2C2.814%2C0%2C0%2C0%2C0%2C2.811V19.189A2.814%2C2.814%2C0%2C0%2C0%2C2.811%2C22H19.189A2.814%2C2.814%2C0%2C0%2C0%2C22%2C19.189V2.811A2.814%2C2.814%2C0%2C0%2C0%2C19.189%2C0ZM20.7%2C19.189A1.517%2C1.517%2C0%2C0%2C1%2C19.189%2C20.7H2.811A1.517%2C1.517%2C0%2C0%2C1%2C1.3%2C19.189V16.825L5.561%2C13.2a.419.419%2C0%2C0%2C1%2C.54%2C0l2.672%2C2.218a.648.648%2C0%2C0%2C0%2C.872-.041l6.348-6.357a.419.419%2C0%2C0%2C1%2C.622.032l4.09%2C5.036v5.108Zm0-7.163-3.084-3.8A1.715%2C1.715%2C0%2C0%2C0%2C15.075%2C8.1l-5.93%2C5.939L6.928%2C12.2a1.712%2C1.712%2C0%2C0%2C0-2.207.013L1.3%2C15.124V2.811A1.517%2C1.517%2C0%2C0%2C1%2C2.811%2C1.3H19.189A1.517%2C1.517%2C0%2C0%2C1%2C20.7%2C2.811Z%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cg%20id%3D%22Group_4147%22%20data-name%3D%22Group%204147%22%20transform%3D%22translate(4.801%203.707)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_4146%22%20data-name%3D%22Group%204146%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35709%22%20data-name%3D%22Path%2035709%22%20d%3D%22M91.585%2C62.995a3.124%2C3.124%2C0%2C1%2C0%2C3.124%2C3.124A3.128%2C3.128%2C0%2C0%2C0%2C91.585%2C62.995Zm0%2C4.953a1.829%2C1.829%2C0%2C1%2C1%2C1.829-1.829A1.831%2C1.831%2C0%2C0%2C1%2C91.585%2C67.948Z%22%20transform%3D%22translate(-88.461%20-62.995)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-pre-sponsorship-check-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22pre-sponsorship-check-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_3252%22%20data-name%3D%22Group%203252%22%20transform%3D%22translate(1.333%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_721%22%20data-name%3D%22Path%20721%22%20d%3D%22M1233.568-1249h-10.427a2.581%2C2.581%2C0%2C0%2C0-2.578%2C2.578v6.932a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578h.917v2.578a.859.859%2C0%2C0%2C0%2C.531.794.86.86%2C0%2C0%2C0%2C.937-.186l3.185-3.186h4.858a2.581%2C2.581%2C0%2C0%2C0%2C2.578-2.578v-6.932A2.581%2C2.581%2C0%2C0%2C0%2C1233.568-1249Zm.859%2C9.51a.861.861%2C0%2C0%2C1-.859.86h-5.214a.862.862%2C0%2C0%2C0-.608.251l-1.97%2C1.97v-1.363a.859.859%2C0%2C0%2C0-.859-.859h-1.776a.86.86%2C0%2C0%2C1-.859-.86v-6.932a.86.86%2C0%2C0%2C1%2C.859-.86h10.427a.861.861%2C0%2C0%2C1%2C.859.86Z%22%20transform%3D%22translate(-1206.813%201249)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_722%22%20data-name%3D%22Path%20722%22%20d%3D%22M1232.184-1241.92l-1.97%2C1.97-.682-.682a.86.86%2C0%2C0%2C0-1.215%2C0%2C.86.86%2C0%2C0%2C0%2C0%2C1.215l1.289%2C1.289a.859.859%2C0%2C0%2C0%2C1.215%2C0l2.578-2.578a.859.859%2C0%2C0%2C0%2C0-1.215.859.859%2C0%2C0%2C0-1.215%2C0Z%22%20transform%3D%22translate(-1209.531%201246.526)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_723%22%20data-name%3D%22Path%20723%22%20d%3D%22M1200.719-1216.121v3.439a.86.86%2C0%2C0%2C0%2C.86.86h10.313a.859.859%2C0%2C0%2C0%2C.815-.587l.951-2.851a2.581%2C2.581%2C0%2C0%2C0%2C2.531-2.578%2C2.573%2C2.573%2C0%2C0%2C0-1-2.034l.955-2.911a.861.861%2C0%2C0%2C0-.12-.772.86.86%2C0%2C0%2C0-.7-.355h-.946a4.3%2C4.3%2C0%2C0%2C0-4.21-3.438H1203.3a4.3%2C4.3%2C0%2C0%2C0-4.3%2C4.3v3.495a4.293%2C4.293%2C0%2C0%2C0%2C1.718%2C3.435Zm1.719.775a4.285%2C4.285%2C0%2C0%2C0%2C.859.086h1.668l-.57%2C1.719h-1.957Zm3.768%2C1.805c.015-.044%2C2.838-8.562%2C2.867-8.651h5.068l-.582%2C1.776h-1.669a.86.86%2C0%2C0%2C0-.86.86v3.438a.858.858%2C0%2C0%2C0%2C.813.857l-.574%2C1.721Zm7.4-3.438h-.859v-1.719h.859a.86.86%2C0%2C0%2C1%2C.859.859A.86.86%2C0%2C0%2C1%2C1213.609-1216.978Zm-12.891-6.073a2.581%2C2.581%2C0%2C0%2C1%2C2.578-2.578h6.875a2.583%2C2.583%2C0%2C0%2C1%2C2.43%2C1.718h-4.149a.859.859%2C0%2C0%2C0-.816.589l-.963%2C2.905h-2.518v-2.635a.859.859%2C0%2C0%2C0-.86-.86.859.859%2C0%2C0%2C0-.859.86v3.495a.86.86%2C0%2C0%2C0%2C.859.859h2.808l-.57%2C1.719H1203.3a2.582%2C2.582%2C0%2C0%2C1-2.578-2.578Z%22%20transform%3D%22translate(-1199%201241.155)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_724%22%20data-name%3D%22Path%20724%22%20d%3D%22M1212.984-1236.527a4.3%2C4.3%2C0%2C0%2C0-4.3-4.3%2C4.3%2C4.3%2C0%2C0%2C0-4.3%2C4.3%2C4.3%2C4.3%2C0%2C0%2C0%2C4.3%2C4.3A4.3%2C4.3%2C0%2C0%2C0%2C1212.984-1236.527Zm-4.3%2C2.578a2.581%2C2.581%2C0%2C0%2C1-2.578-2.578%2C2.581%2C2.581%2C0%2C0%2C1%2C2.578-2.578%2C2.581%2C2.581%2C0%2C0%2C1%2C2.578%2C2.578A2.581%2C2.581%2C0%2C0%2C1%2C1208.688-1233.949Z%22%20transform%3D%22translate(-1200.953%201246.038)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-pre-sponsorship-check-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22pre-sponsorship-check-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_3252%22%20data-name%3D%22Group%203252%22%20transform%3D%22translate(1.333%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_721%22%20data-name%3D%22Path%20721%22%20d%3D%22M1233.568-1249h-10.427a2.581%2C2.581%2C0%2C0%2C0-2.578%2C2.578v6.932a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578h.917v2.578a.859.859%2C0%2C0%2C0%2C.531.794.86.86%2C0%2C0%2C0%2C.937-.186l3.185-3.186h4.858a2.581%2C2.581%2C0%2C0%2C0%2C2.578-2.578v-6.932A2.581%2C2.581%2C0%2C0%2C0%2C1233.568-1249Zm.859%2C9.51a.861.861%2C0%2C0%2C1-.859.86h-5.214a.862.862%2C0%2C0%2C0-.608.251l-1.97%2C1.97v-1.363a.859.859%2C0%2C0%2C0-.859-.859h-1.776a.86.86%2C0%2C0%2C1-.859-.86v-6.932a.86.86%2C0%2C0%2C1%2C.859-.86h10.427a.861.861%2C0%2C0%2C1%2C.859.86Z%22%20transform%3D%22translate(-1206.813%201249)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_722%22%20data-name%3D%22Path%20722%22%20d%3D%22M1232.184-1241.92l-1.97%2C1.97-.682-.682a.86.86%2C0%2C0%2C0-1.215%2C0%2C.86.86%2C0%2C0%2C0%2C0%2C1.215l1.289%2C1.289a.859.859%2C0%2C0%2C0%2C1.215%2C0l2.578-2.578a.859.859%2C0%2C0%2C0%2C0-1.215.859.859%2C0%2C0%2C0-1.215%2C0Z%22%20transform%3D%22translate(-1209.531%201246.526)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_723%22%20data-name%3D%22Path%20723%22%20d%3D%22M1200.719-1216.121v3.439a.86.86%2C0%2C0%2C0%2C.86.86h10.313a.859.859%2C0%2C0%2C0%2C.815-.587l.951-2.851a2.581%2C2.581%2C0%2C0%2C0%2C2.531-2.578%2C2.573%2C2.573%2C0%2C0%2C0-1-2.034l.955-2.911a.861.861%2C0%2C0%2C0-.12-.772.86.86%2C0%2C0%2C0-.7-.355h-.946a4.3%2C4.3%2C0%2C0%2C0-4.21-3.438H1203.3a4.3%2C4.3%2C0%2C0%2C0-4.3%2C4.3v3.495a4.293%2C4.293%2C0%2C0%2C0%2C1.718%2C3.435Zm1.719.775a4.285%2C4.285%2C0%2C0%2C0%2C.859.086h1.668l-.57%2C1.719h-1.957Zm3.768%2C1.805c.015-.044%2C2.838-8.562%2C2.867-8.651h5.068l-.582%2C1.776h-1.669a.86.86%2C0%2C0%2C0-.86.86v3.438a.858.858%2C0%2C0%2C0%2C.813.857l-.574%2C1.721Zm7.4-3.438h-.859v-1.719h.859a.86.86%2C0%2C0%2C1%2C.859.859A.86.86%2C0%2C0%2C1%2C1213.609-1216.978Zm-12.891-6.073a2.581%2C2.581%2C0%2C0%2C1%2C2.578-2.578h6.875a2.583%2C2.583%2C0%2C0%2C1%2C2.43%2C1.718h-4.149a.859.859%2C0%2C0%2C0-.816.589l-.963%2C2.905h-2.518v-2.635a.859.859%2C0%2C0%2C0-.86-.86.859.859%2C0%2C0%2C0-.859.86v3.495a.86.86%2C0%2C0%2C0%2C.859.859h2.808l-.57%2C1.719H1203.3a2.582%2C2.582%2C0%2C0%2C1-2.578-2.578Z%22%20transform%3D%22translate(-1199%201241.155)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_724%22%20data-name%3D%22Path%20724%22%20d%3D%22M1212.984-1236.527a4.3%2C4.3%2C0%2C0%2C0-4.3-4.3%2C4.3%2C4.3%2C0%2C0%2C0-4.3%2C4.3%2C4.3%2C4.3%2C0%2C0%2C0%2C4.3%2C4.3A4.3%2C4.3%2C0%2C0%2C0%2C1212.984-1236.527Zm-4.3%2C2.578a2.581%2C2.581%2C0%2C0%2C1-2.578-2.578%2C2.581%2C2.581%2C0%2C0%2C1%2C2.578-2.578%2C2.581%2C2.581%2C0%2C0%2C1%2C2.578%2C2.578A2.581%2C2.581%2C0%2C0%2C1%2C1208.688-1233.949Z%22%20transform%3D%22translate(-1200.953%201246.038)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-principal-contractor-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22principal-contractor-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6798%22%20data-name%3D%22Group%206798%22%20transform%3D%22translate(-249%20-147)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(249%20147)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6799%22%20data-name%3D%22Group%206799%22%20transform%3D%22translate(250%20148)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43296%22%20data-name%3D%22Path%2043296%22%20d%3D%22M311.137%2C66.309h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621V66.93a.621.621%2C0%2C0%2C0-.621-.621m-.621%2C3.043h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-63.564)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43297%22%20data-name%3D%22Path%2043297%22%20d%3D%22M120.585%2C19.951h-1.616a0%2C0%2C0%2C0%2C1%2C0%2C0V.623A.623.623%2C0%2C0%2C0%2C118.344%2C0H104.133a.623.623%2C0%2C0%2C0-.623.623V3.6a.621.621%2C0%2C1%2C0%2C1.242%2C0V1.244a0%2C0%2C0%2C0%2C1%2C0%2C0h12.969a0%2C0%2C0%2C0%2C1%2C0%2C0v18.7a0%2C0%2C0%2C0%2C1%2C0%2C0h-2.737a0%2C0%2C0%2C0%2C1%2C0%2C0V15.1a.623.623%2C0%2C0%2C0-.623-.623h-1.7a.621.621%2C0%2C1%2C0%2C0%2C1.242h1.079a0%2C0%2C0%2C0%2C1%2C0%2C0v4.229a0%2C0%2C0%2C0%2C1%2C0%2C0H112.66a.621.621%2C0%2C1%2C0%2C0%2C1.242H120.6a.621.621%2C0%2C0%2C0%2C.62-.649.634.634%2C0%2C0%2C0-.64-.593%22%20transform%3D%22translate(-99.226)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43298%22%20data-name%3D%22Path%2043298%22%20d%3D%22M311.137%2C205.954h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621v-3.043A.621.621%2C0%2C0%2C0%2C311.137%2C205.954ZM310.516%2C209h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-197.429)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43299%22%20data-name%3D%22Path%2043299%22%20d%3D%22M11.178%2C130.642l-2.307-1.068a3.473%2C3.473%2C0%2C0%2C0%2C.622-1.988v-.81h.458a.475.475%2C0%2C0%2C0%2C.475-.475V124.28a.475.475%2C0%2C0%2C0-.475-.475H9.619a3.658%2C3.658%2C0%2C0%2C0-7.234%2C0H2.052a.475.475%2C0%2C0%2C0-.475.474V126.3a.474.474%2C0%2C0%2C0%2C.475.474H2.51v.81a3.472%2C3.472%2C0%2C0%2C0%2C.623%2C1.988l-.939.435h0l-1.368.633A1.428%2C1.428%2C0%2C0%2C0%2C0%2C131.934v4.478a.475.475%2C0%2C0%2C0%2C.475.475H11.529a.475.475%2C0%2C0%2C0%2C.475-.475v-4.478a1.428%2C1.428%2C0%2C0%2C0-.826-1.292m-5.185%2C2.63L4.94%2C130.914a3.494%2C3.494%2C0%2C0%2C0%2C2.14-.005Zm-3.467-8.518H2.82a.475.475%2C0%2C0%2C0%2C.474-.465%2C2.713%2C2.713%2C0%2C0%2C1%2C1.2-2.187v.493a.475.475%2C0%2C0%2C0%2C.949%2C0v-.9a2.657%2C2.657%2C0%2C0%2C1%2C1.117%2C0v.9a.475.475%2C0%2C0%2C0%2C.949%2C0V122.1a2.713%2C2.713%2C0%2C0%2C1%2C1.2%2C2.187.475.475%2C0%2C0%2C0%2C.474.465h.294v1.074H2.526Zm6.019%2C2.023v.81a2.543%2C2.543%2C0%2C0%2C1-5.086%2C0v-.81Zm-7.6%2C5.157a.476.476%2C0%2C0%2C1%2C.275-.431l.694-.321v4.755H.949Zm1.918-1.191.793-.367%2C1.867%2C4.183v1.379H2.867Zm3.609%2C5.194v-1.446l1.889-4.105.771.357v5.194Zm4.578%2C0h-.969v-4.755l.694.321a.476.476%2C0%2C0%2C1%2C.275.431Z%22%20transform%3D%22translate(0%20-115.693)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-principal-contractor-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22principal-contractor-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6798%22%20data-name%3D%22Group%206798%22%20transform%3D%22translate(-249%20-147)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(249%20147)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6799%22%20data-name%3D%22Group%206799%22%20transform%3D%22translate(250%20148)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43296%22%20data-name%3D%22Path%2043296%22%20d%3D%22M311.137%2C66.309h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621V66.93a.621.621%2C0%2C0%2C0-.621-.621m-.621%2C3.043h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-63.564)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43297%22%20data-name%3D%22Path%2043297%22%20d%3D%22M120.585%2C19.951h-1.616a0%2C0%2C0%2C0%2C1%2C0%2C0V.623A.623.623%2C0%2C0%2C0%2C118.344%2C0H104.133a.623.623%2C0%2C0%2C0-.623.623V3.6a.621.621%2C0%2C1%2C0%2C1.242%2C0V1.244a0%2C0%2C0%2C0%2C1%2C0%2C0h12.969a0%2C0%2C0%2C0%2C1%2C0%2C0v18.7a0%2C0%2C0%2C0%2C1%2C0%2C0h-2.737a0%2C0%2C0%2C0%2C1%2C0%2C0V15.1a.623.623%2C0%2C0%2C0-.623-.623h-1.7a.621.621%2C0%2C1%2C0%2C0%2C1.242h1.079a0%2C0%2C0%2C0%2C1%2C0%2C0v4.229a0%2C0%2C0%2C0%2C1%2C0%2C0H112.66a.621.621%2C0%2C1%2C0%2C0%2C1.242H120.6a.621.621%2C0%2C0%2C0%2C.62-.649.634.634%2C0%2C0%2C0-.64-.593%22%20transform%3D%22translate(-99.226)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43298%22%20data-name%3D%22Path%2043298%22%20d%3D%22M311.137%2C205.954h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621v-3.043A.621.621%2C0%2C0%2C0%2C311.137%2C205.954ZM310.516%2C209h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-197.429)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43299%22%20data-name%3D%22Path%2043299%22%20d%3D%22M11.178%2C130.642l-2.307-1.068a3.473%2C3.473%2C0%2C0%2C0%2C.622-1.988v-.81h.458a.475.475%2C0%2C0%2C0%2C.475-.475V124.28a.475.475%2C0%2C0%2C0-.475-.475H9.619a3.658%2C3.658%2C0%2C0%2C0-7.234%2C0H2.052a.475.475%2C0%2C0%2C0-.475.474V126.3a.474.474%2C0%2C0%2C0%2C.475.474H2.51v.81a3.472%2C3.472%2C0%2C0%2C0%2C.623%2C1.988l-.939.435h0l-1.368.633A1.428%2C1.428%2C0%2C0%2C0%2C0%2C131.934v4.478a.475.475%2C0%2C0%2C0%2C.475.475H11.529a.475.475%2C0%2C0%2C0%2C.475-.475v-4.478a1.428%2C1.428%2C0%2C0%2C0-.826-1.292m-5.185%2C2.63L4.94%2C130.914a3.494%2C3.494%2C0%2C0%2C0%2C2.14-.005Zm-3.467-8.518H2.82a.475.475%2C0%2C0%2C0%2C.474-.465%2C2.713%2C2.713%2C0%2C0%2C1%2C1.2-2.187v.493a.475.475%2C0%2C0%2C0%2C.949%2C0v-.9a2.657%2C2.657%2C0%2C0%2C1%2C1.117%2C0v.9a.475.475%2C0%2C0%2C0%2C.949%2C0V122.1a2.713%2C2.713%2C0%2C0%2C1%2C1.2%2C2.187.475.475%2C0%2C0%2C0%2C.474.465h.294v1.074H2.526Zm6.019%2C2.023v.81a2.543%2C2.543%2C0%2C0%2C1-5.086%2C0v-.81Zm-7.6%2C5.157a.476.476%2C0%2C0%2C1%2C.275-.431l.694-.321v4.755H.949Zm1.918-1.191.793-.367%2C1.867%2C4.183v1.379H2.867Zm3.609%2C5.194v-1.446l1.889-4.105.771.357v5.194Zm4.578%2C0h-.969v-4.755l.694.321a.476.476%2C0%2C0%2C1%2C.275.431Z%22%20transform%3D%22translate(0%20-115.693)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-principal-contractor-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22principal-contractor-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6798%22%20data-name%3D%22Group%206798%22%20transform%3D%22translate(-249%20-147)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(249%20147)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6799%22%20data-name%3D%22Group%206799%22%20transform%3D%22translate(250%20148)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43296%22%20data-name%3D%22Path%2043296%22%20d%3D%22M311.137%2C66.309h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621V66.93a.621.621%2C0%2C0%2C0-.621-.621m-.621%2C3.043h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-63.564)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43297%22%20data-name%3D%22Path%2043297%22%20d%3D%22M120.585%2C19.951h-1.616a0%2C0%2C0%2C0%2C1%2C0%2C0V.623A.623.623%2C0%2C0%2C0%2C118.344%2C0H104.133a.623.623%2C0%2C0%2C0-.623.623V3.6a.621.621%2C0%2C1%2C0%2C1.242%2C0V1.244a0%2C0%2C0%2C0%2C1%2C0%2C0h12.969a0%2C0%2C0%2C0%2C1%2C0%2C0v18.7a0%2C0%2C0%2C0%2C1%2C0%2C0h-2.737a0%2C0%2C0%2C0%2C1%2C0%2C0V15.1a.623.623%2C0%2C0%2C0-.623-.623h-1.7a.621.621%2C0%2C1%2C0%2C0%2C1.242h1.079a0%2C0%2C0%2C0%2C1%2C0%2C0v4.229a0%2C0%2C0%2C0%2C1%2C0%2C0H112.66a.621.621%2C0%2C1%2C0%2C0%2C1.242H120.6a.621.621%2C0%2C0%2C0%2C.62-.649.634.634%2C0%2C0%2C0-.64-.593%22%20transform%3D%22translate(-99.226)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43298%22%20data-name%3D%22Path%2043298%22%20d%3D%22M311.137%2C205.954h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621v-3.043A.621.621%2C0%2C0%2C0%2C311.137%2C205.954ZM310.516%2C209h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-197.429)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43299%22%20data-name%3D%22Path%2043299%22%20d%3D%22M11.178%2C130.642l-2.307-1.068a3.473%2C3.473%2C0%2C0%2C0%2C.622-1.988v-.81h.458a.475.475%2C0%2C0%2C0%2C.475-.475V124.28a.475.475%2C0%2C0%2C0-.475-.475H9.619a3.658%2C3.658%2C0%2C0%2C0-7.234%2C0H2.052a.475.475%2C0%2C0%2C0-.475.474V126.3a.474.474%2C0%2C0%2C0%2C.475.474H2.51v.81a3.472%2C3.472%2C0%2C0%2C0%2C.623%2C1.988l-.939.435h0l-1.368.633A1.428%2C1.428%2C0%2C0%2C0%2C0%2C131.934v4.478a.475.475%2C0%2C0%2C0%2C.475.475H11.529a.475.475%2C0%2C0%2C0%2C.475-.475v-4.478a1.428%2C1.428%2C0%2C0%2C0-.826-1.292m-5.185%2C2.63L4.94%2C130.914a3.494%2C3.494%2C0%2C0%2C0%2C2.14-.005Zm-3.467-8.518H2.82a.475.475%2C0%2C0%2C0%2C.474-.465%2C2.713%2C2.713%2C0%2C0%2C1%2C1.2-2.187v.493a.475.475%2C0%2C0%2C0%2C.949%2C0v-.9a2.657%2C2.657%2C0%2C0%2C1%2C1.117%2C0v.9a.475.475%2C0%2C0%2C0%2C.949%2C0V122.1a2.713%2C2.713%2C0%2C0%2C1%2C1.2%2C2.187.475.475%2C0%2C0%2C0%2C.474.465h.294v1.074H2.526Zm6.019%2C2.023v.81a2.543%2C2.543%2C0%2C0%2C1-5.086%2C0v-.81Zm-7.6%2C5.157a.476.476%2C0%2C0%2C1%2C.275-.431l.694-.321v4.755H.949Zm1.918-1.191.793-.367%2C1.867%2C4.183v1.379H2.867Zm3.609%2C5.194v-1.446l1.889-4.105.771.357v5.194Zm4.578%2C0h-.969v-4.755l.694.321a.476.476%2C0%2C0%2C1%2C.275.431Z%22%20transform%3D%22translate(0%20-115.693)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-principal-contractor-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22principal-contractor-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6798%22%20data-name%3D%22Group%206798%22%20transform%3D%22translate(-249%20-147)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(249%20147)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6799%22%20data-name%3D%22Group%206799%22%20transform%3D%22translate(250%20148)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43296%22%20data-name%3D%22Path%2043296%22%20d%3D%22M311.137%2C66.309h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621V66.93a.621.621%2C0%2C0%2C0-.621-.621m-.621%2C3.043h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-63.564)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43297%22%20data-name%3D%22Path%2043297%22%20d%3D%22M120.585%2C19.951h-1.616a0%2C0%2C0%2C0%2C1%2C0%2C0V.623A.623.623%2C0%2C0%2C0%2C118.344%2C0H104.133a.623.623%2C0%2C0%2C0-.623.623V3.6a.621.621%2C0%2C1%2C0%2C1.242%2C0V1.244a0%2C0%2C0%2C0%2C1%2C0%2C0h12.969a0%2C0%2C0%2C0%2C1%2C0%2C0v18.7a0%2C0%2C0%2C0%2C1%2C0%2C0h-2.737a0%2C0%2C0%2C0%2C1%2C0%2C0V15.1a.623.623%2C0%2C0%2C0-.623-.623h-1.7a.621.621%2C0%2C1%2C0%2C0%2C1.242h1.079a0%2C0%2C0%2C0%2C1%2C0%2C0v4.229a0%2C0%2C0%2C0%2C1%2C0%2C0H112.66a.621.621%2C0%2C1%2C0%2C0%2C1.242H120.6a.621.621%2C0%2C0%2C0%2C.62-.649.634.634%2C0%2C0%2C0-.64-.593%22%20transform%3D%22translate(-99.226)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43298%22%20data-name%3D%22Path%2043298%22%20d%3D%22M311.137%2C205.954h-3.043a.621.621%2C0%2C0%2C0-.621.621v3.043a.621.621%2C0%2C0%2C0%2C.621.621h3.043a.621.621%2C0%2C0%2C0%2C.621-.621v-3.043A.621.621%2C0%2C0%2C0%2C311.137%2C205.954ZM310.516%2C209h-1.8v-1.8h1.8Z%22%20transform%3D%22translate(-294.746%20-197.429)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43299%22%20data-name%3D%22Path%2043299%22%20d%3D%22M11.178%2C130.642l-2.307-1.068a3.473%2C3.473%2C0%2C0%2C0%2C.622-1.988v-.81h.458a.475.475%2C0%2C0%2C0%2C.475-.475V124.28a.475.475%2C0%2C0%2C0-.475-.475H9.619a3.658%2C3.658%2C0%2C0%2C0-7.234%2C0H2.052a.475.475%2C0%2C0%2C0-.475.474V126.3a.474.474%2C0%2C0%2C0%2C.475.474H2.51v.81a3.472%2C3.472%2C0%2C0%2C0%2C.623%2C1.988l-.939.435h0l-1.368.633A1.428%2C1.428%2C0%2C0%2C0%2C0%2C131.934v4.478a.475.475%2C0%2C0%2C0%2C.475.475H11.529a.475.475%2C0%2C0%2C0%2C.475-.475v-4.478a1.428%2C1.428%2C0%2C0%2C0-.826-1.292m-5.185%2C2.63L4.94%2C130.914a3.494%2C3.494%2C0%2C0%2C0%2C2.14-.005Zm-3.467-8.518H2.82a.475.475%2C0%2C0%2C0%2C.474-.465%2C2.713%2C2.713%2C0%2C0%2C1%2C1.2-2.187v.493a.475.475%2C0%2C0%2C0%2C.949%2C0v-.9a2.657%2C2.657%2C0%2C0%2C1%2C1.117%2C0v.9a.475.475%2C0%2C0%2C0%2C.949%2C0V122.1a2.713%2C2.713%2C0%2C0%2C1%2C1.2%2C2.187.475.475%2C0%2C0%2C0%2C.474.465h.294v1.074H2.526Zm6.019%2C2.023v.81a2.543%2C2.543%2C0%2C0%2C1-5.086%2C0v-.81Zm-7.6%2C5.157a.476.476%2C0%2C0%2C1%2C.275-.431l.694-.321v4.755H.949Zm1.918-1.191.793-.367%2C1.867%2C4.183v1.379H2.867Zm3.609%2C5.194v-1.446l1.889-4.105.771.357v5.194Zm4.578%2C0h-.969v-4.755l.694.321a.476.476%2C0%2C0%2C1%2C.275.431Z%22%20transform%3D%22translate(0%20-115.693)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-print-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22print-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22tools-and-utensils%22%20transform%3D%22translate(1%20-16.065)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3448%22%20data-name%3D%22Group%203448%22%20transform%3D%22translate(0%2018.065)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35555%22%20data-name%3D%22Path%2035555%22%20d%3D%22M20.289%2C23.043H17.956V18.8a.733.733%2C0%2C0%2C0-.733-.733H4.778a.733.733%2C0%2C0%2C0-.733.733v4.244H1.711A1.713%2C1.713%2C0%2C0%2C0%2C0%2C24.754v7.378a1.713%2C1.713%2C0%2C0%2C0%2C1.711%2C1.711H4.045v3.937a.733.733%2C0%2C0%2C0%2C.733.733H17.222a.733.733%2C0%2C0%2C0%2C.733-.733V33.843h2.333A1.713%2C1.713%2C0%2C0%2C0%2C22%2C32.132V24.754A1.713%2C1.713%2C0%2C0%2C0%2C20.289%2C23.043ZM5.511%2C19.532H16.489v3.511H5.511ZM16.489%2C37.046H5.511v-6H16.489C16.489%2C31.228%2C16.489%2C36.908%2C16.489%2C37.046Zm.733-9.7H15.355a.733.733%2C0%2C0%2C1%2C0-1.467h1.867a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(0%20-18.065)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-print-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22print-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22tools-and-utensils%22%20transform%3D%22translate(1%20-16.065)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3448%22%20data-name%3D%22Group%203448%22%20transform%3D%22translate(0%2018.065)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35555%22%20data-name%3D%22Path%2035555%22%20d%3D%22M20.289%2C23.043H17.956V18.8a.733.733%2C0%2C0%2C0-.733-.733H4.778a.733.733%2C0%2C0%2C0-.733.733v4.244H1.711A1.713%2C1.713%2C0%2C0%2C0%2C0%2C24.754v7.378a1.713%2C1.713%2C0%2C0%2C0%2C1.711%2C1.711H4.045v3.937a.733.733%2C0%2C0%2C0%2C.733.733H17.222a.733.733%2C0%2C0%2C0%2C.733-.733V33.843h2.333A1.713%2C1.713%2C0%2C0%2C0%2C22%2C32.132V24.754A1.713%2C1.713%2C0%2C0%2C0%2C20.289%2C23.043ZM5.511%2C19.532H16.489v3.511H5.511ZM16.489%2C37.046H5.511v-6H16.489C16.489%2C31.228%2C16.489%2C36.908%2C16.489%2C37.046Zm.733-9.7H15.355a.733.733%2C0%2C0%2C1%2C0-1.467h1.867a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(0%20-18.065)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-print-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22print-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22tools-and-utensils%22%20transform%3D%22translate(1%20-16.065)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3448%22%20data-name%3D%22Group%203448%22%20transform%3D%22translate(0%2018.065)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35555%22%20data-name%3D%22Path%2035555%22%20d%3D%22M20.289%2C23.043H17.956V18.8a.733.733%2C0%2C0%2C0-.733-.733H4.778a.733.733%2C0%2C0%2C0-.733.733v4.244H1.711A1.713%2C1.713%2C0%2C0%2C0%2C0%2C24.754v7.378a1.713%2C1.713%2C0%2C0%2C0%2C1.711%2C1.711H4.045v3.937a.733.733%2C0%2C0%2C0%2C.733.733H17.222a.733.733%2C0%2C0%2C0%2C.733-.733V33.843h2.333A1.713%2C1.713%2C0%2C0%2C0%2C22%2C32.132V24.754A1.713%2C1.713%2C0%2C0%2C0%2C20.289%2C23.043ZM5.511%2C19.532H16.489v3.511H5.511ZM16.489%2C37.046H5.511v-6H16.489C16.489%2C31.228%2C16.489%2C36.908%2C16.489%2C37.046Zm.733-9.7H15.355a.733.733%2C0%2C0%2C1%2C0-1.467h1.867a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(0%20-18.065)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-print-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22print-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22tools-and-utensils%22%20transform%3D%22translate(1%20-16.065)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3448%22%20data-name%3D%22Group%203448%22%20transform%3D%22translate(0%2018.065)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_35555%22%20data-name%3D%22Path%2035555%22%20d%3D%22M20.289%2C23.043H17.956V18.8a.733.733%2C0%2C0%2C0-.733-.733H4.778a.733.733%2C0%2C0%2C0-.733.733v4.244H1.711A1.713%2C1.713%2C0%2C0%2C0%2C0%2C24.754v7.378a1.713%2C1.713%2C0%2C0%2C0%2C1.711%2C1.711H4.045v3.937a.733.733%2C0%2C0%2C0%2C.733.733H17.222a.733.733%2C0%2C0%2C0%2C.733-.733V33.843h2.333A1.713%2C1.713%2C0%2C0%2C0%2C22%2C32.132V24.754A1.713%2C1.713%2C0%2C0%2C0%2C20.289%2C23.043ZM5.511%2C19.532H16.489v3.511H5.511ZM16.489%2C37.046H5.511v-6H16.489C16.489%2C31.228%2C16.489%2C36.908%2C16.489%2C37.046Zm.733-9.7H15.355a.733.733%2C0%2C0%2C1%2C0-1.467h1.867a.733.733%2C0%2C0%2C1%2C0%2C1.467Z%22%20transform%3D%22translate(0%20-18.065)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-probation {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22probation%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_1887%22%20data-name%3D%22Rectangle%201887%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23f70000%22%2F%3E%20%20%3Ctext%20id%3D%22P%22%20transform%3D%22translate(8%2017)%22%20fill%3D%22%23fff%22%20font-size%3D%2214%22%20font-family%3D%22Manrope-Bold%2C%20Manrope%2Csans-serif%22%20font-weight%3D%22700%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EP%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-probation-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22probation%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_1887%22%20data-name%3D%22Rectangle%201887%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%2210%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23f70000%22%2F%3E%20%20%3Ctext%20id%3D%22P%22%20transform%3D%22translate(8%2017)%22%20fill%3D%22%23fff%22%20font-size%3D%2214%22%20font-family%3D%22Manrope-Bold%2C%20Manrope%2Csans-serif%22%20font-weight%3D%22700%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EP%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
}

.nr-question-light-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22question-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22shield-question%22%20d%3D%22M12.231%2C23.258a.757.757%2C0%2C0%2C1-.243-.04c-1.627-.542-9.738-3.673-9.738-12.1V5.088a.767.767%2C0%2C0%2C1%2C.614-.752%2C29.75%2C29.75%2C0%2C0%2C0%2C9.008-2.99.838.838%2C0%2C0%2C1%2C.717-.014%2C29.015%2C29.015%2C0%2C0%2C0%2C9%2C3%2C.767.767%2C0%2C0%2C1%2C.614.752v6.028c0%2C8.429-8.111%2C11.56-9.738%2C12.1a.757.757%2C0%2C0%2C1-.234.04ZM3.785%2C5.715v5.4c0%2C7.026%2C6.57%2C9.888%2C8.445%2C10.561%2C1.875-.673%2C8.445-3.535%2C8.445-10.561v-5.4a29.609%2C29.609%2C0%2C0%2C1-8.43-2.84%2C30%2C30%2C0%2C0%2C1-8.46%2C2.84Zm9.172%2C7.166c.008-.02.09-.2.649-.578a2.606%2C2.606%2C0%2C0%2C0%2C1.269-2.71%2C2.688%2C2.688%2C0%2C0%2C0-5.332.481.768.768%2C0%2C1%2C0%2C1.535%2C0%2C1.154%2C1.154%2C0%2C0%2C1%2C2.288-.206%2C1.08%2C1.08%2C0%2C0%2C1-.608%2C1.164A3.025%2C3.025%2C0%2C0%2C0%2C11.506%2C12.4a.756.756%2C0%2C0%2C0%2C.474.956.74.74%2C0%2C0%2C0%2C.251.044.785.785%2C0%2C0%2C0%2C.727-.512Zm.317%2C2.444A1.024%2C1.024%2C0%2C0%2C0%2C12.251%2C14.3h-.01a1.024%2C1.024%2C0%2C1%2C0%2C1.034%2C1.024Z%22%20transform%3D%22translate(-0.25%20-0.258)%22%20fill%3D%22%23eee%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-question-light-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22question-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22shield-question%22%20d%3D%22M12.231%2C23.258a.757.757%2C0%2C0%2C1-.243-.04c-1.627-.542-9.738-3.673-9.738-12.1V5.088a.767.767%2C0%2C0%2C1%2C.614-.752%2C29.75%2C29.75%2C0%2C0%2C0%2C9.008-2.99.838.838%2C0%2C0%2C1%2C.717-.014%2C29.015%2C29.015%2C0%2C0%2C0%2C9%2C3%2C.767.767%2C0%2C0%2C1%2C.614.752v6.028c0%2C8.429-8.111%2C11.56-9.738%2C12.1a.757.757%2C0%2C0%2C1-.234.04ZM3.785%2C5.715v5.4c0%2C7.026%2C6.57%2C9.888%2C8.445%2C10.561%2C1.875-.673%2C8.445-3.535%2C8.445-10.561v-5.4a29.609%2C29.609%2C0%2C0%2C1-8.43-2.84%2C30%2C30%2C0%2C0%2C1-8.46%2C2.84Zm9.172%2C7.166c.008-.02.09-.2.649-.578a2.606%2C2.606%2C0%2C0%2C0%2C1.269-2.71%2C2.688%2C2.688%2C0%2C0%2C0-5.332.481.768.768%2C0%2C1%2C0%2C1.535%2C0%2C1.154%2C1.154%2C0%2C0%2C1%2C2.288-.206%2C1.08%2C1.08%2C0%2C0%2C1-.608%2C1.164A3.025%2C3.025%2C0%2C0%2C0%2C11.506%2C12.4a.756.756%2C0%2C0%2C0%2C.474.956.74.74%2C0%2C0%2C0%2C.251.044.785.785%2C0%2C0%2C0%2C.727-.512Zm.317%2C2.444A1.024%2C1.024%2C0%2C0%2C0%2C12.251%2C14.3h-.01a1.024%2C1.024%2C0%2C1%2C0%2C1.034%2C1.024Z%22%20transform%3D%22translate(-0.25%20-0.258)%22%20fill%3D%22%23eee%22%2F%3E%3C%2Fsvg%3E");
}

.nr-question-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22question-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22shield-question%22%20d%3D%22M12.231%2C23.258a.757.757%2C0%2C0%2C1-.243-.04c-1.627-.542-9.738-3.673-9.738-12.1V5.088a.767.767%2C0%2C0%2C1%2C.614-.752%2C29.75%2C29.75%2C0%2C0%2C0%2C9.008-2.99.838.838%2C0%2C0%2C1%2C.717-.014%2C29.015%2C29.015%2C0%2C0%2C0%2C9%2C3%2C.767.767%2C0%2C0%2C1%2C.614.752v6.028c0%2C8.429-8.111%2C11.56-9.738%2C12.1a.757.757%2C0%2C0%2C1-.234.04ZM3.785%2C5.715v5.4c0%2C7.026%2C6.57%2C9.888%2C8.445%2C10.561%2C1.875-.673%2C8.445-3.535%2C8.445-10.561v-5.4a29.609%2C29.609%2C0%2C0%2C1-8.43-2.84%2C30%2C30%2C0%2C0%2C1-8.46%2C2.84Zm9.172%2C7.166c.008-.02.09-.2.649-.578a2.606%2C2.606%2C0%2C0%2C0%2C1.269-2.71%2C2.688%2C2.688%2C0%2C0%2C0-5.332.481.768.768%2C0%2C1%2C0%2C1.535%2C0%2C1.154%2C1.154%2C0%2C0%2C1%2C2.288-.206%2C1.08%2C1.08%2C0%2C0%2C1-.608%2C1.164A3.025%2C3.025%2C0%2C0%2C0%2C11.506%2C12.4a.756.756%2C0%2C0%2C0%2C.474.956.74.74%2C0%2C0%2C0%2C.251.044.785.785%2C0%2C0%2C0%2C.727-.512Zm.317%2C2.444A1.024%2C1.024%2C0%2C0%2C0%2C12.251%2C14.3h-.01a1.024%2C1.024%2C0%2C1%2C0%2C1.034%2C1.024Z%22%20transform%3D%22translate(-0.25%20-0.258)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-question-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22question-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22shield-question%22%20d%3D%22M12.231%2C23.258a.757.757%2C0%2C0%2C1-.243-.04c-1.627-.542-9.738-3.673-9.738-12.1V5.088a.767.767%2C0%2C0%2C1%2C.614-.752%2C29.75%2C29.75%2C0%2C0%2C0%2C9.008-2.99.838.838%2C0%2C0%2C1%2C.717-.014%2C29.015%2C29.015%2C0%2C0%2C0%2C9%2C3%2C.767.767%2C0%2C0%2C1%2C.614.752v6.028c0%2C8.429-8.111%2C11.56-9.738%2C12.1a.757.757%2C0%2C0%2C1-.234.04ZM3.785%2C5.715v5.4c0%2C7.026%2C6.57%2C9.888%2C8.445%2C10.561%2C1.875-.673%2C8.445-3.535%2C8.445-10.561v-5.4a29.609%2C29.609%2C0%2C0%2C1-8.43-2.84%2C30%2C30%2C0%2C0%2C1-8.46%2C2.84Zm9.172%2C7.166c.008-.02.09-.2.649-.578a2.606%2C2.606%2C0%2C0%2C0%2C1.269-2.71%2C2.688%2C2.688%2C0%2C0%2C0-5.332.481.768.768%2C0%2C1%2C0%2C1.535%2C0%2C1.154%2C1.154%2C0%2C0%2C1%2C2.288-.206%2C1.08%2C1.08%2C0%2C0%2C1-.608%2C1.164A3.025%2C3.025%2C0%2C0%2C0%2C11.506%2C12.4a.756.756%2C0%2C0%2C0%2C.474.956.74.74%2C0%2C0%2C0%2C.251.044.785.785%2C0%2C0%2C0%2C.727-.512Zm.317%2C2.444A1.024%2C1.024%2C0%2C0%2C0%2C12.251%2C14.3h-.01a1.024%2C1.024%2C0%2C1%2C0%2C1.034%2C1.024Z%22%20transform%3D%22translate(-0.25%20-0.258)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-refresh-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22refresh-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22refresh%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22loop%22%20d%3D%22M55.354%2C17.581a9.252%2C9.252%2C0%2C0%2C1-4.071%2C2.385l.217.141a1.031%2C1.031%2C0%2C1%2C1-1.126%2C1.728l-2.681-1.748a1.031%2C1.031%2C0%2C0%2C1-.167-1.593l2.223-2.227a1.031%2C1.031%2C0%2C0%2C1%2C1.46%2C1.457l-.15.15a7.243%2C7.243%2C0%2C0%2C0%2C.6-13.516%2C1.031%2C1.031%2C0%2C1%2C1%2C.824-1.891%2C9.306%2C9.306%2C0%2C0%2C1%2C2.869%2C15.113ZM46.343%2C5.738a1.031%2C1.031%2C0%2C0%2C0%2C1.458%2C0L50.025%2C3.51a1.031%2C1.031%2C0%2C0%2C0-.167-1.593L47.177.17A1.031%2C1.031%2C0%2C1%2C0%2C46.05%2C1.9l.217.141a9.308%2C9.308%2C0%2C0%2C0-1.2%2C17.5%2C1.031%2C1.031%2C0%2C1%2C0%2C.823-1.891%2C7.243%2C7.243%2C0%2C0%2C1%2C.6-13.516l-.15.15a1.031%2C1.031%2C0%2C0%2C0%2C0%2C1.459Z%22%20transform%3D%22translate(-37.471%20-0.002)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-refresh-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22refresh-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22refresh%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22loop%22%20d%3D%22M55.354%2C17.581a9.252%2C9.252%2C0%2C0%2C1-4.071%2C2.385l.217.141a1.031%2C1.031%2C0%2C1%2C1-1.126%2C1.728l-2.681-1.748a1.031%2C1.031%2C0%2C0%2C1-.167-1.593l2.223-2.227a1.031%2C1.031%2C0%2C0%2C1%2C1.46%2C1.457l-.15.15a7.243%2C7.243%2C0%2C0%2C0%2C.6-13.516%2C1.031%2C1.031%2C0%2C1%2C1%2C.824-1.891%2C9.306%2C9.306%2C0%2C0%2C1%2C2.869%2C15.113ZM46.343%2C5.738a1.031%2C1.031%2C0%2C0%2C0%2C1.458%2C0L50.025%2C3.51a1.031%2C1.031%2C0%2C0%2C0-.167-1.593L47.177.17A1.031%2C1.031%2C0%2C1%2C0%2C46.05%2C1.9l.217.141a9.308%2C9.308%2C0%2C0%2C0-1.2%2C17.5%2C1.031%2C1.031%2C0%2C1%2C0%2C.823-1.891%2C7.243%2C7.243%2C0%2C0%2C1%2C.6-13.516l-.15.15a1.031%2C1.031%2C0%2C0%2C0%2C0%2C1.459Z%22%20transform%3D%22translate(-37.471%20-0.002)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-refresh-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22refresh-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22refresh%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22loop%22%20d%3D%22M55.354%2C17.581a9.252%2C9.252%2C0%2C0%2C1-4.071%2C2.385l.217.141a1.031%2C1.031%2C0%2C1%2C1-1.126%2C1.728l-2.681-1.748a1.031%2C1.031%2C0%2C0%2C1-.167-1.593l2.223-2.227a1.031%2C1.031%2C0%2C0%2C1%2C1.46%2C1.457l-.15.15a7.243%2C7.243%2C0%2C0%2C0%2C.6-13.516%2C1.031%2C1.031%2C0%2C1%2C1%2C.824-1.891%2C9.306%2C9.306%2C0%2C0%2C1%2C2.869%2C15.113ZM46.343%2C5.738a1.031%2C1.031%2C0%2C0%2C0%2C1.458%2C0L50.025%2C3.51a1.031%2C1.031%2C0%2C0%2C0-.167-1.593L47.177.17A1.031%2C1.031%2C0%2C1%2C0%2C46.05%2C1.9l.217.141a9.308%2C9.308%2C0%2C0%2C0-1.2%2C17.5%2C1.031%2C1.031%2C0%2C1%2C0%2C.823-1.891%2C7.243%2C7.243%2C0%2C0%2C1%2C.6-13.516l-.15.15a1.031%2C1.031%2C0%2C0%2C0%2C0%2C1.459Z%22%20transform%3D%22translate(-37.471%20-0.002)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-refresh-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22refresh-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22refresh%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22loop%22%20d%3D%22M55.354%2C17.581a9.252%2C9.252%2C0%2C0%2C1-4.071%2C2.385l.217.141a1.031%2C1.031%2C0%2C1%2C1-1.126%2C1.728l-2.681-1.748a1.031%2C1.031%2C0%2C0%2C1-.167-1.593l2.223-2.227a1.031%2C1.031%2C0%2C0%2C1%2C1.46%2C1.457l-.15.15a7.243%2C7.243%2C0%2C0%2C0%2C.6-13.516%2C1.031%2C1.031%2C0%2C1%2C1%2C.824-1.891%2C9.306%2C9.306%2C0%2C0%2C1%2C2.869%2C15.113ZM46.343%2C5.738a1.031%2C1.031%2C0%2C0%2C0%2C1.458%2C0L50.025%2C3.51a1.031%2C1.031%2C0%2C0%2C0-.167-1.593L47.177.17A1.031%2C1.031%2C0%2C1%2C0%2C46.05%2C1.9l.217.141a9.308%2C9.308%2C0%2C0%2C0-1.2%2C17.5%2C1.031%2C1.031%2C0%2C1%2C0%2C.823-1.891%2C7.243%2C7.243%2C0%2C0%2C1%2C.6-13.516l-.15.15a1.031%2C1.031%2C0%2C0%2C0%2C0%2C1.459Z%22%20transform%3D%22translate(-37.471%20-0.002)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-reoccur-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reoccur-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22repeat%22%20transform%3D%22translate(-0.5%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_766%22%20data-name%3D%22Path%20766%22%20d%3D%22M19.44%2C5.3H6.24L7.67%2C3.87a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54%2C1.063%2C1.063%2C0%2C0%2C0-1.54%2C0l-3.3%2C3.3a1.063%2C1.063%2C0%2C0%2C0%2C0%2C1.54l3.3%2C3.3A1.089%2C1.089%2C0%2C1%2C0%2C7.67%2C8.93L6.24%2C7.5h13.2A1.717%2C1.717%2C0%2C0%2C1%2C21.2%2C9.15V11.9a1.1%2C1.1%2C0%2C0%2C0%2C2.2%2C0V9.15A3.921%2C3.921%2C0%2C0%2C0%2C19.44%2C5.3Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_767%22%20data-name%3D%22Path%20767%22%20d%3D%22M19.77%2C14.53a1.089%2C1.089%2C0%2C1%2C0-1.54%2C1.54l1.43%2C1.43H6.46A1.717%2C1.717%2C0%2C0%2C1%2C4.7%2C15.85V13.1A1.039%2C1.039%2C0%2C0%2C0%2C3.6%2C12a1.039%2C1.039%2C0%2C0%2C0-1.1%2C1.1v2.75A3.852%2C3.852%2C0%2C0%2C0%2C6.46%2C19.7h13.2l-1.43%2C1.43a1.089%2C1.089%2C0%2C0%2C0%2C1.54%2C1.54l3.3-3.3a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54Z%22%20transform%3D%22translate(0%201)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-reoccur-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reoccur-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22repeat%22%20transform%3D%22translate(-0.5%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_766%22%20data-name%3D%22Path%20766%22%20d%3D%22M19.44%2C5.3H6.24L7.67%2C3.87a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54%2C1.063%2C1.063%2C0%2C0%2C0-1.54%2C0l-3.3%2C3.3a1.063%2C1.063%2C0%2C0%2C0%2C0%2C1.54l3.3%2C3.3A1.089%2C1.089%2C0%2C1%2C0%2C7.67%2C8.93L6.24%2C7.5h13.2A1.717%2C1.717%2C0%2C0%2C1%2C21.2%2C9.15V11.9a1.1%2C1.1%2C0%2C0%2C0%2C2.2%2C0V9.15A3.921%2C3.921%2C0%2C0%2C0%2C19.44%2C5.3Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_767%22%20data-name%3D%22Path%20767%22%20d%3D%22M19.77%2C14.53a1.089%2C1.089%2C0%2C1%2C0-1.54%2C1.54l1.43%2C1.43H6.46A1.717%2C1.717%2C0%2C0%2C1%2C4.7%2C15.85V13.1A1.039%2C1.039%2C0%2C0%2C0%2C3.6%2C12a1.039%2C1.039%2C0%2C0%2C0-1.1%2C1.1v2.75A3.852%2C3.852%2C0%2C0%2C0%2C6.46%2C19.7h13.2l-1.43%2C1.43a1.089%2C1.089%2C0%2C0%2C0%2C1.54%2C1.54l3.3-3.3a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54Z%22%20transform%3D%22translate(0%201)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-reoccur-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reoccur-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22repeat%22%20transform%3D%22translate(-0.5%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_766%22%20data-name%3D%22Path%20766%22%20d%3D%22M19.44%2C5.3H6.24L7.67%2C3.87a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54%2C1.063%2C1.063%2C0%2C0%2C0-1.54%2C0l-3.3%2C3.3a1.063%2C1.063%2C0%2C0%2C0%2C0%2C1.54l3.3%2C3.3A1.089%2C1.089%2C0%2C1%2C0%2C7.67%2C8.93L6.24%2C7.5h13.2A1.717%2C1.717%2C0%2C0%2C1%2C21.2%2C9.15V11.9a1.1%2C1.1%2C0%2C0%2C0%2C2.2%2C0V9.15A3.921%2C3.921%2C0%2C0%2C0%2C19.44%2C5.3Z%22%20transform%3D%22translate(0)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_767%22%20data-name%3D%22Path%20767%22%20d%3D%22M19.77%2C14.53a1.089%2C1.089%2C0%2C1%2C0-1.54%2C1.54l1.43%2C1.43H6.46A1.717%2C1.717%2C0%2C0%2C1%2C4.7%2C15.85V13.1A1.039%2C1.039%2C0%2C0%2C0%2C3.6%2C12a1.039%2C1.039%2C0%2C0%2C0-1.1%2C1.1v2.75A3.852%2C3.852%2C0%2C0%2C0%2C6.46%2C19.7h13.2l-1.43%2C1.43a1.089%2C1.089%2C0%2C0%2C0%2C1.54%2C1.54l3.3-3.3a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54Z%22%20transform%3D%22translate(0%201)%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-reoccur-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reoccur-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22repeat%22%20transform%3D%22translate(-0.5%20-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_766%22%20data-name%3D%22Path%20766%22%20d%3D%22M19.44%2C5.3H6.24L7.67%2C3.87a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54%2C1.063%2C1.063%2C0%2C0%2C0-1.54%2C0l-3.3%2C3.3a1.063%2C1.063%2C0%2C0%2C0%2C0%2C1.54l3.3%2C3.3A1.089%2C1.089%2C0%2C1%2C0%2C7.67%2C8.93L6.24%2C7.5h13.2A1.717%2C1.717%2C0%2C0%2C1%2C21.2%2C9.15V11.9a1.1%2C1.1%2C0%2C0%2C0%2C2.2%2C0V9.15A3.921%2C3.921%2C0%2C0%2C0%2C19.44%2C5.3Z%22%20transform%3D%22translate(0)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_767%22%20data-name%3D%22Path%20767%22%20d%3D%22M19.77%2C14.53a1.089%2C1.089%2C0%2C1%2C0-1.54%2C1.54l1.43%2C1.43H6.46A1.717%2C1.717%2C0%2C0%2C1%2C4.7%2C15.85V13.1A1.039%2C1.039%2C0%2C0%2C0%2C3.6%2C12a1.039%2C1.039%2C0%2C0%2C0-1.1%2C1.1v2.75A3.852%2C3.852%2C0%2C0%2C0%2C6.46%2C19.7h13.2l-1.43%2C1.43a1.089%2C1.089%2C0%2C0%2C0%2C1.54%2C1.54l3.3-3.3a1.063%2C1.063%2C0%2C0%2C0%2C0-1.54Z%22%20transform%3D%22translate(0%201)%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-reports-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reports-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22reports%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_665%22%20data-name%3D%22Path%20665%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_666%22%20data-name%3D%22Path%20666%22%20d%3D%22M21.243%2C18.408H11.3a.706.706%2C0%2C0%2C0%2C0%2C1.411h9.946a.706.706%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.438%20-9.082)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_667%22%20data-name%3D%22Path%20667%22%20d%3D%22M13.216%2C25.72h8.11a.706.706%2C0%2C0%2C0%2C0-1.411h-8.11a.706.706%2C0%2C1%2C0%2C0%2C1.411Z%22%20transform%3D%22translate(-4.44%20-12.161)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_668%22%20data-name%3D%22Path%20668%22%20d%3D%22M21.281%2C30.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-15.24)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_669%22%20data-name%3D%22Path%20669%22%20d%3D%22M21.281%2C36.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-18.371)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-reports-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reports-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22reports%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_665%22%20data-name%3D%22Path%20665%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_666%22%20data-name%3D%22Path%20666%22%20d%3D%22M21.243%2C18.408H11.3a.706.706%2C0%2C0%2C0%2C0%2C1.411h9.946a.706.706%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.438%20-9.082)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_667%22%20data-name%3D%22Path%20667%22%20d%3D%22M13.216%2C25.72h8.11a.706.706%2C0%2C0%2C0%2C0-1.411h-8.11a.706.706%2C0%2C1%2C0%2C0%2C1.411Z%22%20transform%3D%22translate(-4.44%20-12.161)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_668%22%20data-name%3D%22Path%20668%22%20d%3D%22M21.281%2C30.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-15.24)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_669%22%20data-name%3D%22Path%20669%22%20d%3D%22M21.281%2C36.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-18.371)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-reports-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reports-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22reports%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_665%22%20data-name%3D%22Path%20665%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_666%22%20data-name%3D%22Path%20666%22%20d%3D%22M21.243%2C18.408H11.3a.706.706%2C0%2C0%2C0%2C0%2C1.411h9.946a.706.706%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.438%20-9.082)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_667%22%20data-name%3D%22Path%20667%22%20d%3D%22M13.216%2C25.72h8.11a.706.706%2C0%2C0%2C0%2C0-1.411h-8.11a.706.706%2C0%2C1%2C0%2C0%2C1.411Z%22%20transform%3D%22translate(-4.44%20-12.161)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_668%22%20data-name%3D%22Path%20668%22%20d%3D%22M21.281%2C30.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-15.24)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_669%22%20data-name%3D%22Path%20669%22%20d%3D%22M21.281%2C36.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-18.371)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-reports-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22reports-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22reports%22%20transform%3D%22translate(-1)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_665%22%20data-name%3D%22Path%20665%22%20d%3D%22M19.042%2C1H9.79a.7.7%2C0%2C0%2C0-.492.2L4.4%2C6.01a.7.7%2C0%2C0%2C0-.21.5L4%2C20.381A2.623%2C2.623%2C0%2C0%2C0%2C6.62%2C23H18.85a2.622%2C2.622%2C0%2C0%2C0%2C2.619-2.619l.192-16.761A2.622%2C2.622%2C0%2C0%2C0%2C19.042%2C1ZM9.088%2C3.376v2.21a.224.224%2C0%2C0%2C1-.223.223H6.611ZM20.065%2C20.381A1.217%2C1.217%2C0%2C0%2C1%2C18.85%2C21.6H6.62A1.217%2C1.217%2C0%2C0%2C1%2C5.4%2C20.381L5.6%2C7.213H8.865a1.629%2C1.629%2C0%2C0%2C0%2C1.627-1.628V2.4h8.55a1.217%2C1.217%2C0%2C0%2C1%2C1.216%2C1.215Z%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_666%22%20data-name%3D%22Path%20666%22%20d%3D%22M21.243%2C18.408H11.3a.706.706%2C0%2C0%2C0%2C0%2C1.411h9.946a.706.706%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.438%20-9.082)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_667%22%20data-name%3D%22Path%20667%22%20d%3D%22M13.216%2C25.72h8.11a.706.706%2C0%2C0%2C0%2C0-1.411h-8.11a.706.706%2C0%2C1%2C0%2C0%2C1.411Z%22%20transform%3D%22translate(-4.44%20-12.161)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_668%22%20data-name%3D%22Path%20668%22%20d%3D%22M21.281%2C30.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-15.24)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_669%22%20data-name%3D%22Path%20669%22%20d%3D%22M21.281%2C36.211H12.193a.705.705%2C0%2C1%2C0%2C0%2C1.411h9.088a.705.705%2C0%2C0%2C0%2C0-1.411Z%22%20transform%3D%22translate(-3.906%20-18.371)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-restriction-awating-risk-assess-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22restriction-awating-risk-assess-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6934%22%20data-name%3D%22Group%206934%22%20transform%3D%22translate(1.333%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_715%22%20data-name%3D%22Path%20715%22%20d%3D%22M-2987.768%2C1339H-2998.9a1.23%2C1.23%2C0%2C0%2C0-.87.36l-7.871%2C7.871a1.229%2C1.229%2C0%2C0%2C0-.36.87v11.131a1.229%2C1.229%2C0%2C0%2C0%2C.36.87l7.871%2C7.871a1.231%2C1.231%2C0%2C0%2C0%2C.87.36h11.131a1.233%2C1.233%2C0%2C0%2C0%2C.87-.36l7.871-7.871a1.23%2C1.23%2C0%2C0%2C0%2C.36-.87V1348.1a1.23%2C1.23%2C0%2C0%2C0-.36-.87l-7.871-7.871A1.232%2C1.232%2C0%2C0%2C0-2987.768%2C1339Zm7.022%2C20.391-6.864%2C6.864a1.234%2C1.234%2C0%2C0%2C1-.87.36h-9.707a1.234%2C1.234%2C0%2C0%2C1-.871-.36l-6.864-6.864a1.233%2C1.233%2C0%2C0%2C1-.36-.87v-9.707a1.233%2C1.233%2C0%2C0%2C1%2C.36-.87l6.864-6.864a1.234%2C1.234%2C0%2C0%2C1%2C.871-.36h9.707a1.235%2C1.235%2C0%2C0%2C1%2C.87.36l6.864%2C6.864a1.233%2C1.233%2C0%2C0%2C1%2C.36.87v9.707A1.233%2C1.233%2C0%2C0%2C1-2980.745%2C1359.391Zm.36-.36%22%20transform%3D%22translate(3008%20-1339)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_3246%22%20data-name%3D%22Group%203246%22%20transform%3D%22translate(8.46%206.01)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_716%22%20data-name%3D%22Path%20716%22%20d%3D%22M-2981.374%2C1356.513a.772.772%2C0%2C0%2C0-.714-.139.521.521%2C0%2C0%2C0-.139.072%2C11.088%2C11.088%2C0%2C0%2C0-2%2C2.274l0%2C.007a.8.8%2C0%2C0%2C1-.911.377.808.808%2C0%2C0%2C1-.607-.781v-6.794a.694.694%2C0%2C0%2C0-.207-.491.638.638%2C0%2C0%2C0-.459-.187.657.657%2C0%2C0%2C0-.637.579v4.733c0%2C.009%2C0%2C.018%2C0%2C.026a.268.268%2C0%2C0%2C1%2C0%2C.032c0%2C.008%2C0%2C.016%2C0%2C.024s0%2C.022-.005.034l-.006.021c0%2C.011-.005.023-.009.034l-.007.019a.327.327%2C0%2C0%2C1-.013.034l-.008.016c-.005.012-.01.023-.016.034l-.01.016-.02.032-.01.013c-.008.01-.015.021-.023.031l-.011.012c-.009.01-.017.02-.027.029l-.012.011c-.01.009-.018.018-.029.026l-.013.01c-.01.008-.02.016-.031.023l-.016.01-.031.019-.017.008-.034.016-.019.007-.034.013-.022.005a.254.254%2C0%2C0%2C1-.033.008l-.025%2C0-.032%2C0h-.028l-.031%2C0h0a.585.585%2C0%2C0%2C1-.059%2C0h0a.568.568%2C0%2C0%2C1-.111-.022h0l-.051-.019%2C0%2C0-.046-.022-.008%2C0-.039-.024-.009-.007c-.012-.008-.024-.017-.035-.026l-.011-.01-.029-.028-.01-.011-.027-.029-.011-.015-.022-.029-.01-.016-.019-.031-.009-.018c0-.01-.011-.02-.015-.031s0-.014-.008-.022-.008-.02-.012-.031l-.006-.025c0-.01-.006-.02-.008-.03s0-.018%2C0-.027%2C0-.02%2C0-.03%2C0-.019%2C0-.027%2C0-.021%2C0-.031v-6.9a.853.853%2C0%2C0%2C0-.257-.606.79.79%2C0%2C0%2C0-.57-.233.815.815%2C0%2C0%2C0-.8.812v6.893c0%2C.01%2C0%2C.019%2C0%2C.029a.283.283%2C0%2C0%2C1%2C0%2C.029.233.233%2C0%2C0%2C1%2C0%2C.029c0%2C.009%2C0%2C.019%2C0%2C.029s-.005.018-.007.027l-.007.027c0%2C.009-.006.018-.01.027l-.009.025-.012.025c0%2C.008-.008.017-.012.025l-.014.023-.015.024-.015.021-.018.024-.016.018c-.007.007-.013.016-.021.023l-.017.016-.024.021-.018.013-.026.02-.019.011-.029.018-.02.009-.031.015-.022.008-.03.012-.025.006-.03.008-.026%2C0-.031.005h-.059a.578.578%2C0%2C0%2C1-.115-.011l-.009%2C0-.046-.012-.008%2C0-.044-.016-.008%2C0-.042-.02-.008-.005-.039-.023-.008-.007-.036-.027-.007-.007a.386.386%2C0%2C0%2C1-.034-.031l-.006-.007-.031-.034-.007-.01c-.009-.011-.017-.022-.026-.034l-.007-.011-.022-.036-.006-.014a.4.4%2C0%2C0%2C1-.018-.036l-.006-.017c0-.012-.009-.023-.013-.035l-.006-.022c0-.011-.006-.022-.008-.033s0-.017%2C0-.026%2C0-.021-.005-.032%2C0-.018%2C0-.027%2C0-.02%2C0-.031l-.007-5.171a.794.794%2C0%2C0%2C0-.75-.8.838.838%2C0%2C0%2C0-.605.239.746.746%2C0%2C0%2C0-.235.535l-.013%2C5.232c0%2C.01%2C0%2C.02%2C0%2C.03a.186.186%2C0%2C0%2C1%2C0%2C.028c0%2C.01%2C0%2C.02%2C0%2C.029s0%2C.018%2C0%2C.027-.005.019-.007.028%2C0%2C.018-.007.027-.007.018-.01.027-.006.018-.01.026l-.012.026c0%2C.007-.007.016-.012.024l-.015.024-.014.023-.016.022-.017.022-.017.018-.021.022-.017.016-.024.021-.017.013-.027.02-.017.01-.031.019-.016.008-.034.017-.017.006-.035.013-.022.006-.033.008-.032%2C0-.025%2C0a.585.585%2C0%2C0%2C1-.059%2C0h0l-.029%2C0h-.029l-.029%2C0-.029%2C0-.027-.007-.028-.007-.027-.01-.025-.01-.026-.013-.024-.011-.025-.016-.022-.013-.023-.017-.021-.016-.021-.019-.02-.018-.019-.021a.256.256%2C0%2C0%2C1-.019-.02l-.017-.022-.017-.022-.014-.024c0-.008-.01-.016-.014-.024l-.011-.025-.012-.025c0-.009-.006-.018-.01-.027s-.007-.017-.01-.026%2C0-.019-.008-.028-.005-.018-.007-.027%2C0-.02%2C0-.03a.254.254%2C0%2C0%2C1%2C0-.027.214.214%2C0%2C0%2C1%2C0-.031c0-.009%2C0-.018%2C0-.027v-3.123a.5.5%2C0%2C0%2C0-.5-.5.5.5%2C0%2C0%2C0-.5.5v8.325a4.384%2C4.384%2C0%2C0%2C0%2C1.64%2C3.588%2C5.892%2C5.892%2C0%2C0%2C0%2C3.252.728%2C4.991%2C4.991%2C0%2C0%2C0%2C4.418-2.414l.013-.022c.124-.2.464-.735.831-1.312.35-.551.676-1.058.963-1.505l.424-.661c.481-.753.995-1.484%2C1.527-2.171.207-.268.281-.354.323-.4a.553.553%2C0%2C0%2C0%2C.145-.3A.424.424%2C0%2C0%2C0-2981.374%2C1356.513Z%22%20transform%3D%22translate(2994.733%20-1348.426)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-restriction-awating-risk-assess-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22restriction-awating-risk-assess-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6934%22%20data-name%3D%22Group%206934%22%20transform%3D%22translate(1.333%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_715%22%20data-name%3D%22Path%20715%22%20d%3D%22M-2987.768%2C1339H-2998.9a1.23%2C1.23%2C0%2C0%2C0-.87.36l-7.871%2C7.871a1.229%2C1.229%2C0%2C0%2C0-.36.87v11.131a1.229%2C1.229%2C0%2C0%2C0%2C.36.87l7.871%2C7.871a1.231%2C1.231%2C0%2C0%2C0%2C.87.36h11.131a1.233%2C1.233%2C0%2C0%2C0%2C.87-.36l7.871-7.871a1.23%2C1.23%2C0%2C0%2C0%2C.36-.87V1348.1a1.23%2C1.23%2C0%2C0%2C0-.36-.87l-7.871-7.871A1.232%2C1.232%2C0%2C0%2C0-2987.768%2C1339Zm7.022%2C20.391-6.864%2C6.864a1.234%2C1.234%2C0%2C0%2C1-.87.36h-9.707a1.234%2C1.234%2C0%2C0%2C1-.871-.36l-6.864-6.864a1.233%2C1.233%2C0%2C0%2C1-.36-.87v-9.707a1.233%2C1.233%2C0%2C0%2C1%2C.36-.87l6.864-6.864a1.234%2C1.234%2C0%2C0%2C1%2C.871-.36h9.707a1.235%2C1.235%2C0%2C0%2C1%2C.87.36l6.864%2C6.864a1.233%2C1.233%2C0%2C0%2C1%2C.36.87v9.707A1.233%2C1.233%2C0%2C0%2C1-2980.745%2C1359.391Zm.36-.36%22%20transform%3D%22translate(3008%20-1339)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_3246%22%20data-name%3D%22Group%203246%22%20transform%3D%22translate(8.46%206.01)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_716%22%20data-name%3D%22Path%20716%22%20d%3D%22M-2981.374%2C1356.513a.772.772%2C0%2C0%2C0-.714-.139.521.521%2C0%2C0%2C0-.139.072%2C11.088%2C11.088%2C0%2C0%2C0-2%2C2.274l0%2C.007a.8.8%2C0%2C0%2C1-.911.377.808.808%2C0%2C0%2C1-.607-.781v-6.794a.694.694%2C0%2C0%2C0-.207-.491.638.638%2C0%2C0%2C0-.459-.187.657.657%2C0%2C0%2C0-.637.579v4.733c0%2C.009%2C0%2C.018%2C0%2C.026a.268.268%2C0%2C0%2C1%2C0%2C.032c0%2C.008%2C0%2C.016%2C0%2C.024s0%2C.022-.005.034l-.006.021c0%2C.011-.005.023-.009.034l-.007.019a.327.327%2C0%2C0%2C1-.013.034l-.008.016c-.005.012-.01.023-.016.034l-.01.016-.02.032-.01.013c-.008.01-.015.021-.023.031l-.011.012c-.009.01-.017.02-.027.029l-.012.011c-.01.009-.018.018-.029.026l-.013.01c-.01.008-.02.016-.031.023l-.016.01-.031.019-.017.008-.034.016-.019.007-.034.013-.022.005a.254.254%2C0%2C0%2C1-.033.008l-.025%2C0-.032%2C0h-.028l-.031%2C0h0a.585.585%2C0%2C0%2C1-.059%2C0h0a.568.568%2C0%2C0%2C1-.111-.022h0l-.051-.019%2C0%2C0-.046-.022-.008%2C0-.039-.024-.009-.007c-.012-.008-.024-.017-.035-.026l-.011-.01-.029-.028-.01-.011-.027-.029-.011-.015-.022-.029-.01-.016-.019-.031-.009-.018c0-.01-.011-.02-.015-.031s0-.014-.008-.022-.008-.02-.012-.031l-.006-.025c0-.01-.006-.02-.008-.03s0-.018%2C0-.027%2C0-.02%2C0-.03%2C0-.019%2C0-.027%2C0-.021%2C0-.031v-6.9a.853.853%2C0%2C0%2C0-.257-.606.79.79%2C0%2C0%2C0-.57-.233.815.815%2C0%2C0%2C0-.8.812v6.893c0%2C.01%2C0%2C.019%2C0%2C.029a.283.283%2C0%2C0%2C1%2C0%2C.029.233.233%2C0%2C0%2C1%2C0%2C.029c0%2C.009%2C0%2C.019%2C0%2C.029s-.005.018-.007.027l-.007.027c0%2C.009-.006.018-.01.027l-.009.025-.012.025c0%2C.008-.008.017-.012.025l-.014.023-.015.024-.015.021-.018.024-.016.018c-.007.007-.013.016-.021.023l-.017.016-.024.021-.018.013-.026.02-.019.011-.029.018-.02.009-.031.015-.022.008-.03.012-.025.006-.03.008-.026%2C0-.031.005h-.059a.578.578%2C0%2C0%2C1-.115-.011l-.009%2C0-.046-.012-.008%2C0-.044-.016-.008%2C0-.042-.02-.008-.005-.039-.023-.008-.007-.036-.027-.007-.007a.386.386%2C0%2C0%2C1-.034-.031l-.006-.007-.031-.034-.007-.01c-.009-.011-.017-.022-.026-.034l-.007-.011-.022-.036-.006-.014a.4.4%2C0%2C0%2C1-.018-.036l-.006-.017c0-.012-.009-.023-.013-.035l-.006-.022c0-.011-.006-.022-.008-.033s0-.017%2C0-.026%2C0-.021-.005-.032%2C0-.018%2C0-.027%2C0-.02%2C0-.031l-.007-5.171a.794.794%2C0%2C0%2C0-.75-.8.838.838%2C0%2C0%2C0-.605.239.746.746%2C0%2C0%2C0-.235.535l-.013%2C5.232c0%2C.01%2C0%2C.02%2C0%2C.03a.186.186%2C0%2C0%2C1%2C0%2C.028c0%2C.01%2C0%2C.02%2C0%2C.029s0%2C.018%2C0%2C.027-.005.019-.007.028%2C0%2C.018-.007.027-.007.018-.01.027-.006.018-.01.026l-.012.026c0%2C.007-.007.016-.012.024l-.015.024-.014.023-.016.022-.017.022-.017.018-.021.022-.017.016-.024.021-.017.013-.027.02-.017.01-.031.019-.016.008-.034.017-.017.006-.035.013-.022.006-.033.008-.032%2C0-.025%2C0a.585.585%2C0%2C0%2C1-.059%2C0h0l-.029%2C0h-.029l-.029%2C0-.029%2C0-.027-.007-.028-.007-.027-.01-.025-.01-.026-.013-.024-.011-.025-.016-.022-.013-.023-.017-.021-.016-.021-.019-.02-.018-.019-.021a.256.256%2C0%2C0%2C1-.019-.02l-.017-.022-.017-.022-.014-.024c0-.008-.01-.016-.014-.024l-.011-.025-.012-.025c0-.009-.006-.018-.01-.027s-.007-.017-.01-.026%2C0-.019-.008-.028-.005-.018-.007-.027%2C0-.02%2C0-.03a.254.254%2C0%2C0%2C1%2C0-.027.214.214%2C0%2C0%2C1%2C0-.031c0-.009%2C0-.018%2C0-.027v-3.123a.5.5%2C0%2C0%2C0-.5-.5.5.5%2C0%2C0%2C0-.5.5v8.325a4.384%2C4.384%2C0%2C0%2C0%2C1.64%2C3.588%2C5.892%2C5.892%2C0%2C0%2C0%2C3.252.728%2C4.991%2C4.991%2C0%2C0%2C0%2C4.418-2.414l.013-.022c.124-.2.464-.735.831-1.312.35-.551.676-1.058.963-1.505l.424-.661c.481-.753.995-1.484%2C1.527-2.171.207-.268.281-.354.323-.4a.553.553%2C0%2C0%2C0%2C.145-.3A.424.424%2C0%2C0%2C0-2981.374%2C1356.513Z%22%20transform%3D%22translate(2994.733%20-1348.426)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-right-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-right-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(15%2017.494)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-right-chevron-on-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-chevron-on-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(15%2017)%20rotate(180)%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-chevron-on-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-chevron-on-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24%2024)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(15%2017)%20rotate(180)%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fsvg%3E");
}

.nr-right-chevron-on-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-chevron-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(15%2017)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-chevron-on-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-chevron-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(15%2017)%20rotate(180)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-right-double-chevron-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-dark-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-dark-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-double-chevron-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-dark-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-dark-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-right-double-chevron-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-light-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-light-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-double-chevron-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-double-chevron-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Icon_Outline_right-double-chevron-light-bg%22%20data-name%3D%22Icon%20%2F%20Outline%20%2F%20right-double-chevron-light-bg%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%3E%20%20%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(836%20696)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(824%20678.506)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Arrow_left-2%22%20data-name%3D%22Arrow%20left%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(818%20678.506)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-right-sml-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(26%20-102.5)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-sml-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(26%20-102.5)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-right-sml-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(26%20-102.5)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-right-sml-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22right-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(26%20-102.5)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-risk-assessment-awaiting-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22risk-assessment-awaiting-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_3251%22%20data-name%3D%22Group%203251%22%20transform%3D%22translate(4%201.333)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3250%22%20data-name%3D%22Group%203250%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3249%22%20data-name%3D%22Group%203249%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group_3248%22%20data-name%3D%22Group%203248%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_717%22%20data-name%3D%22Path%20717%22%20d%3D%22M25.579%2C1H12.526a.678.678%2C0%2C0%2C0-.487.2L5.932%2C7.32a.692.692%2C0%2C0%2C0-.213.48V26.912a3.446%2C3.446%2C0%2C0%2C0%2C3.455%2C3.421h16.4a3.451%2C3.451%2C0%2C0%2C0%2C3.455-3.421V4.421A3.451%2C3.451%2C0%2C0%2C0%2C25.579%2C1ZM11.827%2C3.345V5.476A1.624%2C1.624%2C0%2C0%2C1%2C10.2%2C7.108H8.084ZM27.663%2C26.919a2.076%2C2.076%2C0%2C0%2C1-2.084%2C2.05H9.181A2.081%2C2.081%2C0%2C0%2C1%2C7.1%2C26.919V8.472h3.1a2.994%2C2.994%2C0%2C0%2C0%2C3-3v-3.1H25.579a2.081%2C2.081%2C0%2C0%2C1%2C2.084%2C2.05Zm0%2C0%22%20transform%3D%22translate(-5.719%20-1)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_718%22%20data-name%3D%22Path%20718%22%20d%3D%22M26.477%2C27.543H12.748a.856.856%2C0%2C0%2C1-.738-1.29L18.873%2C14.58a.856.856%2C0%2C0%2C1%2C1.476%2C0l6.865%2C11.673A.856.856%2C0%2C0%2C1%2C26.477%2C27.543Zm-6.865-3.889h0a.755.755%2C0%2C0%2C0-.754.754h0a.755.755%2C0%2C0%2C0%2C.754.754h0a.755.755%2C0%2C0%2C0%2C.754-.754h0A.755.755%2C0%2C0%2C0%2C19.612%2C23.654Zm0-5.133h0a.7.7%2C0%2C0%2C0-.754.683v2.83a.755.755%2C0%2C0%2C0%2C.754.754h0a.755.755%2C0%2C0%2C0%2C.754-.754V19.2A.7.7%2C0%2C0%2C0%2C19.612%2C18.521Zm.754%2C3.63%22%20transform%3D%22translate(-7.955%20-5.767)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-risk-assessment-awaiting-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22risk-assessment-awaiting-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_3251%22%20data-name%3D%22Group%203251%22%20transform%3D%22translate(4%201.333)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3250%22%20data-name%3D%22Group%203250%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_3249%22%20data-name%3D%22Group%203249%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group_3248%22%20data-name%3D%22Group%203248%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_717%22%20data-name%3D%22Path%20717%22%20d%3D%22M25.579%2C1H12.526a.678.678%2C0%2C0%2C0-.487.2L5.932%2C7.32a.692.692%2C0%2C0%2C0-.213.48V26.912a3.446%2C3.446%2C0%2C0%2C0%2C3.455%2C3.421h16.4a3.451%2C3.451%2C0%2C0%2C0%2C3.455-3.421V4.421A3.451%2C3.451%2C0%2C0%2C0%2C25.579%2C1ZM11.827%2C3.345V5.476A1.624%2C1.624%2C0%2C0%2C1%2C10.2%2C7.108H8.084ZM27.663%2C26.919a2.076%2C2.076%2C0%2C0%2C1-2.084%2C2.05H9.181A2.081%2C2.081%2C0%2C0%2C1%2C7.1%2C26.919V8.472h3.1a2.994%2C2.994%2C0%2C0%2C0%2C3-3v-3.1H25.579a2.081%2C2.081%2C0%2C0%2C1%2C2.084%2C2.05Zm0%2C0%22%20transform%3D%22translate(-5.719%20-1)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cpath%20id%3D%22Path_718%22%20data-name%3D%22Path%20718%22%20d%3D%22M26.477%2C27.543H12.748a.856.856%2C0%2C0%2C1-.738-1.29L18.873%2C14.58a.856.856%2C0%2C0%2C1%2C1.476%2C0l6.865%2C11.673A.856.856%2C0%2C0%2C1%2C26.477%2C27.543Zm-6.865-3.889h0a.755.755%2C0%2C0%2C0-.754.754h0a.755.755%2C0%2C0%2C0%2C.754.754h0a.755.755%2C0%2C0%2C0%2C.754-.754h0A.755.755%2C0%2C0%2C0%2C19.612%2C23.654Zm0-5.133h0a.7.7%2C0%2C0%2C0-.754.683v2.83a.755.755%2C0%2C0%2C0%2C.754.754h0a.755.755%2C0%2C0%2C0%2C.754-.754V19.2A.7.7%2C0%2C0%2C0%2C19.612%2C18.521Zm.754%2C3.63%22%20transform%3D%22translate(-7.955%20-5.767)%22%20fill%3D%22%23767676%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-role-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22role-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6802%22%20data-name%3D%22Group%206802%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43300%22%20data-name%3D%22Path%2043300%22%20d%3D%22M20.3%2C6.339a10.381%2C10.381%2C0%2C0%2C1-1.454-4.73A1.719%2C1.719%2C0%2C0%2C0%2C17.128%2C0h-2.08a.778.778%2C0%2C0%2C0-.278.058%2C9.023%2C9.023%2C0%2C0%2C1-7.693%2C0A.778.778%2C0%2C0%2C0%2C6.8%2C0H4.716A1.719%2C1.719%2C0%2C0%2C0%2C3%2C1.609%2C10.367%2C10.367%2C0%2C0%2C1%2C1.546%2C6.335a1.746%2C1.746%2C0%2C0%2C0-.248.883v5.5a.687.687%2C0%2C1%2C0%2C1.375%2C0v-5.5a13.009%2C13.009%2C0%2C0%2C0%2C1.7-5.534.344.344%2C0%2C0%2C1%2C.344-.316H6.434l3.8%2C5.1v6.05a6.029%2C6.029%2C0%2C0%2C0-1.719-.447.688.688%2C0%2C1%2C0-1.375%2C0A6.188%2C6.188%2C0%2C0%2C0%2C1.66%2C17.916%2C2.062%2C2.062%2C0%2C0%2C0%2C1.986%2C22H13.674a2.063%2C2.063%2C0%2C0%2C0%2C1.942-1.375h4.245a.687.687%2C0%2C0%2C0%2C.688-.687V7.219a1.746%2C1.746%2C0%2C0%2C0-.247-.88M13.2%2C2.028%2C10.924%2C5.087%2C8.652%2C2.028a10.14%2C10.14%2C0%2C0%2C0%2C4.544%2C0M7.83%2C15.469a.687.687%2C0%2C0%2C0%2C.688-.687v-1.32a4.812%2C4.812%2C0%2C0%2C1%2C2.568%2C1.217l-.646.65a.687.687%2C0%2C0%2C0%2C.969.969l.547-.547a4.727%2C4.727%2C0%2C0%2C1%2C.688%2C2.124H3.017A4.727%2C4.727%2C0%2C0%2C1%2C3.7%2C15.751l.547.547a.687.687%2C0%2C0%2C0%2C.969-.969l-.643-.646a4.788%2C4.788%2C0%2C0%2C1%2C2.564-1.22v1.32a.687.687%2C0%2C0%2C0%2C.688.688m5.844%2C5.156H1.986a.688.688%2C0%2C0%2C1%2C0-1.375H13.674a.688.688%2C0%2C0%2C1%2C0%2C1.375m1.942-1.375a2.063%2C2.063%2C0%2C0%2C0-1.6-1.347%2C6.187%2C6.187%2C0%2C0%2C0-2.406-4.572V6.456l3.781-5.081h1.736a.344.344%2C0%2C0%2C1%2C.344.316%2C11.736%2C11.736%2C0%2C0%2C0%2C1.55%2C5.184h-2.6a.687.687%2C0%2C1%2C0%2C0%2C1.375h2.75v4.125h-5.5a.688.688%2C0%2C0%2C0%2C0%2C1.375h5.5v1.375H15.392a.687.687%2C0%2C1%2C0%2C0%2C1.375h3.781v2.75Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43301%22%20data-name%3D%22Path%2043301%22%20d%3D%22M302.91%2C160a.688.688%2C0%2C1%2C1-.687.688.687.687%2C0%2C0%2C1%2C.688-.687%22%20transform%3D%22translate(-289.237%20-153.125)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-role-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22role-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6802%22%20data-name%3D%22Group%206802%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43300%22%20data-name%3D%22Path%2043300%22%20d%3D%22M20.3%2C6.339a10.381%2C10.381%2C0%2C0%2C1-1.454-4.73A1.719%2C1.719%2C0%2C0%2C0%2C17.128%2C0h-2.08a.778.778%2C0%2C0%2C0-.278.058%2C9.023%2C9.023%2C0%2C0%2C1-7.693%2C0A.778.778%2C0%2C0%2C0%2C6.8%2C0H4.716A1.719%2C1.719%2C0%2C0%2C0%2C3%2C1.609%2C10.367%2C10.367%2C0%2C0%2C1%2C1.546%2C6.335a1.746%2C1.746%2C0%2C0%2C0-.248.883v5.5a.687.687%2C0%2C1%2C0%2C1.375%2C0v-5.5a13.009%2C13.009%2C0%2C0%2C0%2C1.7-5.534.344.344%2C0%2C0%2C1%2C.344-.316H6.434l3.8%2C5.1v6.05a6.029%2C6.029%2C0%2C0%2C0-1.719-.447.688.688%2C0%2C1%2C0-1.375%2C0A6.188%2C6.188%2C0%2C0%2C0%2C1.66%2C17.916%2C2.062%2C2.062%2C0%2C0%2C0%2C1.986%2C22H13.674a2.063%2C2.063%2C0%2C0%2C0%2C1.942-1.375h4.245a.687.687%2C0%2C0%2C0%2C.688-.687V7.219a1.746%2C1.746%2C0%2C0%2C0-.247-.88M13.2%2C2.028%2C10.924%2C5.087%2C8.652%2C2.028a10.14%2C10.14%2C0%2C0%2C0%2C4.544%2C0M7.83%2C15.469a.687.687%2C0%2C0%2C0%2C.688-.687v-1.32a4.812%2C4.812%2C0%2C0%2C1%2C2.568%2C1.217l-.646.65a.687.687%2C0%2C0%2C0%2C.969.969l.547-.547a4.727%2C4.727%2C0%2C0%2C1%2C.688%2C2.124H3.017A4.727%2C4.727%2C0%2C0%2C1%2C3.7%2C15.751l.547.547a.687.687%2C0%2C0%2C0%2C.969-.969l-.643-.646a4.788%2C4.788%2C0%2C0%2C1%2C2.564-1.22v1.32a.687.687%2C0%2C0%2C0%2C.688.688m5.844%2C5.156H1.986a.688.688%2C0%2C0%2C1%2C0-1.375H13.674a.688.688%2C0%2C0%2C1%2C0%2C1.375m1.942-1.375a2.063%2C2.063%2C0%2C0%2C0-1.6-1.347%2C6.187%2C6.187%2C0%2C0%2C0-2.406-4.572V6.456l3.781-5.081h1.736a.344.344%2C0%2C0%2C1%2C.344.316%2C11.736%2C11.736%2C0%2C0%2C0%2C1.55%2C5.184h-2.6a.687.687%2C0%2C1%2C0%2C0%2C1.375h2.75v4.125h-5.5a.688.688%2C0%2C0%2C0%2C0%2C1.375h5.5v1.375H15.392a.687.687%2C0%2C1%2C0%2C0%2C1.375h3.781v2.75Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43301%22%20data-name%3D%22Path%2043301%22%20d%3D%22M302.91%2C160a.688.688%2C0%2C1%2C1-.687.688.687.687%2C0%2C0%2C1%2C.688-.687%22%20transform%3D%22translate(-289.237%20-153.125)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-role-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22role-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6802%22%20data-name%3D%22Group%206802%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43300%22%20data-name%3D%22Path%2043300%22%20d%3D%22M20.3%2C6.339a10.381%2C10.381%2C0%2C0%2C1-1.454-4.73A1.719%2C1.719%2C0%2C0%2C0%2C17.128%2C0h-2.08a.778.778%2C0%2C0%2C0-.278.058%2C9.023%2C9.023%2C0%2C0%2C1-7.693%2C0A.778.778%2C0%2C0%2C0%2C6.8%2C0H4.716A1.719%2C1.719%2C0%2C0%2C0%2C3%2C1.609%2C10.367%2C10.367%2C0%2C0%2C1%2C1.546%2C6.335a1.746%2C1.746%2C0%2C0%2C0-.248.883v5.5a.687.687%2C0%2C1%2C0%2C1.375%2C0v-5.5a13.009%2C13.009%2C0%2C0%2C0%2C1.7-5.534.344.344%2C0%2C0%2C1%2C.344-.316H6.434l3.8%2C5.1v6.05a6.029%2C6.029%2C0%2C0%2C0-1.719-.447.688.688%2C0%2C1%2C0-1.375%2C0A6.188%2C6.188%2C0%2C0%2C0%2C1.66%2C17.916%2C2.062%2C2.062%2C0%2C0%2C0%2C1.986%2C22H13.674a2.063%2C2.063%2C0%2C0%2C0%2C1.942-1.375h4.245a.687.687%2C0%2C0%2C0%2C.688-.687V7.219a1.746%2C1.746%2C0%2C0%2C0-.247-.88M13.2%2C2.028%2C10.924%2C5.087%2C8.652%2C2.028a10.14%2C10.14%2C0%2C0%2C0%2C4.544%2C0M7.83%2C15.469a.687.687%2C0%2C0%2C0%2C.688-.687v-1.32a4.812%2C4.812%2C0%2C0%2C1%2C2.568%2C1.217l-.646.65a.687.687%2C0%2C0%2C0%2C.969.969l.547-.547a4.727%2C4.727%2C0%2C0%2C1%2C.688%2C2.124H3.017A4.727%2C4.727%2C0%2C0%2C1%2C3.7%2C15.751l.547.547a.687.687%2C0%2C0%2C0%2C.969-.969l-.643-.646a4.788%2C4.788%2C0%2C0%2C1%2C2.564-1.22v1.32a.687.687%2C0%2C0%2C0%2C.688.688m5.844%2C5.156H1.986a.688.688%2C0%2C0%2C1%2C0-1.375H13.674a.688.688%2C0%2C0%2C1%2C0%2C1.375m1.942-1.375a2.063%2C2.063%2C0%2C0%2C0-1.6-1.347%2C6.187%2C6.187%2C0%2C0%2C0-2.406-4.572V6.456l3.781-5.081h1.736a.344.344%2C0%2C0%2C1%2C.344.316%2C11.736%2C11.736%2C0%2C0%2C0%2C1.55%2C5.184h-2.6a.687.687%2C0%2C1%2C0%2C0%2C1.375h2.75v4.125h-5.5a.688.688%2C0%2C0%2C0%2C0%2C1.375h5.5v1.375H15.392a.687.687%2C0%2C1%2C0%2C0%2C1.375h3.781v2.75Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43301%22%20data-name%3D%22Path%2043301%22%20d%3D%22M302.91%2C160a.688.688%2C0%2C1%2C1-.687.688.687.687%2C0%2C0%2C1%2C.688-.687%22%20transform%3D%22translate(-289.237%20-153.125)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-role-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22role-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6802%22%20data-name%3D%22Group%206802%22%20transform%3D%22translate(2%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43300%22%20data-name%3D%22Path%2043300%22%20d%3D%22M20.3%2C6.339a10.381%2C10.381%2C0%2C0%2C1-1.454-4.73A1.719%2C1.719%2C0%2C0%2C0%2C17.128%2C0h-2.08a.778.778%2C0%2C0%2C0-.278.058%2C9.023%2C9.023%2C0%2C0%2C1-7.693%2C0A.778.778%2C0%2C0%2C0%2C6.8%2C0H4.716A1.719%2C1.719%2C0%2C0%2C0%2C3%2C1.609%2C10.367%2C10.367%2C0%2C0%2C1%2C1.546%2C6.335a1.746%2C1.746%2C0%2C0%2C0-.248.883v5.5a.687.687%2C0%2C1%2C0%2C1.375%2C0v-5.5a13.009%2C13.009%2C0%2C0%2C0%2C1.7-5.534.344.344%2C0%2C0%2C1%2C.344-.316H6.434l3.8%2C5.1v6.05a6.029%2C6.029%2C0%2C0%2C0-1.719-.447.688.688%2C0%2C1%2C0-1.375%2C0A6.188%2C6.188%2C0%2C0%2C0%2C1.66%2C17.916%2C2.062%2C2.062%2C0%2C0%2C0%2C1.986%2C22H13.674a2.063%2C2.063%2C0%2C0%2C0%2C1.942-1.375h4.245a.687.687%2C0%2C0%2C0%2C.688-.687V7.219a1.746%2C1.746%2C0%2C0%2C0-.247-.88M13.2%2C2.028%2C10.924%2C5.087%2C8.652%2C2.028a10.14%2C10.14%2C0%2C0%2C0%2C4.544%2C0M7.83%2C15.469a.687.687%2C0%2C0%2C0%2C.688-.687v-1.32a4.812%2C4.812%2C0%2C0%2C1%2C2.568%2C1.217l-.646.65a.687.687%2C0%2C0%2C0%2C.969.969l.547-.547a4.727%2C4.727%2C0%2C0%2C1%2C.688%2C2.124H3.017A4.727%2C4.727%2C0%2C0%2C1%2C3.7%2C15.751l.547.547a.687.687%2C0%2C0%2C0%2C.969-.969l-.643-.646a4.788%2C4.788%2C0%2C0%2C1%2C2.564-1.22v1.32a.687.687%2C0%2C0%2C0%2C.688.688m5.844%2C5.156H1.986a.688.688%2C0%2C0%2C1%2C0-1.375H13.674a.688.688%2C0%2C0%2C1%2C0%2C1.375m1.942-1.375a2.063%2C2.063%2C0%2C0%2C0-1.6-1.347%2C6.187%2C6.187%2C0%2C0%2C0-2.406-4.572V6.456l3.781-5.081h1.736a.344.344%2C0%2C0%2C1%2C.344.316%2C11.736%2C11.736%2C0%2C0%2C0%2C1.55%2C5.184h-2.6a.687.687%2C0%2C1%2C0%2C0%2C1.375h2.75v4.125h-5.5a.688.688%2C0%2C0%2C0%2C0%2C1.375h5.5v1.375H15.392a.687.687%2C0%2C1%2C0%2C0%2C1.375h3.781v2.75Z%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43301%22%20data-name%3D%22Path%2043301%22%20d%3D%22M302.91%2C160a.688.688%2C0%2C1%2C1-.687.688.687.687%2C0%2C0%2C1%2C.688-.687%22%20transform%3D%22translate(-289.237%20-153.125)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-routes-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22routes-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6785%22%20data-name%3D%22Group%206785%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43287%22%20data-name%3D%22Path%2043287%22%20d%3D%22M43.838%2C42.072a1.764%2C1.764%2C0%2C1%2C0-1.765%2C1.764%2C1.767%2C1.767%2C0%2C0%2C0%2C1.765-1.764m-2.67%2C0a.905.905%2C0%2C1%2C1%2C.905.905.906.906%2C0%2C0%2C1-.905-.905%22%20transform%3D%22translate(-38.577%20-38.576)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43288%22%20data-name%3D%22Path%2043288%22%20d%3D%22M253.1%2C262a4.4%2C4.4%2C0%2C0%2C0-2.617.714l-1.541-.343a.43.43%2C0%2C1%2C0-.187.839l1.181.263a1.061%2C1.061%2C0%2C0%2C0-.034.264c0%2C.584.478%2C1.083%2C1.243%2C1.394l-.688.708a.43.43%2C0%2C0%2C0%2C.616.6l1.016-1.046a6.073%2C6.073%2C0%2C0%2C0%2C1.009.082c1.823%2C0%2C3.2-.747%2C3.2-1.737S254.919%2C262%2C253.1%2C262m0%2C2.615c-1.406%2C0-2.338-.528-2.338-.878a.365.365%2C0%2C0%2C1%2C.119-.236.372.372%2C0%2C0%2C0%2C.037-.037%2C3.444%2C3.444%2C0%2C0%2C1%2C2.182-.6c1.406%2C0%2C2.338.528%2C2.338.878s-.933.878-2.338.878%22%20transform%3D%22translate(-237.741%20-250.746)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43289%22%20data-name%3D%22Path%2043289%22%20d%3D%22M123.707%2C407.121l.688-.708a.43.43%2C0%2C1%2C0-.616-.6l-1.016%2C1.046a6.067%2C6.067%2C0%2C0%2C0-1.009-.082c-1.823%2C0-3.2.747-3.2%2C1.737s1.375%2C1.737%2C3.2%2C1.737%2C3.2-.747%2C3.2-1.737c0-.584-.478-1.083-1.243-1.394m-1.954%2C2.272c-1.406%2C0-2.338-.528-2.338-.878s.933-.878%2C2.338-.878%2C2.338.528%2C2.338.878-.933.878-2.338.878%22%20transform%3D%22translate(-113.461%20-388.252)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43290%22%20data-name%3D%22Path%2043290%22%20d%3D%22M7.655%2C11.721a.43.43%2C0%2C1%2C0%2C.187-.839L6.66%2C10.619a1.052%2C1.052%2C0%2C0%2C0%2C.034-.264c0-.805-.9-1.349-1.922-1.594L6.69%2C4.921%2C6.7%2C4.9A3.5%2C3.5%2C0%2C1%2C0%2C0%2C3.5%2C3.471%2C3.471%2C0%2C0%2C0%2C.294%2C4.9L.3%2C4.921%2C2.222%2C8.765C1.194%2C9.015.3%2C9.559.3%2C10.355c0%2C.99%2C1.375%2C1.737%2C3.2%2C1.737a4.4%2C4.4%2C0%2C0%2C0%2C2.617-.714ZM.859%2C3.5a2.637%2C2.637%2C0%2C1%2C1%2C5.057%2C1.05L3.5%2C9.393%2C1.077%2C4.547A2.616%2C2.616%2C0%2C0%2C1%2C.859%2C3.5m.3%2C6.858c0-.226.56-.618%2C1.46-.8l.494.989a.43.43%2C0%2C0%2C0%2C.769%2C0l.5-.992c.91.173%2C1.458.564%2C1.458.8a.367.367%2C0%2C0%2C1-.119.237.416.416%2C0%2C0%2C0-.037.037%2C3.445%2C3.445%2C0%2C0%2C1-2.182.6c-1.406%2C0-2.338-.528-2.338-.878%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43291%22%20data-name%3D%22Path%2043291%22%20d%3D%22M265.594%2C377a.43.43%2C0%2C1%2C0%2C.43.43.43.43%2C0%2C0%2C0-.43-.43%22%20transform%3D%22translate(-253.77%20-360.805)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43292%22%20data-name%3D%22Path%2043292%22%20d%3D%22M209.8%2C262.566a.43.43%2C0%2C1%2C0-.43-.43.431.431%2C0%2C0%2C0%2C.43.43%22%20transform%3D%22translate(-200.371%20-250.462)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-routes-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22routes-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6785%22%20data-name%3D%22Group%206785%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43287%22%20data-name%3D%22Path%2043287%22%20d%3D%22M43.838%2C42.072a1.764%2C1.764%2C0%2C1%2C0-1.765%2C1.764%2C1.767%2C1.767%2C0%2C0%2C0%2C1.765-1.764m-2.67%2C0a.905.905%2C0%2C1%2C1%2C.905.905.906.906%2C0%2C0%2C1-.905-.905%22%20transform%3D%22translate(-38.577%20-38.576)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43288%22%20data-name%3D%22Path%2043288%22%20d%3D%22M253.1%2C262a4.4%2C4.4%2C0%2C0%2C0-2.617.714l-1.541-.343a.43.43%2C0%2C1%2C0-.187.839l1.181.263a1.061%2C1.061%2C0%2C0%2C0-.034.264c0%2C.584.478%2C1.083%2C1.243%2C1.394l-.688.708a.43.43%2C0%2C0%2C0%2C.616.6l1.016-1.046a6.073%2C6.073%2C0%2C0%2C0%2C1.009.082c1.823%2C0%2C3.2-.747%2C3.2-1.737S254.919%2C262%2C253.1%2C262m0%2C2.615c-1.406%2C0-2.338-.528-2.338-.878a.365.365%2C0%2C0%2C1%2C.119-.236.372.372%2C0%2C0%2C0%2C.037-.037%2C3.444%2C3.444%2C0%2C0%2C1%2C2.182-.6c1.406%2C0%2C2.338.528%2C2.338.878s-.933.878-2.338.878%22%20transform%3D%22translate(-237.741%20-250.746)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43289%22%20data-name%3D%22Path%2043289%22%20d%3D%22M123.707%2C407.121l.688-.708a.43.43%2C0%2C1%2C0-.616-.6l-1.016%2C1.046a6.067%2C6.067%2C0%2C0%2C0-1.009-.082c-1.823%2C0-3.2.747-3.2%2C1.737s1.375%2C1.737%2C3.2%2C1.737%2C3.2-.747%2C3.2-1.737c0-.584-.478-1.083-1.243-1.394m-1.954%2C2.272c-1.406%2C0-2.338-.528-2.338-.878s.933-.878%2C2.338-.878%2C2.338.528%2C2.338.878-.933.878-2.338.878%22%20transform%3D%22translate(-113.461%20-388.252)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43290%22%20data-name%3D%22Path%2043290%22%20d%3D%22M7.655%2C11.721a.43.43%2C0%2C1%2C0%2C.187-.839L6.66%2C10.619a1.052%2C1.052%2C0%2C0%2C0%2C.034-.264c0-.805-.9-1.349-1.922-1.594L6.69%2C4.921%2C6.7%2C4.9A3.5%2C3.5%2C0%2C1%2C0%2C0%2C3.5%2C3.471%2C3.471%2C0%2C0%2C0%2C.294%2C4.9L.3%2C4.921%2C2.222%2C8.765C1.194%2C9.015.3%2C9.559.3%2C10.355c0%2C.99%2C1.375%2C1.737%2C3.2%2C1.737a4.4%2C4.4%2C0%2C0%2C0%2C2.617-.714ZM.859%2C3.5a2.637%2C2.637%2C0%2C1%2C1%2C5.057%2C1.05L3.5%2C9.393%2C1.077%2C4.547A2.616%2C2.616%2C0%2C0%2C1%2C.859%2C3.5m.3%2C6.858c0-.226.56-.618%2C1.46-.8l.494.989a.43.43%2C0%2C0%2C0%2C.769%2C0l.5-.992c.91.173%2C1.458.564%2C1.458.8a.367.367%2C0%2C0%2C1-.119.237.416.416%2C0%2C0%2C0-.037.037%2C3.445%2C3.445%2C0%2C0%2C1-2.182.6c-1.406%2C0-2.338-.528-2.338-.878%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43291%22%20data-name%3D%22Path%2043291%22%20d%3D%22M265.594%2C377a.43.43%2C0%2C1%2C0%2C.43.43.43.43%2C0%2C0%2C0-.43-.43%22%20transform%3D%22translate(-253.77%20-360.805)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43292%22%20data-name%3D%22Path%2043292%22%20d%3D%22M209.8%2C262.566a.43.43%2C0%2C1%2C0-.43-.43.431.431%2C0%2C0%2C0%2C.43.43%22%20transform%3D%22translate(-200.371%20-250.462)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-routes-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22routes-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6793%22%20data-name%3D%22Group%206793%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6785%22%20data-name%3D%22Group%206785%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43287%22%20data-name%3D%22Path%2043287%22%20d%3D%22M43.838%2C42.072a1.764%2C1.764%2C0%2C1%2C0-1.765%2C1.764%2C1.767%2C1.767%2C0%2C0%2C0%2C1.765-1.764m-2.67%2C0a.905.905%2C0%2C1%2C1%2C.905.905.906.906%2C0%2C0%2C1-.905-.905%22%20transform%3D%22translate(-38.577%20-38.576)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43288%22%20data-name%3D%22Path%2043288%22%20d%3D%22M253.1%2C262a4.4%2C4.4%2C0%2C0%2C0-2.617.714l-1.541-.343a.43.43%2C0%2C1%2C0-.187.839l1.181.263a1.061%2C1.061%2C0%2C0%2C0-.034.264c0%2C.584.478%2C1.083%2C1.243%2C1.394l-.688.708a.43.43%2C0%2C0%2C0%2C.616.6l1.016-1.046a6.073%2C6.073%2C0%2C0%2C0%2C1.009.082c1.823%2C0%2C3.2-.747%2C3.2-1.737S254.919%2C262%2C253.1%2C262m0%2C2.615c-1.406%2C0-2.338-.528-2.338-.878a.365.365%2C0%2C0%2C1%2C.119-.236.372.372%2C0%2C0%2C0%2C.037-.037%2C3.444%2C3.444%2C0%2C0%2C1%2C2.182-.6c1.406%2C0%2C2.338.528%2C2.338.878s-.933.878-2.338.878%22%20transform%3D%22translate(-237.741%20-250.746)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43289%22%20data-name%3D%22Path%2043289%22%20d%3D%22M123.707%2C407.121l.688-.708a.43.43%2C0%2C1%2C0-.616-.6l-1.016%2C1.046a6.067%2C6.067%2C0%2C0%2C0-1.009-.082c-1.823%2C0-3.2.747-3.2%2C1.737s1.375%2C1.737%2C3.2%2C1.737%2C3.2-.747%2C3.2-1.737c0-.584-.478-1.083-1.243-1.394m-1.954%2C2.272c-1.406%2C0-2.338-.528-2.338-.878s.933-.878%2C2.338-.878%2C2.338.528%2C2.338.878-.933.878-2.338.878%22%20transform%3D%22translate(-113.461%20-388.252)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43290%22%20data-name%3D%22Path%2043290%22%20d%3D%22M7.655%2C11.721a.43.43%2C0%2C1%2C0%2C.187-.839L6.66%2C10.619a1.052%2C1.052%2C0%2C0%2C0%2C.034-.264c0-.805-.9-1.349-1.922-1.594L6.69%2C4.921%2C6.7%2C4.9A3.5%2C3.5%2C0%2C1%2C0%2C0%2C3.5%2C3.471%2C3.471%2C0%2C0%2C0%2C.294%2C4.9L.3%2C4.921%2C2.222%2C8.765C1.194%2C9.015.3%2C9.559.3%2C10.355c0%2C.99%2C1.375%2C1.737%2C3.2%2C1.737a4.4%2C4.4%2C0%2C0%2C0%2C2.617-.714ZM.859%2C3.5a2.637%2C2.637%2C0%2C1%2C1%2C5.057%2C1.05L3.5%2C9.393%2C1.077%2C4.547A2.616%2C2.616%2C0%2C0%2C1%2C.859%2C3.5m.3%2C6.858c0-.226.56-.618%2C1.46-.8l.494.989a.43.43%2C0%2C0%2C0%2C.769%2C0l.5-.992c.91.173%2C1.458.564%2C1.458.8a.367.367%2C0%2C0%2C1-.119.237.416.416%2C0%2C0%2C0-.037.037%2C3.445%2C3.445%2C0%2C0%2C1-2.182.6c-1.406%2C0-2.338-.528-2.338-.878%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43291%22%20data-name%3D%22Path%2043291%22%20d%3D%22M265.594%2C377a.43.43%2C0%2C1%2C0%2C.43.43.43.43%2C0%2C0%2C0-.43-.43%22%20transform%3D%22translate(-253.77%20-360.805)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43292%22%20data-name%3D%22Path%2043292%22%20d%3D%22M209.8%2C262.566a.43.43%2C0%2C1%2C0-.43-.43.431.431%2C0%2C0%2C0%2C.43.43%22%20transform%3D%22translate(-200.371%20-250.462)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-routes-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22routes-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6793%22%20data-name%3D%22Group%206793%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6785%22%20data-name%3D%22Group%206785%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43287%22%20data-name%3D%22Path%2043287%22%20d%3D%22M43.838%2C42.072a1.764%2C1.764%2C0%2C1%2C0-1.765%2C1.764%2C1.767%2C1.767%2C0%2C0%2C0%2C1.765-1.764m-2.67%2C0a.905.905%2C0%2C1%2C1%2C.905.905.906.906%2C0%2C0%2C1-.905-.905%22%20transform%3D%22translate(-38.577%20-38.576)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43288%22%20data-name%3D%22Path%2043288%22%20d%3D%22M253.1%2C262a4.4%2C4.4%2C0%2C0%2C0-2.617.714l-1.541-.343a.43.43%2C0%2C1%2C0-.187.839l1.181.263a1.061%2C1.061%2C0%2C0%2C0-.034.264c0%2C.584.478%2C1.083%2C1.243%2C1.394l-.688.708a.43.43%2C0%2C0%2C0%2C.616.6l1.016-1.046a6.073%2C6.073%2C0%2C0%2C0%2C1.009.082c1.823%2C0%2C3.2-.747%2C3.2-1.737S254.919%2C262%2C253.1%2C262m0%2C2.615c-1.406%2C0-2.338-.528-2.338-.878a.365.365%2C0%2C0%2C1%2C.119-.236.372.372%2C0%2C0%2C0%2C.037-.037%2C3.444%2C3.444%2C0%2C0%2C1%2C2.182-.6c1.406%2C0%2C2.338.528%2C2.338.878s-.933.878-2.338.878%22%20transform%3D%22translate(-237.741%20-250.746)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43289%22%20data-name%3D%22Path%2043289%22%20d%3D%22M123.707%2C407.121l.688-.708a.43.43%2C0%2C1%2C0-.616-.6l-1.016%2C1.046a6.067%2C6.067%2C0%2C0%2C0-1.009-.082c-1.823%2C0-3.2.747-3.2%2C1.737s1.375%2C1.737%2C3.2%2C1.737%2C3.2-.747%2C3.2-1.737c0-.584-.478-1.083-1.243-1.394m-1.954%2C2.272c-1.406%2C0-2.338-.528-2.338-.878s.933-.878%2C2.338-.878%2C2.338.528%2C2.338.878-.933.878-2.338.878%22%20transform%3D%22translate(-113.461%20-388.252)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43290%22%20data-name%3D%22Path%2043290%22%20d%3D%22M7.655%2C11.721a.43.43%2C0%2C1%2C0%2C.187-.839L6.66%2C10.619a1.052%2C1.052%2C0%2C0%2C0%2C.034-.264c0-.805-.9-1.349-1.922-1.594L6.69%2C4.921%2C6.7%2C4.9A3.5%2C3.5%2C0%2C1%2C0%2C0%2C3.5%2C3.471%2C3.471%2C0%2C0%2C0%2C.294%2C4.9L.3%2C4.921%2C2.222%2C8.765C1.194%2C9.015.3%2C9.559.3%2C10.355c0%2C.99%2C1.375%2C1.737%2C3.2%2C1.737a4.4%2C4.4%2C0%2C0%2C0%2C2.617-.714ZM.859%2C3.5a2.637%2C2.637%2C0%2C1%2C1%2C5.057%2C1.05L3.5%2C9.393%2C1.077%2C4.547A2.616%2C2.616%2C0%2C0%2C1%2C.859%2C3.5m.3%2C6.858c0-.226.56-.618%2C1.46-.8l.494.989a.43.43%2C0%2C0%2C0%2C.769%2C0l.5-.992c.91.173%2C1.458.564%2C1.458.8a.367.367%2C0%2C0%2C1-.119.237.416.416%2C0%2C0%2C0-.037.037%2C3.445%2C3.445%2C0%2C0%2C1-2.182.6c-1.406%2C0-2.338-.528-2.338-.878%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43291%22%20data-name%3D%22Path%2043291%22%20d%3D%22M265.594%2C377a.43.43%2C0%2C1%2C0%2C.43.43.43.43%2C0%2C0%2C0-.43-.43%22%20transform%3D%22translate(-253.77%20-360.805)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43292%22%20data-name%3D%22Path%2043292%22%20d%3D%22M209.8%2C262.566a.43.43%2C0%2C1%2C0-.43-.43.431.431%2C0%2C0%2C0%2C.43.43%22%20transform%3D%22translate(-200.371%20-250.462)%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.2%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-safety-briefings-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22safety-briefings-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22safety-briefings%22%20transform%3D%22translate(3%201.001)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35573%22%20data-name%3D%22Path%2035573%22%20d%3D%22M18.713%2C5.968V5.951c-.01-.211-.016-.435-.02-.684a2.332%2C2.332%2C0%2C0%2C0-2.2-2.284%2C9.048%2C9.048%2C0%2C0%2C1-6.158-2.6L10.324.374a1.408%2C1.408%2C0%2C0%2C0-1.913%2C0L8.4.388a9.049%2C9.049%2C0%2C0%2C1-6.158%2C2.6%2C2.332%2C2.332%2C0%2C0%2C0-2.2%2C2.284c0%2C.247-.01.471-.02.684v.04c-.049%2C2.579-.11%2C5.789.964%2C8.7a11.079%2C11.079%2C0%2C0%2C0%2C2.658%2C4.14%2C13.9%2C13.9%2C0%2C0%2C0%2C5.2%2C3.076%2C1.611%2C1.611%2C0%2C0%2C0%2C.213.058%2C1.574%2C1.574%2C0%2C0%2C0%2C.619%2C0%2C1.616%2C1.616%2C0%2C0%2C0%2C.214-.058%2C13.913%2C13.913%2C0%2C0%2C0%2C5.2-3.078%2C11.094%2C11.094%2C0%2C0%2C0%2C2.658-4.141C18.822%2C11.768%2C18.762%2C8.552%2C18.713%2C5.968Zm-2.179%2C8.276c-1.133%2C3.071-3.445%2C5.18-7.068%2C6.447a.324.324%2C0%2C0%2C1-.041.011.29.29%2C0%2C0%2C1-.113%2C0l-.041-.011C5.643%2C19.426%2C3.329%2C17.319%2C2.2%2C14.248a22.5%2C22.5%2C0%2C0%2C1-.884-8.232V6c.01-.223.017-.457.02-.715A1.036%2C1.036%2C0%2C0%2C1%2C2.31%2C4.272a11.326%2C11.326%2C0%2C0%2C0%2C3.844-.846%2C10.058%2C10.058%2C0%2C0%2C0%2C3.133-2.1.119.119%2C0%2C0%2C1%2C.16%2C0%2C10.062%2C10.062%2C0%2C0%2C0%2C3.133%2C2.1%2C11.327%2C11.327%2C0%2C0%2C0%2C3.845.846A1.036%2C1.036%2C0%2C0%2C1%2C17.4%2C5.287c0%2C.258.011.492.021.714A22.506%2C22.506%2C0%2C0%2C1%2C16.533%2C14.244Zm0%2C0%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35574%22%20data-name%3D%22Path%2035574%22%20d%3D%22M95.881%2C128.41a5.483%2C5.483%2C0%2C1%2C0%2C5.483%2C5.483A5.489%2C5.489%2C0%2C0%2C0%2C95.881%2C128.41Zm0%2C9.675a4.192%2C4.192%2C0%2C1%2C1%2C4.192-4.192A4.2%2C4.2%2C0%2C0%2C1%2C95.881%2C138.085Zm0%2C0%22%20transform%3D%22translate(-86.514%20-122.893)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35575%22%20data-name%3D%22Path%2035575%22%20d%3D%22M158.012%2C212.18l-2.547%2C2.547-.691-.691a.645.645%2C0%2C0%2C0-.913.913l1.148%2C1.148a.645.645%2C0%2C0%2C0%2C.913%2C0l3-3a.645.645%2C0%2C1%2C0-.913-.913Zm0%2C0%22%20transform%3D%22translate(-147.069%20-202.883)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-safety-briefings-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22safety-briefings-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22safety-briefings%22%20transform%3D%22translate(3%201.001)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35573%22%20data-name%3D%22Path%2035573%22%20d%3D%22M18.713%2C5.968V5.951c-.01-.211-.016-.435-.02-.684a2.332%2C2.332%2C0%2C0%2C0-2.2-2.284%2C9.048%2C9.048%2C0%2C0%2C1-6.158-2.6L10.324.374a1.408%2C1.408%2C0%2C0%2C0-1.913%2C0L8.4.388a9.049%2C9.049%2C0%2C0%2C1-6.158%2C2.6%2C2.332%2C2.332%2C0%2C0%2C0-2.2%2C2.284c0%2C.247-.01.471-.02.684v.04c-.049%2C2.579-.11%2C5.789.964%2C8.7a11.079%2C11.079%2C0%2C0%2C0%2C2.658%2C4.14%2C13.9%2C13.9%2C0%2C0%2C0%2C5.2%2C3.076%2C1.611%2C1.611%2C0%2C0%2C0%2C.213.058%2C1.574%2C1.574%2C0%2C0%2C0%2C.619%2C0%2C1.616%2C1.616%2C0%2C0%2C0%2C.214-.058%2C13.913%2C13.913%2C0%2C0%2C0%2C5.2-3.078%2C11.094%2C11.094%2C0%2C0%2C0%2C2.658-4.141C18.822%2C11.768%2C18.762%2C8.552%2C18.713%2C5.968Zm-2.179%2C8.276c-1.133%2C3.071-3.445%2C5.18-7.068%2C6.447a.324.324%2C0%2C0%2C1-.041.011.29.29%2C0%2C0%2C1-.113%2C0l-.041-.011C5.643%2C19.426%2C3.329%2C17.319%2C2.2%2C14.248a22.5%2C22.5%2C0%2C0%2C1-.884-8.232V6c.01-.223.017-.457.02-.715A1.036%2C1.036%2C0%2C0%2C1%2C2.31%2C4.272a11.326%2C11.326%2C0%2C0%2C0%2C3.844-.846%2C10.058%2C10.058%2C0%2C0%2C0%2C3.133-2.1.119.119%2C0%2C0%2C1%2C.16%2C0%2C10.062%2C10.062%2C0%2C0%2C0%2C3.133%2C2.1%2C11.327%2C11.327%2C0%2C0%2C0%2C3.845.846A1.036%2C1.036%2C0%2C0%2C1%2C17.4%2C5.287c0%2C.258.011.492.021.714A22.506%2C22.506%2C0%2C0%2C1%2C16.533%2C14.244Zm0%2C0%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35574%22%20data-name%3D%22Path%2035574%22%20d%3D%22M95.881%2C128.41a5.483%2C5.483%2C0%2C1%2C0%2C5.483%2C5.483A5.489%2C5.489%2C0%2C0%2C0%2C95.881%2C128.41Zm0%2C9.675a4.192%2C4.192%2C0%2C1%2C1%2C4.192-4.192A4.2%2C4.2%2C0%2C0%2C1%2C95.881%2C138.085Zm0%2C0%22%20transform%3D%22translate(-86.514%20-122.893)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35575%22%20data-name%3D%22Path%2035575%22%20d%3D%22M158.012%2C212.18l-2.547%2C2.547-.691-.691a.645.645%2C0%2C0%2C0-.913.913l1.148%2C1.148a.645.645%2C0%2C0%2C0%2C.913%2C0l3-3a.645.645%2C0%2C1%2C0-.913-.913Zm0%2C0%22%20transform%3D%22translate(-147.069%20-202.883)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-safety-briefings-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22safety-briefings-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22safety-briefings%22%20transform%3D%22translate(3%201.001)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35573%22%20data-name%3D%22Path%2035573%22%20d%3D%22M18.713%2C5.968V5.951c-.01-.211-.016-.435-.02-.684a2.332%2C2.332%2C0%2C0%2C0-2.2-2.284%2C9.048%2C9.048%2C0%2C0%2C1-6.158-2.6L10.324.374a1.408%2C1.408%2C0%2C0%2C0-1.913%2C0L8.4.388a9.049%2C9.049%2C0%2C0%2C1-6.158%2C2.6%2C2.332%2C2.332%2C0%2C0%2C0-2.2%2C2.284c0%2C.247-.01.471-.02.684v.04c-.049%2C2.579-.11%2C5.789.964%2C8.7a11.079%2C11.079%2C0%2C0%2C0%2C2.658%2C4.14%2C13.9%2C13.9%2C0%2C0%2C0%2C5.2%2C3.076%2C1.611%2C1.611%2C0%2C0%2C0%2C.213.058%2C1.574%2C1.574%2C0%2C0%2C0%2C.619%2C0%2C1.616%2C1.616%2C0%2C0%2C0%2C.214-.058%2C13.913%2C13.913%2C0%2C0%2C0%2C5.2-3.078%2C11.094%2C11.094%2C0%2C0%2C0%2C2.658-4.141C18.822%2C11.768%2C18.762%2C8.552%2C18.713%2C5.968Zm-2.179%2C8.276c-1.133%2C3.071-3.445%2C5.18-7.068%2C6.447a.324.324%2C0%2C0%2C1-.041.011.29.29%2C0%2C0%2C1-.113%2C0l-.041-.011C5.643%2C19.426%2C3.329%2C17.319%2C2.2%2C14.248a22.5%2C22.5%2C0%2C0%2C1-.884-8.232V6c.01-.223.017-.457.02-.715A1.036%2C1.036%2C0%2C0%2C1%2C2.31%2C4.272a11.326%2C11.326%2C0%2C0%2C0%2C3.844-.846%2C10.058%2C10.058%2C0%2C0%2C0%2C3.133-2.1.119.119%2C0%2C0%2C1%2C.16%2C0%2C10.062%2C10.062%2C0%2C0%2C0%2C3.133%2C2.1%2C11.327%2C11.327%2C0%2C0%2C0%2C3.845.846A1.036%2C1.036%2C0%2C0%2C1%2C17.4%2C5.287c0%2C.258.011.492.021.714A22.506%2C22.506%2C0%2C0%2C1%2C16.533%2C14.244Zm0%2C0%22%20transform%3D%22translate(0)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35574%22%20data-name%3D%22Path%2035574%22%20d%3D%22M95.881%2C128.41a5.483%2C5.483%2C0%2C1%2C0%2C5.483%2C5.483A5.489%2C5.489%2C0%2C0%2C0%2C95.881%2C128.41Zm0%2C9.675a4.192%2C4.192%2C0%2C1%2C1%2C4.192-4.192A4.2%2C4.2%2C0%2C0%2C1%2C95.881%2C138.085Zm0%2C0%22%20transform%3D%22translate(-86.514%20-122.893)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35575%22%20data-name%3D%22Path%2035575%22%20d%3D%22M158.012%2C212.18l-2.547%2C2.547-.691-.691a.645.645%2C0%2C0%2C0-.913.913l1.148%2C1.148a.645.645%2C0%2C0%2C0%2C.913%2C0l3-3a.645.645%2C0%2C1%2C0-.913-.913Zm0%2C0%22%20transform%3D%22translate(-147.069%20-202.883)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-safety-briefings-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22safety-briefings-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22safety-briefings%22%20transform%3D%22translate(3%201.001)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_35573%22%20data-name%3D%22Path%2035573%22%20d%3D%22M18.713%2C5.968V5.951c-.01-.211-.016-.435-.02-.684a2.332%2C2.332%2C0%2C0%2C0-2.2-2.284%2C9.048%2C9.048%2C0%2C0%2C1-6.158-2.6L10.324.374a1.408%2C1.408%2C0%2C0%2C0-1.913%2C0L8.4.388a9.049%2C9.049%2C0%2C0%2C1-6.158%2C2.6%2C2.332%2C2.332%2C0%2C0%2C0-2.2%2C2.284c0%2C.247-.01.471-.02.684v.04c-.049%2C2.579-.11%2C5.789.964%2C8.7a11.079%2C11.079%2C0%2C0%2C0%2C2.658%2C4.14%2C13.9%2C13.9%2C0%2C0%2C0%2C5.2%2C3.076%2C1.611%2C1.611%2C0%2C0%2C0%2C.213.058%2C1.574%2C1.574%2C0%2C0%2C0%2C.619%2C0%2C1.616%2C1.616%2C0%2C0%2C0%2C.214-.058%2C13.913%2C13.913%2C0%2C0%2C0%2C5.2-3.078%2C11.094%2C11.094%2C0%2C0%2C0%2C2.658-4.141C18.822%2C11.768%2C18.762%2C8.552%2C18.713%2C5.968Zm-2.179%2C8.276c-1.133%2C3.071-3.445%2C5.18-7.068%2C6.447a.324.324%2C0%2C0%2C1-.041.011.29.29%2C0%2C0%2C1-.113%2C0l-.041-.011C5.643%2C19.426%2C3.329%2C17.319%2C2.2%2C14.248a22.5%2C22.5%2C0%2C0%2C1-.884-8.232V6c.01-.223.017-.457.02-.715A1.036%2C1.036%2C0%2C0%2C1%2C2.31%2C4.272a11.326%2C11.326%2C0%2C0%2C0%2C3.844-.846%2C10.058%2C10.058%2C0%2C0%2C0%2C3.133-2.1.119.119%2C0%2C0%2C1%2C.16%2C0%2C10.062%2C10.062%2C0%2C0%2C0%2C3.133%2C2.1%2C11.327%2C11.327%2C0%2C0%2C0%2C3.845.846A1.036%2C1.036%2C0%2C0%2C1%2C17.4%2C5.287c0%2C.258.011.492.021.714A22.506%2C22.506%2C0%2C0%2C1%2C16.533%2C14.244Zm0%2C0%22%20transform%3D%22translate(0)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35574%22%20data-name%3D%22Path%2035574%22%20d%3D%22M95.881%2C128.41a5.483%2C5.483%2C0%2C1%2C0%2C5.483%2C5.483A5.489%2C5.489%2C0%2C0%2C0%2C95.881%2C128.41Zm0%2C9.675a4.192%2C4.192%2C0%2C1%2C1%2C4.192-4.192A4.2%2C4.2%2C0%2C0%2C1%2C95.881%2C138.085Zm0%2C0%22%20transform%3D%22translate(-86.514%20-122.893)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_35575%22%20data-name%3D%22Path%2035575%22%20d%3D%22M158.012%2C212.18l-2.547%2C2.547-.691-.691a.645.645%2C0%2C0%2C0-.913.913l1.148%2C1.148a.645.645%2C0%2C0%2C0%2C.913%2C0l3-3a.645.645%2C0%2C1%2C0-.913-.913Zm0%2C0%22%20transform%3D%22translate(-147.069%20-202.883)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-save-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22save-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22save%22%20transform%3D%22translate(2%202)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3022%22%20data-name%3D%22Group%203022%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_656%22%20data-name%3D%22Path%20656%22%20d%3D%22M16.417%2C0H2.344A2.346%2C2.346%2C0%2C0%2C0%2C0%2C2.344V17.656A2.346%2C2.346%2C0%2C0%2C0%2C2.344%2C20H17.656A2.346%2C2.346%2C0%2C0%2C0%2C20%2C17.656V3.583ZM6.133%2C1.563h4.648V4.531h1.563V1.563h1.563v3.75a.782.782%2C0%2C0%2C1-.781.781H6.914a.782.782%2C0%2C0%2C1-.781-.781Zm9.336%2C16.875H4.57V11.563a.782.782%2C0%2C0%2C1%2C.781-.781h9.336a.782.782%2C0%2C0%2C1%2C.781.781Zm2.969-.781a.782.782%2C0%2C0%2C1-.781.781h-.625V11.563a2.346%2C2.346%2C0%2C0%2C0-2.344-2.344H5.352a2.346%2C2.346%2C0%2C0%2C0-2.344%2C2.344v6.875H2.344a.782.782%2C0%2C0%2C1-.781-.781V2.344a.782.782%2C0%2C0%2C1%2C.781-.781H4.57v3.75A2.346%2C2.346%2C0%2C0%2C0%2C6.914%2C7.656h6.211a2.346%2C2.346%2C0%2C0%2C0%2C2.344-2.344V1.563h.3L18.438%2C4.23Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-save-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22save-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22save%22%20transform%3D%22translate(2%202)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3022%22%20data-name%3D%22Group%203022%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_656%22%20data-name%3D%22Path%20656%22%20d%3D%22M16.417%2C0H2.344A2.346%2C2.346%2C0%2C0%2C0%2C0%2C2.344V17.656A2.346%2C2.346%2C0%2C0%2C0%2C2.344%2C20H17.656A2.346%2C2.346%2C0%2C0%2C0%2C20%2C17.656V3.583ZM6.133%2C1.563h4.648V4.531h1.563V1.563h1.563v3.75a.782.782%2C0%2C0%2C1-.781.781H6.914a.782.782%2C0%2C0%2C1-.781-.781Zm9.336%2C16.875H4.57V11.563a.782.782%2C0%2C0%2C1%2C.781-.781h9.336a.782.782%2C0%2C0%2C1%2C.781.781Zm2.969-.781a.782.782%2C0%2C0%2C1-.781.781h-.625V11.563a2.346%2C2.346%2C0%2C0%2C0-2.344-2.344H5.352a2.346%2C2.346%2C0%2C0%2C0-2.344%2C2.344v6.875H2.344a.782.782%2C0%2C0%2C1-.781-.781V2.344a.782.782%2C0%2C0%2C1%2C.781-.781H4.57v3.75A2.346%2C2.346%2C0%2C0%2C0%2C6.914%2C7.656h6.211a2.346%2C2.346%2C0%2C0%2C0%2C2.344-2.344V1.563h.3L18.438%2C4.23Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-save-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22save-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22save%22%20transform%3D%22translate(2%202)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3022%22%20data-name%3D%22Group%203022%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_656%22%20data-name%3D%22Path%20656%22%20d%3D%22M16.417%2C0H2.344A2.346%2C2.346%2C0%2C0%2C0%2C0%2C2.344V17.656A2.346%2C2.346%2C0%2C0%2C0%2C2.344%2C20H17.656A2.346%2C2.346%2C0%2C0%2C0%2C20%2C17.656V3.583ZM6.133%2C1.563h4.648V4.531h1.563V1.563h1.563v3.75a.782.782%2C0%2C0%2C1-.781.781H6.914a.782.782%2C0%2C0%2C1-.781-.781Zm9.336%2C16.875H4.57V11.563a.782.782%2C0%2C0%2C1%2C.781-.781h9.336a.782.782%2C0%2C0%2C1%2C.781.781Zm2.969-.781a.782.782%2C0%2C0%2C1-.781.781h-.625V11.563a2.346%2C2.346%2C0%2C0%2C0-2.344-2.344H5.352a2.346%2C2.346%2C0%2C0%2C0-2.344%2C2.344v6.875H2.344a.782.782%2C0%2C0%2C1-.781-.781V2.344a.782.782%2C0%2C0%2C1%2C.781-.781H4.57v3.75A2.346%2C2.346%2C0%2C0%2C0%2C6.914%2C7.656h6.211a2.346%2C2.346%2C0%2C0%2C0%2C2.344-2.344V1.563h.3L18.438%2C4.23Z%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-save-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22save-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22save%22%20transform%3D%22translate(2%202)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_3022%22%20data-name%3D%22Group%203022%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_656%22%20data-name%3D%22Path%20656%22%20d%3D%22M16.417%2C0H2.344A2.346%2C2.346%2C0%2C0%2C0%2C0%2C2.344V17.656A2.346%2C2.346%2C0%2C0%2C0%2C2.344%2C20H17.656A2.346%2C2.346%2C0%2C0%2C0%2C20%2C17.656V3.583ZM6.133%2C1.563h4.648V4.531h1.563V1.563h1.563v3.75a.782.782%2C0%2C0%2C1-.781.781H6.914a.782.782%2C0%2C0%2C1-.781-.781Zm9.336%2C16.875H4.57V11.563a.782.782%2C0%2C0%2C1%2C.781-.781h9.336a.782.782%2C0%2C0%2C1%2C.781.781Zm2.969-.781a.782.782%2C0%2C0%2C1-.781.781h-.625V11.563a2.346%2C2.346%2C0%2C0%2C0-2.344-2.344H5.352a2.346%2C2.346%2C0%2C0%2C0-2.344%2C2.344v6.875H2.344a.782.782%2C0%2C0%2C1-.781-.781V2.344a.782.782%2C0%2C0%2C1%2C.781-.781H4.57v3.75A2.346%2C2.346%2C0%2C0%2C0%2C6.914%2C7.656h6.211a2.346%2C2.346%2C0%2C0%2C0%2C2.344-2.344V1.563h.3L18.438%2C4.23Z%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-search-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22search-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22magnifying-glass%22%20d%3D%22M19.526%2C17.773l-4.6-4.6A8.084%2C8.084%2C0%2C1%2C0%2C12.7%2C15.516l4.543%2C4.544a1.616%2C1.616%2C0%2C1%2C0%2C2.286-2.286ZM8.081%2C14.346a5.463%2C5.463%2C0%2C1%2C1%2C5.463-5.463A5.463%2C5.463%2C0%2C0%2C1%2C8.081%2C14.346Z%22%20transform%3D%22translate(2%201.198)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-search-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22search-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22magnifying-glass%22%20d%3D%22M19.526%2C17.773l-4.6-4.6A8.084%2C8.084%2C0%2C1%2C0%2C12.7%2C15.516l4.543%2C4.544a1.616%2C1.616%2C0%2C1%2C0%2C2.286-2.286ZM8.081%2C14.346a5.463%2C5.463%2C0%2C1%2C1%2C5.463-5.463A5.463%2C5.463%2C0%2C0%2C1%2C8.081%2C14.346Z%22%20transform%3D%22translate(2%201.198)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-search-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22search-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22magnifying-glass%22%20d%3D%22M19.526%2C17.773l-4.6-4.6A8.084%2C8.084%2C0%2C1%2C0%2C12.7%2C15.516l4.543%2C4.544a1.616%2C1.616%2C0%2C1%2C0%2C2.286-2.286ZM8.081%2C14.346a5.463%2C5.463%2C0%2C1%2C1%2C5.463-5.463A5.463%2C5.463%2C0%2C0%2C1%2C8.081%2C14.346Z%22%20transform%3D%22translate(2%201.198)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-search-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22search-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22magnifying-glass%22%20d%3D%22M19.526%2C17.773l-4.6-4.6A8.084%2C8.084%2C0%2C1%2C0%2C12.7%2C15.516l4.543%2C4.544a1.616%2C1.616%2C0%2C1%2C0%2C2.286-2.286ZM8.081%2C14.346a5.463%2C5.463%2C0%2C1%2C1%2C5.463-5.463A5.463%2C5.463%2C0%2C0%2C1%2C8.081%2C14.346Z%22%20transform%3D%22translate(2%201.198)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-skills-on-site-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22skills-on-site-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cpath%20id%3D%22Path_43865%22%20data-name%3D%22Path%2043865%22%20d%3D%22M21.662%2C2.385l-1.8%2C1.8-.622-.622a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C3.492a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0h0Zm0%2C5.257-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.107L19.311%2C11.1a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C8.75a.784.784%2C0%2C0%2C0%2C0-1.108h0a.782.782%2C0%2C0%2C0-1.107%2C0Zm0%2C10.514-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.784.784%2C0%2C0%2C0%2C1.108%2C0l2.351-2.352a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0Zm.821-2.62a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.086.086a.73.73%2C0%2C0%2C1-1.032%2C0l-.645-.645-.645.645a.728.728%2C0%2C0%2C1-1.031%2C0l-.086-.086a.73.73%2C0%2C0%2C1%2C0-1.032l.645-.645-.645-.644a.73.73%2C0%2C0%2C1%2C0-1.032l.086-.086a.728.728%2C0%2C0%2C1%2C1.031%2C0l.645.645.645-.645a.73.73%2C0%2C0%2C1%2C1.032%2C0l.086.086a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.645.644Zm-7.892-1.284-2.8-1.3a4.229%2C4.229%2C0%2C0%2C0%2C.756-2.418V9.552H13.1a.577.577%2C0%2C0%2C0%2C.577-.578V6.517a.577.577%2C0%2C0%2C0-.577-.578h-.4a4.447%2C4.447%2C0%2C0%2C0-8.795%2C0H3.495a.578.578%2C0%2C0%2C0-.578.577V8.973a.576.576%2C0%2C0%2C0%2C.577.576h.558v.985a4.22%2C4.22%2C0%2C0%2C0%2C.757%2C2.417l-1.141.529L2%2C14.25a1.735%2C1.735%2C0%2C0%2C0-1%2C1.573v5.444a.578.578%2C0%2C0%2C0%2C.577.578h13.44a.578.578%2C0%2C0%2C0%2C.578-.578V15.823a1.736%2C1.736%2C0%2C0%2C0-1-1.571m-6.3%2C3.2L7.006%2C14.583a4.251%2C4.251%2C0%2C0%2C0%2C2.6-.006ZM4.071%2C7.093h.358a.577.577%2C0%2C0%2C0%2C.576-.565A3.3%2C3.3%2C0%2C0%2C1%2C6.464%2C3.869v.6a.578.578%2C0%2C0%2C0%2C1.154%2C0V3.374a3.238%2C3.238%2C0%2C0%2C1%2C1.358%2C0V4.468a.578.578%2C0%2C0%2C0%2C1.154%2C0v-.6a3.3%2C3.3%2C0%2C0%2C1%2C1.459%2C2.659.577.577%2C0%2C0%2C0%2C.576.566h.357V8.4H4.071Zm7.318%2C2.46v.985a3.092%2C3.092%2C0%2C1%2C1-6.183%2C0V9.553Zm-9.24%2C6.27a.579.579%2C0%2C0%2C1%2C.334-.524l.844-.39V20.69H2.154Zm2.332-1.448.964-.446%2C2.27%2C5.086v1.676H4.486ZM8.869%2C20.69V18.932l2.3-4.991.937.434V20.69Zm5.566%2C0H13.257V14.909l.844.39a.579.579%2C0%2C0%2C1%2C.334.524Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_27311%22%20data-name%3D%22Rectangle%2027311%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-skills-on-site-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22skills-on-site-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cpath%20id%3D%22Path_43865%22%20data-name%3D%22Path%2043865%22%20d%3D%22M21.662%2C2.385l-1.8%2C1.8-.622-.622a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C3.492a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0h0Zm0%2C5.257-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.107L19.311%2C11.1a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C8.75a.784.784%2C0%2C0%2C0%2C0-1.108h0a.782.782%2C0%2C0%2C0-1.107%2C0Zm0%2C10.514-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.784.784%2C0%2C0%2C0%2C1.108%2C0l2.351-2.352a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0Zm.821-2.62a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.086.086a.73.73%2C0%2C0%2C1-1.032%2C0l-.645-.645-.645.645a.728.728%2C0%2C0%2C1-1.031%2C0l-.086-.086a.73.73%2C0%2C0%2C1%2C0-1.032l.645-.645-.645-.644a.73.73%2C0%2C0%2C1%2C0-1.032l.086-.086a.728.728%2C0%2C0%2C1%2C1.031%2C0l.645.645.645-.645a.73.73%2C0%2C0%2C1%2C1.032%2C0l.086.086a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.645.644Zm-7.892-1.284-2.8-1.3a4.229%2C4.229%2C0%2C0%2C0%2C.756-2.418V9.552H13.1a.577.577%2C0%2C0%2C0%2C.577-.578V6.517a.577.577%2C0%2C0%2C0-.577-.578h-.4a4.447%2C4.447%2C0%2C0%2C0-8.795%2C0H3.495a.578.578%2C0%2C0%2C0-.578.577V8.973a.576.576%2C0%2C0%2C0%2C.577.576h.558v.985a4.22%2C4.22%2C0%2C0%2C0%2C.757%2C2.417l-1.141.529L2%2C14.25a1.735%2C1.735%2C0%2C0%2C0-1%2C1.573v5.444a.578.578%2C0%2C0%2C0%2C.577.578h13.44a.578.578%2C0%2C0%2C0%2C.578-.578V15.823a1.736%2C1.736%2C0%2C0%2C0-1-1.571m-6.3%2C3.2L7.006%2C14.583a4.251%2C4.251%2C0%2C0%2C0%2C2.6-.006ZM4.071%2C7.093h.358a.577.577%2C0%2C0%2C0%2C.576-.565A3.3%2C3.3%2C0%2C0%2C1%2C6.464%2C3.869v.6a.578.578%2C0%2C0%2C0%2C1.154%2C0V3.374a3.238%2C3.238%2C0%2C0%2C1%2C1.358%2C0V4.468a.578.578%2C0%2C0%2C0%2C1.154%2C0v-.6a3.3%2C3.3%2C0%2C0%2C1%2C1.459%2C2.659.577.577%2C0%2C0%2C0%2C.576.566h.357V8.4H4.071Zm7.318%2C2.46v.985a3.092%2C3.092%2C0%2C1%2C1-6.183%2C0V9.553Zm-9.24%2C6.27a.579.579%2C0%2C0%2C1%2C.334-.524l.844-.39V20.69H2.154Zm2.332-1.448.964-.446%2C2.27%2C5.086v1.676H4.486ZM8.869%2C20.69V18.932l2.3-4.991.937.434V20.69Zm5.566%2C0H13.257V14.909l.844.39a.579.579%2C0%2C0%2C1%2C.334.524Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_27311%22%20data-name%3D%22Rectangle%2027311%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-skills-on-site-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22skills-on-site-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cpath%20id%3D%22Path_43865%22%20data-name%3D%22Path%2043865%22%20d%3D%22M21.662%2C2.385l-1.8%2C1.8-.622-.622a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C3.492a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0h0Zm0%2C5.257-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.107L19.311%2C11.1a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C8.75a.784.784%2C0%2C0%2C0%2C0-1.108h0a.782.782%2C0%2C0%2C0-1.107%2C0Zm0%2C10.514-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.784.784%2C0%2C0%2C0%2C1.108%2C0l2.351-2.352a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0Zm.821-2.62a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.086.086a.73.73%2C0%2C0%2C1-1.032%2C0l-.645-.645-.645.645a.728.728%2C0%2C0%2C1-1.031%2C0l-.086-.086a.73.73%2C0%2C0%2C1%2C0-1.032l.645-.645-.645-.644a.73.73%2C0%2C0%2C1%2C0-1.032l.086-.086a.728.728%2C0%2C0%2C1%2C1.031%2C0l.645.645.645-.645a.73.73%2C0%2C0%2C1%2C1.032%2C0l.086.086a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.645.644Zm-7.892-1.284-2.8-1.3a4.229%2C4.229%2C0%2C0%2C0%2C.756-2.418V9.552H13.1a.577.577%2C0%2C0%2C0%2C.577-.578V6.517a.577.577%2C0%2C0%2C0-.577-.578h-.4a4.447%2C4.447%2C0%2C0%2C0-8.795%2C0H3.495a.578.578%2C0%2C0%2C0-.578.577V8.973a.576.576%2C0%2C0%2C0%2C.577.576h.558v.985a4.22%2C4.22%2C0%2C0%2C0%2C.757%2C2.417l-1.141.529L2%2C14.25a1.735%2C1.735%2C0%2C0%2C0-1%2C1.573v5.444a.578.578%2C0%2C0%2C0%2C.577.578h13.44a.578.578%2C0%2C0%2C0%2C.578-.578V15.823a1.736%2C1.736%2C0%2C0%2C0-1-1.571m-6.3%2C3.2L7.006%2C14.583a4.251%2C4.251%2C0%2C0%2C0%2C2.6-.006ZM4.071%2C7.093h.358a.577.577%2C0%2C0%2C0%2C.576-.565A3.3%2C3.3%2C0%2C0%2C1%2C6.464%2C3.869v.6a.578.578%2C0%2C0%2C0%2C1.154%2C0V3.374a3.238%2C3.238%2C0%2C0%2C1%2C1.358%2C0V4.468a.578.578%2C0%2C0%2C0%2C1.154%2C0v-.6a3.3%2C3.3%2C0%2C0%2C1%2C1.459%2C2.659.577.577%2C0%2C0%2C0%2C.576.566h.357V8.4H4.071Zm7.318%2C2.46v.985a3.092%2C3.092%2C0%2C1%2C1-6.183%2C0V9.553Zm-9.24%2C6.27a.579.579%2C0%2C0%2C1%2C.334-.524l.844-.39V20.69H2.154Zm2.332-1.448.964-.446%2C2.27%2C5.086v1.676H4.486ZM8.869%2C20.69V18.932l2.3-4.991.937.434V20.69Zm5.566%2C0H13.257V14.909l.844.39a.579.579%2C0%2C0%2C1%2C.334.524Z%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_27311%22%20data-name%3D%22Rectangle%2027311%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-skills-on-site-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22skills-on-site-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cpath%20id%3D%22Path_43865%22%20data-name%3D%22Path%2043865%22%20d%3D%22M21.662%2C2.385l-1.8%2C1.8-.622-.622a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C3.492a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0h0Zm0%2C5.257-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.107L19.311%2C11.1a.783.783%2C0%2C0%2C0%2C1.108%2C0L22.77%2C8.75a.784.784%2C0%2C0%2C0%2C0-1.108h0a.782.782%2C0%2C0%2C0-1.107%2C0Zm0%2C10.514-1.8%2C1.8-.622-.621a.783.783%2C0%2C1%2C0-1.107%2C1.108l1.175%2C1.176a.784.784%2C0%2C0%2C0%2C1.108%2C0l2.351-2.352a.783.783%2C0%2C0%2C0%2C0-1.107h0a.783.783%2C0%2C0%2C0-1.107%2C0Zm.821-2.62a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.086.086a.73.73%2C0%2C0%2C1-1.032%2C0l-.645-.645-.645.645a.728.728%2C0%2C0%2C1-1.031%2C0l-.086-.086a.73.73%2C0%2C0%2C1%2C0-1.032l.645-.645-.645-.644a.73.73%2C0%2C0%2C1%2C0-1.032l.086-.086a.728.728%2C0%2C0%2C1%2C1.031%2C0l.645.645.645-.645a.73.73%2C0%2C0%2C1%2C1.032%2C0l.086.086a.73.73%2C0%2C0%2C1%2C0%2C1.032l-.645.644Zm-7.892-1.284-2.8-1.3a4.229%2C4.229%2C0%2C0%2C0%2C.756-2.418V9.552H13.1a.577.577%2C0%2C0%2C0%2C.577-.578V6.517a.577.577%2C0%2C0%2C0-.577-.578h-.4a4.447%2C4.447%2C0%2C0%2C0-8.795%2C0H3.495a.578.578%2C0%2C0%2C0-.578.577V8.973a.576.576%2C0%2C0%2C0%2C.577.576h.558v.985a4.22%2C4.22%2C0%2C0%2C0%2C.757%2C2.417l-1.141.529L2%2C14.25a1.735%2C1.735%2C0%2C0%2C0-1%2C1.573v5.444a.578.578%2C0%2C0%2C0%2C.577.578h13.44a.578.578%2C0%2C0%2C0%2C.578-.578V15.823a1.736%2C1.736%2C0%2C0%2C0-1-1.571m-6.3%2C3.2L7.006%2C14.583a4.251%2C4.251%2C0%2C0%2C0%2C2.6-.006ZM4.071%2C7.093h.358a.577.577%2C0%2C0%2C0%2C.576-.565A3.3%2C3.3%2C0%2C0%2C1%2C6.464%2C3.869v.6a.578.578%2C0%2C0%2C0%2C1.154%2C0V3.374a3.238%2C3.238%2C0%2C0%2C1%2C1.358%2C0V4.468a.578.578%2C0%2C0%2C0%2C1.154%2C0v-.6a3.3%2C3.3%2C0%2C0%2C1%2C1.459%2C2.659.577.577%2C0%2C0%2C0%2C.576.566h.357V8.4H4.071Zm7.318%2C2.46v.985a3.092%2C3.092%2C0%2C1%2C1-6.183%2C0V9.553Zm-9.24%2C6.27a.579.579%2C0%2C0%2C1%2C.334-.524l.844-.39V20.69H2.154Zm2.332-1.448.964-.446%2C2.27%2C5.086v1.676H4.486ZM8.869%2C20.69V18.932l2.3-4.991.937.434V20.69Zm5.566%2C0H13.257V14.909l.844.39a.579.579%2C0%2C0%2C1%2C.334.524Z%22%2F%3E%20%20%3Crect%20id%3D%22Rectangle_27311%22%20data-name%3D%22Rectangle%2027311%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}

.nr-sort-asc {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23000%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sort-asc-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23000%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-sort-desc {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23000%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sort-desc-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23000%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-sort-none {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sort-none-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-spinner-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22spinner-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6795%22%20data-name%3D%22Group%206795%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22spinner-of-dots%22%20transform%3D%22translate(-8.142%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6892%22%20data-name%3D%22Group%206892%22%20transform%3D%22translate(9.142)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43458%22%20data-name%3D%22Path%2043458%22%20d%3D%22M70.505%2C324.332a1.983%2C1.983%2C0%2C1%2C0%2C1.4.577A1.91%2C1.91%2C0%2C0%2C0%2C70.505%2C324.332Z%22%20transform%3D%22translate(-65.665%20-308.712)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43459%22%20data-name%3D%22Path%2043459%22%20d%3D%22M13.542%2C194.057A2.2%2C2.2%2C0%2C0%2C0%2C9.788%2C192.5a2.2%2C2.2%2C0%2C1%2C0%2C3.108%2C3.107A2.118%2C2.118%2C0%2C0%2C0%2C13.542%2C194.057Z%22%20transform%3D%22translate(-9.142%20-182.617)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43460%22%20data-name%3D%22Path%2043460%22%20d%3D%22M343.711%2C88.994a1.1%2C1.1%2C0%2C1%2C0-.777-.323A1.059%2C1.059%2C0%2C0%2C0%2C343.711%2C88.994Z%22%20transform%3D%22translate(-326.551%20-82.614)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43461%22%20data-name%3D%22Path%2043461%22%20d%3D%22M61.813%2C59.388a2.418%2C2.418%2C0%2C1%2C0%2C1.712.708A2.332%2C2.332%2C0%2C0%2C0%2C61.813%2C59.388Z%22%20transform%3D%22translate(-56.973%20-56.528)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43462%22%20data-name%3D%22Path%2043462%22%20d%3D%22M395.125%2C210.518a1.328%2C1.328%2C0%2C1%2C0%2C.385.935A1.272%2C1.272%2C0%2C0%2C0%2C395.125%2C210.518Z%22%20transform%3D%22translate(-374.39%20-200.013)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43463%22%20data-name%3D%22Path%2043463%22%20d%3D%22M335.014%2C333.473a1.549%2C1.549%2C0%2C1%2C0%2C1.086.454A1.482%2C1.482%2C0%2C0%2C0%2C335.014%2C333.473Z%22%20transform%3D%22translate(-317.854%20-317.413)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43464%22%20data-name%3D%22Path%2043464%22%20d%3D%22M202.758%2C383.717a1.761%2C1.761%2C0%2C1%2C0%2C1.244.516A1.7%2C1.7%2C0%2C0%2C0%2C202.758%2C383.717Z%22%20transform%3D%22translate(-191.758%20-365.237)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43465%22%20data-name%3D%22Path%2043465%22%20d%3D%22M185.367%2C0a2.547%2C2.547%2C0%2C0%2C0-1.87.77%2C2.547%2C2.547%2C0%2C0%2C0-.77%2C1.87%2C2.546%2C2.546%2C0%2C0%2C0%2C.77%2C1.87%2C2.656%2C2.656%2C0%2C0%2C0%2C3.74%2C0%2C2.546%2C2.546%2C0%2C0%2C0%2C.77-1.87%2C2.547%2C2.547%2C0%2C0%2C0-.77-1.87A2.546%2C2.546%2C0%2C0%2C0%2C185.367%2C0Z%22%20transform%3D%22translate(-174.367)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-spinner-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22spinner-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22Group_6795%22%20data-name%3D%22Group%206795%22%3E%20%20%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22spinner-of-dots%22%20transform%3D%22translate(-8.142%201)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6892%22%20data-name%3D%22Group%206892%22%20transform%3D%22translate(9.142)%22%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43458%22%20data-name%3D%22Path%2043458%22%20d%3D%22M70.505%2C324.332a1.983%2C1.983%2C0%2C1%2C0%2C1.4.577A1.91%2C1.91%2C0%2C0%2C0%2C70.505%2C324.332Z%22%20transform%3D%22translate(-65.665%20-308.712)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43459%22%20data-name%3D%22Path%2043459%22%20d%3D%22M13.542%2C194.057A2.2%2C2.2%2C0%2C0%2C0%2C9.788%2C192.5a2.2%2C2.2%2C0%2C1%2C0%2C3.108%2C3.107A2.118%2C2.118%2C0%2C0%2C0%2C13.542%2C194.057Z%22%20transform%3D%22translate(-9.142%20-182.617)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43460%22%20data-name%3D%22Path%2043460%22%20d%3D%22M343.711%2C88.994a1.1%2C1.1%2C0%2C1%2C0-.777-.323A1.059%2C1.059%2C0%2C0%2C0%2C343.711%2C88.994Z%22%20transform%3D%22translate(-326.551%20-82.614)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43461%22%20data-name%3D%22Path%2043461%22%20d%3D%22M61.813%2C59.388a2.418%2C2.418%2C0%2C1%2C0%2C1.712.708A2.332%2C2.332%2C0%2C0%2C0%2C61.813%2C59.388Z%22%20transform%3D%22translate(-56.973%20-56.528)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43462%22%20data-name%3D%22Path%2043462%22%20d%3D%22M395.125%2C210.518a1.328%2C1.328%2C0%2C1%2C0%2C.385.935A1.272%2C1.272%2C0%2C0%2C0%2C395.125%2C210.518Z%22%20transform%3D%22translate(-374.39%20-200.013)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43463%22%20data-name%3D%22Path%2043463%22%20d%3D%22M335.014%2C333.473a1.549%2C1.549%2C0%2C1%2C0%2C1.086.454A1.482%2C1.482%2C0%2C0%2C0%2C335.014%2C333.473Z%22%20transform%3D%22translate(-317.854%20-317.413)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43464%22%20data-name%3D%22Path%2043464%22%20d%3D%22M202.758%2C383.717a1.761%2C1.761%2C0%2C1%2C0%2C1.244.516A1.7%2C1.7%2C0%2C0%2C0%2C202.758%2C383.717Z%22%20transform%3D%22translate(-191.758%20-365.237)%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43465%22%20data-name%3D%22Path%2043465%22%20d%3D%22M185.367%2C0a2.547%2C2.547%2C0%2C0%2C0-1.87.77%2C2.547%2C2.547%2C0%2C0%2C0-.77%2C1.87%2C2.546%2C2.546%2C0%2C0%2C0%2C.77%2C1.87%2C2.656%2C2.656%2C0%2C0%2C0%2C3.74%2C0%2C2.546%2C2.546%2C0%2C0%2C0%2C.77-1.87%2C2.547%2C2.547%2C0%2C0%2C0-.77-1.87A2.546%2C2.546%2C0%2C0%2C0%2C185.367%2C0Z%22%20transform%3D%22translate(-174.367)%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-sponsor-directory-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsor-directory-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsor-directory%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_624%22%20data-name%3D%22Path%20624%22%20d%3D%22M27.432%2C31.21a.734.734%2C0%2C0%2C1-.6-.316%2C2.414%2C2.414%2C0%2C0%2C0-1.98-1.038H22.688a2.414%2C2.414%2C0%2C0%2C0-1.98%2C1.038.736.736%2C0%2C1%2C1-1.27-.743.728.728%2C0%2C0%2C1%2C.067-.1%2C3.879%2C3.879%2C0%2C0%2C1%2C3.19-1.671h2.166a3.879%2C3.879%2C0%2C0%2C1%2C3.19%2C1.671.736.736%2C0%2C0%2C1-.6%2C1.155Z%22%20transform%3D%22translate(-9.567%20-14.287)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_625%22%20data-name%3D%22Path%20625%22%20d%3D%22M25.225%2C19.9A3.094%2C3.094%2C0%2C1%2C1%2C28.319%2C16.8%2C3.094%2C3.094%2C0%2C0%2C1%2C25.225%2C19.9Zm0-4.716a1.615%2C1.615%2C0%2C1%2C1%2C0%2C.014Z%22%20transform%3D%22translate(-11.025%20-6.63)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_626%22%20data-name%3D%22Path%20626%22%20d%3D%22M10.932%2C23.323a.736.736%2C0%2C0%2C1-.736-.736V10.858a.736.736%2C0%2C0%2C1%2C1.464-.142.782.782%2C0%2C0%2C1%2C0%2C.142V22.587A.736.736%2C0%2C0%2C1%2C10.932%2C23.323Z%22%20transform%3D%22translate(-4.796%20-4.723)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_627%22%20data-name%3D%22Path%20627%22%20d%3D%22M17.864%2C23H6.136A5.129%2C5.129%2C0%2C0%2C1%2C1%2C17.878V6.136A5.136%2C5.136%2C0%2C0%2C1%2C6.136%2C1H17.864A5.129%2C5.129%2C0%2C0%2C1%2C23%2C6.122V17.864A5.136%2C5.136%2C0%2C0%2C1%2C17.864%2C23ZM6.136%2C2.464A3.664%2C3.664%2C0%2C0%2C0%2C2.464%2C6.122V17.864a3.664%2C3.664%2C0%2C0%2C0%2C3.664%2C3.664H17.864a3.665%2C3.665%2C0%2C0%2C0%2C3.664-3.664V6.136a3.665%2C3.665%2C0%2C0%2C0-3.664-3.664Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sponsor-directory-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsor-directory-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsor-directory%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_624%22%20data-name%3D%22Path%20624%22%20d%3D%22M27.432%2C31.21a.734.734%2C0%2C0%2C1-.6-.316%2C2.414%2C2.414%2C0%2C0%2C0-1.98-1.038H22.688a2.414%2C2.414%2C0%2C0%2C0-1.98%2C1.038.736.736%2C0%2C1%2C1-1.27-.743.728.728%2C0%2C0%2C1%2C.067-.1%2C3.879%2C3.879%2C0%2C0%2C1%2C3.19-1.671h2.166a3.879%2C3.879%2C0%2C0%2C1%2C3.19%2C1.671.736.736%2C0%2C0%2C1-.6%2C1.155Z%22%20transform%3D%22translate(-9.567%20-14.287)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_625%22%20data-name%3D%22Path%20625%22%20d%3D%22M25.225%2C19.9A3.094%2C3.094%2C0%2C1%2C1%2C28.319%2C16.8%2C3.094%2C3.094%2C0%2C0%2C1%2C25.225%2C19.9Zm0-4.716a1.615%2C1.615%2C0%2C1%2C1%2C0%2C.014Z%22%20transform%3D%22translate(-11.025%20-6.63)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_626%22%20data-name%3D%22Path%20626%22%20d%3D%22M10.932%2C23.323a.736.736%2C0%2C0%2C1-.736-.736V10.858a.736.736%2C0%2C0%2C1%2C1.464-.142.782.782%2C0%2C0%2C1%2C0%2C.142V22.587A.736.736%2C0%2C0%2C1%2C10.932%2C23.323Z%22%20transform%3D%22translate(-4.796%20-4.723)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_627%22%20data-name%3D%22Path%20627%22%20d%3D%22M17.864%2C23H6.136A5.129%2C5.129%2C0%2C0%2C1%2C1%2C17.878V6.136A5.136%2C5.136%2C0%2C0%2C1%2C6.136%2C1H17.864A5.129%2C5.129%2C0%2C0%2C1%2C23%2C6.122V17.864A5.136%2C5.136%2C0%2C0%2C1%2C17.864%2C23ZM6.136%2C2.464A3.664%2C3.664%2C0%2C0%2C0%2C2.464%2C6.122V17.864a3.664%2C3.664%2C0%2C0%2C0%2C3.664%2C3.664H17.864a3.665%2C3.665%2C0%2C0%2C0%2C3.664-3.664V6.136a3.665%2C3.665%2C0%2C0%2C0-3.664-3.664Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-sponsor-directory-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsor-directory-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsor-directory%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_624%22%20data-name%3D%22Path%20624%22%20d%3D%22M27.432%2C31.21a.734.734%2C0%2C0%2C1-.6-.316%2C2.414%2C2.414%2C0%2C0%2C0-1.98-1.038H22.688a2.414%2C2.414%2C0%2C0%2C0-1.98%2C1.038.736.736%2C0%2C1%2C1-1.27-.743.728.728%2C0%2C0%2C1%2C.067-.1%2C3.879%2C3.879%2C0%2C0%2C1%2C3.19-1.671h2.166a3.879%2C3.879%2C0%2C0%2C1%2C3.19%2C1.671.736.736%2C0%2C0%2C1-.6%2C1.155Z%22%20transform%3D%22translate(-9.567%20-14.287)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_625%22%20data-name%3D%22Path%20625%22%20d%3D%22M25.225%2C19.9A3.094%2C3.094%2C0%2C1%2C1%2C28.319%2C16.8%2C3.094%2C3.094%2C0%2C0%2C1%2C25.225%2C19.9Zm0-4.716a1.615%2C1.615%2C0%2C1%2C1%2C0%2C.014Z%22%20transform%3D%22translate(-11.025%20-6.63)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_626%22%20data-name%3D%22Path%20626%22%20d%3D%22M10.932%2C23.323a.736.736%2C0%2C0%2C1-.736-.736V10.858a.736.736%2C0%2C0%2C1%2C1.464-.142.782.782%2C0%2C0%2C1%2C0%2C.142V22.587A.736.736%2C0%2C0%2C1%2C10.932%2C23.323Z%22%20transform%3D%22translate(-4.796%20-4.723)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_627%22%20data-name%3D%22Path%20627%22%20d%3D%22M17.864%2C23H6.136A5.129%2C5.129%2C0%2C0%2C1%2C1%2C17.878V6.136A5.136%2C5.136%2C0%2C0%2C1%2C6.136%2C1H17.864A5.129%2C5.129%2C0%2C0%2C1%2C23%2C6.122V17.864A5.136%2C5.136%2C0%2C0%2C1%2C17.864%2C23ZM6.136%2C2.464A3.664%2C3.664%2C0%2C0%2C0%2C2.464%2C6.122V17.864a3.664%2C3.664%2C0%2C0%2C0%2C3.664%2C3.664H17.864a3.665%2C3.665%2C0%2C0%2C0%2C3.664-3.664V6.136a3.665%2C3.665%2C0%2C0%2C0-3.664-3.664Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sponsor-directory-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsor-directory-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsor-directory%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_624%22%20data-name%3D%22Path%20624%22%20d%3D%22M27.432%2C31.21a.734.734%2C0%2C0%2C1-.6-.316%2C2.414%2C2.414%2C0%2C0%2C0-1.98-1.038H22.688a2.414%2C2.414%2C0%2C0%2C0-1.98%2C1.038.736.736%2C0%2C1%2C1-1.27-.743.728.728%2C0%2C0%2C1%2C.067-.1%2C3.879%2C3.879%2C0%2C0%2C1%2C3.19-1.671h2.166a3.879%2C3.879%2C0%2C0%2C1%2C3.19%2C1.671.736.736%2C0%2C0%2C1-.6%2C1.155Z%22%20transform%3D%22translate(-9.567%20-14.287)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_625%22%20data-name%3D%22Path%20625%22%20d%3D%22M25.225%2C19.9A3.094%2C3.094%2C0%2C1%2C1%2C28.319%2C16.8%2C3.094%2C3.094%2C0%2C0%2C1%2C25.225%2C19.9Zm0-4.716a1.615%2C1.615%2C0%2C1%2C1%2C0%2C.014Z%22%20transform%3D%22translate(-11.025%20-6.63)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_626%22%20data-name%3D%22Path%20626%22%20d%3D%22M10.932%2C23.323a.736.736%2C0%2C0%2C1-.736-.736V10.858a.736.736%2C0%2C0%2C1%2C1.464-.142.782.782%2C0%2C0%2C1%2C0%2C.142V22.587A.736.736%2C0%2C0%2C1%2C10.932%2C23.323Z%22%20transform%3D%22translate(-4.796%20-4.723)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_627%22%20data-name%3D%22Path%20627%22%20d%3D%22M17.864%2C23H6.136A5.129%2C5.129%2C0%2C0%2C1%2C1%2C17.878V6.136A5.136%2C5.136%2C0%2C0%2C1%2C6.136%2C1H17.864A5.129%2C5.129%2C0%2C0%2C1%2C23%2C6.122V17.864A5.136%2C5.136%2C0%2C0%2C1%2C17.864%2C23ZM6.136%2C2.464A3.664%2C3.664%2C0%2C0%2C0%2C2.464%2C6.122V17.864a3.664%2C3.664%2C0%2C0%2C0%2C3.664%2C3.664H17.864a3.665%2C3.665%2C0%2C0%2C0%2C3.664-3.664V6.136a3.665%2C3.665%2C0%2C0%2C0-3.664-3.664Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-sponsors-employers-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsors-employers-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsors-employers%22%20transform%3D%22translate(0%20-1.785)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_675%22%20data-name%3D%22Path%20675%22%20d%3D%22M22.36%2C6.363H16.512V5.719a1.936%2C1.936%2C0%2C0%2C0-1.934-1.934H9.422A1.936%2C1.936%2C0%2C0%2C0%2C7.488%2C5.719v.645H1.645A.646.646%2C0%2C0%2C0%2C1%2C7.008v14.18a1.936%2C1.936%2C0%2C0%2C0%2C1.934%2C1.934H21.066A1.936%2C1.936%2C0%2C0%2C0%2C23%2C21.187V7.019A.626.626%2C0%2C0%2C0%2C22.36%2C6.363ZM8.777%2C5.719a.645.645%2C0%2C0%2C1%2C.644-.645h5.157a.645.645%2C0%2C0%2C1%2C.644.645v.645H8.777Zm0%2C8.379H5.152a.643.643%2C0%2C0%2C1-.611-.441l-2-6H21.461l-2%2C6a.643.643%2C0%2C0%2C1-.611.441H8.777Zm12.934%2C7.09a.646.646%2C0%2C0%2C1-.645.645H2.934a.646.646%2C0%2C0%2C1-.645-.645V10.979l1.029%2C3.085a1.931%2C1.931%2C0%2C0%2C0%2C1.834%2C1.322H8.777v.645a.644.644%2C0%2C0%2C0%2C.644.644h5.157a.644.644%2C0%2C0%2C0%2C.644-.644v-.645h3.626a1.931%2C1.931%2C0%2C0%2C0%2C1.834-1.322l1.029-3.085Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sponsors-employers-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsors-employers-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsors-employers%22%20transform%3D%22translate(0%20-1.785)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_675%22%20data-name%3D%22Path%20675%22%20d%3D%22M22.36%2C6.363H16.512V5.719a1.936%2C1.936%2C0%2C0%2C0-1.934-1.934H9.422A1.936%2C1.936%2C0%2C0%2C0%2C7.488%2C5.719v.645H1.645A.646.646%2C0%2C0%2C0%2C1%2C7.008v14.18a1.936%2C1.936%2C0%2C0%2C0%2C1.934%2C1.934H21.066A1.936%2C1.936%2C0%2C0%2C0%2C23%2C21.187V7.019A.626.626%2C0%2C0%2C0%2C22.36%2C6.363ZM8.777%2C5.719a.645.645%2C0%2C0%2C1%2C.644-.645h5.157a.645.645%2C0%2C0%2C1%2C.644.645v.645H8.777Zm0%2C8.379H5.152a.643.643%2C0%2C0%2C1-.611-.441l-2-6H21.461l-2%2C6a.643.643%2C0%2C0%2C1-.611.441H8.777Zm12.934%2C7.09a.646.646%2C0%2C0%2C1-.645.645H2.934a.646.646%2C0%2C0%2C1-.645-.645V10.979l1.029%2C3.085a1.931%2C1.931%2C0%2C0%2C0%2C1.834%2C1.322H8.777v.645a.644.644%2C0%2C0%2C0%2C.644.644h5.157a.644.644%2C0%2C0%2C0%2C.644-.644v-.645h3.626a1.931%2C1.931%2C0%2C0%2C0%2C1.834-1.322l1.029-3.085Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-sponsors-employers-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsors-employers-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsors-employers%22%20transform%3D%22translate(0%20-1.785)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_675%22%20data-name%3D%22Path%20675%22%20d%3D%22M22.36%2C6.363H16.512V5.719a1.936%2C1.936%2C0%2C0%2C0-1.934-1.934H9.422A1.936%2C1.936%2C0%2C0%2C0%2C7.488%2C5.719v.645H1.645A.646.646%2C0%2C0%2C0%2C1%2C7.008v14.18a1.936%2C1.936%2C0%2C0%2C0%2C1.934%2C1.934H21.066A1.936%2C1.936%2C0%2C0%2C0%2C23%2C21.187V7.019A.626.626%2C0%2C0%2C0%2C22.36%2C6.363ZM8.777%2C5.719a.645.645%2C0%2C0%2C1%2C.644-.645h5.157a.645.645%2C0%2C0%2C1%2C.644.645v.645H8.777Zm0%2C8.379H5.152a.643.643%2C0%2C0%2C1-.611-.441l-2-6H21.461l-2%2C6a.643.643%2C0%2C0%2C1-.611.441H8.777Zm12.934%2C7.09a.646.646%2C0%2C0%2C1-.645.645H2.934a.646.646%2C0%2C0%2C1-.645-.645V10.979l1.029%2C3.085a1.931%2C1.931%2C0%2C0%2C0%2C1.834%2C1.322H8.777v.645a.644.644%2C0%2C0%2C0%2C.644.644h5.157a.644.644%2C0%2C0%2C0%2C.644-.644v-.645h3.626a1.931%2C1.931%2C0%2C0%2C0%2C1.834-1.322l1.029-3.085Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-sponsors-employers-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sponsors-employers-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sponsors-employers%22%20transform%3D%22translate(0%20-1.785)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_675%22%20data-name%3D%22Path%20675%22%20d%3D%22M22.36%2C6.363H16.512V5.719a1.936%2C1.936%2C0%2C0%2C0-1.934-1.934H9.422A1.936%2C1.936%2C0%2C0%2C0%2C7.488%2C5.719v.645H1.645A.646.646%2C0%2C0%2C0%2C1%2C7.008v14.18a1.936%2C1.936%2C0%2C0%2C0%2C1.934%2C1.934H21.066A1.936%2C1.936%2C0%2C0%2C0%2C23%2C21.187V7.019A.626.626%2C0%2C0%2C0%2C22.36%2C6.363ZM8.777%2C5.719a.645.645%2C0%2C0%2C1%2C.644-.645h5.157a.645.645%2C0%2C0%2C1%2C.644.645v.645H8.777Zm0%2C8.379H5.152a.643.643%2C0%2C0%2C1-.611-.441l-2-6H21.461l-2%2C6a.643.643%2C0%2C0%2C1-.611.441H8.777Zm12.934%2C7.09a.646.646%2C0%2C0%2C1-.645.645H2.934a.646.646%2C0%2C0%2C1-.645-.645V10.979l1.029%2C3.085a1.931%2C1.931%2C0%2C0%2C0%2C1.834%2C1.322H8.777v.645a.644.644%2C0%2C0%2C0%2C.644.644h5.157a.644.644%2C0%2C0%2C0%2C.644-.644v-.645h3.626a1.931%2C1.931%2C0%2C0%2C0%2C1.834-1.322l1.029-3.085Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-swipes-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22swipes-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22swipes%22%20transform%3D%22translate(-0.468%201.109)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_568%22%20data-name%3D%22Path%20568%22%20d%3D%22M7.937%2C28.627h3.437v4.116H7.937Z%22%20transform%3D%22translate(-3.375%20-14.471)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_569%22%20data-name%3D%22Path%20569%22%20d%3D%22M37.546%2C36.815h1.718a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C36.815Z%22%20transform%3D%22translate(-18.375%20-18.743)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_570%22%20data-name%3D%22Path%20570%22%20d%3D%22M37.546%2C29.627h3.437a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C29.627Z%22%20transform%3D%22translate(-18.375%20-14.993)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_571%22%20data-name%3D%22Path%20571%22%20d%3D%22M19.423%2C10.082a1.894%2C1.894%2C0%2C0%2C1%2C.482-.982l3.556-3.556L18.809.891l-3.02%2C3.02a2.562%2C2.562%2C0%2C0%2C1-1.823.755A6.96%2C6.96%2C0%2C0%2C0%2C8.3%2C7.587L5.735%2C11.2H4.046a2.581%2C2.581%2C0%2C0%2C0-2.578%2C2.578v5.156a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578h9.968a2.581%2C2.581%2C0%2C0%2C0%2C2.578-2.578V14.843l.238-.238a9.965%2C9.965%2C0%2C0%2C0%2C2.593-4.523Zm1.607-4.538-1%2C1L17.808%2C4.322l1-1ZM9.7%2C8.583a5.24%2C5.24%2C0%2C0%2C1%2C4.262-2.2%2C4.262%2C4.262%2C0%2C0%2C0%2C2.6-.875l2.25%2C2.25-.125.125a3.478%2C3.478%2C0%2C0%2C0-.929%2C1.763%2C8.247%2C8.247%2C0%2C0%2C1-2.145%2C3.742l-1.84%2C1.84a.859.859%2C0%2C0%2C1-1.215-1.215l3.082-3.082L14.426%2C9.718%2C12.947%2C11.2h-5.1Zm4.311%2C11.208H4.046a.86.86%2C0%2C0%2C1-.859-.859V13.775a.86.86%2C0%2C0%2C1%2C.859-.859h7.19a2.577%2C2.577%2C0%2C0%2C0%2C3.638%2C3.638v2.377A.86.86%2C0%2C0%2C1%2C14.015%2C19.791Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-swipes-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22swipes-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22swipes%22%20transform%3D%22translate(-0.468%201.109)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_568%22%20data-name%3D%22Path%20568%22%20d%3D%22M7.937%2C28.627h3.437v4.116H7.937Z%22%20transform%3D%22translate(-3.375%20-14.471)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_569%22%20data-name%3D%22Path%20569%22%20d%3D%22M37.546%2C36.815h1.718a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C36.815Z%22%20transform%3D%22translate(-18.375%20-18.743)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_570%22%20data-name%3D%22Path%20570%22%20d%3D%22M37.546%2C29.627h3.437a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C29.627Z%22%20transform%3D%22translate(-18.375%20-14.993)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_571%22%20data-name%3D%22Path%20571%22%20d%3D%22M19.423%2C10.082a1.894%2C1.894%2C0%2C0%2C1%2C.482-.982l3.556-3.556L18.809.891l-3.02%2C3.02a2.562%2C2.562%2C0%2C0%2C1-1.823.755A6.96%2C6.96%2C0%2C0%2C0%2C8.3%2C7.587L5.735%2C11.2H4.046a2.581%2C2.581%2C0%2C0%2C0-2.578%2C2.578v5.156a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578h9.968a2.581%2C2.581%2C0%2C0%2C0%2C2.578-2.578V14.843l.238-.238a9.965%2C9.965%2C0%2C0%2C0%2C2.593-4.523Zm1.607-4.538-1%2C1L17.808%2C4.322l1-1ZM9.7%2C8.583a5.24%2C5.24%2C0%2C0%2C1%2C4.262-2.2%2C4.262%2C4.262%2C0%2C0%2C0%2C2.6-.875l2.25%2C2.25-.125.125a3.478%2C3.478%2C0%2C0%2C0-.929%2C1.763%2C8.247%2C8.247%2C0%2C0%2C1-2.145%2C3.742l-1.84%2C1.84a.859.859%2C0%2C0%2C1-1.215-1.215l3.082-3.082L14.426%2C9.718%2C12.947%2C11.2h-5.1Zm4.311%2C11.208H4.046a.86.86%2C0%2C0%2C1-.859-.859V13.775a.86.86%2C0%2C0%2C1%2C.859-.859h7.19a2.577%2C2.577%2C0%2C0%2C0%2C3.638%2C3.638v2.377A.86.86%2C0%2C0%2C1%2C14.015%2C19.791Z%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-swipes-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22swipes-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22swipes%22%20transform%3D%22translate(-0.468%201.109)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_568%22%20data-name%3D%22Path%20568%22%20d%3D%22M7.937%2C28.627h3.437v4.116H7.937Z%22%20transform%3D%22translate(-3.375%20-14.471)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_569%22%20data-name%3D%22Path%20569%22%20d%3D%22M37.546%2C36.815h1.718a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C36.815Z%22%20transform%3D%22translate(-18.375%20-18.743)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_570%22%20data-name%3D%22Path%20570%22%20d%3D%22M37.546%2C29.627h3.437a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C29.627Z%22%20transform%3D%22translate(-18.375%20-14.993)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_571%22%20data-name%3D%22Path%20571%22%20d%3D%22M19.423%2C10.082a1.894%2C1.894%2C0%2C0%2C1%2C.482-.982l3.556-3.556L18.809.891l-3.02%2C3.02a2.562%2C2.562%2C0%2C0%2C1-1.823.755A6.96%2C6.96%2C0%2C0%2C0%2C8.3%2C7.587L5.735%2C11.2H4.046a2.581%2C2.581%2C0%2C0%2C0-2.578%2C2.578v5.156a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578h9.968a2.581%2C2.581%2C0%2C0%2C0%2C2.578-2.578V14.843l.238-.238a9.965%2C9.965%2C0%2C0%2C0%2C2.593-4.523Zm1.607-4.538-1%2C1L17.808%2C4.322l1-1ZM9.7%2C8.583a5.24%2C5.24%2C0%2C0%2C1%2C4.262-2.2%2C4.262%2C4.262%2C0%2C0%2C0%2C2.6-.875l2.25%2C2.25-.125.125a3.478%2C3.478%2C0%2C0%2C0-.929%2C1.763%2C8.247%2C8.247%2C0%2C0%2C1-2.145%2C3.742l-1.84%2C1.84a.859.859%2C0%2C0%2C1-1.215-1.215l3.082-3.082L14.426%2C9.718%2C12.947%2C11.2h-5.1Zm4.311%2C11.208H4.046a.86.86%2C0%2C0%2C1-.859-.859V13.775a.86.86%2C0%2C0%2C1%2C.859-.859h7.19a2.577%2C2.577%2C0%2C0%2C0%2C3.638%2C3.638v2.377A.86.86%2C0%2C0%2C1%2C14.015%2C19.791Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-swipes-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22swipes-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22swipes%22%20transform%3D%22translate(-0.468%201.109)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_568%22%20data-name%3D%22Path%20568%22%20d%3D%22M7.937%2C28.627h3.437v4.116H7.937Z%22%20transform%3D%22translate(-3.375%20-14.471)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_569%22%20data-name%3D%22Path%20569%22%20d%3D%22M37.546%2C36.815h1.718a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C36.815Z%22%20transform%3D%22translate(-18.375%20-18.743)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_570%22%20data-name%3D%22Path%20570%22%20d%3D%22M37.546%2C29.627h3.437a.859.859%2C0%2C0%2C1%2C.859.859h0a.859.859%2C0%2C0%2C1-.859.859H37.546a.859.859%2C0%2C0%2C1-.859-.859h0A.859.859%2C0%2C0%2C1%2C37.546%2C29.627Z%22%20transform%3D%22translate(-18.375%20-14.993)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_571%22%20data-name%3D%22Path%20571%22%20d%3D%22M19.423%2C10.082a1.894%2C1.894%2C0%2C0%2C1%2C.482-.982l3.556-3.556L18.809.891l-3.02%2C3.02a2.562%2C2.562%2C0%2C0%2C1-1.823.755A6.96%2C6.96%2C0%2C0%2C0%2C8.3%2C7.587L5.735%2C11.2H4.046a2.581%2C2.581%2C0%2C0%2C0-2.578%2C2.578v5.156a2.581%2C2.581%2C0%2C0%2C0%2C2.578%2C2.578h9.968a2.581%2C2.581%2C0%2C0%2C0%2C2.578-2.578V14.843l.238-.238a9.965%2C9.965%2C0%2C0%2C0%2C2.593-4.523Zm1.607-4.538-1%2C1L17.808%2C4.322l1-1ZM9.7%2C8.583a5.24%2C5.24%2C0%2C0%2C1%2C4.262-2.2%2C4.262%2C4.262%2C0%2C0%2C0%2C2.6-.875l2.25%2C2.25-.125.125a3.478%2C3.478%2C0%2C0%2C0-.929%2C1.763%2C8.247%2C8.247%2C0%2C0%2C1-2.145%2C3.742l-1.84%2C1.84a.859.859%2C0%2C0%2C1-1.215-1.215l3.082-3.082L14.426%2C9.718%2C12.947%2C11.2h-5.1Zm4.311%2C11.208H4.046a.86.86%2C0%2C0%2C1-.859-.859V13.775a.86.86%2C0%2C0%2C1%2C.859-.859h7.19a2.577%2C2.577%2C0%2C0%2C0%2C3.638%2C3.638v2.377A.86.86%2C0%2C0%2C1%2C14.015%2C19.791Z%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-takedowns-awating-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22takedowns-awating-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22expired_1_%22%20data-name%3D%22expired%20(1)%22%20transform%3D%22translate(1.778%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_712%22%20data-name%3D%22Path%20712%22%20d%3D%22M28.9%2C24.648l-4.838-8.226c-.027-.046-.056-.091-.086-.135A12.319%2C12.319%2C0%2C0%2C0%2C3.608%2C3.608a12.318%2C12.318%2C0%2C0%2C0%2C8.71%2C21.028%2C12.376%2C12.376%2C0%2C0%2C0%2C2.087-.177l-.111.189a3.109%2C3.109%2C0%2C0%2C0%2C2.68%2C4.686h9.25a3.109%2C3.109%2C0%2C0%2C0%2C2.68-4.686ZM13.177%2C22.882v-.825a.859.859%2C0%2C1%2C0-1.719%2C0v.824A10.518%2C10.518%2C0%2C0%2C1%2C7.781%2C21.9l.412-.713A.859.859%2C0%2C0%2C0%2C6.7%2C20.323l-.41.71A10.685%2C10.685%2C0%2C0%2C1%2C3.6%2C18.342l.71-.41a.859.859%2C0%2C1%2C0-.859-1.488l-.713.412a10.515%2C10.515%2C0%2C0%2C1-.987-3.678h.824a.859.859%2C0%2C1%2C0%2C0-1.719H1.754A10.518%2C10.518%2C0%2C0%2C1%2C2.74%2C7.781l.713.412A.859.859%2C0%2C0%2C0%2C4.313%2C6.7l-.71-.41A10.685%2C10.685%2C0%2C0%2C1%2C6.294%2C3.6l.41.71a.859.859%2C0%2C0%2C0%2C1.488-.859L7.78%2C2.74a10.518%2C10.518%2C0%2C0%2C1%2C3.678-.987v.824a.859.859%2C0%2C1%2C0%2C1.719%2C0V1.754a10.518%2C10.518%2C0%2C0%2C1%2C3.678.987l-.412.713a.859.859%2C0%2C1%2C0%2C1.488.859l.41-.71a10.685%2C10.685%2C0%2C0%2C1%2C2.691%2C2.691l-.71.41a.859.859%2C0%2C0%2C0%2C.859%2C1.488l.713-.412a10.518%2C10.518%2C0%2C0%2C1%2C.987%2C3.678h-.824a.859.859%2C0%2C1%2C0%2C0%2C1.719h.824a10.527%2C10.527%2C0%2C0%2C1-.353%2C1.99%2C2.856%2C2.856%2C0%2C0%2C0-3.4%2C1.255l-3.511%2C5.969a10.539%2C10.539%2C0%2C0%2C1-2.444.491Zm13.047%2C4.733h-9.25a1.391%2C1.391%2C0%2C0%2C1-1.2-2.1l4.838-8.226a1.144%2C1.144%2C0%2C0%2C1%2C1.972%2C0l4.838%2C8.226a1.391%2C1.391%2C0%2C0%2C1-1.2%2C2.1Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_713%22%20data-name%3D%22Path%20713%22%20d%3D%22M23.867%2C15.247a.859.859%2C0%2C0%2C0-.859-.859H20.282a2.59%2C2.59%2C0%2C0%2C0-1.571-1.571V8.945a.859.859%2C0%2C0%2C0-1.719%2C0v3.872a2.578%2C2.578%2C0%2C1%2C0%2C3.29%2C3.29h2.726A.859.859%2C0%2C0%2C0%2C23.867%2C15.247Zm-6.016.859a.859.859%2C0%2C1%2C1%2C.859-.859A.86.86%2C0%2C0%2C1%2C17.852%2C16.107Z%22%20transform%3D%22translate(-5.534%20-2.93)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_714%22%20data-name%3D%22Path%20714%22%20d%3D%22M33.383%2C29.828a.859.859%2C0%2C0%2C0-.859.859v2.292a.859.859%2C0%2C0%2C0%2C1.719%2C0V30.688A.859.859%2C0%2C0%2C0%2C33.383%2C29.828Z%22%20transform%3D%22translate(-11.784%20-10.807)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_12%22%20data-name%3D%22Ellipse%2012%22%20cx%3D%220.859%22%20cy%3D%220.859%22%20r%3D%220.859%22%20transform%3D%22translate(20.74%2024.177)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-takedowns-awating-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22takedowns-awating-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22expired_1_%22%20data-name%3D%22expired%20(1)%22%20transform%3D%22translate(1.778%201.333)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_712%22%20data-name%3D%22Path%20712%22%20d%3D%22M28.9%2C24.648l-4.838-8.226c-.027-.046-.056-.091-.086-.135A12.319%2C12.319%2C0%2C0%2C0%2C3.608%2C3.608a12.318%2C12.318%2C0%2C0%2C0%2C8.71%2C21.028%2C12.376%2C12.376%2C0%2C0%2C0%2C2.087-.177l-.111.189a3.109%2C3.109%2C0%2C0%2C0%2C2.68%2C4.686h9.25a3.109%2C3.109%2C0%2C0%2C0%2C2.68-4.686ZM13.177%2C22.882v-.825a.859.859%2C0%2C1%2C0-1.719%2C0v.824A10.518%2C10.518%2C0%2C0%2C1%2C7.781%2C21.9l.412-.713A.859.859%2C0%2C0%2C0%2C6.7%2C20.323l-.41.71A10.685%2C10.685%2C0%2C0%2C1%2C3.6%2C18.342l.71-.41a.859.859%2C0%2C1%2C0-.859-1.488l-.713.412a10.515%2C10.515%2C0%2C0%2C1-.987-3.678h.824a.859.859%2C0%2C1%2C0%2C0-1.719H1.754A10.518%2C10.518%2C0%2C0%2C1%2C2.74%2C7.781l.713.412A.859.859%2C0%2C0%2C0%2C4.313%2C6.7l-.71-.41A10.685%2C10.685%2C0%2C0%2C1%2C6.294%2C3.6l.41.71a.859.859%2C0%2C0%2C0%2C1.488-.859L7.78%2C2.74a10.518%2C10.518%2C0%2C0%2C1%2C3.678-.987v.824a.859.859%2C0%2C1%2C0%2C1.719%2C0V1.754a10.518%2C10.518%2C0%2C0%2C1%2C3.678.987l-.412.713a.859.859%2C0%2C1%2C0%2C1.488.859l.41-.71a10.685%2C10.685%2C0%2C0%2C1%2C2.691%2C2.691l-.71.41a.859.859%2C0%2C0%2C0%2C.859%2C1.488l.713-.412a10.518%2C10.518%2C0%2C0%2C1%2C.987%2C3.678h-.824a.859.859%2C0%2C1%2C0%2C0%2C1.719h.824a10.527%2C10.527%2C0%2C0%2C1-.353%2C1.99%2C2.856%2C2.856%2C0%2C0%2C0-3.4%2C1.255l-3.511%2C5.969a10.539%2C10.539%2C0%2C0%2C1-2.444.491Zm13.047%2C4.733h-9.25a1.391%2C1.391%2C0%2C0%2C1-1.2-2.1l4.838-8.226a1.144%2C1.144%2C0%2C0%2C1%2C1.972%2C0l4.838%2C8.226a1.391%2C1.391%2C0%2C0%2C1-1.2%2C2.1Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_713%22%20data-name%3D%22Path%20713%22%20d%3D%22M23.867%2C15.247a.859.859%2C0%2C0%2C0-.859-.859H20.282a2.59%2C2.59%2C0%2C0%2C0-1.571-1.571V8.945a.859.859%2C0%2C0%2C0-1.719%2C0v3.872a2.578%2C2.578%2C0%2C1%2C0%2C3.29%2C3.29h2.726A.859.859%2C0%2C0%2C0%2C23.867%2C15.247Zm-6.016.859a.859.859%2C0%2C1%2C1%2C.859-.859A.86.86%2C0%2C0%2C1%2C17.852%2C16.107Z%22%20transform%3D%22translate(-5.534%20-2.93)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_714%22%20data-name%3D%22Path%20714%22%20d%3D%22M33.383%2C29.828a.859.859%2C0%2C0%2C0-.859.859v2.292a.859.859%2C0%2C0%2C0%2C1.719%2C0V30.688A.859.859%2C0%2C0%2C0%2C33.383%2C29.828Z%22%20transform%3D%22translate(-11.784%20-10.807)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Ccircle%20id%3D%22Ellipse_12%22%20data-name%3D%22Ellipse%2012%22%20cx%3D%220.859%22%20cy%3D%220.859%22%20r%3D%220.859%22%20transform%3D%22translate(20.74%2024.177)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-tick-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22tick-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22tick%22%20d%3D%22M9.707%2C19.121a1%2C1%2C0%2C0%2C1-1.414%2C0L2.647%2C13.474a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l.707-.707a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0L9%2C14.171l9.525-9.525a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0l.707.707a1.5%2C1.5%2C0%2C0%2C1%2C0%2C2.121Z%22%20transform%3D%22translate(-0.207%200.793)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-tick-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22tick-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22tick%22%20d%3D%22M9.707%2C19.121a1%2C1%2C0%2C0%2C1-1.414%2C0L2.647%2C13.474a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l.707-.707a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0L9%2C14.171l9.525-9.525a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0l.707.707a1.5%2C1.5%2C0%2C0%2C1%2C0%2C2.121Z%22%20transform%3D%22translate(-0.207%200.793)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-tick-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22tick-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Path_737%22%20data-name%3D%22Path%20737%22%20d%3D%22M9.707%2C19.121a1%2C1%2C0%2C0%2C1-1.414%2C0L2.647%2C13.474a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l.707-.707a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0L9%2C14.171l9.525-9.525a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0l.707.707a1.5%2C1.5%2C0%2C0%2C1%2C0%2C2.121Z%22%20transform%3D%22translate(-0.208%200.793)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-tick-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22tick-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Path_737%22%20data-name%3D%22Path%20737%22%20d%3D%22M9.707%2C19.121a1%2C1%2C0%2C0%2C1-1.414%2C0L2.647%2C13.474a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l.707-.707a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0L9%2C14.171l9.525-9.525a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0l.707.707a1.5%2C1.5%2C0%2C0%2C1%2C0%2C2.121Z%22%20transform%3D%22translate(-0.208%200.793)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}

.nr-trainers-assessors-dark-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers-_-ssessors%22%20data-name%3D%22trainers-%26amp%3B-ssessors%22%20transform%3D%22translate(319%20-0.885)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_645%22%20data-name%3D%22Path%20645%22%20d%3D%22M-298.025%2C3.885h-9.665a2.028%2C2.028%2C0%2C0%2C0-2.025%2C2.025v6.2l-1.794-.892c-.061-.031-.122-.059-.185-.086a3.048%2C3.048%2C0%2C0%2C0%2C.852-2.115%2C3.064%2C3.064%2C0%2C0%2C0-3.061-3.06%2C3.064%2C3.064%2C0%2C0%2C0-3.061%2C3.06%2C3.052%2C3.052%2C0%2C0%2C0%2C1.047%2C2.3A4.08%2C4.08%2C0%2C0%2C0-318%2C14.885v2.071a2.028%2C2.028%2C0%2C0%2C0%2C1.381%2C1.92v3.6a.644.644%2C0%2C0%2C0%2C.645.644h4.142a.644.644%2C0%2C0%2C0%2C.645-.644V15.237l2.064%2C1.032a1.769%2C1.769%2C0%2C0%2C0%2C2.345-.739h2.31l-2.447%2C6.729a.644.644%2C0%2C0%2C0%2C.386.826.644.644%2C0%2C0%2C0%2C.826-.385l2.607-7.17h.452l2.634%2C7.172a.647.647%2C0%2C0%2C0%2C.827.383.644.644%2C0%2C0%2C0%2C.383-.827l-2.471-6.727h3.246A2.025%2C2.025%2C0%2C0%2C0-296%2C13.5V5.91A2.025%2C2.025%2C0%2C0%2C0-298.025%2C3.885Zm-17.65%2C5.132A1.773%2C1.773%2C0%2C0%2C1-313.9%2C7.245a1.774%2C1.774%2C0%2C0%2C1%2C1.772%2C1.771%2C1.774%2C1.774%2C0%2C0%2C1-1.772%2C1.772A1.774%2C1.774%2C0%2C0%2C1-315.675%2C9.017Zm7.794%2C5.824%2C0%2C.014a.479.479%2C0%2C0%2C1-.265.276.482.482%2C0%2C0%2C1-.4-.015l-3-1.5a.645.645%2C0%2C0%2C0-.933.577v7.64h-2.853v-3.5a.644.644%2C0%2C0%2C0-.644-.644.737.737%2C0%2C0%2C1-.737-.736V14.885a2.808%2C2.808%2C0%2C0%2C1%2C2.807-2.807h.57a2.808%2C2.808%2C0%2C0%2C1%2C1.249.294l4.011%2C2A.387.387%2C0%2C0%2C1-307.881%2C14.841Zm10.592-1.336a.731.731%2C0%2C0%2C1-.216.521.742.742%2C0%2C0%2C1-.521.215h-8.613l0-.01%2C1.6-3.2a.644.644%2C0%2C0%2C0-.288-.865.645.645%2C0%2C0%2C0-.865.288l-1.364%2C2.728-.867-.431V5.91a.737.737%2C0%2C0%2C1%2C.737-.737h9.665a.742.742%2C0%2C0%2C1%2C.521.216.73.73%2C0%2C0%2C1%2C.215.52Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_646%22%20data-name%3D%22Path%20646%22%20d%3D%22M-287.356%2C9.659h-6.9a.644.644%2C0%2C0%2C0-.644.645.644.644%2C0%2C0%2C0%2C.644.644h6.9a.645.645%2C0%2C0%2C0%2C.645-.644A.644.644%2C0%2C0%2C0-287.356%2C9.659Z%22%20transform%3D%22translate(-12.05%20-3.012)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_647%22%20data-name%3D%22Path%20647%22%20d%3D%22M-283.591%2C14.711h-3.452a.645.645%2C0%2C0%2C0-.645.645.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.645.645%2C0%2C0%2C0-283.591%2C14.711Z%22%20transform%3D%22translate(-15.815%20-5.648)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_648%22%20data-name%3D%22Path%20648%22%20d%3D%22M-283.591%2C19.764h-3.452a.645.645%2C0%2C0%2C0-.645.644.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.644.644%2C0%2C0%2C0-283.591%2C19.764Z%22%20transform%3D%22translate(-15.815%20-8.285)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-trainers-assessors-dark-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers-_-ssessors%22%20data-name%3D%22trainers-%26amp%3B-ssessors%22%20transform%3D%22translate(319%20-0.885)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_645%22%20data-name%3D%22Path%20645%22%20d%3D%22M-298.025%2C3.885h-9.665a2.028%2C2.028%2C0%2C0%2C0-2.025%2C2.025v6.2l-1.794-.892c-.061-.031-.122-.059-.185-.086a3.048%2C3.048%2C0%2C0%2C0%2C.852-2.115%2C3.064%2C3.064%2C0%2C0%2C0-3.061-3.06%2C3.064%2C3.064%2C0%2C0%2C0-3.061%2C3.06%2C3.052%2C3.052%2C0%2C0%2C0%2C1.047%2C2.3A4.08%2C4.08%2C0%2C0%2C0-318%2C14.885v2.071a2.028%2C2.028%2C0%2C0%2C0%2C1.381%2C1.92v3.6a.644.644%2C0%2C0%2C0%2C.645.644h4.142a.644.644%2C0%2C0%2C0%2C.645-.644V15.237l2.064%2C1.032a1.769%2C1.769%2C0%2C0%2C0%2C2.345-.739h2.31l-2.447%2C6.729a.644.644%2C0%2C0%2C0%2C.386.826.644.644%2C0%2C0%2C0%2C.826-.385l2.607-7.17h.452l2.634%2C7.172a.647.647%2C0%2C0%2C0%2C.827.383.644.644%2C0%2C0%2C0%2C.383-.827l-2.471-6.727h3.246A2.025%2C2.025%2C0%2C0%2C0-296%2C13.5V5.91A2.025%2C2.025%2C0%2C0%2C0-298.025%2C3.885Zm-17.65%2C5.132A1.773%2C1.773%2C0%2C0%2C1-313.9%2C7.245a1.774%2C1.774%2C0%2C0%2C1%2C1.772%2C1.771%2C1.774%2C1.774%2C0%2C0%2C1-1.772%2C1.772A1.774%2C1.774%2C0%2C0%2C1-315.675%2C9.017Zm7.794%2C5.824%2C0%2C.014a.479.479%2C0%2C0%2C1-.265.276.482.482%2C0%2C0%2C1-.4-.015l-3-1.5a.645.645%2C0%2C0%2C0-.933.577v7.64h-2.853v-3.5a.644.644%2C0%2C0%2C0-.644-.644.737.737%2C0%2C0%2C1-.737-.736V14.885a2.808%2C2.808%2C0%2C0%2C1%2C2.807-2.807h.57a2.808%2C2.808%2C0%2C0%2C1%2C1.249.294l4.011%2C2A.387.387%2C0%2C0%2C1-307.881%2C14.841Zm10.592-1.336a.731.731%2C0%2C0%2C1-.216.521.742.742%2C0%2C0%2C1-.521.215h-8.613l0-.01%2C1.6-3.2a.644.644%2C0%2C0%2C0-.288-.865.645.645%2C0%2C0%2C0-.865.288l-1.364%2C2.728-.867-.431V5.91a.737.737%2C0%2C0%2C1%2C.737-.737h9.665a.742.742%2C0%2C0%2C1%2C.521.216.73.73%2C0%2C0%2C1%2C.215.52Z%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_646%22%20data-name%3D%22Path%20646%22%20d%3D%22M-287.356%2C9.659h-6.9a.644.644%2C0%2C0%2C0-.644.645.644.644%2C0%2C0%2C0%2C.644.644h6.9a.645.645%2C0%2C0%2C0%2C.645-.644A.644.644%2C0%2C0%2C0-287.356%2C9.659Z%22%20transform%3D%22translate(-12.05%20-3.012)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_647%22%20data-name%3D%22Path%20647%22%20d%3D%22M-283.591%2C14.711h-3.452a.645.645%2C0%2C0%2C0-.645.645.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.645.645%2C0%2C0%2C0-283.591%2C14.711Z%22%20transform%3D%22translate(-15.815%20-5.648)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_648%22%20data-name%3D%22Path%20648%22%20d%3D%22M-283.591%2C19.764h-3.452a.645.645%2C0%2C0%2C0-.645.644.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.644.644%2C0%2C0%2C0-283.591%2C19.764Z%22%20transform%3D%22translate(-15.815%20-8.285)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-trainers-assessors-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers_assessors%22%20data-name%3D%22trainers%26amp%3Bassessors%22%20transform%3D%22translate(-12%20-5)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_685%22%20data-name%3D%22Path%20685%22%20d%3D%22M6.036%2C65.915A1.325%2C1.325%2C0%2C0%2C1%2C7.361%2C64.59H20.085a1.325%2C1.325%2C0%2C0%2C1%2C1.325%2C1.325v6.362A1.325%2C1.325%2C0%2C0%2C1%2C20.085%2C73.6h-1.06a.8.8%2C0%2C1%2C0%2C0%2C1.59h1.06A2.915%2C2.915%2C0%2C0%2C0%2C23%2C72.277V65.915A2.915%2C2.915%2C0%2C0%2C0%2C20.085%2C63H7.361a2.915%2C2.915%2C0%2C0%2C0-2.915%2C2.915v1.591a.8.8%2C0%2C0%2C0%2C1.59%2C0ZM6.3%2C72.277a2.12%2C2.12%2C0%2C1%2C1-2.12-2.121A2.12%2C2.12%2C0%2C0%2C1%2C6.3%2C72.277Zm11.272-.63a.8.8%2C0%2C0%2C0-1.338-.86L12.11%2C77.2a1.534%2C1.534%2C0%2C0%2C0-1.31.163l-3.438%2C1.8v-.53a3.181%2C3.181%2C0%2C1%2C0-6.361%2C0V85H7.361V82.54a2.108%2C2.108%2C0%2C0%2C0%2C.81-.3l4.27-2.271a1.54%2C1.54%2C0%2C0%2C0%2C.716-1.455ZM8.687%2C68.036a.8.8%2C0%2C0%2C1%2C.8-.8h8.482a.8.8%2C0%2C1%2C1%2C0%2C1.591H9.482a.8.8%2C0%2C0%2C1-.8-.8Zm.8%2C2.386a.8.8%2C0%2C1%2C0%2C0%2C1.59h4.241a.8.8%2C0%2C1%2C0%2C0-1.59Z%22%20transform%3D%22translate(12%20-57)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-trainers-assessors-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers_assessors%22%20data-name%3D%22trainers%26amp%3Bassessors%22%20transform%3D%22translate(-12%20-5)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_685%22%20data-name%3D%22Path%20685%22%20d%3D%22M6.036%2C65.915A1.325%2C1.325%2C0%2C0%2C1%2C7.361%2C64.59H20.085a1.325%2C1.325%2C0%2C0%2C1%2C1.325%2C1.325v6.362A1.325%2C1.325%2C0%2C0%2C1%2C20.085%2C73.6h-1.06a.8.8%2C0%2C1%2C0%2C0%2C1.59h1.06A2.915%2C2.915%2C0%2C0%2C0%2C23%2C72.277V65.915A2.915%2C2.915%2C0%2C0%2C0%2C20.085%2C63H7.361a2.915%2C2.915%2C0%2C0%2C0-2.915%2C2.915v1.591a.8.8%2C0%2C0%2C0%2C1.59%2C0ZM6.3%2C72.277a2.12%2C2.12%2C0%2C1%2C1-2.12-2.121A2.12%2C2.12%2C0%2C0%2C1%2C6.3%2C72.277Zm11.272-.63a.8.8%2C0%2C0%2C0-1.338-.86L12.11%2C77.2a1.534%2C1.534%2C0%2C0%2C0-1.31.163l-3.438%2C1.8v-.53a3.181%2C3.181%2C0%2C1%2C0-6.361%2C0V85H7.361V82.54a2.108%2C2.108%2C0%2C0%2C0%2C.81-.3l4.27-2.271a1.54%2C1.54%2C0%2C0%2C0%2C.716-1.455ZM8.687%2C68.036a.8.8%2C0%2C0%2C1%2C.8-.8h8.482a.8.8%2C0%2C1%2C1%2C0%2C1.591H9.482a.8.8%2C0%2C0%2C1-.8-.8Zm.8%2C2.386a.8.8%2C0%2C1%2C0%2C0%2C1.59h4.241a.8.8%2C0%2C1%2C0%2C0-1.59Z%22%20transform%3D%22translate(12%20-57)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(255%2C255%2C255%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-trainers-assessors-light-bg-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers-_-ssessors%22%20data-name%3D%22trainers-%26amp%3B-ssessors%22%20transform%3D%22translate(319%20-0.885)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_645%22%20data-name%3D%22Path%20645%22%20d%3D%22M-298.025%2C3.885h-9.665a2.028%2C2.028%2C0%2C0%2C0-2.025%2C2.025v6.2l-1.794-.892c-.061-.031-.122-.059-.185-.086a3.048%2C3.048%2C0%2C0%2C0%2C.852-2.115%2C3.064%2C3.064%2C0%2C0%2C0-3.061-3.06%2C3.064%2C3.064%2C0%2C0%2C0-3.061%2C3.06%2C3.052%2C3.052%2C0%2C0%2C0%2C1.047%2C2.3A4.08%2C4.08%2C0%2C0%2C0-318%2C14.885v2.071a2.028%2C2.028%2C0%2C0%2C0%2C1.381%2C1.92v3.6a.644.644%2C0%2C0%2C0%2C.645.644h4.142a.644.644%2C0%2C0%2C0%2C.645-.644V15.237l2.064%2C1.032a1.769%2C1.769%2C0%2C0%2C0%2C2.345-.739h2.31l-2.447%2C6.729a.644.644%2C0%2C0%2C0%2C.386.826.644.644%2C0%2C0%2C0%2C.826-.385l2.607-7.17h.452l2.634%2C7.172a.647.647%2C0%2C0%2C0%2C.827.383.644.644%2C0%2C0%2C0%2C.383-.827l-2.471-6.727h3.246A2.025%2C2.025%2C0%2C0%2C0-296%2C13.5V5.91A2.025%2C2.025%2C0%2C0%2C0-298.025%2C3.885Zm-17.65%2C5.132A1.773%2C1.773%2C0%2C0%2C1-313.9%2C7.245a1.774%2C1.774%2C0%2C0%2C1%2C1.772%2C1.771%2C1.774%2C1.774%2C0%2C0%2C1-1.772%2C1.772A1.774%2C1.774%2C0%2C0%2C1-315.675%2C9.017Zm7.794%2C5.824%2C0%2C.014a.479.479%2C0%2C0%2C1-.265.276.482.482%2C0%2C0%2C1-.4-.015l-3-1.5a.645.645%2C0%2C0%2C0-.933.577v7.64h-2.853v-3.5a.644.644%2C0%2C0%2C0-.644-.644.737.737%2C0%2C0%2C1-.737-.736V14.885a2.808%2C2.808%2C0%2C0%2C1%2C2.807-2.807h.57a2.808%2C2.808%2C0%2C0%2C1%2C1.249.294l4.011%2C2A.387.387%2C0%2C0%2C1-307.881%2C14.841Zm10.592-1.336a.731.731%2C0%2C0%2C1-.216.521.742.742%2C0%2C0%2C1-.521.215h-8.613l0-.01%2C1.6-3.2a.644.644%2C0%2C0%2C0-.288-.865.645.645%2C0%2C0%2C0-.865.288l-1.364%2C2.728-.867-.431V5.91a.737.737%2C0%2C0%2C1%2C.737-.737h9.665a.742.742%2C0%2C0%2C1%2C.521.216.73.73%2C0%2C0%2C1%2C.215.52Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_646%22%20data-name%3D%22Path%20646%22%20d%3D%22M-287.356%2C9.659h-6.9a.644.644%2C0%2C0%2C0-.644.645.644.644%2C0%2C0%2C0%2C.644.644h6.9a.645.645%2C0%2C0%2C0%2C.645-.644A.644.644%2C0%2C0%2C0-287.356%2C9.659Z%22%20transform%3D%22translate(-12.05%20-3.012)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_647%22%20data-name%3D%22Path%20647%22%20d%3D%22M-283.591%2C14.711h-3.452a.645.645%2C0%2C0%2C0-.645.645.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.645.645%2C0%2C0%2C0-283.591%2C14.711Z%22%20transform%3D%22translate(-15.815%20-5.648)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_648%22%20data-name%3D%22Path%20648%22%20d%3D%22M-283.591%2C19.764h-3.452a.645.645%2C0%2C0%2C0-.645.644.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.644.644%2C0%2C0%2C0-283.591%2C19.764Z%22%20transform%3D%22translate(-15.815%20-8.285)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-trainers-assessors-light-bg-1-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers-_-ssessors%22%20data-name%3D%22trainers-%26amp%3B-ssessors%22%20transform%3D%22translate(319%20-0.885)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_645%22%20data-name%3D%22Path%20645%22%20d%3D%22M-298.025%2C3.885h-9.665a2.028%2C2.028%2C0%2C0%2C0-2.025%2C2.025v6.2l-1.794-.892c-.061-.031-.122-.059-.185-.086a3.048%2C3.048%2C0%2C0%2C0%2C.852-2.115%2C3.064%2C3.064%2C0%2C0%2C0-3.061-3.06%2C3.064%2C3.064%2C0%2C0%2C0-3.061%2C3.06%2C3.052%2C3.052%2C0%2C0%2C0%2C1.047%2C2.3A4.08%2C4.08%2C0%2C0%2C0-318%2C14.885v2.071a2.028%2C2.028%2C0%2C0%2C0%2C1.381%2C1.92v3.6a.644.644%2C0%2C0%2C0%2C.645.644h4.142a.644.644%2C0%2C0%2C0%2C.645-.644V15.237l2.064%2C1.032a1.769%2C1.769%2C0%2C0%2C0%2C2.345-.739h2.31l-2.447%2C6.729a.644.644%2C0%2C0%2C0%2C.386.826.644.644%2C0%2C0%2C0%2C.826-.385l2.607-7.17h.452l2.634%2C7.172a.647.647%2C0%2C0%2C0%2C.827.383.644.644%2C0%2C0%2C0%2C.383-.827l-2.471-6.727h3.246A2.025%2C2.025%2C0%2C0%2C0-296%2C13.5V5.91A2.025%2C2.025%2C0%2C0%2C0-298.025%2C3.885Zm-17.65%2C5.132A1.773%2C1.773%2C0%2C0%2C1-313.9%2C7.245a1.774%2C1.774%2C0%2C0%2C1%2C1.772%2C1.771%2C1.774%2C1.774%2C0%2C0%2C1-1.772%2C1.772A1.774%2C1.774%2C0%2C0%2C1-315.675%2C9.017Zm7.794%2C5.824%2C0%2C.014a.479.479%2C0%2C0%2C1-.265.276.482.482%2C0%2C0%2C1-.4-.015l-3-1.5a.645.645%2C0%2C0%2C0-.933.577v7.64h-2.853v-3.5a.644.644%2C0%2C0%2C0-.644-.644.737.737%2C0%2C0%2C1-.737-.736V14.885a2.808%2C2.808%2C0%2C0%2C1%2C2.807-2.807h.57a2.808%2C2.808%2C0%2C0%2C1%2C1.249.294l4.011%2C2A.387.387%2C0%2C0%2C1-307.881%2C14.841Zm10.592-1.336a.731.731%2C0%2C0%2C1-.216.521.742.742%2C0%2C0%2C1-.521.215h-8.613l0-.01%2C1.6-3.2a.644.644%2C0%2C0%2C0-.288-.865.645.645%2C0%2C0%2C0-.865.288l-1.364%2C2.728-.867-.431V5.91a.737.737%2C0%2C0%2C1%2C.737-.737h9.665a.742.742%2C0%2C0%2C1%2C.521.216.73.73%2C0%2C0%2C1%2C.215.52Z%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_646%22%20data-name%3D%22Path%20646%22%20d%3D%22M-287.356%2C9.659h-6.9a.644.644%2C0%2C0%2C0-.644.645.644.644%2C0%2C0%2C0%2C.644.644h6.9a.645.645%2C0%2C0%2C0%2C.645-.644A.644.644%2C0%2C0%2C0-287.356%2C9.659Z%22%20transform%3D%22translate(-12.05%20-3.012)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_647%22%20data-name%3D%22Path%20647%22%20d%3D%22M-283.591%2C14.711h-3.452a.645.645%2C0%2C0%2C0-.645.645.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.645.645%2C0%2C0%2C0-283.591%2C14.711Z%22%20transform%3D%22translate(-15.815%20-5.648)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_648%22%20data-name%3D%22Path%20648%22%20d%3D%22M-283.591%2C19.764h-3.452a.645.645%2C0%2C0%2C0-.645.644.645.645%2C0%2C0%2C0%2C.645.645h3.452a.645.645%2C0%2C0%2C0%2C.645-.645A.644.644%2C0%2C0%2C0-283.591%2C19.764Z%22%20transform%3D%22translate(-15.815%20-8.285)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-trainers-assessors-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers_assessors%22%20data-name%3D%22trainers%26amp%3Bassessors%22%20transform%3D%22translate(-12%20-5)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_685%22%20data-name%3D%22Path%20685%22%20d%3D%22M6.036%2C65.915A1.325%2C1.325%2C0%2C0%2C1%2C7.361%2C64.59H20.085a1.325%2C1.325%2C0%2C0%2C1%2C1.325%2C1.325v6.362A1.325%2C1.325%2C0%2C0%2C1%2C20.085%2C73.6h-1.06a.8.8%2C0%2C1%2C0%2C0%2C1.59h1.06A2.915%2C2.915%2C0%2C0%2C0%2C23%2C72.277V65.915A2.915%2C2.915%2C0%2C0%2C0%2C20.085%2C63H7.361a2.915%2C2.915%2C0%2C0%2C0-2.915%2C2.915v1.591a.8.8%2C0%2C0%2C0%2C1.59%2C0ZM6.3%2C72.277a2.12%2C2.12%2C0%2C1%2C1-2.12-2.121A2.12%2C2.12%2C0%2C0%2C1%2C6.3%2C72.277Zm11.272-.63a.8.8%2C0%2C0%2C0-1.338-.86L12.11%2C77.2a1.534%2C1.534%2C0%2C0%2C0-1.31.163l-3.438%2C1.8v-.53a3.181%2C3.181%2C0%2C1%2C0-6.361%2C0V85H7.361V82.54a2.108%2C2.108%2C0%2C0%2C0%2C.81-.3l4.27-2.271a1.54%2C1.54%2C0%2C0%2C0%2C.716-1.455ZM8.687%2C68.036a.8.8%2C0%2C0%2C1%2C.8-.8h8.482a.8.8%2C0%2C1%2C1%2C0%2C1.591H9.482a.8.8%2C0%2C0%2C1-.8-.8Zm.8%2C2.386a.8.8%2C0%2C1%2C0%2C0%2C1.59h4.241a.8.8%2C0%2C1%2C0%2C0-1.59Z%22%20transform%3D%22translate(12%20-57)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-trainers-assessors-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22trainers-assessors-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22trainers_assessors%22%20data-name%3D%22trainers%26amp%3Bassessors%22%20transform%3D%22translate(-12%20-5)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_685%22%20data-name%3D%22Path%20685%22%20d%3D%22M6.036%2C65.915A1.325%2C1.325%2C0%2C0%2C1%2C7.361%2C64.59H20.085a1.325%2C1.325%2C0%2C0%2C1%2C1.325%2C1.325v6.362A1.325%2C1.325%2C0%2C0%2C1%2C20.085%2C73.6h-1.06a.8.8%2C0%2C1%2C0%2C0%2C1.59h1.06A2.915%2C2.915%2C0%2C0%2C0%2C23%2C72.277V65.915A2.915%2C2.915%2C0%2C0%2C0%2C20.085%2C63H7.361a2.915%2C2.915%2C0%2C0%2C0-2.915%2C2.915v1.591a.8.8%2C0%2C0%2C0%2C1.59%2C0ZM6.3%2C72.277a2.12%2C2.12%2C0%2C1%2C1-2.12-2.121A2.12%2C2.12%2C0%2C0%2C1%2C6.3%2C72.277Zm11.272-.63a.8.8%2C0%2C0%2C0-1.338-.86L12.11%2C77.2a1.534%2C1.534%2C0%2C0%2C0-1.31.163l-3.438%2C1.8v-.53a3.181%2C3.181%2C0%2C1%2C0-6.361%2C0V85H7.361V82.54a2.108%2C2.108%2C0%2C0%2C0%2C.81-.3l4.27-2.271a1.54%2C1.54%2C0%2C0%2C0%2C.716-1.455ZM8.687%2C68.036a.8.8%2C0%2C0%2C1%2C.8-.8h8.482a.8.8%2C0%2C1%2C1%2C0%2C1.591H9.482a.8.8%2C0%2C0%2C1-.8-.8Zm.8%2C2.386a.8.8%2C0%2C1%2C0%2C0%2C1.59h4.241a.8.8%2C0%2C1%2C0%2C0-1.59Z%22%20transform%3D%22translate(12%20-57)%22%20fill%3D%22%2368747a%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-unlink-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22unlink-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_25594%22%20data-name%3D%22Rectangle%2025594%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6678%22%20data-name%3D%22Group%206678%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6677%22%20data-name%3D%22Group%206677%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42939%22%20data-name%3D%22Path%2042939%22%20d%3D%22M179.4%2C14.024a1%2C1%2C0%2C0%2C1-.707-1.707l2.02-2.02a4.792%2C4.792%2C0%2C0%2C0%2C1.427-3.433A4.866%2C4.866%2C0%2C0%2C0%2C177.277%2C2a4.792%2C4.792%2C0%2C0%2C0-3.43%2C1.424l-2.023%2C2.023a1%2C1%2C0%2C0%2C1-1.414-1.414l2.02-2.021A6.78%2C6.78%2C0%2C0%2C1%2C177.277%2C0a6.867%2C6.867%2C0%2C0%2C1%2C6.86%2C6.86%2C6.775%2C6.775%2C0%2C0%2C1-2.017%2C4.851L180.1%2C13.731a1%2C1%2C0%2C0%2C1-.706.293%22%20transform%3D%22translate(-162.137%20-0.004)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42940%22%20data-name%3D%22Path%2042940%22%20d%3D%22M6.864%2C184.137A6.867%2C6.867%2C0%2C0%2C1%2C0%2C177.277a6.776%2C6.776%2C0%2C0%2C1%2C2.017-4.851l2.017-2.016a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.02A4.789%2C4.789%2C0%2C0%2C0%2C2%2C177.277a4.866%2C4.866%2C0%2C0%2C0%2C4.86%2C4.86%2C4.792%2C4.792%2C0%2C0%2C0%2C3.43-1.424l2.023-2.023a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.021a6.78%2C6.78%2C0%2C0%2C1-4.847%2C2.012%22%20transform%3D%22translate(-0.004%20-162.137)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42941%22%20data-name%3D%22Path%2042941%22%20d%3D%22M259.372%2C131.787a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-246.252%20-121.907)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42942%22%20data-name%3D%22Path%2042942%22%20d%3D%22M128.906%2C262.253a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C1%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-121.906%20-246.253)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42943%22%20data-name%3D%22Path%2042943%22%20d%3D%22M21%2C22a1%2C1%2C0%2C0%2C1-.707-.293l-20-20A1%2C1%2C0%2C0%2C1%2C1.708.294l20%2C20A1%2C1%2C0%2C0%2C1%2C21%2C22%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-unlink-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22unlink-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_25594%22%20data-name%3D%22Rectangle%2025594%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6678%22%20data-name%3D%22Group%206678%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6677%22%20data-name%3D%22Group%206677%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42939%22%20data-name%3D%22Path%2042939%22%20d%3D%22M179.4%2C14.024a1%2C1%2C0%2C0%2C1-.707-1.707l2.02-2.02a4.792%2C4.792%2C0%2C0%2C0%2C1.427-3.433A4.866%2C4.866%2C0%2C0%2C0%2C177.277%2C2a4.792%2C4.792%2C0%2C0%2C0-3.43%2C1.424l-2.023%2C2.023a1%2C1%2C0%2C0%2C1-1.414-1.414l2.02-2.021A6.78%2C6.78%2C0%2C0%2C1%2C177.277%2C0a6.867%2C6.867%2C0%2C0%2C1%2C6.86%2C6.86%2C6.775%2C6.775%2C0%2C0%2C1-2.017%2C4.851L180.1%2C13.731a1%2C1%2C0%2C0%2C1-.706.293%22%20transform%3D%22translate(-162.137%20-0.004)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42940%22%20data-name%3D%22Path%2042940%22%20d%3D%22M6.864%2C184.137A6.867%2C6.867%2C0%2C0%2C1%2C0%2C177.277a6.776%2C6.776%2C0%2C0%2C1%2C2.017-4.851l2.017-2.016a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.02A4.789%2C4.789%2C0%2C0%2C0%2C2%2C177.277a4.866%2C4.866%2C0%2C0%2C0%2C4.86%2C4.86%2C4.792%2C4.792%2C0%2C0%2C0%2C3.43-1.424l2.023-2.023a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.021a6.78%2C6.78%2C0%2C0%2C1-4.847%2C2.012%22%20transform%3D%22translate(-0.004%20-162.137)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42941%22%20data-name%3D%22Path%2042941%22%20d%3D%22M259.372%2C131.787a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-246.252%20-121.907)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42942%22%20data-name%3D%22Path%2042942%22%20d%3D%22M128.906%2C262.253a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C1%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-121.906%20-246.253)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42943%22%20data-name%3D%22Path%2042943%22%20d%3D%22M21%2C22a1%2C1%2C0%2C0%2C1-.707-.293l-20-20A1%2C1%2C0%2C0%2C1%2C1.708.294l20%2C20A1%2C1%2C0%2C0%2C1%2C21%2C22%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-unlink-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22unlink-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_25594%22%20data-name%3D%22Rectangle%2025594%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6678%22%20data-name%3D%22Group%206678%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6677%22%20data-name%3D%22Group%206677%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42939%22%20data-name%3D%22Path%2042939%22%20d%3D%22M179.4%2C14.024a1%2C1%2C0%2C0%2C1-.707-1.707l2.02-2.02a4.792%2C4.792%2C0%2C0%2C0%2C1.427-3.433A4.866%2C4.866%2C0%2C0%2C0%2C177.277%2C2a4.792%2C4.792%2C0%2C0%2C0-3.43%2C1.424l-2.023%2C2.023a1%2C1%2C0%2C0%2C1-1.414-1.414l2.02-2.021A6.78%2C6.78%2C0%2C0%2C1%2C177.277%2C0a6.867%2C6.867%2C0%2C0%2C1%2C6.86%2C6.86%2C6.775%2C6.775%2C0%2C0%2C1-2.017%2C4.851L180.1%2C13.731a1%2C1%2C0%2C0%2C1-.706.293%22%20transform%3D%22translate(-162.137%20-0.004)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42940%22%20data-name%3D%22Path%2042940%22%20d%3D%22M6.864%2C184.137A6.867%2C6.867%2C0%2C0%2C1%2C0%2C177.277a6.776%2C6.776%2C0%2C0%2C1%2C2.017-4.851l2.017-2.016a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.02A4.789%2C4.789%2C0%2C0%2C0%2C2%2C177.277a4.866%2C4.866%2C0%2C0%2C0%2C4.86%2C4.86%2C4.792%2C4.792%2C0%2C0%2C0%2C3.43-1.424l2.023-2.023a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.021a6.78%2C6.78%2C0%2C0%2C1-4.847%2C2.012%22%20transform%3D%22translate(-0.004%20-162.137)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42941%22%20data-name%3D%22Path%2042941%22%20d%3D%22M259.372%2C131.787a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-246.252%20-121.907)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42942%22%20data-name%3D%22Path%2042942%22%20d%3D%22M128.906%2C262.253a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C1%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-121.906%20-246.253)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42943%22%20data-name%3D%22Path%2042943%22%20d%3D%22M21%2C22a1%2C1%2C0%2C0%2C1-.707-.293l-20-20A1%2C1%2C0%2C0%2C1%2C1.708.294l20%2C20A1%2C1%2C0%2C0%2C1%2C21%2C22%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-unlink-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22unlink-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cdefs%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle_25594%22%20data-name%3D%22Rectangle%2025594%22%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_6678%22%20data-name%3D%22Group%206678%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6677%22%20data-name%3D%22Group%206677%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42939%22%20data-name%3D%22Path%2042939%22%20d%3D%22M179.4%2C14.024a1%2C1%2C0%2C0%2C1-.707-1.707l2.02-2.02a4.792%2C4.792%2C0%2C0%2C0%2C1.427-3.433A4.866%2C4.866%2C0%2C0%2C0%2C177.277%2C2a4.792%2C4.792%2C0%2C0%2C0-3.43%2C1.424l-2.023%2C2.023a1%2C1%2C0%2C0%2C1-1.414-1.414l2.02-2.021A6.78%2C6.78%2C0%2C0%2C1%2C177.277%2C0a6.867%2C6.867%2C0%2C0%2C1%2C6.86%2C6.86%2C6.775%2C6.775%2C0%2C0%2C1-2.017%2C4.851L180.1%2C13.731a1%2C1%2C0%2C0%2C1-.706.293%22%20transform%3D%22translate(-162.137%20-0.004)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42940%22%20data-name%3D%22Path%2042940%22%20d%3D%22M6.864%2C184.137A6.867%2C6.867%2C0%2C0%2C1%2C0%2C177.277a6.776%2C6.776%2C0%2C0%2C1%2C2.017-4.851l2.017-2.016a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.02A4.789%2C4.789%2C0%2C0%2C0%2C2%2C177.277a4.866%2C4.866%2C0%2C0%2C0%2C4.86%2C4.86%2C4.792%2C4.792%2C0%2C0%2C0%2C3.43-1.424l2.023-2.023a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-2.02%2C2.021a6.78%2C6.78%2C0%2C0%2C1-4.847%2C2.012%22%20transform%3D%22translate(-0.004%20-162.137)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42941%22%20data-name%3D%22Path%2042941%22%20d%3D%22M259.372%2C131.787a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C0%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-246.252%20-121.907)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42942%22%20data-name%3D%22Path%2042942%22%20d%3D%22M128.906%2C262.253a1%2C1%2C0%2C0%2C1-.707-1.707l1.88-1.88a1%2C1%2C0%2C1%2C1%2C1.414%2C1.414l-1.88%2C1.88a1%2C1%2C0%2C0%2C1-.707.293%22%20transform%3D%22translate(-121.906%20-246.253)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42943%22%20data-name%3D%22Path%2042943%22%20d%3D%22M21%2C22a1%2C1%2C0%2C0%2C1-.707-.293l-20-20A1%2C1%2C0%2C0%2C1%2C1.708.294l20%2C20A1%2C1%2C0%2C0%2C1%2C21%2C22%22%20transform%3D%22translate(0%200)%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-up-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(17%209.494)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(17%209.494)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.nr-up-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(17%209.494)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20transform%3D%22translate(17%209.494)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-up-chevron-on-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-chevron-on-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24)%20rotate(90)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(17%209)%20rotate(90)%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-chevron-on-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-chevron-on-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(24)%20rotate(90)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(17%209)%20rotate(90)%22%20fill%3D%22%23c4c4c4%22%2F%3E%3C%2Fsvg%3E");
}

.nr-up-chevron-on-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-chevron-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(17%209)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-chevron-on-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-chevron-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22chevron-icon%22%20d%3D%22M6%2C.16a.66.66%2C0%2C0%2C0-.862%2C0L.178%2C4.614a.513.513%2C0%2C0%2C0%2C0%2C.776L5.134%2C9.84A.661.661%2C0%2C0%2C0%2C6%2C9.84Z%22%20transform%3D%22translate(17%209)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
}

.nr-up-sml-arrow-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(-103%20-2.5)%20rotate(-90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-sml-arrow-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-sml-arrow-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(-103%20-2.5)%20rotate(-90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-up-sml-arrow-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(-103%20-2.5)%20rotate(-90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-sml-arrow-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-sml-arrow-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22sml-arrow%22%20transform%3D%22translate(-103%20-2.5)%20rotate(-90)%22%3E%20%20%20%20%3Cpath%20id%3D%22small_arrow%22%20data-name%3D%22small%20arrow%22%20d%3D%22M280.182%2C57.837l3%2C3.013-3%2C2.987%22%20transform%3D%22translate(-296.182%2053.663)%22%20fill%3D%22none%22%20stroke%3D%22%2368747a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20opacity%3D%220.4%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-up-to-date-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-to-date-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_42778%22%20data-name%3D%22Path%2042778%22%20d%3D%22M90.459%2C200.859A.859.859%2C0%2C0%2C0%2C89.6%2C200H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C.859-.859%22%20transform%3D%22translate(-76.456%20-191.406)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42779%22%20data-name%3D%22Path%2042779%22%20d%3D%22M80.748%2C280a.859.859%2C0%2C0%2C0%2C0%2C1.719h3.227a.859.859%2C0%2C0%2C0%2C0-1.719Z%22%20transform%3D%22translate(-76.456%20-267.969)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42780%22%20data-name%3D%22Path%2042780%22%20d%3D%22M6.312%2C20.281H3.438a1.721%2C1.721%2C0%2C0%2C1-1.719-1.719V3.438A1.721%2C1.721%2C0%2C0%2C1%2C3.438%2C1.719H14a1.721%2C1.721%2C0%2C0%2C1%2C1.719%2C1.719V8.723a.859.859%2C0%2C0%2C0%2C1.719%2C0V3.438A3.441%2C3.441%2C0%2C0%2C0%2C14%2C0H3.438A3.441%2C3.441%2C0%2C0%2C0%2C0%2C3.438V18.563A3.441%2C3.441%2C0%2C0%2C0%2C3.438%2C22H6.312a.859.859%2C0%2C0%2C0%2C0-1.719%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42781%22%20data-name%3D%22Path%2042781%22%20d%3D%22M89.6%2C120H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C0-1.719%22%20transform%3D%22translate(-76.456%20-114.844)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42782%22%20data-name%3D%22Path%2042782%22%20d%3D%22M200.4%2C302a4.512%2C4.512%2C0%2C1%2C0%2C4.512%2C4.512A4.512%2C4.512%2C0%2C0%2C0%2C200.4%2C302m2.2%2C3.962-2.417%2C2.586a.752.752%2C0%2C0%2C1-1.063%2C0l-1.208-1.164a.752.752%2C0%2C0%2C1%2C1.063-1.063l.676.633%2C1.885-2.054a.752.752%2C0%2C0%2C1%2C1.063%2C1.063Z%22%20transform%3D%22translate(-187.472%20-289.022)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-to-date-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-to-date-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_42778%22%20data-name%3D%22Path%2042778%22%20d%3D%22M90.459%2C200.859A.859.859%2C0%2C0%2C0%2C89.6%2C200H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C.859-.859%22%20transform%3D%22translate(-76.456%20-191.406)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42779%22%20data-name%3D%22Path%2042779%22%20d%3D%22M80.748%2C280a.859.859%2C0%2C0%2C0%2C0%2C1.719h3.227a.859.859%2C0%2C0%2C0%2C0-1.719Z%22%20transform%3D%22translate(-76.456%20-267.969)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42780%22%20data-name%3D%22Path%2042780%22%20d%3D%22M6.312%2C20.281H3.438a1.721%2C1.721%2C0%2C0%2C1-1.719-1.719V3.438A1.721%2C1.721%2C0%2C0%2C1%2C3.438%2C1.719H14a1.721%2C1.721%2C0%2C0%2C1%2C1.719%2C1.719V8.723a.859.859%2C0%2C0%2C0%2C1.719%2C0V3.438A3.441%2C3.441%2C0%2C0%2C0%2C14%2C0H3.438A3.441%2C3.441%2C0%2C0%2C0%2C0%2C3.438V18.563A3.441%2C3.441%2C0%2C0%2C0%2C3.438%2C22H6.312a.859.859%2C0%2C0%2C0%2C0-1.719%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42781%22%20data-name%3D%22Path%2042781%22%20d%3D%22M89.6%2C120H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C0-1.719%22%20transform%3D%22translate(-76.456%20-114.844)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42782%22%20data-name%3D%22Path%2042782%22%20d%3D%22M200.4%2C302a4.512%2C4.512%2C0%2C1%2C0%2C4.512%2C4.512A4.512%2C4.512%2C0%2C0%2C0%2C200.4%2C302m2.2%2C3.962-2.417%2C2.586a.752.752%2C0%2C0%2C1-1.063%2C0l-1.208-1.164a.752.752%2C0%2C0%2C1%2C1.063-1.063l.676.633%2C1.885-2.054a.752.752%2C0%2C0%2C1%2C1.063%2C1.063Z%22%20transform%3D%22translate(-187.472%20-289.022)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-up-to-date-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-to-date-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_42778%22%20data-name%3D%22Path%2042778%22%20d%3D%22M90.459%2C200.859A.859.859%2C0%2C0%2C0%2C89.6%2C200H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C.859-.859%22%20transform%3D%22translate(-76.456%20-191.406)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42779%22%20data-name%3D%22Path%2042779%22%20d%3D%22M80.748%2C280a.859.859%2C0%2C0%2C0%2C0%2C1.719h3.227a.859.859%2C0%2C0%2C0%2C0-1.719Z%22%20transform%3D%22translate(-76.456%20-267.969)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42780%22%20data-name%3D%22Path%2042780%22%20d%3D%22M6.312%2C20.281H3.438a1.721%2C1.721%2C0%2C0%2C1-1.719-1.719V3.438A1.721%2C1.721%2C0%2C0%2C1%2C3.438%2C1.719H14a1.721%2C1.721%2C0%2C0%2C1%2C1.719%2C1.719V8.723a.859.859%2C0%2C0%2C0%2C1.719%2C0V3.438A3.441%2C3.441%2C0%2C0%2C0%2C14%2C0H3.438A3.441%2C3.441%2C0%2C0%2C0%2C0%2C3.438V18.563A3.441%2C3.441%2C0%2C0%2C0%2C3.438%2C22H6.312a.859.859%2C0%2C0%2C0%2C0-1.719%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42781%22%20data-name%3D%22Path%2042781%22%20d%3D%22M89.6%2C120H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C0-1.719%22%20transform%3D%22translate(-76.456%20-114.844)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42782%22%20data-name%3D%22Path%2042782%22%20d%3D%22M200.4%2C302a4.512%2C4.512%2C0%2C1%2C0%2C4.512%2C4.512A4.512%2C4.512%2C0%2C0%2C0%2C200.4%2C302m2.2%2C3.962-2.417%2C2.586a.752.752%2C0%2C0%2C1-1.063%2C0l-1.208-1.164a.752.752%2C0%2C0%2C1%2C1.063-1.063l.676.633%2C1.885-2.054a.752.752%2C0%2C0%2C1%2C1.063%2C1.063Z%22%20transform%3D%22translate(-187.472%20-289.022)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-to-date-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-to-date-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(3%201)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_42778%22%20data-name%3D%22Path%2042778%22%20d%3D%22M90.459%2C200.859A.859.859%2C0%2C0%2C0%2C89.6%2C200H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C.859-.859%22%20transform%3D%22translate(-76.456%20-191.406)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42779%22%20data-name%3D%22Path%2042779%22%20d%3D%22M80.748%2C280a.859.859%2C0%2C0%2C0%2C0%2C1.719h3.227a.859.859%2C0%2C0%2C0%2C0-1.719Z%22%20transform%3D%22translate(-76.456%20-267.969)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42780%22%20data-name%3D%22Path%2042780%22%20d%3D%22M6.312%2C20.281H3.438a1.721%2C1.721%2C0%2C0%2C1-1.719-1.719V3.438A1.721%2C1.721%2C0%2C0%2C1%2C3.438%2C1.719H14a1.721%2C1.721%2C0%2C0%2C1%2C1.719%2C1.719V8.723a.859.859%2C0%2C0%2C0%2C1.719%2C0V3.438A3.441%2C3.441%2C0%2C0%2C0%2C14%2C0H3.438A3.441%2C3.441%2C0%2C0%2C0%2C0%2C3.438V18.563A3.441%2C3.441%2C0%2C0%2C0%2C3.438%2C22H6.312a.859.859%2C0%2C0%2C0%2C0-1.719%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42781%22%20data-name%3D%22Path%2042781%22%20d%3D%22M89.6%2C120H80.748a.859.859%2C0%2C0%2C0%2C0%2C1.719H89.6a.859.859%2C0%2C0%2C0%2C0-1.719%22%20transform%3D%22translate(-76.456%20-114.844)%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_42782%22%20data-name%3D%22Path%2042782%22%20d%3D%22M200.4%2C302a4.512%2C4.512%2C0%2C1%2C0%2C4.512%2C4.512A4.512%2C4.512%2C0%2C0%2C0%2C200.4%2C302m2.2%2C3.962-2.417%2C2.586a.752.752%2C0%2C0%2C1-1.063%2C0l-1.208-1.164a.752.752%2C0%2C0%2C1%2C1.063-1.063l.676.633%2C1.885-2.054a.752.752%2C0%2C0%2C1%2C1.063%2C1.063Z%22%20transform%3D%22translate(-187.472%20-289.022)%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-up-trend-arrow-on-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-trend-arrow-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210.668%22%20viewBox%3D%220%200%2012%2010.668%22%3E%20%20%3Cpath%20id%3D%22Up%22%20d%3D%22M10.668%2C6a.79.79%2C0%2C0%2C1-.217.552L5.295%2C11.809a.6.6%2C0%2C0%2C1-.927-.055A.813.813%2C0%2C0%2C1%2C4.417%2C10.7L8.3%2C6.743.656%2C6.762A.7.7%2C0%2C0%2C1%2C0%2C6.019a.7.7%2C0%2C0%2C1%2C.656-.743L8.3%2C5.257%2C4.417%2C1.3A.813.813%2C0%2C0%2C1%2C4.368.246.6.6%2C0%2C0%2C1%2C5.295.191l5.156%2C5.257A.79.79%2C0%2C0%2C1%2C10.668%2C6Z%22%20transform%3D%22translate(0%2010.668)%20rotate(-90)%22%20fill%3D%22%23028407%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-up-trend-arrow-on-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22up-trend-arrow-on-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210.668%22%20viewBox%3D%220%200%2012%2010.668%22%3E%20%20%3Cpath%20id%3D%22Up%22%20d%3D%22M10.668%2C6a.79.79%2C0%2C0%2C1-.217.552L5.295%2C11.809a.6.6%2C0%2C0%2C1-.927-.055A.813.813%2C0%2C0%2C1%2C4.417%2C10.7L8.3%2C6.743.656%2C6.762A.7.7%2C0%2C0%2C1%2C0%2C6.019a.7.7%2C0%2C0%2C1%2C.656-.743L8.3%2C5.257%2C4.417%2C1.3A.813.813%2C0%2C0%2C1%2C4.368.246.6.6%2C0%2C0%2C1%2C5.295.191l5.156%2C5.257A.79.79%2C0%2C0%2C1%2C10.668%2C6Z%22%20transform%3D%22translate(0%2010.668)%20rotate(-90)%22%20fill%3D%22%23028407%22%2F%3E%3C%2Fsvg%3E");
}

.nr-users-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22users-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(0.998%20-0.004)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43105%22%20data-name%3D%22Path%2043105%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614%2C6.664%2C6.664%2C0%2C0%2C0%2C.058-1.488%22%20transform%3D%22translate(-1457.322%20-20.311)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43106%22%20data-name%3D%22Path%2043106%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614A6.664%2C6.664%2C0%2C0%2C0%2C1479.169%2C36.941Z%22%20transform%3D%22translate(-1457.322%20-20.311)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43107%22%20data-name%3D%22Path%2043107%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.753)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43108%22%20data-name%3D%22Path%2043108%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.753)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43109%22%20data-name%3D%22Path%2043109%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43110%22%20data-name%3D%22Path%2043110%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-users-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22users-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(0.998%20-0.004)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_43105%22%20data-name%3D%22Path%2043105%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614%2C6.664%2C6.664%2C0%2C0%2C0%2C.058-1.488%22%20transform%3D%22translate(-1457.322%20-20.311)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43106%22%20data-name%3D%22Path%2043106%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614A6.664%2C6.664%2C0%2C0%2C0%2C1479.169%2C36.941Z%22%20transform%3D%22translate(-1457.322%20-20.311)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43107%22%20data-name%3D%22Path%2043107%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.753)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43108%22%20data-name%3D%22Path%2043108%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.753)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43109%22%20data-name%3D%22Path%2043109%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_43110%22%20data-name%3D%22Path%2043110%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.5%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-users-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22users-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(0.998%20-0.004)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(-0.998%200.004)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6803%22%20data-name%3D%22Group%206803%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43105%22%20data-name%3D%22Path%2043105%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614%2C6.664%2C6.664%2C0%2C0%2C0%2C.058-1.488%22%20transform%3D%22translate(-1457.322%20-20.311)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43106%22%20data-name%3D%22Path%2043106%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614A6.664%2C6.664%2C0%2C0%2C0%2C1479.169%2C36.941Z%22%20transform%3D%22translate(-1457.322%20-20.311)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43107%22%20data-name%3D%22Path%2043107%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.754)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43108%22%20data-name%3D%22Path%2043108%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.754)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43109%22%20data-name%3D%22Path%2043109%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43110%22%20data-name%3D%22Path%2043110%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-users-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22users-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Cg%20id%3D%22people%22%20transform%3D%22translate(0.998%20-0.004)%22%3E%20%20%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(-0.998%200.004)%22%20fill%3D%22none%22%2F%3E%20%20%20%20%3Cg%20id%3D%22Group_6803%22%20data-name%3D%22Group%206803%22%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43105%22%20data-name%3D%22Path%2043105%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614%2C6.664%2C6.664%2C0%2C0%2C0%2C.058-1.488%22%20transform%3D%22translate(-1457.322%20-20.311)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43106%22%20data-name%3D%22Path%2043106%22%20d%3D%22M1479.169%2C36.941h.009v-.014c0-.036%2C0-.073%2C0-.114a4.5%2C4.5%2C0%2C0%2C0-2.572-3.919l-.048-.014a10.186%2C10.186%2C0%2C0%2C1-2.948-1.185%2C12.328%2C12.328%2C0%2C0%2C0%2C1.081-4.991%2C7.719%2C7.719%2C0%2C0%2C0-1.454-4.922.667.667%2C0%2C0%2C0-1.075.788%2C7.17%2C7.17%2C0%2C0%2C1%2C1.233%2C4.25.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.029%2C0%2C3.029-1.147%2C4.681l-.005.007-.016.023-.008.012a.623.623%2C0%2C0%2C0-.11.449.8.8%2C0%2C0%2C0%2C.408.653%2C13.668%2C13.668%2C0%2C0%2C0%2C3.176%2C1.293l.048.014c1.785.583%2C2.093%2C2.784%2C2.121%2C3.683%2C0%2C.041%2C0%2C.078%2C0%2C.114V37.8h-.009q.012.332-.007.664a.555.555%2C0%2C0%2C0%2C.586.587c.02%2C0%2C.04%2C0%2C.06-.007a.753.753%2C0%2C0%2C0%2C.62-.614A6.664%2C6.664%2C0%2C0%2C0%2C1479.169%2C36.941Z%22%20transform%3D%22translate(-1457.322%20-20.311)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43107%22%20data-name%3D%22Path%2043107%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.754)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43108%22%20data-name%3D%22Path%2043108%22%20d%3D%22M479.822%2C12.1h.149a4.379%2C4.379%2C0%2C0%2C0%2C3.3-1.388c1.8-1.977%2C1.529-5.455%2C1.5-5.778-.291-2.481-.846-3.18-2.3-4.039A5.322%2C5.322%2C0%2C0%2C0%2C479.954.25h-.079a5.343%2C5.343%2C0%2C0%2C0-2.521.624%2C4.63%2C4.63%2C0%2C0%2C0-2.3%2C4.148c-.032.323-.332%2C3.711%2C1.471%2C5.687a4.361%2C4.361%2C0%2C0%2C0%2C3.3%2C1.388ZM476.3%2C5.135V5.1c.155-3.265%2C2.539-3.616%2C3.56-3.616h.055c1.264.028%2C3.415.529%2C3.56%2C3.616a.081.081%2C0%2C0%2C0%2C0%2C.036c0%2C.032.333%2C3.128-1.156%2C4.759a3.112%2C3.112%2C0%2C0%2C1-2.412.974h-.047a3.1%2C3.1%2C0%2C0%2C1-2.408-.974c-1.485-1.621-1.166-4.732-1.161-4.759Z%22%20transform%3D%22translate(-470.269%200.754)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43109%22%20data-name%3D%22Path%2043109%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%2F%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_43110%22%20data-name%3D%22Path%2043110%22%20d%3D%22M19.5%2C1186.568v-.014c0-.036%2C0-.073%2C0-.114-.028-.9-.088-3.009-2.121-3.683l-.048-.014a13.664%2C13.664%2C0%2C0%2C1-3.887-1.721.644.644%2C0%2C0%2C0-.882.15.6.6%2C0%2C0%2C0%2C.13.838l.025.017a14.77%2C14.77%2C0%2C0%2C0%2C4.276%2C1.9c1.092.379%2C1.214%2C1.512%2C1.246%2C2.551a.983.983%2C0%2C0%2C0%2C0%2C.114%2C7.992%2C7.992%2C0%2C0%2C1-.1%2C1.407%2C17.63%2C17.63%2C0%2C0%2C1-8.258%2C1.867%2C17.733%2C17.733%2C0%2C0%2C1-8.263-1.871%2C7.571%2C7.571%2C0%2C0%2C1-.1-1.407v-.114c.032-1.038.155-2.172%2C1.246-2.551a14.9%2C14.9%2C0%2C0%2C0%2C4.277-1.9.6.6%2C0%2C0%2C0%2C.171-.831l-.017-.025a.644.644%2C0%2C0%2C0-.881-.15%2C13.536%2C13.536%2C0%2C0%2C1-3.887%2C1.721.161.161%2C0%2C0%2C0-.047.013c-2.033.679-2.094%2C2.787-2.122%2C3.684a.887.887%2C0%2C0%2C1%2C0%2C.114v.013a6.8%2C6.8%2C0%2C0%2C0%2C.239%2C2.063.588.588%2C0%2C0%2C0%2C.243.287%2C18.089%2C18.089%2C0%2C0%2C0%2C9.143%2C2.177%2C18.153%2C18.153%2C0%2C0%2C0%2C9.143-2.177.61.61%2C0%2C0%2C0%2C.243-.287%2C7.143%2C7.143%2C0%2C0%2C0%2C.225-2.058Z%22%20transform%3D%22translate(-0.248%20-1168.1)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%220.5%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-vircarda-icon-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22vircarda-icon-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22vircarda-icon%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6380%22%20data-name%3D%22Group%206380%22%20transform%3D%22translate(-50%20-50)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6295%22%20data-name%3D%22Group%206295%22%20transform%3D%22translate(50%2050)%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group_6294%22%20data-name%3D%22Group%206294%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42175%22%20data-name%3D%22Path%2042175%22%20d%3D%22M51.626%2C65.052a1.173%2C1.173%2C0%2C0%2C1-.512-.817c-.452-3.881-.925-7.941-1.108-9.52-.128-1.109%2C1.723-1.776%2C2.942-1.059%2C1.739%2C1.023%2C4.751%2C2.761%2C4.751%2C2.761l2.647-5.56a2.165%2C2.165%2C0%2C0%2C1%2C2.871-.553c2.442%2C1.471%2C5.171%2C3.122%2C7.38%2C4.447a2.831%2C2.831%2C0%2C0%2C1%2C1%2C3.949L65.512%2C71.151a2.171%2C2.171%2C0%2C0%2C1-2.873.541C59.563%2C69.823%2C54.6%2C66.856%2C51.626%2C65.052Zm5.584-7.641c-.688-.423-3.348-2.083-4.372-2.722-.635-.4-1.61-.17-1.543.438.158%2C1.426.709%2C5.609%2C1.188%2C9.113.06.44%2C1.2.63%2C1.535-.017Zm-1.823%2C7.066a1.651%2C1.651%2C0%2C0%2C1-.948.912c2.834%2C1.71%2C8.824%2C5.285%2C8.914%2C5.326a.933.933%2C0%2C0%2C0%2C1.22-.472l5.795-11.712c.6-1.512.448-2.493-1.063-3.423-2.277-1.369-3.9-2.4-6.16-3.757-.552-.331-1.408-.312-1.639.17Z%22%20transform%3D%22translate(-50%20-50)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42176%22%20data-name%3D%22Path%2042176%22%20d%3D%22M117.8%2C151.216c.346%2C2.486%2C1.063%2C7%2C1.389%2C9.067.086.548.153%2C1.145.52%2C1.161a1.832%2C1.832%2C0%2C0%2C1-.711-.324c-2.169-1.3-6.121-3.66-8.461-5.073a1.651%2C1.651%2C0%2C0%2C0%2C.948-.912l3.449-7.3%2C1.06.727A3.454%2C3.454%2C0%2C0%2C1%2C117.8%2C151.216Z%22%20transform%3D%22translate(-56.1%20-90.66)%22%20fill%3D%22%23fff%22%20opacity%3D%220.7%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-vircarda-icon-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22vircarda-icon-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22vircarda-icon%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6380%22%20data-name%3D%22Group%206380%22%20transform%3D%22translate(-50%20-50)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6295%22%20data-name%3D%22Group%206295%22%20transform%3D%22translate(50%2050)%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group_6294%22%20data-name%3D%22Group%206294%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42175%22%20data-name%3D%22Path%2042175%22%20d%3D%22M51.626%2C65.052a1.173%2C1.173%2C0%2C0%2C1-.512-.817c-.452-3.881-.925-7.941-1.108-9.52-.128-1.109%2C1.723-1.776%2C2.942-1.059%2C1.739%2C1.023%2C4.751%2C2.761%2C4.751%2C2.761l2.647-5.56a2.165%2C2.165%2C0%2C0%2C1%2C2.871-.553c2.442%2C1.471%2C5.171%2C3.122%2C7.38%2C4.447a2.831%2C2.831%2C0%2C0%2C1%2C1%2C3.949L65.512%2C71.151a2.171%2C2.171%2C0%2C0%2C1-2.873.541C59.563%2C69.823%2C54.6%2C66.856%2C51.626%2C65.052Zm5.584-7.641c-.688-.423-3.348-2.083-4.372-2.722-.635-.4-1.61-.17-1.543.438.158%2C1.426.709%2C5.609%2C1.188%2C9.113.06.44%2C1.2.63%2C1.535-.017Zm-1.823%2C7.066a1.651%2C1.651%2C0%2C0%2C1-.948.912c2.834%2C1.71%2C8.824%2C5.285%2C8.914%2C5.326a.933.933%2C0%2C0%2C0%2C1.22-.472l5.795-11.712c.6-1.512.448-2.493-1.063-3.423-2.277-1.369-3.9-2.4-6.16-3.757-.552-.331-1.408-.312-1.639.17Z%22%20transform%3D%22translate(-50%20-50)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42176%22%20data-name%3D%22Path%2042176%22%20d%3D%22M117.8%2C151.216c.346%2C2.486%2C1.063%2C7%2C1.389%2C9.067.086.548.153%2C1.145.52%2C1.161a1.832%2C1.832%2C0%2C0%2C1-.711-.324c-2.169-1.3-6.121-3.66-8.461-5.073a1.651%2C1.651%2C0%2C0%2C0%2C.948-.912l3.449-7.3%2C1.06.727A3.454%2C3.454%2C0%2C0%2C1%2C117.8%2C151.216Z%22%20transform%3D%22translate(-56.1%20-90.66)%22%20fill%3D%22%23fff%22%20opacity%3D%220.7%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-vircarda-icon-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22vircarda-icon-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22vircarda-icon%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6380%22%20data-name%3D%22Group%206380%22%20transform%3D%22translate(-50%20-50)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6295%22%20data-name%3D%22Group%206295%22%20transform%3D%22translate(50%2050)%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group_6294%22%20data-name%3D%22Group%206294%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42175%22%20data-name%3D%22Path%2042175%22%20d%3D%22M51.626%2C65.052a1.173%2C1.173%2C0%2C0%2C1-.512-.817c-.452-3.881-.925-7.941-1.108-9.52-.128-1.109%2C1.723-1.776%2C2.942-1.059%2C1.739%2C1.023%2C4.751%2C2.761%2C4.751%2C2.761l2.647-5.56a2.165%2C2.165%2C0%2C0%2C1%2C2.871-.553c2.442%2C1.471%2C5.171%2C3.122%2C7.38%2C4.447a2.831%2C2.831%2C0%2C0%2C1%2C1%2C3.949L65.512%2C71.151a2.171%2C2.171%2C0%2C0%2C1-2.873.541C59.563%2C69.823%2C54.6%2C66.856%2C51.626%2C65.052Zm5.584-7.641c-.688-.423-3.348-2.083-4.372-2.722-.635-.4-1.61-.17-1.543.438.158%2C1.426.709%2C5.609%2C1.188%2C9.113.06.44%2C1.2.63%2C1.535-.017Zm-1.823%2C7.066a1.651%2C1.651%2C0%2C0%2C1-.948.912c2.834%2C1.71%2C8.824%2C5.285%2C8.914%2C5.326a.933.933%2C0%2C0%2C0%2C1.22-.472l5.795-11.712c.6-1.512.448-2.493-1.063-3.423-2.277-1.369-3.9-2.4-6.16-3.757-.552-.331-1.408-.312-1.639.17Z%22%20transform%3D%22translate(-50%20-50)%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42176%22%20data-name%3D%22Path%2042176%22%20d%3D%22M117.8%2C151.216c.346%2C2.486%2C1.063%2C7%2C1.389%2C9.067.086.548.153%2C1.145.52%2C1.161a1.832%2C1.832%2C0%2C0%2C1-.711-.324c-2.169-1.3-6.121-3.66-8.461-5.073a1.651%2C1.651%2C0%2C0%2C0%2C.948-.912l3.449-7.3%2C1.06.727A3.454%2C3.454%2C0%2C0%2C1%2C117.8%2C151.216Z%22%20transform%3D%22translate(-56.1%20-90.66)%22%20opacity%3D%220.7%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-vircarda-icon-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22vircarda-icon-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22vircarda-icon%22%20transform%3D%22translate(1%201)%22%3E%20%20%20%20%3Cg%20id%3D%22Group_6380%22%20data-name%3D%22Group%206380%22%20transform%3D%22translate(-50%20-50)%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22Group_6295%22%20data-name%3D%22Group%206295%22%20transform%3D%22translate(50%2050)%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group_6294%22%20data-name%3D%22Group%206294%22%20transform%3D%22translate(0%200)%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42175%22%20data-name%3D%22Path%2042175%22%20d%3D%22M51.626%2C65.052a1.173%2C1.173%2C0%2C0%2C1-.512-.817c-.452-3.881-.925-7.941-1.108-9.52-.128-1.109%2C1.723-1.776%2C2.942-1.059%2C1.739%2C1.023%2C4.751%2C2.761%2C4.751%2C2.761l2.647-5.56a2.165%2C2.165%2C0%2C0%2C1%2C2.871-.553c2.442%2C1.471%2C5.171%2C3.122%2C7.38%2C4.447a2.831%2C2.831%2C0%2C0%2C1%2C1%2C3.949L65.512%2C71.151a2.171%2C2.171%2C0%2C0%2C1-2.873.541C59.563%2C69.823%2C54.6%2C66.856%2C51.626%2C65.052Zm5.584-7.641c-.688-.423-3.348-2.083-4.372-2.722-.635-.4-1.61-.17-1.543.438.158%2C1.426.709%2C5.609%2C1.188%2C9.113.06.44%2C1.2.63%2C1.535-.017Zm-1.823%2C7.066a1.651%2C1.651%2C0%2C0%2C1-.948.912c2.834%2C1.71%2C8.824%2C5.285%2C8.914%2C5.326a.933.933%2C0%2C0%2C0%2C1.22-.472l5.795-11.712c.6-1.512.448-2.493-1.063-3.423-2.277-1.369-3.9-2.4-6.16-3.757-.552-.331-1.408-.312-1.639.17Z%22%20transform%3D%22translate(-50%20-50)%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3Cpath%20id%3D%22Path_42176%22%20data-name%3D%22Path%2042176%22%20d%3D%22M117.8%2C151.216c.346%2C2.486%2C1.063%2C7%2C1.389%2C9.067.086.548.153%2C1.145.52%2C1.161a1.832%2C1.832%2C0%2C0%2C1-.711-.324c-2.169-1.3-6.121-3.66-8.461-5.073a1.651%2C1.651%2C0%2C0%2C0%2C.948-.912l3.449-7.3%2C1.06.727A3.454%2C3.454%2C0%2C0%2C1%2C117.8%2C151.216Z%22%20transform%3D%22translate(-56.1%20-90.66)%22%20opacity%3D%220.7%22%2F%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-visitors-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22visitors-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22visitors%22%20transform%3D%22translate(-129%20-1.221)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_657%22%20data-name%3D%22Path%20657%22%20d%3D%22M155.4%2C10.713a3.246%2C3.246%2C0%2C1%2C0-3.246-3.246A3.246%2C3.246%2C0%2C0%2C0%2C155.4%2C10.713Zm0-5.117a1.871%2C1.871%2C0%2C1%2C1-1.871%2C1.871A1.871%2C1.871%2C0%2C0%2C1%2C155.4%2C5.6Zm6.572%2C11.164v1.974a.688.688%2C0%2C0%2C1-.688.688h-7.974a5.045%2C5.045%2C0%2C0%2C0-.39-1.375h7.676V16.76a3.7%2C3.7%2C0%2C0%2C0-3.7-3.7h-3a3.73%2C3.73%2C0%2C0%2C0-3.475%2C2.452%2C5.018%2C5.018%2C0%2C0%2C0-1.319-.406%2C5.091%2C5.091%2C0%2C0%2C1%2C4.794-3.421h3A5.079%2C5.079%2C0%2C0%2C1%2C161.967%2C16.76Z%22%20transform%3D%22translate(-9.967)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_658%22%20data-name%3D%22Path%20658%22%20d%3D%22M136.572%2C12a3.246%2C3.246%2C0%2C1%2C0%2C3.246%2C3.246A3.246%2C3.246%2C0%2C0%2C0%2C136.572%2C12Zm0%2C5.117a1.871%2C1.871%2C0%2C1%2C1%2C1.871-1.871A1.871%2C1.871%2C0%2C0%2C1%2C136.572%2C17.114Zm1.507%2C2.349h-3.005A5.079%2C5.079%2C0%2C0%2C0%2C130%2C24.536v1.973a.688.688%2C0%2C0%2C0%2C.687.688h11.777a.688.688%2C0%2C0%2C0%2C.688-.688V24.536A5.079%2C5.079%2C0%2C0%2C0%2C138.079%2C19.463Zm3.7%2C6.359h-10.4V24.536a3.7%2C3.7%2C0%2C0%2C1%2C3.7-3.7h3.005a3.7%2C3.7%2C0%2C0%2C1%2C3.7%2C3.7Z%22%20transform%3D%22translate(0%20-4.057)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-visitors-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22visitors-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22visitors%22%20transform%3D%22translate(-129%20-1.221)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_657%22%20data-name%3D%22Path%20657%22%20d%3D%22M155.4%2C10.713a3.246%2C3.246%2C0%2C1%2C0-3.246-3.246A3.246%2C3.246%2C0%2C0%2C0%2C155.4%2C10.713Zm0-5.117a1.871%2C1.871%2C0%2C1%2C1-1.871%2C1.871A1.871%2C1.871%2C0%2C0%2C1%2C155.4%2C5.6Zm6.572%2C11.164v1.974a.688.688%2C0%2C0%2C1-.688.688h-7.974a5.045%2C5.045%2C0%2C0%2C0-.39-1.375h7.676V16.76a3.7%2C3.7%2C0%2C0%2C0-3.7-3.7h-3a3.73%2C3.73%2C0%2C0%2C0-3.475%2C2.452%2C5.018%2C5.018%2C0%2C0%2C0-1.319-.406%2C5.091%2C5.091%2C0%2C0%2C1%2C4.794-3.421h3A5.079%2C5.079%2C0%2C0%2C1%2C161.967%2C16.76Z%22%20transform%3D%22translate(-9.967)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_658%22%20data-name%3D%22Path%20658%22%20d%3D%22M136.572%2C12a3.246%2C3.246%2C0%2C1%2C0%2C3.246%2C3.246A3.246%2C3.246%2C0%2C0%2C0%2C136.572%2C12Zm0%2C5.117a1.871%2C1.871%2C0%2C1%2C1%2C1.871-1.871A1.871%2C1.871%2C0%2C0%2C1%2C136.572%2C17.114Zm1.507%2C2.349h-3.005A5.079%2C5.079%2C0%2C0%2C0%2C130%2C24.536v1.973a.688.688%2C0%2C0%2C0%2C.687.688h11.777a.688.688%2C0%2C0%2C0%2C.688-.688V24.536A5.079%2C5.079%2C0%2C0%2C0%2C138.079%2C19.463Zm3.7%2C6.359h-10.4V24.536a3.7%2C3.7%2C0%2C0%2C1%2C3.7-3.7h3.005a3.7%2C3.7%2C0%2C0%2C1%2C3.7%2C3.7Z%22%20transform%3D%22translate(0%20-4.057)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%220.2%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-visitors-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22visitors-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22visitors%22%20transform%3D%22translate(-129%20-1.221)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_657%22%20data-name%3D%22Path%20657%22%20d%3D%22M155.4%2C10.713a3.246%2C3.246%2C0%2C1%2C0-3.246-3.246A3.246%2C3.246%2C0%2C0%2C0%2C155.4%2C10.713Zm0-5.117a1.871%2C1.871%2C0%2C1%2C1-1.871%2C1.871A1.871%2C1.871%2C0%2C0%2C1%2C155.4%2C5.6Zm6.572%2C11.164v1.974a.688.688%2C0%2C0%2C1-.688.688h-7.974a5.045%2C5.045%2C0%2C0%2C0-.39-1.375h7.676V16.76a3.7%2C3.7%2C0%2C0%2C0-3.7-3.7h-3a3.73%2C3.73%2C0%2C0%2C0-3.475%2C2.452%2C5.018%2C5.018%2C0%2C0%2C0-1.319-.406%2C5.091%2C5.091%2C0%2C0%2C1%2C4.794-3.421h3A5.079%2C5.079%2C0%2C0%2C1%2C161.967%2C16.76Z%22%20transform%3D%22translate(-9.967)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.2%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_658%22%20data-name%3D%22Path%20658%22%20d%3D%22M136.572%2C12a3.246%2C3.246%2C0%2C1%2C0%2C3.246%2C3.246A3.246%2C3.246%2C0%2C0%2C0%2C136.572%2C12Zm0%2C5.117a1.871%2C1.871%2C0%2C1%2C1%2C1.871-1.871A1.871%2C1.871%2C0%2C0%2C1%2C136.572%2C17.114Zm1.507%2C2.349h-3.005A5.079%2C5.079%2C0%2C0%2C0%2C130%2C24.536v1.973a.688.688%2C0%2C0%2C0%2C.687.688h11.777a.688.688%2C0%2C0%2C0%2C.688-.688V24.536A5.079%2C5.079%2C0%2C0%2C0%2C138.079%2C19.463Zm3.7%2C6.359h-10.4V24.536a3.7%2C3.7%2C0%2C0%2C1%2C3.7-3.7h3.005a3.7%2C3.7%2C0%2C0%2C1%2C3.7%2C3.7Z%22%20transform%3D%22translate(0%20-4.057)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.2%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-visitors-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22visitors-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22visitors%22%20transform%3D%22translate(-129%20-1.221)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_657%22%20data-name%3D%22Path%20657%22%20d%3D%22M155.4%2C10.713a3.246%2C3.246%2C0%2C1%2C0-3.246-3.246A3.246%2C3.246%2C0%2C0%2C0%2C155.4%2C10.713Zm0-5.117a1.871%2C1.871%2C0%2C1%2C1-1.871%2C1.871A1.871%2C1.871%2C0%2C0%2C1%2C155.4%2C5.6Zm6.572%2C11.164v1.974a.688.688%2C0%2C0%2C1-.688.688h-7.974a5.045%2C5.045%2C0%2C0%2C0-.39-1.375h7.676V16.76a3.7%2C3.7%2C0%2C0%2C0-3.7-3.7h-3a3.73%2C3.73%2C0%2C0%2C0-3.475%2C2.452%2C5.018%2C5.018%2C0%2C0%2C0-1.319-.406%2C5.091%2C5.091%2C0%2C0%2C1%2C4.794-3.421h3A5.079%2C5.079%2C0%2C0%2C1%2C161.967%2C16.76Z%22%20transform%3D%22translate(-9.967)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.2%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_658%22%20data-name%3D%22Path%20658%22%20d%3D%22M136.572%2C12a3.246%2C3.246%2C0%2C1%2C0%2C3.246%2C3.246A3.246%2C3.246%2C0%2C0%2C0%2C136.572%2C12Zm0%2C5.117a1.871%2C1.871%2C0%2C1%2C1%2C1.871-1.871A1.871%2C1.871%2C0%2C0%2C1%2C136.572%2C17.114Zm1.507%2C2.349h-3.005A5.079%2C5.079%2C0%2C0%2C0%2C130%2C24.536v1.973a.688.688%2C0%2C0%2C0%2C.687.688h11.777a.688.688%2C0%2C0%2C0%2C.688-.688V24.536A5.079%2C5.079%2C0%2C0%2C0%2C138.079%2C19.463Zm3.7%2C6.359h-10.4V24.536a3.7%2C3.7%2C0%2C0%2C1%2C3.7-3.7h3.005a3.7%2C3.7%2C0%2C0%2C1%2C3.7%2C3.7Z%22%20transform%3D%22translate(0%20-4.057)%22%20fill%3D%22%2368747a%22%20stroke%3D%22%2368747a%22%20stroke-width%3D%220.2%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-warning-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22warning%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-warning-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22warning%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-warning-expiry {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%238d5f02%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%238d5f02%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%238d5f02%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-warning-expiry-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%238d5f02%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%238d5f02%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%238d5f02%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-warning-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-warning-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%2368747a%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-warning-red {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-warning-red-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22warning-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Group_36%22%20data-name%3D%22Group%2036%22%20transform%3D%22translate(1%202)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_79%22%20data-name%3D%22Path%2079%22%20d%3D%22M9.106%2C12.335a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064%2C1.032%2C1.032%2C0%2C0%2C0%2C0-2.064Z%22%20transform%3D%22translate(1.892%202.018)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_81%22%20data-name%3D%22Path%2081%22%20d%3D%22M8.852%2C5.845a1.122%2C1.122%2C0%2C0%2C0-.8%2C1.127c.025.326.045.656.07.982.07%2C1.242.14%2C2.46.211%2C3.7a.756.756%2C0%2C0%2C0%2C.772.727.772.772%2C0%2C0%2C0%2C.772-.751c0-.256%2C0-.491.025-.751.045-.8.095-1.593.14-2.39.025-.516.07-1.032.095-1.548a1.275%2C1.275%2C0%2C0%2C0-.095-.516A1.035%2C1.035%2C0%2C0%2C0%2C8.852%2C5.845Z%22%20transform%3D%22translate(1.89%200.171)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_80%22%20data-name%3D%22Path%2080%22%20d%3D%22M21.465%2C18.419a3.668%2C3.668%2C0%2C0%2C0%2C.009-3.8L14.392%2C2.686a3.957%2C3.957%2C0%2C0%2C0-6.775%2C0L.526%2C14.627A3.7%2C3.7%2C0%2C0%2C0%2C.539%2C18.45a3.892%2C3.892%2C0%2C0%2C0%2C3.378%2C1.887H18.064A3.915%2C3.915%2C0%2C0%2C0%2C21.465%2C18.419Zm-1.538-.862a2.149%2C2.149%2C0%2C0%2C1-1.868%2C1.051H3.913a2.12%2C2.12%2C0%2C0%2C1-1.845-1.029%2C2.033%2C2.033%2C0%2C0%2C1%2C0-2.1L9.155%2C3.54a2.16%2C2.16%2C0%2C0%2C1%2C3.7%2C0l7.087%2C11.94A2.006%2C2.006%2C0%2C0%2C1%2C19.927%2C17.557Z%22%20transform%3D%22translate(0%20-0.773)%22%20fill%3D%22%23b00020%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-web-check-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22web-check-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(-130.023%20150)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_732%22%20data-name%3D%22Path%20732%22%20d%3D%22M5.3%2C16.276A10.992%2C10.992%2C0%2C0%2C1%2C16.277%2C5.3%2C10.881%2C10.881%2C0%2C0%2C1%2C27.219%2C17.19a.845.845%2C0%2C0%2C1-1.684-.139A9.459%2C9.459%2C0%2C0%2C0%2C16.277%2C6.986a9.3%2C9.3%2C0%2C0%2C0-9.29%2C9.29%2C9.459%2C9.459%2C0%2C0%2C0%2C10.065%2C9.258.853.853%2C0%2C0%2C1%2C.914.773.869.869%2C0%2C0%2C1-.773.911c-4.379.679-11.9-3.06-11.9-10.942Z%22%20transform%3D%22translate(125.726%20-154.297)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_733%22%20data-name%3D%22Path%20733%22%20d%3D%22M22.726%2C27.256c-2.889%2C0-5.067-4.72-5.067-10.979S19.837%2C5.3%2C22.726%2C5.3c3.089%2C0%2C4.88%2C5.084%2C5.051%2C10.106a.845.845%2C0%2C0%2C1-.814.873.828.828%2C0%2C0%2C1-.873-.815c-.171-4.995-1.91-8.475-3.364-8.475-1.6%2C0-3.378%2C3.969-3.378%2C9.29s1.783%2C9.29%2C3.378%2C9.29a.845.845%2C0%2C1%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(119.277%20-154.297)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_734%22%20data-name%3D%22Path%20734%22%20d%3D%22M26.488%2C21.114H7.908a.845.845%2C0%2C0%2C1%2C0-1.689h18.58a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-161.668)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_735%22%20data-name%3D%22Path%20735%22%20d%3D%22M17.2%2C35.241H7.908a.845.845%2C0%2C0%2C1%2C0-1.689H17.2a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-169.038)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_736%22%20data-name%3D%22Path%20736%22%20d%3D%22M35.087%2C30.02a5.067%2C5.067%2C0%2C1%2C0%2C5.067%2C5.067A5.067%2C5.067%2C0%2C0%2C0%2C35.087%2C30.02Zm2.286%2C4.82L34.84%2C37.373a.845.845%2C0%2C0%2C1-1.194%2C0l-.845-.845A.844.844%2C0%2C1%2C1%2C34%2C35.334l.247.248%2C1.937-1.937a.844.844%2C0%2C1%2C1%2C1.194%2C1.194Z%22%20transform%3D%22translate(112.828%20-167.196)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-web-check-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22web-check-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(-130.023%20150)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_732%22%20data-name%3D%22Path%20732%22%20d%3D%22M5.3%2C16.276A10.992%2C10.992%2C0%2C0%2C1%2C16.277%2C5.3%2C10.881%2C10.881%2C0%2C0%2C1%2C27.219%2C17.19a.845.845%2C0%2C0%2C1-1.684-.139A9.459%2C9.459%2C0%2C0%2C0%2C16.277%2C6.986a9.3%2C9.3%2C0%2C0%2C0-9.29%2C9.29%2C9.459%2C9.459%2C0%2C0%2C0%2C10.065%2C9.258.853.853%2C0%2C0%2C1%2C.914.773.869.869%2C0%2C0%2C1-.773.911c-4.379.679-11.9-3.06-11.9-10.942Z%22%20transform%3D%22translate(125.726%20-154.297)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_733%22%20data-name%3D%22Path%20733%22%20d%3D%22M22.726%2C27.256c-2.889%2C0-5.067-4.72-5.067-10.979S19.837%2C5.3%2C22.726%2C5.3c3.089%2C0%2C4.88%2C5.084%2C5.051%2C10.106a.845.845%2C0%2C0%2C1-.814.873.828.828%2C0%2C0%2C1-.873-.815c-.171-4.995-1.91-8.475-3.364-8.475-1.6%2C0-3.378%2C3.969-3.378%2C9.29s1.783%2C9.29%2C3.378%2C9.29a.845.845%2C0%2C1%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(119.277%20-154.297)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_734%22%20data-name%3D%22Path%20734%22%20d%3D%22M26.488%2C21.114H7.908a.845.845%2C0%2C0%2C1%2C0-1.689h18.58a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-161.668)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_735%22%20data-name%3D%22Path%20735%22%20d%3D%22M17.2%2C35.241H7.908a.845.845%2C0%2C0%2C1%2C0-1.689H17.2a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-169.038)%22%20fill%3D%22%23fff%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_736%22%20data-name%3D%22Path%20736%22%20d%3D%22M35.087%2C30.02a5.067%2C5.067%2C0%2C1%2C0%2C5.067%2C5.067A5.067%2C5.067%2C0%2C0%2C0%2C35.087%2C30.02Zm2.286%2C4.82L34.84%2C37.373a.845.845%2C0%2C0%2C1-1.194%2C0l-.845-.845A.844.844%2C0%2C1%2C1%2C34%2C35.334l.247.248%2C1.937-1.937a.844.844%2C0%2C1%2C1%2C1.194%2C1.194Z%22%20transform%3D%22translate(112.828%20-167.196)%22%20fill%3D%22%23fff%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-web-check-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22web-check-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(-130.023%20150)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_732%22%20data-name%3D%22Path%20732%22%20d%3D%22M5.3%2C16.276A10.992%2C10.992%2C0%2C0%2C1%2C16.277%2C5.3%2C10.881%2C10.881%2C0%2C0%2C1%2C27.219%2C17.19a.845.845%2C0%2C0%2C1-1.684-.139A9.459%2C9.459%2C0%2C0%2C0%2C16.277%2C6.986a9.3%2C9.3%2C0%2C0%2C0-9.29%2C9.29%2C9.459%2C9.459%2C0%2C0%2C0%2C10.065%2C9.258.853.853%2C0%2C0%2C1%2C.914.773.869.869%2C0%2C0%2C1-.773.911c-4.379.679-11.9-3.06-11.9-10.942Z%22%20transform%3D%22translate(125.726%20-154.297)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_733%22%20data-name%3D%22Path%20733%22%20d%3D%22M22.726%2C27.256c-2.889%2C0-5.067-4.72-5.067-10.979S19.837%2C5.3%2C22.726%2C5.3c3.089%2C0%2C4.88%2C5.084%2C5.051%2C10.106a.845.845%2C0%2C0%2C1-.814.873.828.828%2C0%2C0%2C1-.873-.815c-.171-4.995-1.91-8.475-3.364-8.475-1.6%2C0-3.378%2C3.969-3.378%2C9.29s1.783%2C9.29%2C3.378%2C9.29a.845.845%2C0%2C1%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(119.277%20-154.297)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_734%22%20data-name%3D%22Path%20734%22%20d%3D%22M26.488%2C21.114H7.908a.845.845%2C0%2C0%2C1%2C0-1.689h18.58a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-161.668)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_735%22%20data-name%3D%22Path%20735%22%20d%3D%22M17.2%2C35.241H7.908a.845.845%2C0%2C0%2C1%2C0-1.689H17.2a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-169.038)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_736%22%20data-name%3D%22Path%20736%22%20d%3D%22M35.087%2C30.02a5.067%2C5.067%2C0%2C1%2C0%2C5.067%2C5.067A5.067%2C5.067%2C0%2C0%2C0%2C35.087%2C30.02Zm2.286%2C4.82L34.84%2C37.373a.845.845%2C0%2C0%2C1-1.194%2C0l-.845-.845A.844.844%2C0%2C1%2C1%2C34%2C35.334l.247.248%2C1.937-1.937a.844.844%2C0%2C1%2C1%2C1.194%2C1.194Z%22%20transform%3D%22translate(112.828%20-167.196)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-web-check-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22web-check-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cg%20id%3D%22Icon%22%20transform%3D%22translate(-130.023%20150)%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_732%22%20data-name%3D%22Path%20732%22%20d%3D%22M5.3%2C16.276A10.992%2C10.992%2C0%2C0%2C1%2C16.277%2C5.3%2C10.881%2C10.881%2C0%2C0%2C1%2C27.219%2C17.19a.845.845%2C0%2C0%2C1-1.684-.139A9.459%2C9.459%2C0%2C0%2C0%2C16.277%2C6.986a9.3%2C9.3%2C0%2C0%2C0-9.29%2C9.29%2C9.459%2C9.459%2C0%2C0%2C0%2C10.065%2C9.258.853.853%2C0%2C0%2C1%2C.914.773.869.869%2C0%2C0%2C1-.773.911c-4.379.679-11.9-3.06-11.9-10.942Z%22%20transform%3D%22translate(125.726%20-154.297)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_733%22%20data-name%3D%22Path%20733%22%20d%3D%22M22.726%2C27.256c-2.889%2C0-5.067-4.72-5.067-10.979S19.837%2C5.3%2C22.726%2C5.3c3.089%2C0%2C4.88%2C5.084%2C5.051%2C10.106a.845.845%2C0%2C0%2C1-.814.873.828.828%2C0%2C0%2C1-.873-.815c-.171-4.995-1.91-8.475-3.364-8.475-1.6%2C0-3.378%2C3.969-3.378%2C9.29s1.783%2C9.29%2C3.378%2C9.29a.845.845%2C0%2C1%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(119.277%20-154.297)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_734%22%20data-name%3D%22Path%20734%22%20d%3D%22M26.488%2C21.114H7.908a.845.845%2C0%2C0%2C1%2C0-1.689h18.58a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-161.668)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_735%22%20data-name%3D%22Path%20735%22%20d%3D%22M17.2%2C35.241H7.908a.845.845%2C0%2C0%2C1%2C0-1.689H17.2a.845.845%2C0%2C0%2C1%2C0%2C1.689Z%22%20transform%3D%22translate(124.804%20-169.038)%22%20fill%3D%22%23767676%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_736%22%20data-name%3D%22Path%20736%22%20d%3D%22M35.087%2C30.02a5.067%2C5.067%2C0%2C1%2C0%2C5.067%2C5.067A5.067%2C5.067%2C0%2C0%2C0%2C35.087%2C30.02Zm2.286%2C4.82L34.84%2C37.373a.845.845%2C0%2C0%2C1-1.194%2C0l-.845-.845A.844.844%2C0%2C1%2C1%2C34%2C35.334l.247.248%2C1.937-1.937a.844.844%2C0%2C1%2C1%2C1.194%2C1.194Z%22%20transform%3D%22translate(112.828%20-167.196)%22%20fill%3D%22%23767676%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.nr-worker-hat-dark-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22worker-hat-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Path_42621%22%20data-name%3D%22Path%2042621%22%20d%3D%22M21.12%2C11.89A3%2C3%2C0%2C0%2C1%2C19%2C17.01H3a3%2C3%2C0%2C0%2C1-1-5.83V10.3A8.181%2C8.181%2C0%2C0%2C1%2C8.01%2C2.47h.01A3%2C3%2C0%2C0%2C1%2C8.5%2C1.08%2C2.312%2C2.312%2C0%2C0%2C1%2C10.41%2C0H11.6a2.312%2C2.312%2C0%2C0%2C1%2C1.91%2C1.08%2C3.04%2C3.04%2C0%2C0%2C1%2C.48%2C1.39A8.181%2C8.181%2C0%2C0%2C1%2C20%2C10.3v.88a3.011%2C3.011%2C0%2C0%2C1%2C1.12.71M10.01%2C2.93c.24%2C1.63.62%2C3.88.83%2C5.07h.32c.21-1.2.59-3.44.83-5.07H12a1.071%2C1.071%2C0%2C0%2C0-.15-.75c-.07-.1-.15-.19-.25-.19H10.41c-.11%2C0-.18.09-.25.19a1.081%2C1.081%2C0%2C0%2C0-.15.75M4%2C10.99H18v-.7a6.168%2C6.168%2C0%2C0%2C0-4.23-5.8c-.35%2C2.19-.79%2C4.68-.79%2C4.68a.988.988%2C0%2C0%2C1-.98.82H10a1%2C1%2C0%2C0%2C1-.98-.82s-.44-2.5-.79-4.68A6.178%2C6.178%2C0%2C0%2C0%2C4%2C10.29ZM20%2C14a.99.99%2C0%2C0%2C0-.29-.71A1.033%2C1.033%2C0%2C0%2C0%2C19%2C13H3a1%2C1%2C0%2C0%2C0%2C0%2C2H19a.99.99%2C0%2C0%2C0%2C.71-.29A1.033%2C1.033%2C0%2C0%2C0%2C20%2C14%22%20transform%3D%22translate(1%203)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-worker-hat-dark-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22worker-hat-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Path_42621%22%20data-name%3D%22Path%2042621%22%20d%3D%22M21.12%2C11.89A3%2C3%2C0%2C0%2C1%2C19%2C17.01H3a3%2C3%2C0%2C0%2C1-1-5.83V10.3A8.181%2C8.181%2C0%2C0%2C1%2C8.01%2C2.47h.01A3%2C3%2C0%2C0%2C1%2C8.5%2C1.08%2C2.312%2C2.312%2C0%2C0%2C1%2C10.41%2C0H11.6a2.312%2C2.312%2C0%2C0%2C1%2C1.91%2C1.08%2C3.04%2C3.04%2C0%2C0%2C1%2C.48%2C1.39A8.181%2C8.181%2C0%2C0%2C1%2C20%2C10.3v.88a3.011%2C3.011%2C0%2C0%2C1%2C1.12.71M10.01%2C2.93c.24%2C1.63.62%2C3.88.83%2C5.07h.32c.21-1.2.59-3.44.83-5.07H12a1.071%2C1.071%2C0%2C0%2C0-.15-.75c-.07-.1-.15-.19-.25-.19H10.41c-.11%2C0-.18.09-.25.19a1.081%2C1.081%2C0%2C0%2C0-.15.75M4%2C10.99H18v-.7a6.168%2C6.168%2C0%2C0%2C0-4.23-5.8c-.35%2C2.19-.79%2C4.68-.79%2C4.68a.988.988%2C0%2C0%2C1-.98.82H10a1%2C1%2C0%2C0%2C1-.98-.82s-.44-2.5-.79-4.68A6.178%2C6.178%2C0%2C0%2C0%2C4%2C10.29ZM20%2C14a.99.99%2C0%2C0%2C0-.29-.71A1.033%2C1.033%2C0%2C0%2C0%2C19%2C13H3a1%2C1%2C0%2C0%2C0%2C0%2C2H19a.99.99%2C0%2C0%2C0%2C.71-.29A1.033%2C1.033%2C0%2C0%2C0%2C20%2C14%22%20transform%3D%22translate(1%203)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.nr-worker-hat-light-bg {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22worker-hat-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Path_42621%22%20data-name%3D%22Path%2042621%22%20d%3D%22M21.12%2C11.89A3%2C3%2C0%2C0%2C1%2C19%2C17.01H3a3%2C3%2C0%2C0%2C1-1-5.83V10.3A8.181%2C8.181%2C0%2C0%2C1%2C8.01%2C2.47h.01A3%2C3%2C0%2C0%2C1%2C8.5%2C1.08%2C2.312%2C2.312%2C0%2C0%2C1%2C10.41%2C0H11.6a2.312%2C2.312%2C0%2C0%2C1%2C1.91%2C1.08%2C3.04%2C3.04%2C0%2C0%2C1%2C.48%2C1.39A8.181%2C8.181%2C0%2C0%2C1%2C20%2C10.3v.88a3.011%2C3.011%2C0%2C0%2C1%2C1.12.71M10.01%2C2.93c.24%2C1.63.62%2C3.88.83%2C5.07h.32c.21-1.2.59-3.44.83-5.07H12a1.071%2C1.071%2C0%2C0%2C0-.15-.75c-.07-.1-.15-.19-.25-.19H10.41c-.11%2C0-.18.09-.25.19a1.081%2C1.081%2C0%2C0%2C0-.15.75M4%2C10.99H18v-.7a6.168%2C6.168%2C0%2C0%2C0-4.23-5.8c-.35%2C2.19-.79%2C4.68-.79%2C4.68a.988.988%2C0%2C0%2C1-.98.82H10a1%2C1%2C0%2C0%2C1-.98-.82s-.44-2.5-.79-4.68A6.178%2C6.178%2C0%2C0%2C0%2C4%2C10.29ZM20%2C14a.99.99%2C0%2C0%2C0-.29-.71A1.033%2C1.033%2C0%2C0%2C0%2C19%2C13H3a1%2C1%2C0%2C0%2C0%2C0%2C2H19a.99.99%2C0%2C0%2C0%2C.71-.29A1.033%2C1.033%2C0%2C0%2C0%2C20%2C14%22%20transform%3D%22translate(1%203)%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.nr-worker-hat-light-bg-before::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22worker-hat-light-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22Target%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22Path_42621%22%20data-name%3D%22Path%2042621%22%20d%3D%22M21.12%2C11.89A3%2C3%2C0%2C0%2C1%2C19%2C17.01H3a3%2C3%2C0%2C0%2C1-1-5.83V10.3A8.181%2C8.181%2C0%2C0%2C1%2C8.01%2C2.47h.01A3%2C3%2C0%2C0%2C1%2C8.5%2C1.08%2C2.312%2C2.312%2C0%2C0%2C1%2C10.41%2C0H11.6a2.312%2C2.312%2C0%2C0%2C1%2C1.91%2C1.08%2C3.04%2C3.04%2C0%2C0%2C1%2C.48%2C1.39A8.181%2C8.181%2C0%2C0%2C1%2C20%2C10.3v.88a3.011%2C3.011%2C0%2C0%2C1%2C1.12.71M10.01%2C2.93c.24%2C1.63.62%2C3.88.83%2C5.07h.32c.21-1.2.59-3.44.83-5.07H12a1.071%2C1.071%2C0%2C0%2C0-.15-.75c-.07-.1-.15-.19-.25-.19H10.41c-.11%2C0-.18.09-.25.19a1.081%2C1.081%2C0%2C0%2C0-.15.75M4%2C10.99H18v-.7a6.168%2C6.168%2C0%2C0%2C0-4.23-5.8c-.35%2C2.19-.79%2C4.68-.79%2C4.68a.988.988%2C0%2C0%2C1-.98.82H10a1%2C1%2C0%2C0%2C1-.98-.82s-.44-2.5-.79-4.68A6.178%2C6.178%2C0%2C0%2C0%2C4%2C10.29ZM20%2C14a.99.99%2C0%2C0%2C0-.29-.71A1.033%2C1.033%2C0%2C0%2C0%2C19%2C13H3a1%2C1%2C0%2C0%2C0%2C0%2C2H19a.99.99%2C0%2C0%2C0%2C.71-.29A1.033%2C1.033%2C0%2C0%2C0%2C20%2C14%22%20transform%3D%22translate(1%203)%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable > tbody > tr.selected a {
  color: #090a0b;
}

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
}

table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dt-row {
  position: relative;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}

table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 1px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-bottom-width: 1px;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #0d6efd;
  z-index: 201;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0d6efd;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0d6efd;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
  border-left-width: 1px;
}

div.dtsr-confirmation, div.dtsr-creation {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 500px;
  background-color: white;
  margin-left: -250px;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 2003;
  box-sizing: border-box;
  padding: 1em;
}

div.dtsr-confirmation div.dtsr-confirmation-title-row, div.dtsr-creation div.dtsr-confirmation-title-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-confirmation-title-row h2, div.dtsr-creation div.dtsr-confirmation-title-row h2 {
  border-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

div.dtsr-confirmation div.dtsr-confirmation-text, div.dtsr-creation div.dtsr-confirmation-text {
  text-align: center;
}

div.dtsr-confirmation div.dtsr-confirmation-buttons, div.dtsr-creation div.dtsr-confirmation-buttons {
  text-align: right;
  margin-top: 1em;
}

div.dtsr-confirmation div.dtsr-confirmation-buttons button.dtsr-confirmation-button, div.dtsr-creation div.dtsr-confirmation-buttons button.dtsr-confirmation-button {
  margin: 0px;
}

div.dtsr-confirmation div.dtsr-creation-text, div.dtsr-creation div.dtsr-creation-text {
  text-align: left;
  padding: 0px;
  border: none;
}

div.dtsr-confirmation div.dtsr-creation-text span, div.dtsr-creation div.dtsr-creation-text span {
  font-size: 20px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right, div.dtsr-creation div.dtsr-creation-form div.dtsr-left, div.dtsr-creation div.dtsr-creation-form div.dtsr-right {
  display: inline-block;
  width: 50%;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left, div.dtsr-creation div.dtsr-creation-form div.dtsr-left {
  text-align: right;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-name-row, div.dtsr-creation div.dtsr-creation-form div.dtsr-right, div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label, div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
  width: 33.3%;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input, div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box, div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
  margin-left: 33.3%;
  margin-right: 14px;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title, div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title {
  margin-right: -33.3%;
}

div.dtsr-confirmation div.dtsr-confirmation-text, div.dtsr-creation div.dtsr-confirmation-text {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-confirmation-text label.dtsr-name-label, div.dtsr-creation div.dtsr-confirmation-text label.dtsr-name-label {
  width: auto;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}

div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-name-input, div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box, div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
  margin-left: 33.3%;
  margin-right: 14px;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-modal-foot, div.dtsr-creation div.dtsr-modal-foot {
  text-align: right;
  padding-top: 10px;
}

div.dtsr-confirmation span.dtsr-modal-error, div.dtsr-creation span.dtsr-modal-error {
  color: red;
  font-size: 0.9em;
}

div.dtsr-creation {
  top: 10%;
}

div.dtsr-form-row {
  padding: 10px;
}

div.dtsr-check-row {
  padding-top: 0px;
}

div.dtsr-creation-text {
  padding: 10px;
}

div.dtsr-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtsr-background {
  z-index: 2002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

div.dt-button-collection h3 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection span.dtsr-emptyStates {
  border-radius: 5px;
  display: inline-block;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
}

span.dtsr-check-label {
  padding-left: 3px;
}

div.dt-button-collection h3 {
  margin-top: 8px;
}

div.dt-button-collection div.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 4px;
}

div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper {
  margin-top: 4px;
  padding-left: 3px;
  padding-right: 3px;
}

div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper button.btn {
  width: calc(100% - 30px);
}

div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper button.dt-btn-split-drop {
  width: 30px;
}

div.dt-button-collection div.dropdown-menu button.dt-btn-split-drop-button {
  margin-left: -2px;
  margin-right: -2px;
}

div.dt-button-split-left div.dropdown-menu {
  padding-left: 4px;
  padding-right: 4px;
}

div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button {
  color: white;
  border-radius: 4px;
  background-color: #6b757d;
  margin-top: 4px;
}

div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button:hover {
  background-color: #5a6268;
}

input.dtsr-input {
  margin-left: 3px;
  display: inline-block;
  width: auto;
}

div.dtsr-creation-form div.dtsr-check-row {
  height: 25px;
}

div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
  width: 33.3%;
  display: inline-block;
  text-align: left !important;
  padding-right: 15px;
  padding-left: 15px;
}

div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
  margin-left: 33.3%;
  margin-right: 14px;
  display: inline-block;
  position: relative;
  float: none;
  line-height: normal;
}

div.dtsr-confirmation-text {
  margin-top: 1.5em;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.dataTables_wrapper {
  position: relative;
}

div.dt-buttons {
  position: initial;
}

div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

div.dtb-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.5rem;
  width: 218px;
}

div.dt-button-collection div.dropdown-menu {
  position: relative;
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  z-index: 2002;
  min-width: 100%;
}

div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}

@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}

@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}

div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.columns {
  width: auto;
}

div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}

@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}

@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}

div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-collection .btn-group {
  flex: 1 1 auto;
}

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
  min-width: 200px;
}

div.dt-button-collection div.dt-btn-split-wrapper {
  width: 100%;
}

div.dt-button-collection button.dt-btn-split-drop-button {
  width: 100%;
  color: #212529;
  border: none;
  background-color: white;
  border-radius: 0px;
  margin-left: 0px !important;
}

div.dt-button-collection button.dt-btn-split-drop-button:focus {
  border: none;
  border-radius: 0px;
  outline: none;
}

div.dt-button-collection button.dt-btn-split-drop-button:hover {
  background-color: #e9ecef;
}

div.dt-button-collection button.dt-btn-split-drop-button:active {
  background-color: #007bff !important;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

div.dt-buttons div.btn-group {
  position: initial;
}

div.dt-btn-split-wrapper button.dt-btn-split-drop {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

div.dt-btn-split-wrapper:active:not(.disabled) button, div.dt-btn-split-wrapper.active:not(.disabled) button {
  background-color: #5a6268;
  border-color: #545b62;
}

div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
  box-shadow: none;
  background-color: #6c757d;
  border-color: #6c757d;
}

div.dt-btn-split-wrapper:active:not(.disabled) button:hover, div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
  border-radius: 4px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

div.dt-button-collection div.btn-group {
  border-radius: 4px !important;
}

div.dt-button-collection div.btn-group button {
  border-radius: 4px;
}

div.dt-button-collection div.btn-group button:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

div.dt-button-collection div.btn-group button:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

div.dt-button-collection div.btn-group button:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

span.dt-button-spacer.bar:empty {
  height: inherit;
}

div.dt-button-collection span.dt-button-spacer {
  padding-left: 1rem !important;
  text-align: left;
}

table.dataTable > tbody > tr > .selected {
  background-color: rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable > tbody > tr > td.select-checkbox,
table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

table.dataTable > tbody > tr > td.select-checkbox:before, table.dataTable > tbody > tr > td.select-checkbox:after,
table.dataTable > tbody > tr > th.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:before {
  content: " ";
  margin-top: -5px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid white;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:after,
table.dataTable > tbody > tr.selected > th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

table.dataTable.table-sm tbody td.select-checkbox::before {
  margin-top: -9px;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: -webkit-fill-available;
  min-height: 100vh;
  overflow-y: hidden;
  background-color: var(--bs-3-j);
}

main {
  height: -webkit-fill-available;
  height: 100vh;
  max-height: 100vh;
}

main .content {
  overflow: auto;
}

.content {
  padding: 1rem 2rem;
}

.account-page {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.account-page .image-holder {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.account-page.register .image-holder, .account-page.password-reset .image-holder {
  background-position-x: center;
  background-position-y: center;
}

.account-page .form-panel {
  width: 50%;
  overflow: auto;
}

.account-page .form-panel .form-panel-container {
  padding-left: 4em;
  padding-top: 1em;
}

.account-page .form-panel input.form-control {
  max-width: 220px;
}

@media screen and (max-width: 810px) {
  .account-page {
    flex-direction: column;
    display: block;
    overflow: auto;
  }
  .account-page .image-holder {
    height: 50%;
    width: 100%;
    max-height: 300px;
  }
  .account-page .form-panel {
    width: 100%;
    overflow: visible;
  }
  .account-page .form-panel .form-panel-container {
    padding-left: 0;
    padding-top: 0;
  }
  .account-page .form-panel input.form-control {
    max-width: 100%;
  }
  .account-page .form-panel .mb-4 {
    margin-bottom: 0 !important;
  }
  .account-page .form-panel .mt-4 {
    margin-top: 0 !important;
  }
}

.system-alert {
  border: solid 1px var(--bs-primary);
  background: var(--bs-primary-variant-2);
  color: black;
  padding: 1rem;
  font-size: 14px;
  border-radius: var(--bs-border-radius);
  margin-bottom: 1rem;
}

.system-alert ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.system-alert ul li {
  line-height: 1.8rem;
}

.system-alert ul li svg {
  fill: var(--bs-primary-variant-1);
}

.card-container {
  width: 340px;
  margin-top: 3rem;
}

.card-container.cancelled .header {
  background-color: var(--bs-danger);
  color: var(--bs-white);
}

.card-container.cancelled .header svg {
  fill: var(--bs-white);
}

.card-container.cancelled .card {
  border: 5px solid var(--bs-danger) !important;
}

.card-container.cancelled .card > .list-group {
  border-top: none;
}

.card-container.cancelled .card-img {
  opacity: 0.3;
}

.card-container .header {
  font-weight: bolder;
  display: flex;
  justify-content: space-between;
}

.card-container .header svg {
  fill: var(--bs-3-d);
}

.card-container .card-type {
  align-self: center;
}

.card-container .img {
  width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-container .item {
  display: flex;
  justify-content: space-between;
}

.card-container .item span:first-child {
  font-weight: bolder;
  white-space: nowrap;
}

.card-container .card-status {
  font-size: var(--font-size-caption);
  background-color: var(--bs-white);
  z-index: 100;
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin-left: auto;
  margin-right: 10px;
}

.card-container .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.card-container .btn {
  --bs-btn-padding-x: 0.375rem;
  font-size: var(--font-size-body2);
}

.card-container .btn:last-child {
  margin-left: auto;
}

.card-rules {
  --img-tick: url(' data:image/svg+xml, %3csvg id="grid-img-add" xmlns="http://www.w3.org/2000/svg" width="24" height="24" %3e %3crect id="out-of-bounce" width="24" height="24" fill="none" /%3e %3cpath id="tick" d="M9.707,19.121a1,1,0,0,1-1.414,0L2.647,13.474a1.5,1.5,0,0,1,0-2.121l.707-.707a1.5,1.5,0,0,1,2.121,0L9,14.171l9.525-9.525a1.5,1.5,0,0,1,2.121,0l.707.707a1.5,1.5,0,0,1,0,2.121Z" transform="translate%28-0.207 0.793%29" fill="%23028407" /%3e%3c/svg%3e');
  --img-cross: url(' data:image/svg+xml, %3csvg id="grid-img-add" xmlns="http://www.w3.org/2000/svg" width="24" height="24" %3e %3crect id="out-of-bounce" width="24" height="24" fill="none" /%3e %3cpath id="close" d="M20,2.357,17.643,0,10,7.643,2.357,0,0,2.357,7.643,10,0,17.643,2.357,20,10,12.357,17.643,20,20,17.643,12.357,10Z" transform="translate%282 2%29" fill="%23b00020" /%3e%3c/svg%3e');
  padding-left: 0;
}

.card-rules li {
  display: flex;
  align-items: center;
}

.card-rules li::marker {
  content: "";
}

.card-rules li::before {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.card-rules li.valid::before {
  content: var(--img-tick);
}

.card-rules li.invalid::before {
  content: var(--img-cross);
}

.wide-input {
  width: 300px !important;
}

.wide-inputs {
  width: 500px !important;
}

.wide-inputs select {
  width: 300px !important;
}

.wide-inputs input[type="text"] {
  width: 300px !important;
}

.wide-inputs textarea {
  width: 300px !important;
}

.v-wide-inputs {
  width: 600px !important;
}

.v-wide-inputs select {
  width: 400px !important;
}

.v-wide-inputs input[type="text"] {
  width: 400px !important;
}

.v-wide-inputs textarea {
  width: 400px !important;
}

.stepContainer {
  overflow-y: auto !important;
}

.form input[type=checkbox], .form input[type=radio], .form input[type=checkbox], .form input[type=radio] {
  margin-right: 0px !important;
  margin-bottom: 10px;
}

.form input,
.form select,
.form textarea {
  margin-bottom: 1rem;
}

.form input[type=checkbox] {
  margin-top: 5px;
}

.info-text {
  font-style: italic;
}

.page-title {
  font-weight: bold;
  font-size: var(--font-size-6);
  margin-bottom: 5px;
}

.search-controls {
  box-shadow: var(--box-shadow);
  padding: 20px;
  border-radius: 10px;
}

.search-controls form .row .col {
  display: flex;
  gap: 16px;
  align-items: end;
}

.dt-bootstrap5 {
  --grid-img-info: url(' data:image/svg+xml, %3csvg id="info-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="Target" fill="none" /%3e %3cg id="Icon" transform="translate%281 1%29" opacity="0.75" %3e %3cpath id="Path_546" data-name="Path 546" d="M11,0A11,11,0,1,0,22,11,10.994,10.994,0,0,0,11,0Zm0,20.465A9.465,9.465,0,1,1,20.465,11,9.476,9.476,0,0,1,11,20.465Z" fill="%2337474f" /%3e %3cpath id="Path_547" data-name="Path 547" d="M231.174,213.4c-.652,0-1.115.275-1.115.681v5.517c0,.348.463.695,1.115.695.623,0,1.129-.347,1.129-.695v-5.517C232.3,213.672,231.8,213.4,231.174,213.4Z" transform="translate%28-220.174 -204.229%29" fill="%2337474f" /%3e %3cpath id="Path_548" data-name="Path 548" d="M229.562,134.208a1.043,1.043,0,1,0,1.173,1.028A1.122,1.122,0,0,0,229.562,134.208Z" transform="translate%28-218.562 -128.441%29" fill="%2337474f" /%3e %3c/g%3e %3c/svg%3e');
  --grid-img-add: url(' data:image/svg+xml, %3csvg id="grid-img-add" xmlns="http://www.w3.org/2000/svg" width="24" height="24" %3e %3crect id="Target" fill="none" /%3e%3cpath id="add" d="M18.214,8.214H12.143a.357.357,0,0,1-.357-.357V1.786a1.786,1.786,0,1,0-3.571,0V7.857a.357.357,0,0,1-.357.357H1.786a1.786,1.786,0,1,0,0,3.571H7.857a.357.357,0,0,1,.357.357v6.071a1.786,1.786,0,0,0,3.571,0V12.143a.357.357,0,0,1,.357-.357h6.071a1.786,1.786,0,0,0,0-3.571Zm0,0" transform="translate%282 2%29" fill="%23bf360c" /%3e%3c/svg%3e');
  --grid-img-edit: url(' data:image/svg+xml, %3csvg id="edit-write-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="Target" width="24" height="24" fill="none" /%3e %3cg id="_edit-write" data-name=" edit-write" transform="translate%28-4.875 1.025%29" %3e %3cpath id="Path_35566" data-name="Path 35566" d="M10.1,18.5a1.563,1.563,0,0,0,.462-.066l3.959-.792A2.546,2.546,0,0,0,15.688,17l9.59-9.59a3.945,3.945,0,0,0,0-5.477l-.814-.858a3.972,3.972,0,0,0-5.5,0l-9.59,9.612a2.642,2.642,0,0,0-.638,1.166l-.836,4A2.239,2.239,0,0,0,10.1,18.5Zm.748-6.224,9.59-9.612a1.769,1.769,0,0,1,2.419,0l.836.836a1.706,1.706,0,0,1,0,2.529l-9.568,9.612-4.069.682Z" fill="%23bf360c" /%3e %3cpath id="Path_35567" data-name="Path 35567" d="M25.288,90.4H9.056A.993.993,0,0,0,8,91.456a1.055,1.055,0,0,0,1.056,1.056H25.2a1.059,1.059,0,1,0,.088-2.111Z" transform="translate%28-0.098 -70.536%29" fill="%23bf360c" /%3e %3c/g%3e %3c/svg%3e ');
  --grid-img-export: url(' data:image/svg+xml, %3csvg id="export-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="Target" width="24" height="24" fill="none" /%3e %3cpath id="export" d="M20,14.922v1.953A3.129,3.129,0,0,1,16.875,20H3.125A3.129,3.129,0,0,1,0,16.875V3.125A3.129,3.129,0,0,1,3.125,0h13.75A3.129,3.129,0,0,1,20,3.125V5.078a.938.938,0,0,1-1.875,0V3.125a1.251,1.251,0,0,0-1.25-1.25H3.125a1.251,1.251,0,0,0-1.25,1.25v13.75a1.251,1.251,0,0,0,1.25,1.25h13.75a1.251,1.251,0,0,0,1.25-1.25V14.922a.938.938,0,0,1,1.875,0Zm-5.131-.729a.938.938,0,0,0,1.326,0l3.53-3.53a.937.937,0,0,0,0-1.326L16.2,5.807a.938.938,0,1,0-1.326,1.326l1.93,1.93H8.794a.938.938,0,0,0,0,1.875H16.8l-1.93,1.93a.938.938,0,0,0,0,1.326Z" transform="translate%282 2%29" fill="%23bf360c" /%3e %3c/svg%3e ');
  --grid-img-reload: url(' data:image/svg+xml, %3csvg id="refresh-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="out-of-bounce" width="24" height="24" fill="none" /%3e %3cg id="refresh" transform="translate%281 1%29" %3e %3cpath id="loop" d="M55.354,17.581a9.252,9.252,0,0,1-4.071,2.385l.217.141a1.031,1.031,0,1,1-1.126,1.728l-2.681-1.748a1.031,1.031,0,0,1-.167-1.593l2.223-2.227a1.031,1.031,0,0,1,1.46,1.457l-.15.15a7.243,7.243,0,0,0,.6-13.516,1.031,1.031,0,1,1,.824-1.891,9.306,9.306,0,0,1,2.869,15.113ZM46.343,5.738a1.031,1.031,0,0,0,1.458,0L50.025,3.51a1.031,1.031,0,0,0-.167-1.593L47.177.17A1.031,1.031,0,1,0,46.05,1.9l.217.141a9.308,9.308,0,0,0-1.2,17.5,1.031,1.031,0,1,0,.823-1.891,7.243,7.243,0,0,1,.6-13.516l-.15.15a1.031,1.031,0,0,0,0,1.459Z" transform="translate%28-37.471 -0.002%29" fill="%23bf360c" /%3e %3c/g%3e %3c/svg%3e ');
  --grid-img-sorting-light-up: url(' data:image/svg+xml, %3csvg id="up-arrow-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3cpath id="Arrow" d="M2.016,5,5.837,1.261a.54.54,0,0,0,0-.773L5.5.16a.568.568,0,0,0-.79,0L.163,4.614a.544.544,0,0,0,0,.776L4.708,9.84a.568.568,0,0,0,.79,0l.335-.328a.54.54,0,0,0,0-.774Z" transform="translate%2817 9.494%29 rotate%2890%29" fill="%23fff" /%3e%3c/svg%3e ');
  --grid-img-sorting-light-down: url(' data:image/svg+xml, %3csvg id="down-arrow-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3cpath id="Arrow" d="M2.016,5,5.837,1.261a.54.54,0,0,0,0-.773L5.5.16a.568.568,0,0,0-.79,0L.163,4.614a.544.544,0,0,0,0,.776L4.708,9.84a.568.568,0,0,0,.79,0l.335-.328a.54.54,0,0,0,0-.774Z" transform="translate%287 15.494%29 rotate%28-90%29" fill="%23fff" /%3e%3c/svg%3e ');
  --grid-img-sorting-dark-up: url(' data:image/svg+xml, %3csvg id="up-arrow-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3cpath id="Arrow" d="M2.016,5,5.837,1.261a.54.54,0,0,0,0-.773L5.5.16a.568.568,0,0,0-.79,0L.163,4.614a.544.544,0,0,0,0,.776L4.708,9.84a.568.568,0,0,0,.79,0l.335-.328a.54.54,0,0,0,0-.774Z" transform="translate%2817 9.494%29 rotate%2890%29" fill="%23000" /%3e%3c/svg%3e ');
  --grid-img-sorting-dark-down: url(' data:image/svg+xml, %3csvg id="down-arrow-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3cpath id="Arrow" d="M2.016,5,5.837,1.261a.54.54,0,0,0,0-.773L5.5.16a.568.568,0,0,0-.79,0L.163,4.614a.544.544,0,0,0,0,.776L4.708,9.84a.568.568,0,0,0,.79,0l.335-.328a.54.54,0,0,0,0-.774Z" transform="translate%287 15.494%29 rotate%28-90%29" fill="%23000" /%3e%3c/svg%3e ');
}

.dt-bootstrap5 .row:first-child {
  margin: 10px auto 0 !important;
}

.dt-bootstrap5 .row:first-child .col:first-child {
  background-color: var(--bs-surface);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.dt-bootstrap5 .action-bar {
  margin: 5px 0 5px 10px;
}

.dt-bootstrap5 .action-bar .title {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.dt-bootstrap5 .action-bar .title span {
  background-image: var(--grid-img-info);
  background-repeat: no-repeat;
  background-position-x: left;
  margin-left: 5px;
  width: 24px;
  height: 24px;
}

.dt-bootstrap5 .dataTables_scrollHead {
  background-color: var(--bs-3-f);
}

.dt-bootstrap5 table.dataTable thead {
  background-color: var(--bs-3-f);
}

.dt-bootstrap5 table.dataTable thead > tr th {
  white-space: nowrap;
}

.dt-bootstrap5 table.dataTable thead > tr > th.sorting, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc_disabled, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc_disabled,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc_disabled,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-left: 26px;
  padding-right: 5px;
}

.dt-bootstrap5 table.dataTable thead > tr > th.sorting::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc_disabled::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc_disabled::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc_disabled::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc_disabled::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc_disabled::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc_disabled::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc_disabled::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc_disabled::before {
  left: 1%;
  opacity: 1;
}

.dt-bootstrap5 table.dataTable thead > tr > th.sorting::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc_disabled::before, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc_disabled::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc_disabled::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc_disabled::before {
  content: var(--grid-img-sorting-light-up);
  bottom: 40%;
}

.dt-bootstrap5 table.dataTable thead > tr > th.sorting::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc_disabled::after, .dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc_disabled::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc_disabled::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc_disabled::after {
  content: var(--grid-img-sorting-light-down);
  top: 40%;
}

.dt-bootstrap5 table.dataTable thead > tr > th.sorting_asc::before,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_asc::before {
  content: var(--grid-img-sorting-dark-up);
  bottom: 40%;
}

.dt-bootstrap5 table.dataTable thead > tr > th.sorting_desc::after,
.dt-bootstrap5 table.dataTable thead > tr > td.sorting_desc::after {
  content: var(--grid-img-sorting-dark-down);
  top: 40%;
}

.dt-bootstrap5 table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(255, 243, 224, 0.9);
  color: var(--bs-dark);
}

.dt-bootstrap5 table.dataTable tbody tr td {
  font-size: 14px;
  padding-left: 26px;
}

.dt-bootstrap5 table.dataTable tbody tr td.column.date, .dt-bootstrap5 table.dataTable tbody tr td.column.datetime {
  white-space: nowrap;
}

.dt-bootstrap5 .dt-buttons .btn {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.dt-bootstrap5 .dt-buttons .btn.btn-action-add span, .dt-bootstrap5 .dt-buttons .btn.btn-action-edit span, .dt-bootstrap5 .dt-buttons .btn.btn-action-export span, .dt-bootstrap5 .dt-buttons .btn.btn-action-reload span {
  background-repeat: no-repeat;
  background-position-x: left;
  padding-left: 26px;
}

.dt-bootstrap5 .dt-buttons .btn.btn-action-add span {
  background-image: var(--grid-img-add);
}

.dt-bootstrap5 .dt-buttons .btn.btn-action-edit span {
  background-image: var(--grid-img-edit);
}

.dt-bootstrap5 .dt-buttons .btn.btn-action-export span {
  background-image: var(--grid-img-export);
}

.dt-bootstrap5 .dt-buttons .btn.btn-action-reload span {
  background-image: var(--grid-img-reload);
}

.dt-bootstrap5 .paging-bar {
  align-items: center;
  justify-content: end;
  font-size: 12px;
  padding-top: 14px;
  background-color: var(--bs-3-j);
}

.dt-bootstrap5 .paging-bar .dataTables_info {
  padding-top: 0;
}

.dt-bootstrap5 .paging-bar .pagination a {
  font-size: 14px;
}

.dt-bootstrap5 .paging-bar .page-link {
  background-color: var(--bs-3-j);
}

.dt-bootstrap5 .paginate_button.page-item.previous a,
.dt-bootstrap5 .paginate_button.page-item.next a,
.dt-bootstrap5 .paginate_button.page-item.first a,
.dt-bootstrap5 .paginate_button.page-item.last a {
  color: var(--bs-primary-variant-1);
}

.dt-bootstrap5 .paginate_button.page-item.previous.disabled,
.dt-bootstrap5 .paginate_button.page-item.next.disabled,
.dt-bootstrap5 .paginate_button.page-item.first.disabled,
.dt-bootstrap5 .paginate_button.page-item.last.disabled {
  opacity: 0.2;
}

ul:has(li:empty) {
  display: none;
}

.ui-dialog .form input[type=text].input-validation-error, .ui-dialog .form input[type=number].input-validation-error, .ui-dialog .form input[type=password].input-validation-error, .ui-dialog .form textarea.input-validation-error, .ui-dialog .form select.input-validation-error {
  border-color: var(--bs-danger);
}

input[type=text].input-validation-error, input[type=number].input-validation-error, input[type=password].input-validation-error, textarea.input-validation-error, select.input-validation-error {
  border-color: var(--bs-danger);
}

.validation-summary-errors {
  display: flex;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

.qualifications tbody tr {
  display: none;
}

.qualifications tbody tr.active {
  display: table-row;
}

.qualifications tbody tr.show {
  display: table-row;
}

.qualifications tbody tr.collapse:not(.show) {
  display: none;
}

.qualifications tbody tr.header-collapse {
  --img-chevron-right: url(' data:image/svg+xml, %3csvg id="right-chevron-on-light-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3cpath id="chevron-icon" d="M6,.16a.66.66,0,0,0-.862,0L.178,4.614a.513.513,0,0,0,0,.776L5.134,9.84A.661.661,0,0,0,6,9.84Z" transform="translate%2815 17%29 rotate%28180%29" /%3e %3c/svg%3e');
  --img-chevron-down: url(' data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3cg id="down-chevron-on-light-bg" transform="translate%2824%29 rotate%2890%29" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3cpath id="chevron-icon" d="M6,.16a.66.66,0,0,0-.862,0L.178,4.614a.513.513,0,0,0,0,.776L5.134,9.84A.661.661,0,0,0,6,9.84Z" transform="translate%2815 17%29 rotate%28180%29" /%3e %3c/g%3e %3c/svg%3e');
  cursor: pointer;
}

.qualifications tbody tr.header-collapse td:first-child {
  padding-left: 21px;
  background-image: var(--img-chevron-down);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}

.qualifications tbody tr.header-collapse.collapsed td:first-child {
  padding-left: 21px;
  background-image: var(--img-chevron-right);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}

.qualifications tbody tr.is-invalid td,
.qualifications tbody tr.is-invalid * {
  color: var(--bs-danger);
}

.qualifications tbody tr td {
  color: var(--bs-gray-text);
}

.qualifications .icon {
  height: 24px;
  width: 24px;
  margin-right: 5px;
  display: inline-flex;
  vertical-align: middle;
}

.qualifications .icon.is-probation {
  --img-is-probation: url(' data:image/svg+xml, %3csvg id="probation" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3crect id="Rectangle_1887" data-name="Rectangle 1887" width="20" height="20" rx="10" transform="translate%282 2%29" fill="%23f70000" /%3e %3ctext id="P" transform="translate%288 17%29" fill="%23fff" font-size="14" font-family="Manrope-Bold, Manrope,sans-serif" font-weight="700" %3e%3ctspan x="0" y="0" %3eP%3c/tspan%3e%3c/text%3e %3c/svg%3e ');
  background-image: var(--img-is-probation);
  background-repeat: no-repeat;
}

.qualifications .icon.is-learning-support {
  --img-learning-support: url(' data:image/svg+xml, %3csvg id="learning-support" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3crect id="probation_green" data-name="probation green" width="20" height="20" transform="translate%282 2%29" fill="%2322b14c" /%3e %3c/svg%3e ');
  background-image: var(--img-learning-support);
  background-repeat: no-repeat;
}

.qualifications .icon.mentorship {
  --img-mentorship: url(' data:image/svg+xml, %3csvg id="mentorship" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="target" width="24" height="24" fill="none" /%3e %3crect id="Rectangle_1887" data-name="Rectangle 1887" width="20" height="20" rx="10" transform="translate%282 2%29" fill="%23f70000" /%3e %3ctext id="M" transform="translate%286 17%29" fill="%23fff" font-size="14" font-family="Manrope-Bold, Manrope,sans-serif" font-weight="700" %3e%3ctspan x="0" y="0" %3eM%3c/tspan%3e%3c/text%3e %3c/svg%3e ');
  background-image: var(--img-mentorship);
  background-repeat: no-repeat;
}

.qualifications .info {
  display: flex;
}

.qualifications .is-parent {
  font-weight: bold;
  font-size: var(--font-size-body2);
  color: var(--bs-black);
}

.qualifications .is-sibling {
  --img-child-connection: url(' data:image/svg+xml, %3csvg id="child-light-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="Target" width="24" height="24" fill="none" /%3e %3cg id="child" transform="translate%286 3%29" %3e %3cpath id="child_connection" data-name="child connection" d="M-19730.816,10842.479v4.067h9.307" transform="translate%2819733.814 -10837.047%29" fill="none" stroke="%23b0bec5" stroke-width="1" /%3e %3cpath id="Path_552" data-name="Path 552" d="M426.459,650.546l2.029,2.406-2.029,2.594" transform="translate%28-415.611 -643.546%29" fill="none" stroke="%23b0bec5" stroke-linecap="round" stroke-width="1" /%3e %3cg id="Rectangle_1889" data-name="Rectangle 1889" fill="none" stroke="%23b0bec5" stroke-width="1" %3e %3crect width="6" height="6" rx="3" stroke="none" /%3e %3crect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none" /%3e %3c/g%3e %3c/g%3e %3c/svg%3e');
  padding-left: 21px;
  background-image: var(--img-child-connection);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: var(--bs-black);
}

.qualifications .is-assessment .title {
  margin-left: 24px;
}

.tooltip-inner .info-wrapper {
  display: flex;
}

.tooltip-inner .info-header {
  font-size: var(--font-size-caption);
  font-weight: bold;
}

.tooltip-inner .info-text {
  font-size: var(--font-size-caption);
  font-weight: normal;
  margin-left: auto;
  padding-left: 10px;
}

.tooltip-inner hr {
  border-top-color: #9d9d9d !important;
  border-top-width: 1px !important;
  margin: 0;
  opacity: 1;
}

.avatar {
  --img-avatar-x: 42px;
  width: var(--img-avatar-x);
  height: var(--img-avatar-x);
  border-radius: 50%;
  border: 1px solid var(--bs-3-g);
  position: relative;
  overflow: hidden;
  transition: transform 150ms ease-in-out;
  margin-right: 10px;
}

.avatar img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 10;
}

.avatar-lg {
  --img-avatar-x: 150px;
  width: var(--img-avatar-x);
  height: var(--img-avatar-x);
  border-radius: 50%;
  border: 1px solid var(--bs-3-g);
  position: relative;
  overflow: hidden;
  transition: transform 150ms ease-in-out;
  margin-right: 10px;
  margin-top: 5px;
}

.avatar-lg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 10;
}

.dashboard-header {
  display: flex;
  align-items: flex-start;
  font-size: var(--font-size-6);
  color: var(--bs-3-c);
}

.dashboard-container {
  box-shadow: var(--box-shadow);
  background-color: var(--bs-white);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: flex-start;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  width: -mox-fit-content;
  width: fit-content;
}

.dashboard-container .group-header {
  padding-top: 15px;
}

.dashboard-container .action:not(:disabled):not(.disabled) {
  text-align: start;
}

.dashboard-container .action:not(:disabled):not(.disabled):hover svg {
  fill: var(--bs-primary);
}

.dashboard-container .action:not(:disabled):not(.disabled) svg {
  fill: var(--bs-3-d);
}

.dashboard-container .badge {
  padding: 0.25rem;
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-variant-rgb), var(--bs-border-opacity)) !important;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  color: var(--bs-dark);
}

.dashboard .icon {
  height: 24px;
  width: 24px;
}

.dashboard .dashboard-link {
  font-size: var(--font-size-body2);
}

.powerbi {
  display: flex;
  flex-direction: column;
}

.powerbi .powerbi-header {
  flex: 0 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}

.powerbi .powerbi-header .item {
  padding-left: 10px;
  cursor: pointer;
}

.powerbi .powerbi-content {
  flex: 1 0 auto;
  height: calc(100vh - 100px);
}

.powerbi .powerbi-content iframe {
  border: none;
}

.old-styles h1 {
  font-size: 32px;
}

.old-styles h2 {
  font-size: 26px;
}

.old-styles h3 {
  font-size: 20px;
}

.old-styles h4 {
  font-size: 20px;
}

.old-styles h5 {
  font-size: 18px;
}

.old-styles h6 {
  font-size: 18px;
}

.old-styles > h2 {
  font-size: 22px;
  margin-bottom: 1.5rem;
}

.old-styles > h3 {
  font-size: 16px;
  margin-bottom: 1.5rem;
}

.old-styles > h4 {
  font-size: 16px;
}

.old-styles .breadCrumb {
  display: none !important;
}

/* Styles for form
-----------------------------------------------------------*/
.old-styles .clear, .ui-dialog .clear {
  clear: both;
  margin-bottom: 1rem;
}

.old-styles .search, .ui-dialog .search {
  padding: 1rem;
  box-shadow: 0px 0px 5px #203F4E33 !important;
  background: var(--bs-light);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.old-styles .search img, .ui-dialog .search img {
  display: none;
}

.old-styles .search tr td, .ui-dialog .search tr td {
  width: auto !important;
  padding: 0 .5rem;
}

.old-styles .search tr td div, .ui-dialog .search tr td div {
  display: inline;
}

.old-styles .search input[type=checkbox], .ui-dialog .search input[type=checkbox] {
  margin-right: .5rem;
}

.old-styles .search input[type=submit], .ui-dialog .search input[type=submit] {
  margin-left: 1rem;
}

.old-styles .search input[type=text], .ui-dialog .search input[type=text] {
  min-width: 150px;
}

.old-styles .search label, .ui-dialog .search label {
  font-weight: 700;
  font-size: 14px;
}

.old-styles .formContainer, .ui-dialog .formContainer {
  float: left;
  padding: 1rem;
  background: var(--bs-white);
}

.old-styles .ui-tabs-panel .formContainer, .old-styles .ui-dialog .formContainer, .ui-dialog .ui-tabs-panel .formContainer, .ui-dialog .ui-dialog .formContainer {
  box-shadow: none;
  padding: 0;
}

.old-styles .formContainer h4, .ui-dialog .formContainer h4 {
  margin: 0 0 15px;
}

.old-styles .form, .old-styles .formCompact, .old-styles .formAlt, .old-styles .formLW, .ui-dialog .form, .ui-dialog .formCompact, .ui-dialog .formAlt, .ui-dialog .formLW {
  clear: both;
  float: left;
  padding: 1.5rem;
  background: white;
  margin: 1rem;
  /*box-shadow: 0px 0px 5px #203F4E33;*/
  border-radius: 10px;
}

.old-styles .form input[type=checkbox], .old-styles .form input[type=radio], .ui-dialog .form input[type=checkbox], .ui-dialog .form input[type=radio] {
  margin-right: 100px;
  margin-bottom: 10px;
}

.old-styles .form-check-label, .ui-dialog .form-check-label {
  font-size: 1rem;
}

.old-styles .formColumn0, .ui-dialog .formColumn0 {
  float: left;
  margin: 0 0 15px;
  width: 470px;
}

.old-styles .formColumn520, .ui-dialog .formColumn520 {
  float: left;
  margin: 0 0 15px;
  width: 520px;
}

.old-styles .formColumn540, .ui-dialog .formColumn540 {
  float: left;
  margin: 0 0 15px;
  width: 540px;
}

.old-styles .formColumn100, .ui-dialog .formColumn100 {
  float: left;
  margin: 0 0 15px;
  padding-right: 30px;
  width: 400px;
}

.old-styles .formColumn600, .ui-dialog .formColumn600 {
  float: left;
  margin: 0 0 15px;
  padding-right: 30px;
  width: 600px;
}

.old-styles .formColumn700, .ui-dialog .formColumn700 {
  float: left;
  margin: 0 0 15px;
  padding-right: 30px;
  width: 700px;
}

.old-styles .formColumn800, .ui-dialog .formColumn800 {
  float: left;
  margin: 0 0 15px;
  padding-right: 30px;
  width: 800px;
}

.old-styles .formColumn100 div, .ui-dialog .formColumn100 div {
  line-height: normal;
}

.old-styles .formColumn1, .ui-dialog .formColumn1 {
  float: left;
  margin: 0 0 15px;
  padding: 0 15px 0 0;
  width: 460px;
}

.old-styles .formColumn2, .ui-dialog .formColumn2 {
  border-left: solid 1px #6b8092;
  float: left;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  width: 460px;
}

.old-styles .form label, .ui-dialog .form label {
  /*clear: left;*/
  display: block;
  float: left;
  font-weight: 700;
  vertical-align: middle;
  width: 180px;
  /*margin-bottom: 2rem;*/
}

.old-styles .formLW label, .ui-dialog .formLW label {
  clear: left;
  display: block;
  float: left;
  font-weight: 600;
  vertical-align: middle;
  width: 260px;
}

.old-styles .formCompact label, .ui-dialog .formCompact label {
  clear: left;
  display: block;
  float: left;
  font-weight: 600;
  padding-right: 5px;
  vertical-align: middle;
  width: 180px;
}

.old-styles .form label span, .ui-dialog .form label span {
  color: #999;
  display: block;
}

.old-styles .form input[type=text],
.old-styles .form input[type=email],
.old-styles .form input[type=number],
.old-styles .form select,
.old-styles .form textarea, .ui-dialog .form input[type=text],
.ui-dialog .form input[type=email],
.ui-dialog .form input[type=number],
.ui-dialog .form select,
.ui-dialog .form textarea {
  width: 250px;
  padding: .5rem;
  border: 1px solid #9d9d9d;
  border-radius: 8px;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.old-styles .form select, .ui-dialog .form select {
  padding-right: 2.25rem;
}

.old-styles .form .input-group input, .ui-dialog .form .input-group input {
  margin-top: 0;
}

.old-styles .form input[type=checkbox],
.old-styles .form input[type=radio], .ui-dialog .form input[type=checkbox],
.ui-dialog .form input[type=radio] {
  width: 16px !important;
  height: 16px !important;
}

.old-styles .form input[type=checkbox]::after,
.old-styles .form input[type=radio]::after, .ui-dialog .form input[type=checkbox]::after,
.ui-dialog .form input[type=radio]::after {
  content: ' ';
  clear: both;
  margin-bottom: 1rem;
}

.old-styles input[type="text"],
.old-styles input[type="password"],
.old-styles textarea, .ui-dialog input[type="text"],
.ui-dialog input[type="password"],
.ui-dialog textarea {
  border: 1px solid #9d9d9d;
  border-radius: 5px;
  padding: .25rem;
  width: 200px;
}

.old-styles input[type="text"]:focus,
.old-styles input[type="password"]:focus,
.old-styles textarea:focus, .ui-dialog input[type="text"]:focus,
.ui-dialog input[type="password"]:focus,
.ui-dialog textarea:focus {
  color: #262626;
  background-color: white;
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: none;
}

.old-styles .form input[type="text"],
.old-styles .form input[type="password"],
.old-styles .form textarea, .ui-dialog .form input[type="text"],
.ui-dialog .form input[type="password"],
.ui-dialog .form textarea {
  margin-bottom: 1rem;
}

.old-styles input[type="submit"],
.old-styles input[type="button"], .ui-dialog input[type="submit"],
.ui-dialog input[type="button"] {
  cursor: pointer;
  background-color: var(--bs-primary);
  padding: .25rem;
  min-width: 60px;
  text-transform: uppercase;
  color: black;
  border-style: solid;
  border-color: #f50;
  border-width: 2px !important;
  box-shadow: none;
  border-radius: 5px;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  background-image: none !important;
}

.old-styles input[type="submit"]:hover,
.old-styles input[type="button"]:hover, .ui-dialog input[type="submit"]:hover,
.ui-dialog input[type="button"]:hover {
  background: var(--bs-primary-bg-hover-colour) !important;
  border-color: var(--bs-primary-border-hover-colour) !important;
  box-shadow: none !important;
}

.old-styles input[type="submit"]:focus,
.old-styles input[type="button"]:focus, .ui-dialog input[type="submit"]:focus,
.ui-dialog input[type="button"]:focus {
  border-color: var(--bs-focus-blue);
  background-color: var(--bs-btn-primary-bg-active-colour);
  box-shadow: 0px 3px 6px #00000040;
}

.old-styles input[type="submit"]:active,
.old-styles input[type="button"]:active, .ui-dialog input[type="submit"]:active,
.ui-dialog input[type="button"]:active {
  background-color: white !important;
  border-color: black !important;
  box-shadow: none !important;
}

.old-styles .form textarea, .ui-dialog .form textarea {
  height: 200px;
  margin-bottom: 20px;
}

.old-styles .form input[type="checkbox"], .old-styles .form input[type="radio"], .ui-dialog .form input[type="checkbox"], .ui-dialog .form input[type="radio"] {
  width: auto;
  display: block;
}

.old-styles .form input[type="checkbox"]:after, .ui-dialog .form input[type="checkbox"]:after {
  content: '';
  clear: both;
}

.old-styles .formLW input[type="checkbox"], .old-styles .formLW input[type="radio"], .ui-dialog .formLW input[type="checkbox"], .ui-dialog .formLW input[type="radio"] {
  width: auto;
  display: block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .old-styles .form input[type="checkbox"], .ui-dialog .form input[type="checkbox"] {
    float: left;
  }
}

.old-styles .form select, .ui-dialog .form select {
  width: 206px;
}

.old-styles .formAlt label, .ui-dialog .formAlt label {
  clear: left;
  display: block;
  float: left;
  font-weight: 600;
  width: 140px;
}

.old-styles .formAlt label span, .ui-dialog .formAlt label span {
  color: #999;
  display: block;
}

.old-styles .formAlt input,
.old-styles .formAlt select,
.old-styles .formAlt textarea, .ui-dialog .formAlt input,
.ui-dialog .formAlt select,
.ui-dialog .formAlt textarea {
  margin-bottom: 8px;
}

.old-styles .form2 input[type="checkbox"], .old-styles .form input[type="radio"], .ui-dialog .form2 input[type="checkbox"], .ui-dialog .form input[type="radio"] {
  width: auto;
}

.old-styles .formContainer input[type="submit"],
.old-styles .formContainer input[type="button"], .ui-dialog .formContainer input[type="submit"],
.ui-dialog .formContainer input[type="button"] {
  margin: 15px 15px 0 0;
}

.old-styles .formContainer h2, .ui-dialog .formContainer h2 {
  margin-bottom: 0px;
}

.old-styles .formContainer hr, .ui-dialog .formContainer hr {
  margin-top: 0px;
}

.old-styles .swipes input[type="text"], .ui-dialog .swipes input[type="text"] {
  width: 90px;
}

.old-styles .modifiedBy, .ui-dialog .modifiedBy {
  color: #888;
  padding-top: 15px;
}

.old-styles .modifiedBy a, .ui-dialog .modifiedBy a {
  border-color: #888;
  color: #888;
}

pre {
  background: #e8eaf0;
  padding: 1em;
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  border-radius: 10px;
}

.old-styles input[type=text]:focus, .old-styles input[type=password]:focus, .old-styles input[type=email]:focus, .old-styles input[type=number]:focus, .old-styles textarea:focus {
  color: #262626;
  background-color: white;
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: none;
}

.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
  margin-top: 0;
}

.leftColumn {
  float: left;
}

.certificate {
  width: 700px;
  padding: 14px;
}

.tvp img {
  margin-top: 8px;
  float: right;
}

.tvp .full {
  width: 100%;
}

.tvp .full td {
  width: 50%;
}

.tvp th {
  text-align: left;
}

label .small {
  display: block;
}

.flexigrid {
  font-family: var(--bs-body-font-family);
  font-size: 14px;
}

.flexigrid .mDiv {
  display: none !important;
}

.flexigrid .tDiv {
  font-size: 16px !important;
  background: white !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 5px #203F4E33;
  border: solid 1px #d5d5d5 !important;
}

.flexigrid .tDiv .fbutton {
  margin-left: 0;
  background-image: none !important;
  border-radius: 5px;
}

.flexigrid .tDiv .fbutton.fbOver, .flexigrid .tDiv .fbutton:hover {
  border: none !important;
  padding: inherit !important;
  background-color: var(--bs-3-g) !important;
}

.flexigrid .tDiv .fbutton.fbOver span, .flexigrid .tDiv .fbutton:hover span {
  color: black !important;
}

.flexigrid .tDiv .fbutton div span {
  margin-left: 0;
  padding: .5rem !important;
  color: var(--bs-primary-variant-1);
  text-transform: uppercase;
  font-weight: 600;
}

.flexigrid .tDiv .btnseparator {
  display: none;
}

.flexigrid div.hDiv th, .flexigrid div.bDiv td {
  border-left: none !important;
  border-right: none !important;
}

.flexigrid .hDiv {
  background-image: none !important;
  background-color: var(--bs-3-f) !important;
}

.flexigrid .hDiv .hDivBox table {
  border-right: none !important;
}

.flexigrid .hDiv .hDivBox table thead tr {
  background-color: var(--bs-3-f);
}

.flexigrid .hDiv .hDivBox table thead tr th.sorted {
  background-image: none !important;
}

.flexigrid .hDiv .hDivBox table thead tr th div {
  font-weight: bold;
  position: relative;
  padding: 5px 5px 5px 26px;
  cursor: default;
}

.flexigrid .hDiv .hDivBox table thead tr th div.sasc, .flexigrid .hDiv .hDivBox table thead tr th div.sdesc {
  background: none !important;
}

.flexigrid .hDiv .hDivBox table thead tr th[abbr] div {
  cursor: pointer;
}

.flexigrid .hDiv .hDivBox table thead tr th[abbr] div::before {
  content: '';
  width: 24px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: -3px;
  left: 0;
}

.flexigrid .hDiv .hDivBox table thead tr th[abbr] div.sasc, .flexigrid .hDiv .hDivBox table thead tr th[abbr] div.sdesc {
  background: none !important;
}

.flexigrid .hDiv .hDivBox table thead tr th[abbr] div.sasc::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23000%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
}

.flexigrid .hDiv .hDivBox table thead tr th[abbr] div.sdesc::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22sort-none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2260%22%20viewBox%3D%220%200%2024%2060%22%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23fff%22%20transform%3D%22translate(18%209.494)%20rotate(90)%22%2F%3E%20%20%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.016%2C5%2C5.837%2C1.261a.54.54%2C0%2C0%2C0%2C0-.773L5.5.16a.568.568%2C0%2C0%2C0-.79%2C0L.163%2C4.614a.544.544%2C0%2C0%2C0%2C0%2C.776L4.708%2C9.84a.568.568%2C0%2C0%2C0%2C.79%2C0l.335-.328a.54.54%2C0%2C0%2C0%2C0-.774Z%22%20fill%3D%22%23000%22%20transform%3D%22translate(8%2028)%20rotate(270)%22%2F%3E%3C%2Fsvg%3E");
}

.flexigrid .hDiv .hDivBox table tbody .erow td {
  background-color: white !important;
}

.flexigrid .hDiv .hDivBox table tbody tr td {
  padding: 8px !important;
  white-space: normal;
}

.flexigrid .hDiv .hDivBox table tbody tr td div {
  font-size: 12px !important;
}

.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div {
  border-bottom: none !important;
  cursor: pointer;
}

.vtabContainer {
  margin-top: 1rem;
}

.flexigrid tr:not(.trSelected) td,
.flexigrid tr.erow:not(.trSelected) td {
  background: white !important;
  border-bottom: solid 1px var(--bs-border-color) !important;
}

tr.trSelected:hover td,
.flexigrid div.bDiv tr.trSelected:hover td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td,
.flexigrid tr.trSelected td.sorted,
.flexigrid tr.trSelected td {
  box-shadow: inset 0 0 0 9999px rgba(255, 243, 224, 0.9) !important;
  background: var(--bs-primary-variant-2) !important;
  color: black;
}

.flexigrid div.bDiv tr.trSelected:hover td,
.flexigrid div.bDiv tr.trSelected:hover td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td,
.flexigrid tr.trSelected td.sorted,
.flexigrid tr.trSelected td {
  box-shadow: inset 0 0 0 9999px rgba(255, 243, 224, 0.9) !important;
  background: var(--bs-primary-variant-2) !important;
  color: black;
}

.flexigrid div.bDiv td {
  white-space: normal !important;
}

.flexigrid div.hDiv th div,
.flexigrid div.bDiv td div,
div.colCopy div {
  padding: 8px;
}

.flexigrid div.pDiv {
  background-image: none !important;
  margin-bottom: 1rem;
  border-bottom: none;
}

.flexigrid div.pDiv div.pDiv2 {
  margin-top: 1.5rem;
  float: right;
  display: flex;
  width: auto !important;
}

.flexigrid .pFirst,
.flexigrid .pPrev,
.flexigrid .pNext,
.flexigrid .pLast {
  background-image: none !important;
  width: 60px !important;
  height: auto !important;
}

.flexigrid .pFirst:hover,
.flexigrid .pPrev:hover,
.flexigrid .pNext:hover,
.flexigrid .pLast:hover {
  border: none !important;
  background: #ff5500;
  border-radius: 5px;
}

.flexigrid .pFirst:hover span,
.flexigrid .pPrev:hover span,
.flexigrid .pNext:hover span,
.flexigrid .pLast:hover span {
  border: none !important;
  color: black !important;
}

.flexigrid .pFirst:hover :before,
.flexigrid .pPrev:hover :before,
.flexigrid .pNext:hover :before,
.flexigrid .pLast:hover :before {
  color: black;
}

.flexigrid .pFirst span,
.flexigrid .pPrev span,
.flexigrid .pNext span,
.flexigrid .pLast span {
  height: auto !important;
  width: 60px !important;
  text-align: center;
  padding: .25rem 0.25rem;
  margin-top: 2px;
}

.flexigrid .pFirst :before,
.flexigrid .pPrev :before,
.flexigrid .pNext :before,
.flexigrid .pLast :before {
  display: inline-block;
  height: 1.5rem;
  color: var(--bs-primary-variant-1);
}

.flexigrid .pFirst :before {
  content: 'First';
}

.flexigrid .pPrev :before {
  content: 'Prev';
}

.flexigrid .pNext :before {
  content: 'Next';
}

.flexigrid .pLast :before {
  content: 'Last';
}

.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol {
  top: 6px;
}

div.pGroup {
  height: 2.5rem !important;
}

.flexigrid .pDiv2 .pGroup select {
  height: 2rem !important;
}

.flexigrid .pDiv2 .pGroup select::before,
.flexigrid .pDiv2 .pGroup .rp-msg {
  font-size: 14px;
  margin-right: 0.5rem;
}

.flexigrid div.btnseparator {
  display: none !important;
}

.flexigrid .pReload {
  display: none;
}

.flexigrid div.bDiv td div {
  font-size: 12px !important;
  padding-left: 26px;
}

.flexigrid .tDiv .fbutton div span {
  --grid-img-add: url(' data:image/svg+xml, %3csvg id="grid-img-add" xmlns="http://www.w3.org/2000/svg" width="24" height="24" %3e %3crect id="Target" fill="none" /%3e%3cpath id="add" d="M18.214,8.214H12.143a.357.357,0,0,1-.357-.357V1.786a1.786,1.786,0,1,0-3.571,0V7.857a.357.357,0,0,1-.357.357H1.786a1.786,1.786,0,1,0,0,3.571H7.857a.357.357,0,0,1,.357.357v6.071a1.786,1.786,0,0,0,3.571,0V12.143a.357.357,0,0,1,.357-.357h6.071a1.786,1.786,0,0,0,0-3.571Zm0,0" transform="translate%282 2%29" fill="%23bf360c" /%3e%3c/svg%3e');
  --grid-img-export: url(' data:image/svg+xml, %3csvg id="export-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="Target" width="24" height="24" fill="none" /%3e %3cpath id="export" d="M20,14.922v1.953A3.129,3.129,0,0,1,16.875,20H3.125A3.129,3.129,0,0,1,0,16.875V3.125A3.129,3.129,0,0,1,3.125,0h13.75A3.129,3.129,0,0,1,20,3.125V5.078a.938.938,0,0,1-1.875,0V3.125a1.251,1.251,0,0,0-1.25-1.25H3.125a1.251,1.251,0,0,0-1.25,1.25v13.75a1.251,1.251,0,0,0,1.25,1.25h13.75a1.251,1.251,0,0,0,1.25-1.25V14.922a.938.938,0,0,1,1.875,0Zm-5.131-.729a.938.938,0,0,0,1.326,0l3.53-3.53a.937.937,0,0,0,0-1.326L16.2,5.807a.938.938,0,1,0-1.326,1.326l1.93,1.93H8.794a.938.938,0,0,0,0,1.875H16.8l-1.93,1.93a.938.938,0,0,0,0,1.326Z" transform="translate%282 2%29" fill="%23bf360c" /%3e %3c/svg%3e ');
  --grid-img-edit: url(' data:image/svg+xml, %3csvg id="edit-write-dark-bg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3e %3crect id="Target" width="24" height="24" fill="none" /%3e %3cg id="_edit-write" data-name=" edit-write" transform="translate%28-4.875 1.025%29" %3e %3cpath id="Path_35566" data-name="Path 35566" d="M10.1,18.5a1.563,1.563,0,0,0,.462-.066l3.959-.792A2.546,2.546,0,0,0,15.688,17l9.59-9.59a3.945,3.945,0,0,0,0-5.477l-.814-.858a3.972,3.972,0,0,0-5.5,0l-9.59,9.612a2.642,2.642,0,0,0-.638,1.166l-.836,4A2.239,2.239,0,0,0,10.1,18.5Zm.748-6.224,9.59-9.612a1.769,1.769,0,0,1,2.419,0l.836.836a1.706,1.706,0,0,1,0,2.529l-9.568,9.612-4.069.682Z" fill="%23bf360c" /%3e %3cpath id="Path_35567" data-name="Path 35567" d="M25.288,90.4H9.056A.993.993,0,0,0,8,91.456a1.055,1.055,0,0,0,1.056,1.056H25.2a1.059,1.059,0,1,0,.088-2.111Z" transform="translate%28-0.098 -70.536%29" fill="%23bf360c" /%3e %3c/g%3e %3c/svg%3e ');
  --grid-img-delete: url(' data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath data-name="close %281%29" d="M20,2.357,17.643,0,10,7.643,2.357,0,0,2.357,7.643,10,0,17.643,2.357,20,10,12.357,17.643,20,20,17.643,12.357,10Z" transform="translate%282 2%29" fill="%23bf360c"/%3e%3c/svg%3e ');
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 8px;
}

.flexigrid .tDiv .fbutton div span.add {
  padding-left: 26px !important;
  background-image: var(--grid-img-add);
}

.flexigrid .tDiv .fbutton div span.edit {
  padding-left: 26px !important;
  background-image: var(--grid-img-edit);
}

.flexigrid .tDiv .fbutton div span.export {
  padding-left: 26px !important;
  background-image: var(--grid-img-export);
}

.flexigrid .tDiv .fbutton div span.delete {
  padding-left: 26px !important;
  background-image: var(--grid-img-delete);
}

.flexigrid .expiredQual::after {
  content: 'Expired';
  margin-left: 1.5rem;
  color: var(--bs-danger);
  border: solid 1px var(--bs-danger);
  padding: 4px;
  border-radius: 6px;
}

.flexigrid .soonToExpireQual::after {
  content: 'Expiring soon';
  margin-left: 1.5rem;
  color: var(--bs-expiring-soon);
  border: solid 1px var(--bs-expiring-soon);
  padding: 4px;
  border-radius: 6px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none !important;
}

.ui-widget {
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 14px !important;
}

.ui-widget-header {
  background: none !important;
  border: none;
}

.ui-multiselect-header {
  background: var(--bs-light);
  color: black;
}

.ui-multiselect-header a {
  color: var(--bs-primary-variant-1);
  font-size: 14px;
}

.ui-widget-overlay.ui-front {
  opacity: 0.5;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 14px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none !important;
  background-color: var(--bs-primary);
  border: none;
  color: black !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.ui-multiselect-checkboxes li {
  font-size: 14px !important;
}

.ui-multiselect-filter input {
  width: 120px;
}

.ui-multiselect-checkboxes label input {
  margin-right: 0.5rem;
  width: 1em;
  height: 1em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #000;
  appearance: none;
  print-color-adjust: exact;
}

.ui-multiselect-checkboxes label input:checked {
  background-color: #ff5500;
  border-color: #ff5500;
}

.ui-multiselect-checkboxes label input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.ui-multiselect .ui-icon.ui-icon-triangle-2-n-s {
  margin-top: 3px;
}

.ui-multiselect-checkboxes label input[type="checkbox"] {
  border-radius: 0.25em;
}

.ui-corner-all {
  padding: 0.25rem;
}

.ui-corner-all.ui-state-hover {
  background-color: var(--bs-primary) !important;
  border: solid 1px var(--bs-primary) !important;
  font-weight: normal !important;
  cursor: pointer;
}

.ui-multiselect-filter input {
  padding: .5rem !important;
  border-radius: 4px;
}

button.ui-multiselect.ui-state-default,
button.ui-multiselect {
  text-align: start;
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: black !important;
  background: white !important;
  min-height: 33px;
  border: 1px solid var(--bs-3-e) !important;
  border-radius: var(--bs-border-radius);
}

#ui-datepicker-div {
  border-color: var(--bs-3-f) !important;
  box-shadow: 0px 0px 5px #203F4E33;
}

#ui-datepicker-div .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-month {
  background: white;
  border: 1px solid var(--bs-3-e);
  border-radius: 3px;
}

#ui-datepicker-div .ui-widget-content {
  background: white !important;
  color: black;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: var(--bs-primary-variant-1) !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  font-weight: 700 !important;
  font-size: 12px !important;
  background-color: var(--bs-primary-variant-2) !important;
  color: black !important;
  border-radius: 3px;
}

.ui-tabs.ui-widget-content {
  border: solid 1px var(--bs-3-f) !important;
}

.ui-tabs.ui-widget-content .ui-state-hover {
  background: var(--bs-primary) !important;
}

.ui-tabs.ui-widget-content .ui-tabs-anchor {
  color: var(--bs-3-b) !important;
  font-weight: 500;
  font-size: 14px;
}

.ui-tabs.ui-widget-content .ui-tabs-active {
  background: var(--bs-primary-variant-2) !important;
  color: black;
}

.ui-dialog {
  z-index: 1050 !important;
}

.ui-dialog.ui-corner-all {
  padding: 0 !important;
  background: var(--bs-3-j);
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header.ui-corner-all {
  background-color: black !important;
  color: white !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 18px;
}

.ui-dialog .ui-dialog-content, .ui-dialog .formColumn1, .ui-dialog .formContainer, .ui-dialog .form, .ui-dialog .formCompact, .ui-dialog .formAlt, .ui-dialog .formLW {
  background-color: var(--bs-3-j) !important;
}

.ui-dialog .ui-dialog-content {
  max-height: calc(100vh - 45px) !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: black !important;
  color: white;
  border: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22close-dark-bg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%3Crect%20id%3D%22out-of-bounce%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%20%20%3Cpath%20id%3D%22close%22%20d%3D%22M20%2C2.357%2C17.643%2C0%2C10%2C7.643%2C2.357%2C0%2C0%2C2.357%2C7.643%2C10%2C0%2C17.643%2C2.357%2C20%2C10%2C12.357%2C17.643%2C20%2C20%2C17.643%2C12.357%2C10Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  margin-right: 3px;
  height: 24px;
  width: 24px;
}

.ac_results {
  min-width: 300px;
}

.ac_results .ac_odd, .ac_results .ac_even {
  background: white;
  color: black;
  padding: .5rem;
  font-family: var(--bs-font-sans-serif);
}

.ac_results .ac_odd:hover, .ac_results .ac_even:hover {
  background: var(--bs-primary);
  color: black;
  cursor: pointer;
}

/*Reporting*/
.DbTableReport tr:nth-child(even) {
  background: var(--bs-3-j);
}

.DbTableReport tr:nth-child(odd) {
  background: #FFF;
}

.DbTableReport th {
  background: var(--bs-3-f);
  color: black;
  padding: 8px;
  text-align: left;
}

.DbTableReport tr td img {
  display: none;
}

.DbTableReport td {
  padding: 4px;
  color: black;
}

.DbTableReport th a {
  /*color: white !important;*/
  text-decoration: underline;
  margin-right: 10px;
}

.SearchFont {
  color: #5c87b2;
  font-weight: bold;
}

.spacer10 {
  clear: both;
  height: 10px;
}

.highlight {
  border: 1px solid red;
}

.selectItems {
  font-size: 12px;
  width: 500px;
}

.selected {
  background-color: #5c87b2;
  width: 500px;
}

.unselected {
  background-color: white;
}

.quicksearch {
  font-size: 10px;
}

.additionalFilterDiv {
  clear: both;
}

/*End Reporting*/
/* applies globally
input[type="button"] {
    margin: 0;
    padding: 0
}
*/
.pager .current {
  background-color: var(--bs-primary-variant-2);
  color: black;
  font-weight: bold;
  border: 1px solid var(--bs-3-d);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.pager span, .pager a {
  margin: 2px 2px;
}

.pager a {
  border: 1px solid var(--bs-3-d);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.pager a:hover {
  background-color: var(--bs-primary);
  color: white;
}

h6,
.h6,
.dashboard-container .group-header {
  font-weight: bold;
}

.icon {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.icon.icon-sm {
  height: 18px;
  width: 18px;
}

.card {
  padding: unset;
}

@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/Sentinel/App_Themes/NetworkRail/Styles/fonts/manrope/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
