@charset "UTF-8";

/* node_modules/simplebar/dist/simplebar.css */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* node_modules/nouislider/dist/nouislider.css */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #EBEBEB,
    0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #DDD,
    0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* node_modules/swiper/swiper-bundle.css */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* node_modules/swiper/modules/effect-fade.css */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* src/assets/css/fonts.css */
@font-face {
  font-family: "CoFo Sans";
  src: url(/fonts/cofosans/CoFoSans-Regular.eot);
  src:
    url(/fonts/cofosans/CoFoSans-Regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/cofosans/CoFoSans-Regular.woff2) format("woff2"),
    url(/fonts/cofosans/CoFoSans-Regular.woff) format("woff"),
    url(/fonts/cofosans/CoFoSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Sans";
  src: url(/fonts/cofosans/CoFoSans-Bold.eot);
  src:
    url(/fonts/cofosans/CoFoSans-Bold.eot?#iefix) format("embedded-opentype"),
    url(/fonts/cofosans/CoFoSans-Bold.woff2) format("woff2"),
    url(/fonts/cofosans/CoFoSans-Bold.woff) format("woff"),
    url(/fonts/cofosans/CoFoSans-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Robert";
  src: url(/fonts/cofosans/CoFoRobert-RegularItalic.eot);
  src:
    url(/fonts/cofosans/CoFoRobert-RegularItalic.eot?#iefix) format("embedded-opentype"),
    url(/fonts/cofosans/CoFoRobert-RegularItalic.woff2) format("woff2"),
    url(/fonts/cofosans/CoFoRobert-RegularItalic.woff) format("woff"),
    url(/fonts/cofosans/CoFoRobert-RegularItalic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Sans";
  src: url(/fonts/cofosans/CoFoSans-Medium.eot);
  src:
    url(/fonts/cofosans/CoFoSans-Medium.eot?#iefix) format("embedded-opentype"),
    url(/fonts/cofosans/CoFoSans-Medium.woff2) format("woff2"),
    url(/fonts/cofosans/CoFoSans-Medium.woff) format("woff"),
    url(/fonts/cofosans/CoFoSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CoFo Sans";
  src: url(/fonts/cofosans/CoFoSans-Black.eot);
  src:
    url(/fonts/cofosans/CoFoSans-Black.eot?#iefix) format("embedded-opentype"),
    url(/fonts/cofosans/CoFoSans-Black.woff2) format("woff2"),
    url(/fonts/cofosans/CoFoSans-Black.woff) format("woff"),
    url(/fonts/cofosans/CoFoSans-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* src/styles.scss */
.sb-circles-dark .sb-wrapper,
.sb-circles-light .sb-wrapper {
  --sb-color: #fff;
  --sb-background: transparent;
  --sb-min-width: fit-content;
  --sb-height: fit-content;
  --sb-icon-size: 1.4em;
}
.sb-circles-dark .sb-wrapper:active .sb-icon,
.sb-circles-light .sb-wrapper:active .sb-icon {
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14),
    0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sb-circles-dark .sb-wrapper .sb-icon,
.sb-circles-light .sb-wrapper .sb-icon {
  background-color: var(--button-color);
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
  width: 2.5em;
  min-height: 2.5em;
  border-radius: 50%;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sb-circles-dark .sb-wrapper .sb-text,
.sb-circles-light .sb-wrapper .sb-text {
  color: var(--button-color);
  font-size: 0.8em;
  margin-top: 5px;
  border-radius: 1em;
  width: 100%;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sb-circles-dark .sb-wrapper .sb-content,
.sb-circles-light .sb-wrapper .sb-content {
  align-items: center;
  flex-direction: column;
}
.sb-circles-dark .sb-wrapper .sb-icon {
  background-color: var(--button-color);
}
.sb-circles-dark .sb-wrapper .sb-text {
  color: var(--button-color);
}
.sb-circles-light .sb-wrapper .sb-icon,
.sb-circles-light .sb-wrapper .sb-text {
  color: var(--button-color);
}
.sb-circles-light .sb-wrapper .sb-icon {
  background:
    radial-gradient(
      ellipse farthest-corner at center,
      white 30%,
      rgb(242.25, 242.25, 242.25) 100%);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
:root {
  --mat-app-background-color: #faf9fd;
  --mat-app-text-color: #1a1b1f;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #1a1b1f 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #3e4759;
  --mat-option-selected-state-layer-color: #dae2f9;
  --mat-optgroup-label-text-color: #44474e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #005cbb;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #005cbb;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #f4f3f6;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e3e2e6;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #faf9fd;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #c4c6d0;
  --mat-card-subtitle-text-color: #1a1b1f;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-progress-bar-active-indicator-color: #005cbb;
  --mat-progress-bar-track-color: #e0e2ec;
  --mat-tooltip-container-color: #2f3033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f2f0f4;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #005cbb;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #efedf0;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-container-color: #faf9fd;
  --mat-dialog-subhead-color: #1a1b1f;
  --mat-dialog-supporting-text-color: #44474e;
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #dae2f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #3e4759;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3e4759;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3e4759;
  --mat-chip-selected-trailing-action-state-layer-color: #3e4759;
  --mat-chip-selected-trailing-icon-color: #3e4759;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #3e4759;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-checked-ripple-color: #005cbb;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #005cbb;
  --mat-radio-selected-hover-icon-color: #005cbb;
  --mat-radio-selected-icon-color: #005cbb;
  --mat-radio-selected-pressed-icon-color: #005cbb;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-icon-color: #44474e;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-active-track-color: #005cbb;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #005cbb;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #005cbb 20%, transparent);
  --mat-slider-handle-color: #005cbb;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #005cbb;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #005cbb 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #005cbb;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #005cbb;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e0e2ec;
  --mat-menu-item-label-text-color: #1a1b1f;
  --mat-menu-item-icon-color: #44474e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-menu-container-color: #efedf0;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #dae2f9;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #1a1b1f;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1a1b1f;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1a1b1f;
  --mat-list-list-item-leading-avatar-color: #d7e3ff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #44474e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #005cbb;
  --mat-list-list-item-supporting-text-color: #44474e;
  --mat-list-list-item-trailing-icon-color: #44474e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #44474e;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-container-text-color: #1a1b1f;
  --mat-paginator-container-background-color: #faf9fd;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-paginator-enabled-icon-color: #44474e;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #005cbb;
  --mat-checkbox-selected-focus-state-layer-color: #005cbb;
  --mat-checkbox-selected-hover-icon-color: #005cbb;
  --mat-checkbox-selected-hover-state-layer-color: #005cbb;
  --mat-checkbox-selected-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #005cbb;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-filled-container-color: #005cbb;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #005cbb;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-outlined-state-layer-color: #005cbb;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #005cbb;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-protected-state-layer-color: #005cbb;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #005cbb;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-text-state-layer-color: #005cbb;
  --mat-button-tonal-container-color: #dae2f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3e4759;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3e4759 12%, transparent);
  --mat-button-tonal-state-layer-color: #3e4759;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 40px;
  --mat-button-outlined-container-height: 40px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 40px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 40px;
  --mat-button-tonal-container-height: 40px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #44474e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #44474e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);
  --mat-icon-button-state-layer-color: #44474e;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-container-color: #d7e3ff;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00458f;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-container-color: #d7e3ff;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00458f;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-state-layer-color: #00458f;
  --mat-fab-state-layer-color: #00458f;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #abc7ff;
  --mat-snack-bar-container-color: #2f3033;
  --mat-snack-bar-supporting-text-color: #f2f0f4;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #faf9fd;
  --mat-table-header-headline-color: #1a1b1f;
  --mat-table-row-item-label-text-color: #1a1b1f;
  --mat-table-row-item-outline-color: #74777f;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-active-indicator-color: #005cbb;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #1a1b1f;
  --mat-bottom-sheet-container-background-color: #f4f3f6;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-divider-color: #74777f;
  --mat-button-toggle-selected-state-background-color: #dae2f9;
  --mat-button-toggle-selected-state-text-color: #3e4759;
  --mat-button-toggle-state-layer-color: #1a1b1f;
  --mat-button-toggle-text-color: #1a1b1f;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #74777f;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-actions-divider-color: #74777f;
  --mat-expansion-container-background-color: #faf9fd;
  --mat-expansion-container-text-color: #1a1b1f;
  --mat-expansion-header-description-color: #44474e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-expansion-header-indicator-color: #44474e;
  --mat-expansion-header-text-color: #1a1b1f;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-container-background-color: #faf9fd;
  --mat-sidenav-container-text-color: #44474e;
  --mat-sidenav-content-background-color: #faf9fd;
  --mat-sidenav-content-text-color: #1a1b1f;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #1a1b1f;
  --mat-toolbar-container-background-color: #faf9fd;
  --mat-toolbar-container-text-color: #1a1b1f;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-container-background-color: #faf9fd;
  --mat-tree-node-text-color: #1a1b1f;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #efedf0;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 374px) {
  .container {
    max-width: 374px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201c""\201d""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: rgb(23 23 23 / 10%);
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-1 {
  left: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-auto {
  height: auto;
}
.max-h-96 {
  max-height: 24rem;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-40 {
  width: 10rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[fit-content\] {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[355px\] {
  max-width: 355px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[6px_12px\] {
  gap: 6px 12px;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-y-slate-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[120px\] {
  font-size: 120px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@plugin "@tailwindcss/typography";
.simplebar-scrollbar::before {
  transition: opacity 0.2s linear !important;
  opacity: 1 !important;
  background-color: #aabbe4 !important;
}
.simplebar-vertical .simplebar-scrollbar::before {
  left: 4px;
}
.simplebar-horizontal .simplebar-scrollbar::before {
  top: 2px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
  transition: opacity 0s linear !important;
}
.simplebar-track::before {
  position: absolute;
  inset: 2px;
  border-radius: 4px;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-color: transparent;
}
.simplebar-track.simplebar-vertical::before {
  left: 4px;
}
.section,
.section-outer {
  --section-common-padding: calc(var(--spacer) * 2);
  --section-next-margin-top: calc(var(--spacer) * 4);
  --section-outer-padding: calc(var(--spacer) * 3) 0;
}
@media screen and (min-width: 639px) {
  .section,
  .section-outer {
    --section-common-padding: calc(var(--spacer) * 4);
    --section-next-margin-top: calc(var(--spacer) * 5);
    --section-outer-padding: calc(var(--spacer) * 3) 0;
  }
}
@media screen and (min-width: 785px) {
  .section,
  .section-outer {
    --section-next-margin-top: calc(var(--spacer) * 8);
    --section-outer-padding: calc(var(--spacer) * 4) 0;
  }
}
@media screen and (min-width: 1087px) {
  .section,
  .section-outer {
    --section-next-margin-top: calc(var(--spacer) * 8);
    --section-outer-padding: calc(var(--spacer) * 6) 0;
  }
}
@media screen and (min-width: 1280px) {
  .section,
  .section-outer {
    --section-next-margin-top: calc(var(--spacer) * 8);
    --section-outer-padding: calc(var(--spacer) * 8) 0;
  }
}
.section--title + .section {
  margin-top: calc(var(--section-next-margin-top) / 2);
}
.section + .section-outer {
  margin-top: var(--section-next-margin-top);
}
.section-outer {
  padding: var(--section-outer-padding);
}
.section-outer--no-padding {
  padding: 0;
}
.section-outer + .section-outer {
  margin-top: var(--section-next-margin-top);
}
.section-outer + .section {
  margin-top: var(--section-next-margin-top);
}
.section--complex-main-information {
  --complex-main-filter-padding: calc(var(--spacer) * 3) calc(var(--spacer) * 4);
  max-width: calc(var(--global-max-width) - var(--section-common-padding));
}
.section,
.section-outer {
  --section-common-padding: calc(var(--spacer) * 2);
  --section-next-margin-top: calc(var(--spacer) * 4);
  --section-outer-padding: calc(var(--spacer) * 3) 0;
}
@media screen and (min-width: 639px) {
  .section,
  .section-outer {
    --section-common-padding: calc(var(--spacer) * 4);
    --section-next-margin-top: calc(var(--spacer) * 5);
    --section-outer-padding: calc(var(--spacer) * 3) 0;
  }
}
@media screen and (min-width: 785px) {
  .section,
  .section-outer {
    --section-next-margin-top: calc(var(--spacer) * 8);
    --section-outer-padding: calc(var(--spacer) * 4) 0;
  }
}
@media screen and (min-width: 1087px) {
  .section,
  .section-outer {
    --section-next-margin-top: calc(var(--spacer) * 8);
    --section-outer-padding: calc(var(--spacer) * 6) 0;
  }
}
@media screen and (min-width: 1280px) {
  .section,
  .section-outer {
    --section-next-margin-top: calc(var(--spacer) * 8);
    --section-outer-padding: calc(var(--spacer) * 8) 0;
  }
}
.section--title + .section {
  margin-top: calc(var(--section-next-margin-top) / 2);
}
.section + .section-outer {
  margin-top: var(--section-next-margin-top);
}
.section-outer {
  padding: var(--section-outer-padding);
}
.section-outer--no-padding {
  padding: 0;
}
.section-outer + .section-outer {
  margin-top: var(--section-next-margin-top);
}
.section-outer + .section {
  margin-top: var(--section-next-margin-top);
}
.section--complex-main-information {
  --complex-main-filter-padding: calc(var(--spacer) * 3) calc(var(--spacer) * 4);
  max-width: calc(var(--global-max-width) - var(--section-common-padding));
}
:root {
  --spacer: 8px;
  --white: #ffffff;
  --gray010: #f9fbfd;
  --gray020: #f9f9fa;
  --gray040: #f5f5f7;
  --gray050: #ebedf0;
  --gray100: #e1e3e6;
  --gray150: #d6d8da;
  --gray200: #c4c8cc;
  --gray300: #aaaeb3;
  --gray400: #909499;
  --gray450: #7f8285;
  --gray500: #76787a;
  --gray600: #5d5f61;
  --gray700: #454647;
  --gray750: #363738;
  --gray800: #2c2d2e;
  --gray850: #232324;
  --gray950: #19191a;
  --gray1000: #0a0a0a;
  --orange: #ff9500;
  --orange-red: #ff3b30;
  --red-dark: #d11a22;
  --blue: #0073dd;
  --blue-dark: #0063bf;
  --green: #34bd59;
  --dark: #2d2d2d;
  --dark-blue: #152242;
  --dark-grey-blue: #282d3c;
  --light-light: #f4f6fb;
  --primary-black: var(--dark);
  --primary-black-rgb:
    45,
    45,
    45;
  --primary-black-alpha-84: rgba(var(--primary-black-rgb), 0.84);
  --primary-black-alpha-64: rgba(var(--primary-black-rgb), 0.64);
  --primary-black-alpha-56: rgba(var(--primary-black-rgb), 0.56);
  --primary-black-alpha-48: rgba(var(--primary-black-rgb), 0.48);
  --primary-black-alpha-40: rgba(var(--primary-black-rgb), 0.4);
  --primary-black-alpha-32: rgba(var(--primary-black-rgb), 0.32);
  --primary-black-alpha-16: rgba(var(--primary-black-rgb), 0.16);
  --primary-black-alpha-12: rgba(var(--primary-black-rgb), 0.12);
  --primary-black-alpha-1: rgba(var(--primary-black-rgb), 0.1);
  --primary-black-alpha-8: rgba(var(--primary-black-rgb), 0.08);
  --primary-white: var(--white);
  --primary-white-rgb:
    255,
    255,
    255;
  --primary-white-alpha-64: rgba(var(--primary-white-rgb), 0.64);
  --primary-white-alpha-56: rgba(var(--primary-white-rgb), 0.56);
  --primary-white-alpha-32: rgba(var(--primary-white-rgb), 0.32);
  --primary-white-alpha-16: rgba(var(--primary-white-rgb), 0.16);
  --primary-white-alpha-12: rgba(var(--primary-white-rgb), 0.12);
  --primary-white-alpha-8: rgba(var(--primary-white-rgb), 0.08);
  --primary-red: var(--red);
  --primary-red-rgb:
    230,
    29,
    37;
  --primary-red-alpha-64: rgba(var(--primary-red-rgb), 0.64);
  --primary-red-alpha-56: rgba(var(--primary-red-rgb), 0.56);
  --primary-red-alpha-32: rgba(var(--primary-red-rgb), 0.32);
  --primary-red-alpha-16: rgba(var(--primary-red-rgb), 0.16);
  --primary-red-alpha-12: rgba(var(--primary-red-rgb), 0.12);
  --primary-red-alpha-8: rgba(var(--primary-red-rgb), 0.08);
  --primary-blue: var(--blue);
  --primary-blue-rgb:
    0,
    115,
    221;
  --primary-blue-alpha-64: rgba(var(--primary-blue-rgb), 0.64);
  --primary-blue-alpha-56: rgba(var(--primary-blue-rgb), 0.56);
  --primary-blue-alpha-32: rgba(var(--primary-blue-rgb), 0.32);
  --primary-blue-alpha-16: rgba(var(--primary-blue-rgb), 0.16);
  --primary-blue-alpha-12: rgba(var(--primary-blue-rgb), 0.12);
  --primary-blue-alpha-8: rgba(var(--primary-blue-rgb), 0.08);
  --main-page-news-color: var(--gray020);
  --controls-border: var(--gray100);
  --primary-color: var(--primary-black);
  --invert-color: var(--primary-white);
  --secondary-color: var(--gray400);
  --link-color: var(--blue);
  --link-color-hover: var(--red);
  --control-background: var(--light-light);
  --shadows-M: 0px 2px 12px rgba(0, 0, 0, 0.04);
  --shadows-L: 0px 4px 20px rgba(0, 0, 0, 0.08);
  --shadows-XL: 0px 8px 32px rgba(0, 0, 0, 0.08);
  --shadows-XXL: 0px 8px 16px rgba(0, 0, 0, 0.12);
  --shadow-menu: 0px 24px 24px rgba(0, 0, 0, 0.4);
  --shadows-transparent: 0 0 0 rgba(0, 0, 0, 0);
  --radius: calc(var(--spacer) / 2);
  --radius-S: var(--radius);
  --radius-M: calc(var(--radius) * 2);
  --radius-L: calc(var(--radius) * 3);
  --radius-XL: calc(var(--radius) * 4);
  --controls-height-default: 56px;
  --layers-gutters: calc(var(--spacer) * 2);
  --global-max-width: 1320px;
  --global-new-max-width: 1520px;
  --global-min-width: 375px;
  --black: #000000;
  --black-a6: rgba(0, 0, 0, 0.6);
  --black2: #020202;
  --black2-a15: rgba(0, 0, 0, 0.15);
  --black3: #2d2d2d;
  --black4: #363738;
  --black5: #2f2f2f;
  --black6: #00244d;
  --black6-a10: rgba(0, 36, 77, 0.1);
  --black7: #282d3c;
  --gray: #f8f9fd;
  --gray2: #8c94a4;
  --gray3: #e4e4e4;
  --gray4: #f4f6fb;
  --gray5: #ced1d7;
  --gray6: #c3c3c3;
  --gray7: #b6b6b6;
  --gray7-a50: rgba(182, 182, 182, 0.5);
  --gray8: #c9c9c9;
  --gray9: #6a6a6a;
  --gray10: #dedede;
  --gray11: #8c8c8c;
  --gray12: #909499;
  --gray13: #838383;
  --gray14: #656565;
  --gray15: #818181;
  --gray16: #4b4b4b;
  --gray17: #717171;
  --gray18: #738295;
  --gray19: #cbd0d7;
  --gray20: #4f5a67;
  --gray21: #515151;
  --gray22: #5e5e5e;
  --gray23: #8c94a8;
  --blue: #2a7dfd;
  --blue2: #0073dd;
  --blue3: #065ac9;
  --blue4: #8c94a8;
  --blue5: #065ac9;
  --blue6: #0065ce;
  --light-blue: #e3eaf9;
  --light-blue2: #aabbe4;
  --light-blue3: #e3eaf8;
  --light-blue4: #d9e9fe;
  --light-blue5: #eef3fe;
  --light-blue6: #c7d8fe7d;
  --light-blue7: #f5f8fe;
  --light-blue8: #c7d8feba;
  --teal3: #c7d8fe;
  --teal4: #e2e7f2;
  --teal5: #829fdf;
  --green2: #53b375;
  --green3: #279e40;
  --green4: #009532;
  --green5: #55af56;
  --green6: #9fcc44;
  --green7: #4baf4f;
  --green8: #ccf4ce;
  --green9: #036b16;
  --green10: #147d18;
  --green11: #004303;
  --green-light: #e5f8ec;
  --green-light2: #cbe5cc;
  --gold: #ffb412;
  --gold2: #bb8d00;
  --gold3: #d16500;
  --orange-light: #fff9e4;
  --orange-light2: #fff2e6;
  --red: #e61d25;
  --red-rgb:
    230,
    29,
    37;
  --red2: #fcd4d4;
  --red3: #e61d25;
  --red3-a30: rgb(230, 29, 37, 0.3);
  --red4: #ff0000;
  --red6: #c90606;
  --red-light: #feeeee;
  --red-light2: #f5d9da;
  --red-light3: #e9afaf;
  --green: #009632;
  --purple: #60008d;
  --purple-light: #caadd7;
  --white: #fff;
  --teal: #aabbe4;
  --teal2: #6f80aa;
  --orange: #ffae00;
  --orange2: #febd69;
  --base-container-width: 1320;
  --container-gutter: 15px;
  --container-width: calc(var(--base-container-width) * 1px + var(--container-gutter) * 2);
  --modal-top-offset: 130px;
  --control-border-radius: 5px;
  --control-border-color: var(--gray5);
  --control-height: 56;
  --input-background-color: var(--blue-light);
  --input-placeholder-color: var(--gray3);
  --input-padding: 19;
  --input-disabled-opacity: 0.6;
  --border-radius-x1: 8px;
  --border-radius-item: 10px;
  --border-radius-x2: 16px;
  --border-radius-x3: 24px;
  --border-radius-md: 24px;
  --shadow-dropdown: 8px 8px 0px rgba(0, 0, 0, 0.07);
  --filter-shadow-dropdown: 0px 4px 20px rgba(0, 0, 0, 0.3);
  --header-height: 59px;
  --backdrop-color: var(--black);
  --backdrop-opacity: 0.4;
  --primary-color: var(--red);
  --primary-color-hover: var(--red3);
  --secondary-color: var(--light-blue);
  --secondary-color2: var(--light-blue5);
  --secondary-color-hover: var(--light-blue2);
  --third-color: var(--light-blue3);
  --four-color: var(--teal3);
  --item-bg-primary: var(--light-blue6);
  --text-color: var(--black);
  --text-blue: var(--blue3);
  --text-gray: var(--gray15);
  --border-color: var(--gray10);
  --border-color2: var(--blue4);
  --border-color3: var(--teal3);
  --border-color-secondary: var(--teal3);
  --t-base: 0.2s ease-in-out;
  --t-smooth: cubic-bezier(0.215, 0.61, 0.355, 1);
  --t-elastic: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --font-size-base: 16px;
  --font-family-default: "Open Sans", sans-serif;
  --font-family-secondary: "Open Sans", sans-serif;
  --font-feature: "pnum" on, "lnum" on;
  --section-py: 24px;
}
@media screen and (min-width: 768px) {
  :root {
    --layers-gutters: calc(var(--spacer) * 3);
  }
}
@media screen and (min-width: 1023px) {
  :root {
    --layers-gutters: calc(var(--spacer) * 4);
  }
}
svg {
  display: inline-block;
  line-height: 1;
}
svg:not([fill=none]) {
  fill: currentColor;
}
.primary-color {
  color: var(--primary-color);
}
.invert-color {
  color: var(--invert-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.title4,
.title3,
.title2,
.title1 {
  display: block;
  font-weight: bold;
  margin-bottom: calc(var(--spacer) * 3);
}
.title1 {
  font-size: 56px;
  line-height: 64px;
}
.title2 {
  font-size: 48px;
  line-height: 56px;
}
.title3 {
  font-size: 44px;
  line-height: 52px;
}
.title4 {
  font-size: 40px;
  line-height: 48px;
}
percent_heading,
h5,
.heading5,
h4,
.heading4,
h3,
.heading3,
h2,
.heading2,
h1,
.heading1 {
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: calc(var(--spacer) * 5);
}
h1,
.heading1 {
  font-size: 36px;
  line-height: 44px;
}
h2,
.heading2 {
  font-size: 32px;
  line-height: 36px;
}
h3,
.heading3 {
  font-size: 28px;
  line-height: 32px;
}
h4,
.heading4 {
  font-size: 24px;
  line-height: 28px;
}
h5,
.heading5 {
  font-size: 20px;
  line-height: 28px;
}
.text2,
.text1 {
  font-weight: normal;
}
.text1 {
  font-size: 13px;
  line-height: 20px;
}
.text2 {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 1087px) {
  .title3,
  .title2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 735px) {
  .title3,
  .title2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.heading2,
.heading3 {
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: calc(var(--spacer) * 5);
}
@media screen and (max-width: 1024px) {
  .heading2,
  .heading3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .heading2,
  .heading3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .heading2,
  .heading3 {
    font-size: 22px;
    margin-bottom: calc(var(--spacer) * 3);
  }
}
.header-line {
  margin-bottom: calc(var(--spacer) * 5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 735px) {
  .header-line {
    margin-bottom: calc(var(--spacer) * 3);
  }
}
.header-line__all {
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1087px) {
  .header-line__all {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-line--control {
    flex-wrap: wrap;
  }
  .header-line--control .checkboxes-group {
    order: 10;
    width: 100%;
    margin-top: calc(var(--spacer) * 3);
  }
}
@media screen and (max-width: 425px) {
  .header-line--control .checkboxes-group {
    margin-top: calc(var(--spacer) * 2);
  }
}
.header-line--vertical-swiper {
  margin-bottom: calc(var(--spacer) * 5);
}
@media screen and (max-width: 760px) {
  .header-line--vertical-swiper {
    margin-bottom: calc(var(--spacer) * 4);
  }
}
@media screen and (max-width: 425px) {
  .header-line--vertical-swiper {
    margin-bottom: calc(var(--spacer) * 3);
  }
}
.no-margin {
  margin: 0 !important;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
.background-grey {
  background-color: var(--gray020);
}
.container {
  width: 100%;
  max-width: var(--container-width);
  padding: 0 var(--container-gutter);
  margin: 0 auto;
}
.ml-auto {
  margin-left: auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.6;
  color: var(--primary-color);
}
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
*:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.15s ease-in 0.075s;
}
a:hover {
  color: var(--link-color-hover);
}
p {
  margin: 0;
}
.rotate {
  -webkit-animation-name: cog;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: cog;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: cog;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: cog;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes cog {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes cog {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes cog {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cog {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shape {
  background-image: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA3MiA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU5LjI5NSAxMi4wODRDNTIuODk2IDYuMDEgNDQuNTUgMi42NjYgMzUuNyAyLjY2NkMxNi43ODcgMi42NjYgMS40IDE4LjA1MyAxLjQgMzYuOTY2QzEuNCAzOC44NTEgMS41NTQgNDAuNzQzIDEuODU5IDQyLjU4OEwwLjQ3NyA0Mi44MTZDMC4xNiA0MC44OTUgMCAzOC45MjcgMCAzNi45NjZDMCAxNy4yODEgMTYuMDE1IDEuMjY2IDM1LjcgMS4yNjZDNDQuODk4IDEuMjY2IDUzLjU3NCA0LjczNyA2MC4yMyAxMS4wNDJMNTkuODQ2IDAuNzI2QzU5LjgzMSAwLjMzOSA2MC4xMzMgMC4wMTUgNjAuNTE5IDBDNjAuOTAzIDAuMDE2IDYxLjIzMSAwLjI4OCA2MS4yNDUgMC42NzRMNjEuNjkzIDEyLjY5NUM2MS43IDEyLjg4MSA2MS42MzIgMTMuMDYyIDYxLjUwNiAxMy4xOTdDNjEuMzggMTMuMzMzIDYxLjIwNCAxMy40MTQgNjEuMDE5IDEzLjQyMUw0OS40MzEgMTMuODUyQzQ5LjQyNjQgMTMuODUyIDQ5LjQyMTkgMTMuODUyMyA0OS40MTc0IDEzLjg1MjVDNDkuNDEzMSAxMy44NTI4IDQ5LjQwODkgMTMuODUzIDQ5LjQwNSAxMy44NTNDNDkuMDMgMTMuODUzIDQ4LjcyIDEzLjU1NiA0OC43MDUgMTMuMTc4QzQ4LjY5MSAxMi43OTIgNDguOTkyIDEyLjQ2NyA0OS4zNzkgMTIuNDUzTDU5LjI5NSAxMi4wODRaTTY5LjIwODUgMjkuNjA1Nkw3MC41NzY1IDI5LjMwNjZDNzEuMTIyNSAzMS44MDc2IDcxLjQwMDUgMzQuMzg0NiA3MS40MDA1IDM2Ljk2NTZDNzEuNDAwNSA1Ni42NTA2IDU1LjM4NTUgNzIuNjY1NiAzNS43MDA1IDcyLjY2NTZDMjYuMzYwNSA3Mi42NjU2IDE3LjYwMDUgNjkuMTA4NiAxMC45MTE1IDYyLjY0MjZMMTEuNjYyNSA3Mi45NzI2QzExLjY5MDUgNzMuMzU4NiAxMS40MDA1IDczLjY5MzYgMTEuMDE0NSA3My43MjE2QzEwLjk5NzUgNzMuNzIyNiAxMC45ODA1IDczLjcyMzYgMTAuOTYzNSA3My43MjM2QzEwLjU5OTUgNzMuNzIzNiAxMC4yOTI1IDczLjQ0MjYgMTAuMjY1NSA3My4wNzQ2TDkuMzk0NSA2MS4wNzY2QzkuMzgxNSA2MC44OTA2IDkuNDQxNSA2MC43MDc2IDkuNTYzNSA2MC41Njc2QzkuNjg0NSA2MC40Mjc2IDkuODU2NSA2MC4zNDA2IDEwLjA0MTUgNjAuMzI3NkwyMS42MDc1IDU5LjQ4NzZDMjEuOTk1NSA1OS40NjQ2IDIyLjMyNzUgNTkuNzQ4NiAyMi4zNTY1IDYwLjEzNDZDMjIuMzg0NSA2MC41MjA2IDIyLjA5NDUgNjAuODU1NiAyMS43MDg1IDYwLjg4MzZMMTEuODQ3NSA2MS41OTk2QzE4LjI3ODUgNjcuODM0NiAyNi43MDk1IDcxLjI2NTYgMzUuNzAwNSA3MS4yNjU2QzU0LjYxMzUgNzEuMjY1NiA2OS45OTk1IDU1Ljg3ODYgNjkuOTk5NSAzNi45NjU2QzY5Ljk5OTUgMzQuNDg0NiA2OS43MzM1IDMyLjAwODYgNjkuMjA4NSAyOS42MDU2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iNzMuNzIzNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDBEMEY3Ii8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwN0VFRSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+Cjwvc3ZnPgo=");
}
.__new__header {
  --header-top-height: calc(var(--spacer) * 8);
  --header-menu-height: calc(var(--spacer) * 7);
  position: relative;
}
.__new__header__top {
  height: var(--header-top-height);
  background-color: var(--primary-black);
  color: var(--primary-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.__new__header__top.__new__header__top2024 {
  width: 100%;
  max-width: 1520px;
  height: auto;
  margin: 0 auto;
  padding: 24px 0;
  background-color: #f8f9fd;
}
.__new__header__top.__new__header__top2024 .section {
  max-width: initial;
  padding: 0;
}
.__new__header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.__new__header__top-logo {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 88px;
}
@media screen and (min-width: 375px) {
  .__new__header__top-logo {
    width: 131px;
    overflow: visible;
  }
  .__new__header__top-logo img {
    width: 131px;
  }
}
@media screen and (min-width: 525px) {
  .__new__header__top-logo {
    width: 217px;
  }
  .__new__header__top-logo img {
    width: 217px;
  }
}
.__new__header__top2024 .__new__header__top-logo {
  width: 64px;
}
.__new__header__top2024 .__new__header__top-logo__logo-mobile {
  display: none;
}
@media screen and (min-width: 375px) {
  .__new__header__top2024 .__new__header__top-logo {
    width: 64px;
    overflow: hidden;
  }
  .__new__header__top2024 .__new__header__top-logo img {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .__new__header__top2024 .__new__header__top-logo {
    width: 222px;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .__new__header__top2024 .__new__header__top-logo img:nth-child(1) {
    display: none;
  }
  .__new__header__top2024 .__new__header__top-logo__logo-mobile {
    display: block;
    height: 42px;
    width: auto;
  }
}
.__new__header__top-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 374px) {
  .__new__header__top-buttons {
    margin-right: 35px;
  }
}
.__new__header__top-buttons__link {
  color: var(--primary-white);
  transition: opacity 0.2s linear;
  font-size: 14px;
  line-height: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 var(--spacer);
}
.__new__header__top-buttons__link-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .__new__header__top-buttons__link-text {
    display: block;
  }
}
.__new__header__top-buttons__link:hover {
  opacity: 0.8;
  color: var(--primary-white);
}
.__new__header__top-buttons__link + .__new__header__top-buttons__link {
  margin-left: calc(var(--spacer) * 2);
}
.__new__header__top-buttons__link + .__new__header__top-buttons__link--fixed {
  margin-left: 0px;
}
.__new__header__top-buttons__link--favorite {
  position: relative;
}
.__new__header__top-buttons__link--favorite.no-favorites .__new__header__top-buttons__counter {
  display: none;
}
.__new__header__top-buttons__counter {
  width: calc(var(--spacer) * 2);
  height: calc(var(--spacer) * 2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: 12px;
  font-size: 10px;
  border-radius: 50%;
  background-color: var(--primary-red);
  color: var(--primary-white);
}
.__new__header__top-buttons__separator {
  display: block;
  width: 2px;
  border-radius: var(--spacer);
  height: calc(var(--spacer) * 3);
  background-color: var(--primary-white-alpha-16);
  margin-top: 0;
  margin-left: calc(var(--spacer) * 3);
  margin-right: calc(var(--spacer) * 3);
  margin-bottom: 0;
}
.__new__header__top2024 .__new__header__top-buttons-inner {
  margin-left: 12px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ecf0f8;
  border-radius: 14px;
  overflow: hidden;
  background-color: white;
}
.__new__header__top2024 .__new__header__top-buttons-inner .__new__header__top-buttons__link.__new__header__top-buttons__link {
  border: initial;
  border-radius: initial;
  background-color: transparent;
}
@media (max-width: 480px) {
  .__new__header__top2024 .__new__header__top-buttons-inner {
    margin-left: 6px;
  }
}
@media (max-width: 390px) {
  .__new__header__top2024 .__new__header__top-buttons-inner {
    margin-left: 2px;
  }
}
.__new__header__top2024 .__new__header__top-buttons__link {
  width: 56px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.__new__header__top2024 .__new__header__top-buttons__link:first-of-type {
  border: 1px solid #ecf0f8;
  border-radius: 14px;
  background-color: white;
}
.__new__header__top2024 .__new__header__top-buttons__link:first-of-type .__new__header__top-buttons__link-text {
  display: none;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .__new__header__top2024 .__new__header__top-buttons__link:first-of-type .__new__header__top-buttons__link-text {
    display: block;
  }
  .__new__header__top2024 .__new__header__top-buttons__link:first-of-type {
    width: initial;
    height: initial;
    padding: 12px 16px;
    gap: 8px;
  }
  .__new__header__top2024 .__new__header__top-buttons__link--place-ad .__new__header__top-buttons__link-text {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .__new__header__top2024 .__new__header__top-buttons__link--place-ad {
    width: initial;
    height: initial;
    padding: 12px 16px;
    gap: 8px;
  }
  .__new__header__top2024 .__new__header__top-buttons__link--place-ad .__new__header__top-buttons__link-text {
    display: block;
  }
}
.__new__header__top2024 .__new__header__top-buttons__link--user {
  width: initial;
  height: initial;
  padding: 12px 16px;
  gap: 8px;
}
.__new__header__top2024 .__new__header__top-buttons__link-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 133%;
  color: #2f2f2f;
}
.__new__header__top2024 .__new__header__top-buttons__separator {
  margin: 0;
  background-color: #bcc3d2;
}
.__new__header__top2024 .__new__header__top-buttons__counter {
  top: 8px;
  left: 28px;
}
.__new__header__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  height: var(--header-menu-height);
}
.__new__header__bottom.__new__header__top2024 {
  height: initial;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .__new__header__bottom.__new__header__top2024 {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .__new__header__bottom.__new__header__top2024 {
    padding: 14px 0;
  }
}
.__new__header__bottom.__new__header__top2024 .section {
  width: 100%;
  max-width: 1520px;
  padding: 0;
}
.__new__header__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .__new__header__bottom-inner {
    gap: 40px;
  }
}
.__new__header__bottom-calls__outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 calc(var(--spacer) * 2);
}
.__new__header__bottom-calls__me {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--spacer) * 4);
  height: calc(var(--spacer) * 4);
  border-radius: 50%;
  background-color: var(--four-color);
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 1280px) {
  .__new__header__bottom-calls__me {
    width: auto;
    padding-top: 0;
    padding-left: calc(var(--spacer) * 2);
    padding-right: calc(var(--spacer) * 2);
    padding-bottom: 0;
    line-height: calc(var(--spacer) * 4);
    border-radius: var(--radius-S);
    background-color: transparent;
    border: 1px solid var(--primary-red);
    font-size: 18px;
    color: var(--primary-red);
    white-space: nowrap;
    transition: background-color 0.2s linear, color 0.2s linear;
  }
  .__new__header__bottom-calls__me:hover {
    color: var(--primary-white);
    background-color: var(--primary-red);
  }
}
.__new__header__bottom-calls__me--icon {
  display: block;
}
@media screen and (min-width: 1280px) {
  .__new__header__bottom-calls__me--icon {
    display: none;
  }
}
.__new__header__bottom-calls__phone {
  color: var(--dark-blue);
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 640px) {
  .__new__header__bottom-calls__phone {
    font-size: 18px;
  }
}
.__new__header__bottom-calls__phone:hover {
  color: var(--primary-red);
}
.__new__header__top2024 .__new__header__bottom-calls__outer {
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .__new__header__top2024 .__new__header__bottom-calls__outer {
    gap: 18px;
  }
}
.__new__header__top2024 .__new__header__bottom-calls__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 133%;
  color: #2f2f2f;
  white-space: nowrap;
}
.__new__header__top2024 .__new__header__bottom-calls__me {
  background-color: var(--four-color);
}
@media only screen and (min-width: 768px) {
  .__new__header__top2024 .__new__header__bottom-calls__me {
    width: auto;
    padding: 7px 30px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 126%;
    border-color: #e3eaf9;
    border-radius: 40px;
    color: #2f2f2f;
  }
  .__new__header__top2024 .__new__header__bottom-calls__me--icon {
    display: none;
  }
}
.__new__header__top2024 .__new__header__bottom-calls__me:hover {
  background-color: #aabbe4;
}
.__new__header__menu {
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  height: var(--header-menu-height);
  gap: 0 calc(var(--spacer) * 3);
}
@media screen and (min-width: 1024px) {
  .__new__header__menu {
    display: flex;
    position: relative;
    padding-right: 57px;
    overflow: hidden;
    flex-wrap: wrap;
    height: 40px !important;
  }
}
.__new__header__top2024 .__new__header__menu {
  height: initial;
}
.__new__header__menu-link {
  --common-menu-hover: #282d3c;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-black);
  position: relative;
}
.__new__header__menu-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--spacer);
  height: 2px;
  background-color: var(--primary-white);
  transition: background-color 0.2s linear;
}
.__new__header__menu-link--tablet:after {
  height: 3px;
  background-color: var(--tablet-menu-backgronud);
}
.__new__header__menu-link:hover,
.__new__header__menu-link.active {
  color: var(--common-menu-hover);
}
.__new__header__menu-link:hover:after,
.__new__header__menu-link.active:after {
  background-color: var(--primary-red);
}
.__new__header__top2024 .__new__header__menu-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 126%;
  color: #2f2f2f;
  text-decoration: none;
  height: 100%;
}
.__new__header__top2024 .__new__header__menu-link:hover {
  color: var(--primary-red);
}
.__new__header__top2024 .__new__header__menu-link:after {
  display: none;
}
.__new__header__top2024 .__new__header__menu-link--desk {
  display: inline-flex;
}
.__new__header__menu-more {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 40px;
  position: relative;
}
.__new__header__menu-more__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  height: 100%;
}
.__new__header__menu-more__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s linear;
}
.__new__header__menu-more__icon path {
  fill: var(--primary-black);
  transition: fill 0.2s linear;
}
.__new__header__menu-more__icon--dotted {
  opacity: 1;
}
.__new__header__menu-more__icon--close {
  opacity: 0;
}
.__new__header__menu-more__icon--close path {
  fill: var(--primary-red);
}
.__new__header__menu-more:hover .__new__header__menu-more__icon--dotted path {
  fill: var(--primary-red);
}
.__new__header__menu-more.active .__new__header__menu-more__icon--dotted {
  opacity: 0;
}
.__new__header__menu-more.active .__new__header__menu-more__icon--close {
  opacity: 1;
}
.__new__header__top2024:hover .__new__header__menu-more__icon--dotted path {
  fill: #2f2f2f;
}
.__new__header__top2024:hover .__new__header__menu-more__icon--close path {
  fill: #2f2f2f;
}
.__new__header__top2024 .__new__header__menu-more__icon--close path {
  fill: #2f2f2f;
}
.__new__header__submenu {
  position: absolute;
  top: calc(100% + var(--header-menu-height));
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  background-color: var(--primary-white);
  border-top: 1px solid var(--primary-black-alpha-1);
  box-shadow: var(--shadow-menu);
  transition: none;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .__new__header__submenu {
    transition: opacity 0.2s linear;
    top: 100%;
  }
}
.__new__header__submenu.active {
  opacity: 1;
  pointer-events: auto;
}
.__new__header__submenu-inner {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 calc(var(--spacer) * 4);
  grid-template-areas: "menu menu menu";
  padding-top: calc(var(--spacer) * 6);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: calc(var(--spacer) * 6);
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 1024px) {
  .__new__header__submenu-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 calc(var(--spacer) * 4);
    grid-template-areas: "menu menu menu banner";
  }
}
.__new__header__submenu-inner.active {
  display: grid;
}
.__new__header__submenu-inner--spooky {
  pointer-events: none !important;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .__new__header__top2024 .__new__header__submenu-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .__new__header__top2024 .__new__header__submenu-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1520px) {
  .__new__header__top2024 .__new__header__submenu-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.__new__header__top2024 .__new__header__mobile-menu-inner .__new__header__submenu-inner {
  padding-left: 0;
}
.__new__header__submenu-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 calc(var(--spacer) * 4);
  grid-area: menu;
}
.__new__header__submenu-banner {
  grid-area: banner;
  align-items: flex-start;
  display: none;
}
@media screen and (min-width: 1024px) {
  .__new__header__submenu-banner {
    display: flex;
    background-color: #f4f6fb;
    background-image: url(/img/media/header/menu/for-developers-1024.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    padding: 24px 16px;
    width: 222px;
    height: 196px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .__new__header__submenu-banner {
    background-image: url(/img/media/header/menu/for-developers-1920.jpg);
    padding: 24px;
    width: 324px;
    height: 196px;
  }
}
.submenu-banner__description {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacer);
}
.submenu-banner__description-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--dark-blue);
}
@media screen and (min-width: 1280px) {
  .submenu-banner__description-title {
    font-size: 18px;
  }
}
.submenu-banner__description-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: var(--dark-blue);
  max-width: 144px;
}
@media screen and (min-width: 1280px) {
  .submenu-banner__description-text {
    font-size: 15px;
    line-height: 18px;
  }
}
.button__submenu-banner {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .button__submenu-banner {
    width: 80px;
  }
}
.__new__header__top2024 .submenu-banner__description-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #152242;
}
@media screen and (min-width: 1280px) {
  .__new__header__top2024 .submenu-banner__description-title {
    font-size: 18px;
  }
}
.__new__header__top2024 .submenu-banner__description-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #152242;
}
.__new__header__top2024 .button__submenu-banner {
  margin-top: 20px;
  border-radius: 40px;
  padding: 12px 30px;
  border-color: white;
  background-color: white;
  color: #282d3c;
}
.__new__header__submenu-column {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer) * 3) 0;
}
.__new__header__submenu-link {
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-black);
}
.__new__header__submenu-link:hover {
  color: var(--primary-red);
}
.__new__header__submenu-link--bold {
  font-weight: 700;
}
.__new__header__top2024 .__new__header__submenu-link {
  font-size: 14px;
  line-height: 126%;
  color: #2f2f2f;
}
.__new__header__top2024 .__new__header__submenu-link:hover {
  color: var(--primary-red);
}
.__new__header__top2024 .__new__header__submenu-link--bold {
  font-weight: 500;
}
.__new__header__top2024 .__new__header__mobile-menu-inner .__new__header__submenu-link {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 133%;
  color: #2f2f2f;
}
.__new__header__mobile-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 var(--spacer);
}
.__new__header__mobile-button__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 0;
  line-height: 0;
}
.__new__header__mobile-button__icon--closet {
  display: none;
}
.__new__header__mobile-button__text {
  font-size: 16px;
  display: none;
}
@media screen and (min-width: 640px) {
  .__new__header__mobile-button__text {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .__new__header__mobile-button {
    display: none;
  }
}
.__new__header__mobile-button.active .__new__header__mobile-button__icon {
  display: none;
}
.__new__header__mobile-button.active .__new__header__mobile-button__icon--closet {
  display: block;
}
.__new__header__top2024 .__new__header__mobile-button {
  gap: 8px;
}
.__new__header__top2024 .__new__header__mobile-button__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 126%;
  display: none;
}
@media screen and (min-width: 768px) {
  .__new__header__top2024 .__new__header__mobile-button__text {
    display: block;
  }
}
.__new__header__tablet-menu {
  --tablet-menu-backgronud: #f4f6fb;
  display: none;
  border-top: 1px solid var(--primary-black-alpha-1);
  background-color: var(--tablet-menu-backgronud);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  opacity: 0;
  pointer-events: none;
}
.__new__header__tablet-menu.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .__new__header__tablet-menu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .__new__header__tablet-menu {
    display: none;
  }
}
.__new__header__tablet-menu__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: var(--header-menu-height);
  gap: 0 calc(var(--spacer) * 3);
}
@media screen and (min-width: 768px) {
  .__new__header__mobile-menu {
    display: none;
  }
}
.__new__header__mobile-menu-shadow {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  height: calc(100vh - (var(--header-menu-height) + var(--header-top-height)));
  background-color: rgba(0, 0, 0, 0.33);
  opacity: 0;
  pointer-events: none;
}
.__new__header__mobile-menu-shadow.fixation {
  position: fixed;
  top: var(--header-menu-height);
  left: 0;
  z-index: 90;
  height: calc(100vh - var(--header-menu-height));
}
.__new__header__mobile-menu-shadow.active {
  opacity: 1;
  pointer-events: auto;
}
.__new__header__mobile-menu-outer {
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - (var(--header-menu-height) + var(--header-top-height)));
  background-color: var(--primary-white);
  border-top: 1px solid var(--primary-black-alpha-1);
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 425px) {
  .__new__header__mobile-menu-outer {
    width: 375px;
  }
}
.__new__header__mobile-menu-outer.fixation {
  position: fixed;
  top: var(--header-menu-height);
  height: calc(100vh - var(--header-menu-height));
  left: 0;
  z-index: 95;
}
.__new__header__mobile-menu-outer.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}
.__new__header__top2024 .__new__header__mobile-menu-outer {
  border: none;
}
.__new__header__mobile-menu-inner {
  --header-moobile-menu-inner: calc(var(--spacer) * 5) calc(var(--spacer) * 2);
  padding: var(--header-moobile-menu-inner);
}
@media screen and (min-width: 663px) {
  .__new__header__mobile-menu-inner {
    --header-moobile-menu-inner: calc(var(--spacer) * 5) calc(var(--spacer) * 3);
  }
}
.__new__header__mobile-menu-inner .__new__header__submenu-inner {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: calc(var(--spacer) * 4) 0;
  padding-top: 0;
  padding-left: calc(var(--spacer) * 2);
  padding-right: 0;
  padding-bottom: 0;
}
.__new__header__mobile-menu-inner .__new__header__submenu-inner .__new__header__submenu-menu {
  gap: calc(var(--spacer) * 2) 0;
  margin-bottom: calc(var(--spacer) * 3);
}
.__new__header__mobile-menu-inner .__new__header__submenu-menu {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: calc(var(--spacer) * 4) 0;
}
.__new__header__mobile-menu-inner .__new__header__submenu-column {
  gap: calc(var(--spacer) * 2) 0;
}
.__new__header__mobile-menu-inner .__new__header__submenu-link:hover {
  color: var(--primary-black);
}
.__new__header__mobile-menu-inner .__new__header__submenu-link--bold {
  font-weight: 400;
}
.__new__header__top2024 .__new__header__mobile-menu-inner {
  padding: 40px 48px;
}
.__new__header__mobile-menu-title {
  font-size: 18px;
  position: relative;
  color: var(--primary-black);
  display: block;
  margin-bottom: calc(var(--spacer) * 3);
}
.__new__header__mobile-menu-title:before,
.__new__header__mobile-menu-title:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.__new__header__mobile-menu-title:before {
  opacity: 1;
  background-image: url(/assets/images/svg/header/mobile-menu-down.svg);
}
.__new__header__mobile-menu-title:after {
  opacity: 0;
  background-image: url(/assets/images/svg/header/mobile-menu-up.svg);
}
.__new__header__mobile-menu-title.active {
  color: var(--primary-blue);
}
.__new__header__mobile-menu-title.active:before {
  opacity: 0;
}
.__new__header__mobile-menu-title.active:after {
  opacity: 1;
}
.__new__header__top2024 .__new__header__mobile-menu-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 133%;
  color: #2f2f2f;
}
.__new__header__top2024 .__new__header__mobile-menu-title:not([data-menu])::before,
.__new__header__top2024 .__new__header__mobile-menu-title:not([data-menu])::after {
  display: none;
}
.__new__header__user {
  position: relative;
  cursor: pointer;
  height: var(--header-top-height);
}
.__new__header__user--fixed-menu {
  height: calc(var(--spacer) * 7);
}
.__new__header__user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 110px;
  display: block;
}
.__new__header__user-name--fixed-menu {
  color: var(--black);
}
.__new__header__user-name__user {
  display: none;
  color: var(--primary-blue);
}
@media screen and (min-width: 767px) {
  .__new__header__user-name__user {
    display: block;
  }
  .__new__header__user-name__hidden {
    display: none;
  }
}
.__new__header__user-menu {
  position: absolute;
  z-index: 999;
  top: 100%;
  right: -8px;
  transform: translateX(0);
  width: 160px;
  background-color: var(--primary-white);
  box-shadow: var(--shadows-XXL);
  display: none;
}
@media screen and (min-width: 767px) {
  .__new__header__user-menu {
    right: -8px;
    transform: translateX(0);
    left: auto;
  }
}
.__new__header__user-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(var(--spacer) * 2);
  padding: calc(var(--spacer) * 2);
}
.__new__header__user-menu__link {
  color: var(--primary-black);
}
.__new__header__user:hover {
  opacity: 1;
}
.__new__header__user:hover .__new__header__user-menu {
  display: block;
}
.fixed-menu {
  --header-menu-height: calc(var(--spacer) * 7);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--header-menu-height);
  background-color: var(--primary-white);
  box-shadow: var(--shadows-XXL);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(-150%);
  transition: transform 0.2s linear 0.1s;
}
.fixed-menu.show {
  transform: translateY(0);
}
.fixed-menu__inner {
  display: flex;
  justify-content: space-between;
}
.fixed-menu__services {
  display: flex;
  column-gap: calc(var(--spacer) * 3);
  align-items: center;
}
.fixed-menu__links {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fixed-menu__links {
    display: flex;
    column-gap: calc(var(--spacer) * 3);
  }
}
.footer-connection {
  background-color: var(--gray750);
  color: var(--gray400);
  border-bottom: 1px solid var(--gray700);
}
.footer-connection__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  padding: 48px 0 48px 0;
}
@media screen and (max-width: 532px) {
  .footer-connection__inner {
    text-align: center;
  }
}
@media screen and (min-width: 533px) {
  .footer-connection__inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-connection__inner {
    padding: 64px 0 42px 0;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
  }
}
.footer-connection__options {
  display: flex;
  flex-direction: column;
}
.footer-connection__options .options__title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer-connection__options .options__description {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.footer-connection__options .options__social {
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 532px) {
  .footer-connection__options .options__social {
    justify-content: center;
  }
}
.footer-connection__options .options__social .footer__social-icon {
  width: 36px;
  height: 36px;
}
.footer-connection__options .options__social .footer__social-icon:hover {
  border: 1px solid var(--primary-white);
}
.footer-connection__options .options__social .footer__social-icon--tw {
  background-image: url(/img/svg/social-icons/twitter-new.svg);
}
.footer-connection__options .options__social .footer__social-icon--vk {
  background-image: url(/img/svg/social-icons/vk-new.svg);
}
.footer-connection__options .options__social .footer__social-icon--tl {
  background-image: url(/img/svg/social-icons/telegram.svg);
}
.footer-connection__options .options__social .footer__social-icon--yd {
  background-image: url(/img/svg/social-icons/yandexDzen.svg);
}
.footer-connection__options .options__social .footer__social-icon--yt {
  background-image: url(/img/svg/social-icons/youtube-new.svg);
}
.footer-connection__options .options__social .footer__social-icon--ig {
  background-image: url(/img/svg/social-icons/instagram-new.svg);
}
.footer-connection__options .button--footer {
  width: 211px;
}
@media screen and (max-width: 532px) {
  .footer-connection__options .button--footer {
    margin: 0 auto;
  }
}
.footer-services {
  background-color: var(--primary-black);
  color: var(--gray400);
}
.footer-services__inner {
  padding: 32px 0 39px 0;
}
@media screen and (min-width: 640px) {
  .footer-services__inner {
    padding: 40px 0 40px 0;
  }
}
.footer-services__company {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 18px;
}
@media screen and (max-width: 532px) {
  .footer-services__company {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .footer-services__company {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-services__company-application {
  display: flex;
  justify-self: start;
  column-gap: calc(var(--spacer) * 2);
}
@media screen and (max-width: 532px) {
  .footer-services__company-application {
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) {
  .footer-services__company-application {
    flex-direction: column;
    justify-self: end;
    row-gap: calc(var(--spacer) * 2);
  }
}
@media screen and (min-width: 786px) {
  .footer-services__company-application {
    flex-direction: row;
    row-gap: 0;
    column-gap: calc(var(--spacer) * 3);
  }
}
.company-description__text {
  font-size: 12px;
  line-height: 18px;
  margin-top: 0;
}
.company-application {
  display: inline-block;
  width: 163px;
  height: 56px;
}
@media screen and (min-width: 1024px) {
  .company-application {
    width: 199px;
    height: 58px;
  }
}
.company-application--google {
  background-image: url(/assets/images/common/footer/googleFooter160R.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .company-application--google {
    background-image: url(/assets/images/common/footer/googleFooterR.svg);
  }
}
.company-application--app {
  background-image: url(/assets/images/common/footer/appFooter160R.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .company-application--app {
    background-image: url(/assets/images/common/footer/appFooterR.svg);
  }
}
.footer-menu {
  background-color: var(--gray750);
}
.footer-menu__inner {
  padding: 48px 0 48px 0;
}
@media screen and (min-width: 640px) {
  .footer-menu__inner {
    display: none;
  }
  .footer-menu__inner-desktop {
    padding: 64px 0 64px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-menu__inner-desktop {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 0;
    padding: 40px 0 40px 0;
  }
}
.footer-menu__column-mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .footer-menu__column-mobile {
    display: none;
  }
}
@media screen and (max-width: 532px) {
  .footer-menu__column-mobile {
    padding: 0 calc(var(--spacer) * 4);
    margin: 0 auto;
  }
}
.footer-menu__column-link {
  display: none;
}
@media screen and (min-width: 640px) {
  .footer-menu__column-link {
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--spacer) * 2);
  }
}
.footer-menu__link {
  color: var(--gray400);
}
.footer-menu__link:hover {
  color: var(--primary-white);
}
.footer-menu__link--bold {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.footer-menu__link--submenu {
  margin-left: 8px;
  margin-bottom: 16px;
}
.footer-menu__link--new {
  position: relative;
}
.footer-menu__link--new:after {
  display: inline-block;
  position: absolute;
  content: "NEW";
  width: 37px;
  height: 17px;
  background-color: var(--primary-black);
  border-radius: 24px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  bottom: 8px;
  margin-left: 8px;
}
.footer-menu__link--nolink {
  cursor: default;
}
.footer-menu__link--nolink:hover {
  color: var(--gray400);
}
.arrow-footer:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border: 1.3px solid var(--gray400);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.25s linear;
}
.arrow-footer--active:after {
  transform: rotate(-225deg) translate(3px, -50%) scaleX(-1);
}
.footer-wrapper {
  padding: 0 16px;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer-wrapper {
    padding: 0 40px;
  }
}
.footer-new {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 36px 32px;
  border-radius: 24px;
  background-color: white;
}
@media only screen and (max-width: 786px) {
  .footer-new {
    padding: 36px 16px;
  }
}
@media only screen and (max-width: 428px) {
  .footer-new {
    padding: 36px 12px !important;
  }
}
.footer-new .footer-top__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .footer-new .footer-top__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new .footer-top__wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
}
.footer-new .footer-top__wrapper .button--footer {
  width: 100%;
  max-width: 226px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  border-color: #f8f9fd;
  border-radius: 8px;
  background-color: #f8f9fd;
  color: #2f2f2f;
}
.footer-new .footer-top__wrapper .button--footer:hover {
  background-color: #aabbe4;
}
.footer-new .footer-top__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-new .footer-top__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  color: #8c94a4;
}
.footer-new .footer-top__phone {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
}
.footer-new .footer-top__links-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.footer-new .footer-top__links-icon {
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.footer-new .footer-top__links-icon--vk {
  background-image: url(/angAssets/images/svg/vk-icon.svg);
}
.footer-new .footer-top__links-icon--tl {
  background-image: url(/angAssets/images/svg/tl-icon.svg);
}
.footer-new .footer-top__links-icon--yd {
  background-image: url(/angAssets/images/svg/yd-icon.svg);
}
.footer-new .footer-top__links-icon--ig {
  background-image: url(/angAssets/images/svg/ig-icon.svg);
}
.footer-new .footer-top__links-icon--yt {
  background-image: url(/angAssets/images/svg/yt-icon.svg);
}
.footer-new .footer-lists__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .footer-new .footer-lists__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new .footer-lists__wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
}
.footer-new .footer-lists__main-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-new .footer-lists__main-list-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.41px;
  color: #8c94a4;
}
.footer-new .footer-lists__title {
  margin-bottom: 14px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  color: #8c94a4;
}
.footer-new .footer-lists__item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 225%;
  text-transform: capitalize;
  color: #8c94a4;
}
.footer-new .footer-lists__item--new::after {
  margin-left: 8px;
  padding: 3px 5px;
  display: inline-flex;
  content: "New";
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 24px;
  background-color: #2f2f2f;
  color: #8c94a4;
}
.footer-new .footer-lists__item__seo-title {
  font-size: 16px;
  line-height: 36px;
  margin: 0;
  font-weight: 400;
}
.footer-new .footer-bottom {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .footer-new .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 199px;
    grid-column-gap: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new .footer-bottom {
    grid-template-columns: 1fr auto;
    grid-column-gap: 24px;
  }
}
.footer-new .footer-bottom__copyrights {
  font-size: 12px;
  line-height: 155.371%;
  color: #8c94a4;
}
.footer-new .footer-bottom span::after {
  content: "";
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  .footer-new .footer-bottom span::after {
    content: "\a";
  }
}
.footer-new .footer-bottom__app-links-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .footer-new .footer-bottom__app-links-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new .footer-bottom__app-links-container {
    grid-template-columns: auto auto;
    grid-column-gap: 26px;
  }
}
.footer-new .footer-bottom__app {
  width: 100%;
  max-width: 160px;
  height: 46px;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (min-width: 768px) {
  .footer-new .footer-bottom__app {
    max-width: initial;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-new .footer-bottom__app {
    width: 199px;
    height: 58px;
  }
}
.footer-new .footer-bottom__app--ios {
  background-image: url(/angAssets/images/svg/ios-app.svg);
}
.footer-new .footer-bottom__app--android {
  background-image: url(/angAssets/images/svg/android-app.svg);
}
[class^=icon] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.skeleton-load {
  position: relative;
}
.swiper-initialized .skeleton-load::after,
.swiper-initialized .skeleton-load::before {
  opacity: 0;
}
.skeleton-load::after,
.skeleton-load::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 8px;
}
.skeleton-load::after {
  background: var(--secondary-color);
  z-index: 9;
}
.skeleton-load::before {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%);
  animation: shimmer 1.6s infinite;
  z-index: 10;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@-ms-viewport {
  width: auto;
}
html,
body {
  -webkit-overflow-scrolling: touch;
}
html {
  height: 100%;
  font-size: var(--font-size-base);
}
body {
  display: grid;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font: 400 1rem/1.5 var(--font-family-default) !important;
  font-feature-settings: var(--font-feature, normal);
  font-variant: normal;
  color: var(--text-color);
  background-color: var(--white);
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: cover;
  cursor: default !important;
}
a,
button {
  cursor: pointer;
}
a:focus,
button:focus {
  outline: none;
}
button {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
img,
embed,
video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  border: none;
}
svg {
  display: inline-block;
  line-height: 1;
}
svg:not([fill=none]) {
  fill: currentColor;
}
picture {
  border-radius: inherit;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
input {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}
input[type=text] {
  -webkit-appearance: none;
}
input[type=search] {
  box-sizing: border-box;
}
textarea {
  resize: none;
}
app-root,
app-root > main,
app-root > .app {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (width < 768px) {
  app-home ~ app-footer,
  app-secondary-buy ~ app-footer,
  app-buy ~ app-footer,
  app-country-buy ~ app-footer,
  app-new-buildings ~ app-footer {
    display: none;
  }
  app-footer-mobile {
    padding-top: 74px;
  }
}
.container {
  width: 100%;
  max-width: var(--container-width);
  padding: 0 var(--container-gutter);
  margin-left: auto;
  margin-right: auto;
}
.content-inner {
  background-color: var(--white);
}
.section {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (width < 768px) {
  .section {
    padding-top: 20px;
  }
}
.section__more {
  font-size: clamp(18px, 4.2vw, 20px);
  align-self: center;
}
.section-header {
  margin-bottom: clamp(20px, 4.2vw, 32px);
}
.section-title {
  font-size: clamp(16px, 4.2vw, 26px) !important;
  font-weight: 700;
  margin: 0;
}
.section-title--md {
  font-size: clamp(16px, 4.2vw, 22px) !important;
}
.sales__items {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 24px;
}
.sales__item {
  display: flex;
}
@media (width < 768px) {
  .mobile-h1-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
  }
}
.simplebar-scrollbar::before {
  transition: opacity 0.2s linear !important;
  opacity: 1 !important;
  background-color: var(--four-color) !important;
}
.simplebar-vertical .simplebar-scrollbar::before {
  left: 4px;
}
.simplebar-horizontal .simplebar-scrollbar::before {
  top: 2px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
  transition: opacity 0s linear !important;
}
.simplebar-track::before {
  position: absolute;
  inset: 2px;
  border-radius: 4px;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-color: var(--secondary-color);
}
.simplebar-track.simplebar-vertical::before {
  left: 4px;
}
.scroll-invisible::-webkit-scrollbar {
  display: none;
}
.scroll-invisible {
  scrollbar-width: none;
}
.scroll-invisible {
  -ms-overflow-style: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform-origin: center;
    transform: rotate(0deg);
  }
  to {
    transform-origin: center;
    transform: rotate(360deg);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@media (width < 768px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (width < 1024px) {
  .d-lg-none {
    display: none !important;
  }
}
.is-hidden {
  display: none;
}
.subscribe-form__news-success.hidden,
.stocks__subscribe-success.hidden,
.subscribe-form__news-success.hidden {
  display: none !important;
}
.border-x {
  border-bottom: 1px solid var(--border-color);
}
.border-x.my {
  margin: 0.5rem 0;
}
.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.tab-switcher {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
  overflow-x: auto;
  border-bottom: 1px solid var(--border-color);
}
.tab-switcher__outside {
  position: relative;
}
.tab-switcher__outside .user-button__container {
  position: absolute;
  right: 32px;
  top: 40px;
  z-index: 10;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .tab-switcher__outside .user-button__container {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .tab-switcher__outside .user-button__container {
    display: none;
  }
}
.tab-switcher__outside .user-button__container .user-button + .user-button {
  margin-left: 8px;
}
.tab-switcher--favorites {
  overflow: visible;
}
.tab-switcher.tab-switcher--small-padding {
  padding-top: 25px;
}
@media (max-width: 1300px) {
  .tab-switcher {
    width: calc(100vw - 64px);
  }
}
@media (max-width: 1024px) {
  .tab-switcher {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 640px) {
  .tab-switcher {
    padding-top: 30px;
  }
}
.tab-switcher__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab-switcher__list::-webkit-scrollbar {
  display: none;
}
.tab-switcher__list--left {
  justify-content: flex-start;
}
.tab-switcher__list.tab-switcher--no-margin .tab-switcher__item {
  margin-right: 10px;
}
.tab-switcher__item {
  white-space: nowrap;
}
.tab-switcher__item--favorite {
  margin-right: 0 !important;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .tab-switcher__item--favorite {
    display: none;
  }
}
.tab-switcher__item--favorite #favoriteObjectsUrl {
  position: absolute;
  z-index: -100;
}
.tab-switcher__item-link {
  margin-right: 24px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.tab-switcher__item-link:last-of-type {
  margin-right: 0;
}
.tab-switcher__item-link--share {
  background-image: url(/img/new-design/buttons/share.svg);
}
.tab-switcher__item-link--share label {
  cursor: inherit;
}
.tab-switcher__item-link--share:hover {
  background-image: url(/img/new-design/buttons/share_active.svg);
}
.tab-switcher__item-link--print {
  background-image: url(/img/new-design/buttons/print.svg);
}
.tab-switcher__item-link--print:hover {
  background-image: url(/img/new-design/buttons/print_active.svg);
}
.tab-switcher__item-link--download {
  background-image: url(/img/new-design/buttons/download.svg);
}
.tab-switcher__item-link--download:hover {
  background-image: url(/img/new-design/buttons/download_active.svg);
}
@media (max-width: 1024px) {
  .tab-switcher__item-link {
    font-size: 0;
  }
}
.tab-switcher__link {
  padding: 0 20px 25px;
  cursor: pointer;
  display: inline-flex;
  position: relative;
}
.tab-switcher__link:before {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  transition: all 0.15s ease 0.075s;
}
.tab-switcher__link--active:before {
  background-color: var(--red);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
  margin-bottom: 24px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: var(--t-base);
}
a:hover {
  color: var(--primary-color);
}
.link {
  color: var(--blue3);
}
.link-under {
  border-bottom: 1px solid;
}
.link-under:hover {
  border-bottom: 1px solid transparent;
}
.link-under-hover {
  border-bottom: 1px solid transparent;
}
.link-under-hover:hover {
  border-bottom: 1px solid;
}
sup,
sub {
  position: relative;
  font-size: inherit;
}
sup {
  top: 0;
}
sub {
  bottom: 0;
}
b {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
.text-blue {
  color: var(--blue3);
}
.text-gray {
  color: var(--gray23);
}
.error-messages {
  color: var(--red);
  font-size: 12px;
  margin-top: 5px;
}
.collapses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collapse-pane {
  box-shadow: none !important;
  border: 1px solid var(--border-color) !important;
  border-radius: var(--border-radius-x2) !important;
}
.collapse-pane__title {
  font-weight: 600;
  padding: 17px 0;
}
.collapse-pane .mat-expansion-indicator::after {
  padding: 5px;
  border-color: var(--text-color);
}
.collapse-pane__content {
  font-size: 14px;
}
.filter-input {
  position: relative;
  width: 100%;
  display: block;
  padding: 13px 11px;
  height: 50px;
  border-radius: 8px;
  background-color: var(--light-blue3);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter-input--drop {
  padding-right: 30px;
}
.filter-input--drop::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-color: var(--black5);
  transition: var(--t-base);
}
.filter-slider {
  position: relative;
}
.filter-slider [data-handle="1"] {
  right: -10px;
}
.filter-slider--multy {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: var(--light-blue3);
  height: 50px;
}
.filter-slider__input {
  width: 50%;
  height: 100%;
  display: block;
  padding: 4px 11px;
}
.filter-slider .noUiSlider {
  flex-grow: 0;
  position: absolute;
  bottom: -9px;
  margin: 0;
  display: block;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.filter-slider .noUiSlider .noUi-target {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.filter-slider .noUiSlider .noUi-connect {
  margin: auto 0;
  height: 1px;
  bottom: 0;
  background-color: var(--blue4);
}
.filter-slider .noUiSlider .noUi-handle {
  border: none;
  width: 28px;
  height: 28px;
  background-color: transparent;
  box-shadow: none;
  margin-right: 4px;
}
.filter-slider .noUiSlider .noUi-handle::before,
.filter-slider .noUiSlider .noUi-handle::after {
  display: none;
}
.filter-slider .noUiSlider .noUi-handle .noUi-touch-area {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: var(--blue4);
  border-radius: 50%;
  display: block;
}
.top-filter-input {
  position: relative;
  cursor: pointer;
  border: none;
  padding: 12px 34px 12px 12px;
  width: 100%;
  overflow: hidden;
  color: var(--text-color);
  font-size: 14px;
  height: var(--input-height);
  line-height: 1.43;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 200ms ease-in-out;
  background-color: var(--white);
  border-right: 1px solid var(--border-color);
}
.top-filter-input::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  color: var(--gray8);
  transition: var(--t-base);
}
@media (width < 992px) {
  .top-filter-input::after {
    color: var(--text-color);
    transform: rotate(-45deg);
  }
}
.top-filter-input--settings {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (width < 992px) {
  .top-filter-input--settings {
    padding: 0;
    border: none;
  }
}
.top-filter-input--settings::after {
  display: none !important;
}
.top-filter-input input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  border: none;
  white-space: nowrap;
  transition: background-color 200ms ease-in-out;
  background-color: var(--white);
}
.top-filter__group:first-child .top-filter-input {
  border-radius: 0 0 0 var(--border-radius-x1);
}
.top-filter__group:nth-child(5) .top-filter-input,
.top-filter__group:last-child .top-filter-input {
  border-right: 0;
  border-radius: 0 var(--border-radius-x1) var(--border-radius-x1) 0;
}
.dropdown.active .top-filter-input::after {
  transform: rotate(135deg);
}
.top-filter-subtitle {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 700;
}
@media (width >= 992px) {
  .top-filter-subtitle {
    display: none;
  }
}
.top-filter-controls {
  display: flex;
  gap: 0 12px;
}
.top-filter-control {
  position: relative;
}
.top-filter-control__input {
  width: 130px;
  padding: 2px 24px 2px 8px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--white);
  font-size: 14px;
  line-height: 1;
  border: 1px solid var(--border-color);
}
.top-filter-control__append {
  position: absolute;
  inset: 1px 1px 1px auto;
  padding-right: 6px;
  display: grid;
  place-content: center;
  font-size: 14px;
  background-color: var(--white);
}
.top-filter-control__option-wrapper {
  position: relative;
  font-size: 12px;
  min-width: 65px;
  z-index: 2;
}
.top-filter-control__option {
  display: block;
  padding: 4px 0;
  border-bottom: 1px dashed;
}
.top-filter-control__options {
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 0 1px 1px 1px;
  background-color: var(--white);
  color: var(--text-color);
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.top-filter-control__options li {
  cursor: pointer;
  white-space: nowrap;
  padding: 11px 20px 11px 4px;
  border-bottom: 1px solid var(--border-color);
}
.top-filter-control__options li.selected {
  position: relative;
}
.top-filter-control__options li.selected::before {
  content: "";
  border-style: solid;
  border-color: var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 4px;
  height: 12px;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-filter-drop-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drop-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.drop-item__title {
  font-size: 14px;
  margin-bottom: 10px;
}
.drop-select-item {
  --gutter-x: 10px;
  --gutter-y: 8px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  font-size: 14px;
  min-height: 32px;
  transition: var(--t-base);
  margin: 0 calc(var(--gutter-x) * -1);
  padding: var(--gutter-y) var(--gutter-x);
}
.drop-select-item--stacked {
  --gutter-y: 10px;
  --gutter-x: 0;
  margin: 0;
  background-color: var(--white) !important;
}
.drop-select-item__append {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  padding: 5px;
  margin: auto;
  display: none;
}
.drop-select-item.active .drop-select-item__append {
  display: block;
}
.drop-select-item--stacked .drop-select-item__append {
  background-color: var(--white) !important;
}
.drop-select-item:not(.drop-select-item--append):not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.drop-select-item:not(.drop-select-item--append):hover {
  background-color: var(--gray4);
}
.drop-select-item:not(.drop-select-item--append).active {
  background-color: var(--light-blue3);
}
.drop-select-item app-radio {
  display: block;
  width: 100%;
}
.drop-select-item app-radio .ui-radio__label {
  display: flex;
  align-items: center;
  margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -1);
  padding: var(--gutter-y) var(--gutter-x) var(--gutter-y) 40px;
}
.drop-select-item app-radio .ui-radio__label::before {
  left: 10px;
  top: 10px;
}
.drop-select-item app-radio .ui-radio__label::after {
  left: 14px;
  top: 14px;
}
.switcher {
  flex-grow: 0;
}
.switcher .ui-checkbox__label {
  width: 25px;
  min-width: auto;
  height: 15px !important;
  min-height: auto !important;
  padding: 0;
  display: block;
  border-radius: 8px !important;
  background-color: var(--light-blue3);
}
.switcher .ui-checkbox__label::after {
  display: none !important;
}
.switcher .ui-checkbox__label::before {
  border-color: var(--teal3) !important;
  height: 100% !important;
  width: 50% !important;
  border-width: 6px !important;
  border-style: solid !important;
  background-color: var(--teal5) !important;
  border-radius: 8px !important;
  margin: 0;
  top: 0 !important;
  transition: all 120ms ease-in-out;
}
.switcher .ui-checkbox__input:checked ~ .ui-checkbox__label::before {
  transform: translateX(100%);
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: var(--gray10);
  border-radius: 5px;
  cursor: pointer;
  transition: 200ms;
  opacity: 1 !important;
}
.modal-story .swiper-pagination-bullet {
  position: relative;
  height: 5px;
  max-width: 80px;
  width: 100%;
  background-color: var(--white);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: 200ms;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--teal3);
  width: 20px;
}
.modal-story .animate .swiper-pagination-bullet-active {
  background-color: var(--white);
  max-width: 80px;
  width: 100%;
}
.modal-story .animate .swiper-pagination-bullet-active::before {
  content: "";
  background-color: var(--teal3);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  animation: slideProgress var(--progress) forwards;
  transform-origin: 0 0;
}
.btn-more-dots {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.btn-more-dots::before,
.btn-more-dots::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal3);
}
.btn-more-dots::before {
  box-shadow: 15px 0 0 var(--teal3);
}
.select-wrapper {
  position: relative;
}
.select-wrapper::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 8" width="14" height="8"><path d="M12.4217 0.451988L13.4817 1.51299L7.70472 7.29199C7.61215 7.38514 7.50207 7.45907 7.38082 7.50952C7.25957 7.55997 7.12954 7.58594 6.99822 7.58594C6.86689 7.58594 6.73686 7.55997 6.61561 7.50952C6.49436 7.45907 6.38429 7.38514 6.29172 7.29199L0.511719 1.51299L1.57172 0.452987L6.99672 5.87699L12.4217 0.451988Z" fill="black"/></svg>') no-repeat center;
  background-size: 12px;
  background-color: var(--white);
  width: 40px;
  border-radius: 12px;
  pointer-events: none;
}
.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-input {
  display: block;
  width: 100%;
  background-color: var(--white);
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--blue4);
  padding: 14px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-input--secondary {
  background-color: var(--secondary-color2);
}
.ui-input.border-0 {
  border-width: 0;
}
.ui-input--lg {
  height: 56px;
  min-height: 56px;
}
.ui-input--medium {
  height: 54px;
  min-height: 54px;
}
.ui-input--md {
  height: 40px;
  min-height: 40px;
}
.ui-input--square {
  border-radius: 5px;
}
textarea.ui-input {
  height: auto;
  min-height: 50px;
}
.ui-label {
  color: #000;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.input-group {
  position: relative;
}
.input-group--prepend .input-group__input {
  padding-left: 48px;
}
.input-group--append .input-group__input {
  padding-right: 48px;
}
.input-group__prepend,
.input-group__append {
  position: absolute;
  top: 0;
  bottom: 0;
  color: var(--gray23);
  padding: 0 10px;
  margin: auto;
  z-index: 1;
  height: 24px;
  line-height: 24px;
}
.input-group__append {
  right: 0;
}
::ng-deep .dropdown .input-group__append {
  transition: 200ms ease-out;
}
::ng-deep .dropdown.active .input-group__append {
  transform: rotate(180deg);
}
.input-group__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  height: 34px;
  margin: auto;
}
.input-group__icon--prepend {
  left: 15px;
}
.input-group__icon--append {
  right: 15px;
}
.modal-clear {
  color: var(--blue3);
  font-weight: 400;
  font-size: 14px;
}
.modal-btn-prev {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
.slider-carousel-row,
.slider-carousel-row::part(container) {
  height: 100%;
}
.slider-carousel-row .swiper-slide {
  height: auto;
  display: flex;
  flex-grow: 1;
}
.slider-carousel-row.overflow-visible,
.slider-carousel-row.overflow-visible::part(container) {
  overflow: visible;
}
.slider-only-mobile,
.slider-only-mobile::part(container) {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-only-mobile,
  .slider-only-mobile::part(container),
  .slider-only-mobile::part(wrapper),
  .slider-only-mobile .swiper-slide {
    display: contents !important;
  }
}
.slider-only-mobile .swiper-slide {
  height: auto;
  display: flex;
  flex-grow: 1;
}
.slider-pagination-wrapper {
  position: relative;
  margin-top: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slider-pagination-wrapper > * {
  width: fit-content !important;
}
.select {
  width: 100%;
  height: 55px;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  color: var(--text-color);
}
.select--hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select--styled {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e1e3e6;
  background-color: var(--white);
  border-radius: 8px;
  transition: 200ms ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}
.select--styled::after {
  display: inline-flex;
  content: "";
  border-color: var(--border-color);
  transform: rotate(45deg) translateY(-50%);
  transition: 200ms ease-in-out;
  position: absolute;
  z-index: 3;
  right: 16px;
}
.select--styled:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(255, 255, 255) 40%,
      rgb(255, 255, 255) 100%);
}
@media (width < 480px) {
  .select--styled:before {
    display: none;
  }
}
.select--styled:hover::after {
  border-color: var(--secondary-color-hover);
}
.select--styled.select--error {
  border-color: var(--red);
}
.select--styled:active,
.select--styled.active {
  border-radius: 8px 8px 0 0;
}
.select--styled:active::after,
.select--styled.active::after {
  transform: rotate(-225deg) translateY(-50%) scaleX(-1);
}
.select__options {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 7777;
  border: 1px solid var(--border-color);
  border-top: none;
  background-color: var(--white);
  max-height: 300px;
  overflow-x: auto;
}
.select__options li {
  margin: 0;
  padding: 12px 15px;
  position: relative;
  border-top: 1px solid var(--border-color);
}
.select__options li:last-child {
  border-bottom: none;
}
.select__options--links li {
  padding: 0;
}
.select__options--links li a {
  padding: 12px 15px;
  display: block;
  color: inherit;
}
@keyframes slideProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.badge-tool {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  color: var(--text-color);
  max-width: 160px;
  transition: var(--t-base);
  border-radius: 8px;
}
@media (width < 768px) {
  .badge-tool {
    font-size: 8px;
  }
}
.badge-tool:hover {
  color: var(--text-color);
}
.badge-tool__icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-weight: 700;
  border: 1px solid var(--teal3);
  transition: var(--t-base);
}
.badge-tool:hover .badge-tool__icon {
  border-color: var(--text-color);
}
.ui-badge {
  display: inline-flex;
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
  min-width: 50px;
  padding: 2px 8px;
  border-radius: 20px;
  color: var(--white);
  background-color: var(--green7);
  justify-content: center;
}
.app {
  width: 100%;
  min-height: auto !important;
  min-width: var(--global-min-width);
  position: relative;
}
.app--new-design {
  padding-bottom: 0;
}
.app--new-design .section + .section {
  margin-top: 0;
}
button.sb-wrapper {
  display: block;
  width: 100%;
  margin: 0;
}
.sb-circles-dark .sb-wrapper .sb-content,
.sb-circles-light .sb-wrapper .sb-content {
  flex-direction: row-reverse;
  gap: 5px 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sb-circles-dark .sb-wrapper .sb-icon,
.sb-circles-light .sb-wrapper .sb-icon {
  min-width: 80px;
  width: auto;
  height: 34px;
  line-height: 1;
  min-height: auto;
  border-radius: 5px;
  display: inline-grid;
  place-items: center;
  box-shadow: none;
}
@media (width < 768px) {
  .sb-circles-dark .sb-wrapper .sb-icon,
  .sb-circles-light .sb-wrapper .sb-icon {
    min-width: 30px;
    height: 30px;
  }
}
.svg-inline--fa {
  height: 24px;
  width: auto;
  vertical-align: middle;
}
@media (width < 768px) {
  .svg-inline--fa {
    height: 20px;
  }
}
.sb-circles-dark .sb-wrapper .sb-text,
.sb-circles-light .sb-wrapper .sb-text {
  font-size: 14px;
  color: #000;
  line-height: 1;
  width: auto;
  flex-grow: 0;
  margin: 0;
  min-width: 100px;
  font-weight: normal;
  text-align: left;
  height: auto;
  display: block;
}
@media (width < 768px) {
  .sb-circles-dark .sb-wrapper .sb-text,
  .sb-circles-light .sb-wrapper .sb-text {
    min-width: 60px;
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:contents {
    display: contents;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-44 {
    width: 11rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-52 {
    width: 13rem;
  }
  .md\:w-60 {
    width: 15rem;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-9 {
    width: 2.25rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-\[20px\] {
    gap: 20px;
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[36px\] {
    font-size: 36px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .lg\:order-none {
    order: 0;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
