._userIcon_kkfvw_1 {
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-style: none;
  background-color: var(--accent-key-color-15);
  color: var(--accent-key-color);
  transition: all 0.2s;
}

  .ant-dropdown-trigger > ._userIcon_kkfvw_1 {
  cursor: pointer;
}

  ._userIcon_kkfvw_1:after {
  pointer-events: none;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--transparent-10);
  opacity: 0;
    content: "";
    transition: opacity 0.2s;
}

  .ant-dropdown-open ._userIcon_kkfvw_1:after {
      opacity: 1;
    }
/* Responsive navigation menu styles */
@media (max-width: 1380px) {
  ._responsiveNaviMenu_pj1ua_3
    .ant-menu-overflow-item + .ant-menu-overflow-item {
    margin-left: 4px;
  }

  ._responsiveNaviMenu_pj1ua_3 .ant-menu-item-only-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* set the uploader size as parent component*/
._uploader_1qslz_2 {
  width: 100%;
  height: 100%;
}
._uploader_1qslz_2 .ant-upload-select,
  ._uploader_1qslz_2 .ant-upload-list,
  ._uploader_1qslz_2 .ant-upload-list-item-container,
  ._uploader_1qslz_2 .ant-upload-list-item::before,
  ._uploader_1qslz_2 .ant-upload-list-item.ant-upload-list-item-done {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }
._uploader_1qslz_2 .ant-upload-select {
    background-color: #f9f9f9 !important;
  }
._uploader_1qslz_2 .ant-upload-list-item.ant-upload-list-item-done {
    padding: 0 !important;
    border: none !important;
  }
._uploader_1qslz_2 .ant-upload-list-item-uploading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
._uploader_1qslz_2 .ant-upload-list-item-progress {
    top: 60%;
    bottom: unset;
  }
._uploader_1qslz_2 .ant-upload-list-item-thumbnail {
    border: 1px dashed transparent;
    box-sizing: content-box;
  }
/* Push the delete button to the right to make space for custom buttons */
._uploader_1qslz_2 .with-custom-cropper-button .ant-upload-list-item-actions > a {
    margin-right: 30px;
  }
/* Make sure the thumbnail stays in the custom renderer (same as vanilla antd) */
._uploader_1qslz_2 .with-custom-cropper-button .ant-upload-list-item-thumbnail {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100%;
    height: 100%;
  }
._uploader_1qslz_2 .with-custom-cropper-button .ant-upload-list-item-thumbnail img {
      -o-object-fit: cover !important;
         object-fit: cover !important;
      width: 100%;
      height: 100%;
    }
/* Make sure the default buttons are displayed along with the custom one all the time */
._uploader_1qslz_2 .group:hover .custom-edit-button,
  ._uploader_1qslz_2 .group:hover .ant-upload-list-item-actions,
  ._uploader_1qslz_2 .group:hover .ant-upload-list-item-actions > a,
  ._uploader_1qslz_2 .group:hover .ant-upload-list-item-actions > button {
    opacity: 1 !important;
  }
/* Negate the default antd mask on :hover */
._uploader_1qslz_2 .with-custom-cropper-button:hover .ant-upload-list-item::before {
    background-color: transparent !important;
  }

/* avoid the animate break the UI */
._uploader_1qslz_2 .ant-upload-animate-inline-leave {
  display: none !important;
}

/* show red border when upload fail */

._error_1qslz_77 .ant-upload-select,
  
  ._error_1qslz_77 .ant-upload-list-item-thumbnail {
    border-color: var(--system-danger) !important;
  }
._searchField_15lvq_1 .ant-input-group-addon {
    display: none;
  }
  ._searchField_15lvq_1 .ant-input-affix-wrapper {
    border-radius: 8px !important;
  }
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
/* SN Ads design token primitives exported from figma */

:root {
  /* Value */
  /* colors */
  --accent-key-color: #0099eb;
  --accent-key-color-15: #0099eb26;
  --brand-sn-blue: #329fe7;
  --brand-sn-green: #00cc8b;
  --brand-sn-orange: #fb9200;
  --brand-sn-red: #fd4749;
  --general-green: #34c759;
  --general-grey-blue: #f4f6f9;
  --general-yellow: #faad14;
  --grey-0: #ffffff;
  --grey-100: #f9f9f9;
  --grey-300: #e0e0e0;
  --grey-400: #bbbbbb;
  --transparent-10: #0000001a;
  --transparent-20: #00000033;
  --transparent-38: #00000061;
  --transparent-60: #00000099;
  --transparent-87: #000000de;

  /* tokens */
  --surface-stroke: var(--grey-300);
  --surface-active: var(--accent-key-color-15);
  --surface-default: var(--grey-0);
  --surface-disabled: var(--grey-100);
  --surface-hover: var(--transparent-10);
  --surface-keycolor: var(--accent-key-color);
  --surface-secondary: var(--general-grey-blue);
  --surface-tertiary: var(--grey-100);
  --system-danger: var(--brand-sn-red);
  --system-idle: var(--grey-400);
  --system-success: var(--general-green);
  --system-validating: var(--accent-key-color);
  --system-warning: var(--general-yellow);
  --text-danger: var(--brand-sn-red);
  --text-default: var(--transparent-87);
  --text-disabled: var(--transparent-20);
  --text-keycolor: var(--accent-key-color);
  --text-tertiary: var(--transparent-38);
  --text-secondary: var(--transparent-60);
  --text-white: var(--grey-0);
}
*, ::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-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:  
}
::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-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:  
}
.container {
    width: 100%
}
@media (min-width: 480px) {
    .container {
        max-width: 480px
    }
}
@media (min-width: 960px) {
    .container {
        max-width: 960px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px
    }
}
#body .pointer-events-none {
    pointer-events: none
}
#body .pointer-events-auto {
    pointer-events: auto
}
#body .visible {
    visibility: visible
}
#body .\!visible {
    visibility: visible !important
}
#body .invisible {
    visibility: hidden
}
#body .collapse {
    visibility: collapse
}
#body .static {
    position: static
}
#body .fixed {
    position: fixed
}
#body .absolute {
    position: absolute
}
#body .relative {
    position: relative
}
#body .sticky {
    position: sticky
}
#body .inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}
#body .top-0 {
    top: 0px
}
#body .left-0 {
    left: 0px
}
#body .right-0 {
    right: 0px
}
#body .top-r1\.6 {
    top: 1.6rem
}
#body .left-r1\.6 {
    left: 1.6rem
}
#body .top-\[80px\] {
    top: 80px
}
#body .bottom-0 {
    bottom: 0px
}
#body .top-\[-12px\] {
    top: -12px
}
#body .right-\[-28px\] {
    right: -28px
}
#body .right-2 {
    right: 0.5rem
}
#body .top-2 {
    top: 0.5rem
}
#body .bottom-\[14px\] {
    bottom: 14px
}
#body .left-\[8px\] {
    left: 8px
}
#body .right-\[8px\] {
    right: 8px
}
#body .bottom-\[6px\] {
    bottom: 6px
}
#body .left-\[6px\] {
    left: 6px
}
#body .right-\[6px\] {
    right: 6px
}
#body .top-1 {
    top: 0.25rem
}
#body .right-1 {
    right: 0.25rem
}
#body .top-\[50px\] {
    top: 50px
}
#body .left-full {
    left: 100%
}
#body .right-\[-32px\] {
    right: -32px
}
#body .right-\[-56px\] {
    right: -56px
}
#body .z-loading {
    z-index: 50
}
#body .z-10 {
    z-index: 10
}
#body .z-\[500\] {
    z-index: 500
}
#body .z-sticky {
    z-index: 100
}
#body .m-0 {
    margin: 0px
}
#body .m-r0\.8 {
    margin: .8rem
}
#body .m-auto {
    margin: auto
}
#body .m-2 {
    margin: 0.5rem
}
#body .m-\[-4px\] {
    margin: -4px
}
#body .m-\[4px\] {
    margin: 4px
}
#body .m-1 {
    margin: 0.25rem
}
#body .mx-\[8px\] {
    margin-left: 8px;
    margin-right: 8px
}
#body .mx-0 {
    margin-left: 0px;
    margin-right: 0px
}
#body .mx-\[16px\] {
    margin-left: 16px;
    margin-right: 16px
}
#body .my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px
}
#body .mx-\[24px\] {
    margin-left: 24px;
    margin-right: 24px
}
#body .my-r0\.8 {
    margin-top: .8rem;
    margin-bottom: .8rem
}
#body .mx-auto {
    margin-left: auto;
    margin-right: auto
}
#body .mx-\[2px\] {
    margin-left: 2px;
    margin-right: 2px
}
#body .mx-\[-24px\] {
    margin-left: -24px;
    margin-right: -24px
}
#body .my-\[12px\] {
    margin-top: 12px;
    margin-bottom: 12px
}
#body .my-auto {
    margin-top: auto;
    margin-bottom: auto
}
#body .my-r2\.2 {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem
}
#body .my-\[8px\] {
    margin-top: 8px;
    margin-bottom: 8px
}
#body .my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px
}
#body .my-r0\.6 {
    margin-top: .6rem;
    margin-bottom: .6rem
}
#body .mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}
#body .my-r2\.4 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem
}
#body .my-r1\.6 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem
}
#body .my-\[16px\] {
    margin-top: 16px;
    margin-bottom: 16px
}
#body .mx-\[-16px\] {
    margin-left: -16px;
    margin-right: -16px
}
#body .mx-r1\.6 {
    margin-left: 1.6rem;
    margin-right: 1.6rem
}
#body .mt-\[24px\] {
    margin-top: 24px
}
#body .ml-auto {
    margin-left: auto
}
#body .mr-r0\.4 {
    margin-right: .4rem
}
#body .mr-2 {
    margin-right: 0.5rem
}
#body .mt-8 {
    margin-top: 2rem
}
#body .mt-4 {
    margin-top: 1rem
}
#body .mt-r2\.4 {
    margin-top: 2.4rem
}
#body .mb-r1\.6 {
    margin-bottom: 1.6rem
}
#body .mt-\[16px\] {
    margin-top: 16px
}
#body .mt-\[8px\] {
    margin-top: 8px
}
#body .ml-4 {
    margin-left: 1rem
}
#body .ml-r1\.6 {
    margin-left: 1.6rem
}
#body .mb-4 {
    margin-bottom: 1rem
}
#body .ml-2 {
    margin-left: 0.5rem
}
#body .mb-0 {
    margin-bottom: 0px
}
#body .mr-auto {
    margin-right: auto
}
#body .ml-\[8px\] {
    margin-left: 8px
}
#body .mr-r0\.2 {
    margin-right: .2rem
}
#body .mt-r0\.8 {
    margin-top: .8rem
}
#body .mb-2 {
    margin-bottom: 0.5rem
}
#body .mb-1 {
    margin-bottom: 0.25rem
}
#body .mr-\[-4px\] {
    margin-right: -4px
}
#body .mt-\[-4px\] {
    margin-top: -4px
}
#body .mt-\[4px\] {
    margin-top: 4px
}
#body .ml-1 {
    margin-left: 0.25rem
}
#body .mr-r1\.6 {
    margin-right: 1.6rem
}
#body .mr-r0\.8 {
    margin-right: .8rem
}
#body .mr-\[2px\] {
    margin-right: 2px
}
#body .mt-2 {
    margin-top: 0.5rem
}
#body .mr-\[8px\] {
    margin-right: 8px
}
#body .mt-\[2px\] {
    margin-top: 2px
}
#body .mb-\[8px\] {
    margin-bottom: 8px
}
#body .mb-r2\.4 {
    margin-bottom: 2.4rem
}
#body .ml-r0\.8 {
    margin-left: .8rem
}
#body .mb-\[24px\] {
    margin-bottom: 24px
}
#body .mt-r0\.4 {
    margin-top: .4rem
}
#body .mr-3 {
    margin-right: 0.75rem
}
#body .mr-\[32px\] {
    margin-right: 32px
}
#body .mt-r1\.6 {
    margin-top: 1.6rem
}
#body .mr-\[16px\] {
    margin-right: 16px
}
#body .mt-0 {
    margin-top: 0px
}
#body .mt-r0\.2 {
    margin-top: .2rem
}
#body .mb-\[-8px\] {
    margin-bottom: -8px
}
#body .mb-\[16px\] {
    margin-bottom: 16px
}
#body .mb-r0\.8 {
    margin-bottom: .8rem
}
#body .mb-r0\.4 {
    margin-bottom: .4rem
}
#body .ml-r0\.4 {
    margin-left: .4rem
}
#body .ml-\[-48px\] {
    margin-left: -48px
}
#body .mr-\[24px\] {
    margin-right: 24px
}
#body .mb-\[40px\] {
    margin-bottom: 40px
}
#body .mt-6 {
    margin-top: 1.5rem
}
#body .mt-12 {
    margin-top: 3rem
}
#body .mr-\[4px\] {
    margin-right: 4px
}
#body .ml-\[38px\] {
    margin-left: 38px
}
#body .mb-\[4px\] {
    margin-bottom: 4px
}
#body .ml-10 {
    margin-left: 2.5rem
}
#body .mb-r2\.8 {
    margin-bottom: 2.8rem
}
#body .ml-r1\.8 {
    margin-left: 1.8rem
}
#body .ml-r1\.2 {
    margin-left: 1.2rem
}
#body .mr-4 {
    margin-right: 1rem
}
#body .mb-6 {
    margin-bottom: 1.5rem
}
#body .mt-1 {
    margin-top: 0.25rem
}
#body .mt-r1\.2 {
    margin-top: 1.2rem
}
#body .ml-\[4px\] {
    margin-left: 4px
}
#body .mb-8 {
    margin-bottom: 2rem
}
#body .-mb-4 {
    margin-bottom: -1rem
}
#body .mr-6 {
    margin-right: 1.5rem
}
#body .\!mb-0 {
    margin-bottom: 0px !important
}
#body .mt-\[3px\] {
    margin-top: 3px
}
#body .ml-\[16px\] {
    margin-left: 16px
}
#body .mt-\[10px\] {
    margin-top: 10px
}
#body .ml-\[10px\] {
    margin-left: 10px
}
#body .mb-\[21px\] {
    margin-bottom: 21px
}
#body .mt-\[20px\] {
    margin-top: 20px
}
#body .ml-3 {
    margin-left: 0.75rem
}
#body .mb-\[18px\] {
    margin-bottom: 18px
}
#body .ml-\[2px\] {
    margin-left: 2px
}
#body .mt-\[-12px\] {
    margin-top: -12px
}
#body .mb-\[-16px\] {
    margin-bottom: -16px
}
#body .block {
    display: block
}
#body .\!block {
    display: block !important
}
#body .inline-block {
    display: inline-block
}
#body .inline {
    display: inline
}
#body .flex {
    display: flex
}
#body .inline-flex {
    display: inline-flex
}
#body .table {
    display: table
}
#body .grid {
    display: grid
}
#body .contents {
    display: contents
}
#body .hidden {
    display: none
}
#body .\!hidden {
    display: none !important
}
#body .aspect-square {
    aspect-ratio: 1 / 1
}
#body .aspect-\[6\/5\] {
    aspect-ratio: 6/5
}
#body .aspect-\[16\/9\] {
    aspect-ratio: 16/9
}
#body .h-1 {
    height: 0.25rem
}
#body .h-\[400px\] {
    height: 400px
}
#body .h-screen {
    height: 100vh
}
#body .h-96 {
    height: 24rem
}
#body .h-\[200px\] {
    height: 200px
}
#body .h-auto {
    height: auto
}
#body .h-\[300px\] {
    height: 300px
}
#body .h-full {
    height: 100%
}
#body .h-\[180px\] {
    height: 180px
}
#body .h-\[248px\] {
    height: 248px
}
#body .h-\[472px\] {
    height: 472px
}
#body .h-\[266px\] {
    height: 266px
}
#body .h-\[40vh\] {
    height: 40vh
}
#body .h-\[16px\] {
    height: 16px
}
#body .h-r0\.6 {
    height: .6rem
}
#body .h-r4\.8 {
    height: 4.8rem
}
#body .h-r4 {
    height: 4.0rem
}
#body .h-\[20px\] {
    height: 20px
}
#body .h-\[4px\] {
    height: 4px
}
#body .h-\[22px\] {
    height: 22px
}
#body .h-\[100px\] {
    height: 100px
}
#body .h-\[48px\] {
    height: 48px
}
#body .h-\[24px\] {
    height: 24px
}
#body .h-\[264px\] {
    height: 264px
}
#body .h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px)
}
#body .h-\[28px\] {
    height: 28px
}
#body .h-\[114px\] {
    height: 114px
}
#body .h-\[8px\] {
    height: 8px
}
#body .h-\[500px\] {
    height: 500px
}
#body .h-\[25px\] {
    height: 25px
}
#body .h-\[34px\] {
    height: 34px
}
#body .h-\[calc\(100vh_-_var\(--sn-navbar-height\)\)\] {
    height: calc(100vh - var(--sn-navbar-height))
}
#body .h-6 {
    height: 1.5rem
}
#body .h-\[26\%\] {
    height: 26%
}
#body .h-\[6px\] {
    height: 6px
}
#body .h-\[18px\] {
    height: 18px
}
#body .h-\[50px\] {
    height: 50px
}
#body .h-\[96px\] {
    height: 96px
}
#body .h-r0\.8 {
    height: .8rem
}
#body .h-r3\.2 {
    height: 3.2rem
}
#body .h-r3 {
    height: 3rem
}
#body .h-\[43px\] {
    height: 43px
}
#body .h-\[26px\] {
    height: 26px
}
#body .h-\[425px\] {
    height: 425px
}
#body .h-\[47px\] {
    height: 47px
}
#body .h-\[420px\] {
    height: 420px
}
#body .h-\[450px\] {
    height: 450px
}
#body .h-\[23px\] {
    height: 23px
}
#body .h-\[72px\] {
    height: 72px
}
#body .h-0 {
    height: 0px
}
#body .h-\[30px\] {
    height: 30px
}
#body .h-\[92px\] {
    height: 92px
}
#body .h-\[94px\] {
    height: 94px
}
#body .h-\[80\%\] {
    height: 80%
}
#body .h-\[184px\] {
    height: 184px
}
#body .h-\[186px\] {
    height: 186px
}
#body .h-\[170px\] {
    height: 170px
}
#body .max-h-40 {
    max-height: 10rem
}
#body .max-h-\[calc\(100vh_-_310px\)\] {
    max-height: calc(100vh - 310px)
}
#body .max-h-\[60vh\] {
    max-height: 60vh
}
#body .max-h-\[50vh\] {
    max-height: 50vh
}
#body .max-h-\[90vh\] {
    max-height: 90vh
}
#body .max-h-0 {
    max-height: 0px
}
#body .max-h-\[500px\] {
    max-height: 500px
}
#body .max-h-\[200px\] {
    max-height: 200px
}
#body .max-h-\[150px\] {
    max-height: 150px
}
#body .max-h-\[470px\] {
    max-height: 470px
}
#body .min-h-screen {
    min-height: 100vh
}
#body .min-h-full {
    min-height: 100%
}
#body .min-h-\[200px\] {
    min-height: 200px
}
#body .min-h-\[180px\] {
    min-height: 180px
}
#body .min-h-\[45px\] {
    min-height: 45px
}
#body .min-h-72 {
    min-height: 18rem
}
#body .min-h-\[24px\] {
    min-height: 24px
}
#body .min-h-\[84px\] {
    min-height: 84px
}
#body .min-h-\[500px\] {
    min-height: 500px
}
#body .w-full {
    width: 100%
}
#body .w-r11\.2 {
    width: 11.2rem
}
#body .w-1 {
    width: 0.25rem
}
#body .w-\[400px\] {
    width: 400px
}
#body .w-96 {
    width: 24rem
}
#body .w-\[300px\] {
    width: 300px
}
#body .w-\[320px\] {
    width: 320px
}
#body .w-auto {
    width: auto
}
#body .w-\[272px\] {
    width: 272px
}
#body .w-\[16px\] {
    width: 16px
}
#body .w-r0\.6 {
    width: .6rem
}
#body .w-\[200px\] {
    width: 200px
}
#body .w-\[640px\] {
    width: 640px
}
#body .w-1\/2 {
    width: 50%
}
#body .w-r4\.8 {
    width: 4.8rem
}
#body .w-r4 {
    width: 4.0rem
}
#body .w-\[80px\] {
    width: 80px
}
#body .w-8 {
    width: 2rem
}
#body .w-\[4px\] {
    width: 4px
}
#body .w-\[460px\] {
    width: 460px
}
#body .w-\[24px\] {
    width: 24px
}
#body .w-\[310px\] {
    width: 310px
}
#body .w-\[290px\] {
    width: 290px
}
#body .w-\[114px\] {
    width: 114px
}
#body .w-\[120px\] {
    width: 120px
}
#body .w-\[min\(60\%\2c 100px\)\] {
    width: min(60%,100px)
}
#body .w-r32 {
    width: 32.0rem
}
#body .w-\[500px\] {
    width: 500px
}
#body .w-\[100px\] {
    width: 100px
}
#body .w-\[34px\] {
    width: 34px
}
#body .w-\[525px\] {
    width: 525px
}
#body .w-\[375px\] {
    width: 375px
}
#body .w-\[48px\] {
    width: 48px
}
#body .w-\[28px\] {
    width: 28px
}
#body .w-6 {
    width: 1.5rem
}
#body .w-\[245px\] {
    width: 245px
}
#body .w-\[6px\] {
    width: 6px
}
#body .w-\[240px\] {
    width: 240px
}
#body .w-screen {
    width: 100vw
}
#body .w-r40 {
    width: 40.0rem
}
#body .w-r0\.8 {
    width: .8rem
}
#body .w-r24 {
    width: 24.0rem
}
#body .w-\[26px\] {
    width: 26px
}
#body .w-14 {
    width: 3.5rem
}
#body .w-fit {
    width: -moz-fit-content;
    width: fit-content
}
#body .w-\[18px\] {
    width: 18px
}
#body .w-\[90px\] {
    width: 90px
}
#body .w-\[211px\] {
    width: 211px
}
#body .w-\[175px\] {
    width: 175px
}
#body .w-\[180px\] {
    width: 180px
}
#body .w-\[94px\] {
    width: 94px
}
#body .w-\[352px\] {
    width: 352px
}
#body .w-\[184px\] {
    width: 184px
}
#body .w-\[186px\] {
    width: 186px
}
#body .w-\[330px\] {
    width: 330px
}
#body .w-\[252px\] {
    width: 252px
}
#body .w-\[56px\] {
    width: 56px
}
#body .w-\[60px\] {
    width: 60px
}
#body .min-w-\[200px\] {
    min-width: 200px
}
#body .min-w-\[120px\] {
    min-width: 120px
}
#body .min-w-minWebpageWidth {
    min-width: 1280px
}
#body .min-w-\[256px\] {
    min-width: 256px
}
#body .min-w-\[60px\] {
    min-width: 60px
}
#body .min-w-0 {
    min-width: 0px
}
#body .min-w-r11\.2 {
    min-width: 11.2rem
}
#body .min-w-\[124px\] {
    min-width: 124px
}
#body .min-w-\[300px\] {
    min-width: 300px
}
#body .min-w-r9\.6 {
    min-width: 9.6rem
}
#body .min-w-\[130px\] {
    min-width: 130px
}
#body .min-w-\[280px\] {
    min-width: 280px
}
#body .min-w-\[90px\] {
    min-width: 90px
}
#body .min-w-r12\.8 {
    min-width: 12.8rem
}
#body .min-w-\[230px\] {
    min-width: 230px
}
#body .min-w-\[164px\] {
    min-width: 164px
}
#body .min-w-\[94px\] {
    min-width: 94px
}
#body .max-w-\[128ch\] {
    max-width: 128ch
}
#body .max-w-\[500px\] {
    max-width: 500px
}
#body .max-w-full {
    max-width: 100%
}
#body .max-w-\[400px\] {
    max-width: 400px
}
#body .max-w-none {
    max-width: none
}
#body .max-w-\[600px\] {
    max-width: 600px
}
#body .max-w-\[660px\] {
    max-width: 660px
}
#body .max-w-\[648px\] {
    max-width: 648px
}
#body .\!max-w-none {
    max-width: none !important
}
#body .max-w-\[178px\] {
    max-width: 178px
}
#body .max-w-\[1000px\] {
    max-width: 1000px
}
#body .max-w-\[150px\] {
    max-width: 150px
}
#body .max-w-\[80vw\] {
    max-width: 80vw
}
#body .max-w-3xl {
    max-width: 76.8rem
}
#body .max-w-\[220px\] {
    max-width: 220px
}
#body .max-w-\[180px\] {
    max-width: 180px
}
#body .max-w-\[360px\] {
    max-width: 360px
}
#body .flex-1 {
    flex: 1 1 0%
}
#body .flex-auto {
    flex: 1 1 auto
}
#body .flex-none {
    flex: none
}
#body .flex-shrink-0 {
    flex-shrink: 0
}
#body .shrink-0 {
    flex-shrink: 0
}
#body .flex-grow {
    flex-grow: 1
}
#body .grow {
    flex-grow: 1
}
#body .basis-3\/5 {
    flex-basis: 60%
}
#body .basis-2\/5 {
    flex-basis: 40%
}
#body .basis-1\/5 {
    flex-basis: 20%
}
#body .rotate-180 {
    --tw-rotate: 180deg;
    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))
}
#body .-rotate-90 {
    --tw-rotate: -90deg;
    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))
}
#body .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))
}
#body .cursor-not-allowed {
    cursor: not-allowed
}
#body .cursor-pointer {
    cursor: pointer
}
#body .cursor-default {
    cursor: default
}
#body .cursor-text {
    cursor: text
}
#body .cursor-help {
    cursor: help
}
#body .\!cursor-default {
    cursor: default !important
}
#body .select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none
}
#body .resize {
    resize: both
}
#body .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}
#body .snap-center {
    scroll-snap-align: center
}
#body .list-disc {
    list-style-type: disc
}
#body .list-none {
    list-style-type: none
}
#body .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
#body .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}
#body .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}
#body .grid-rows-\[0fr\] {
    grid-template-rows: 0fr
}
#body .grid-rows-\[1fr\] {
    grid-template-rows: 1fr
}
#body .flex-row {
    flex-direction: row
}
#body .flex-row-reverse {
    flex-direction: row-reverse
}
#body .flex-col {
    flex-direction: column
}
#body .flex-wrap {
    flex-wrap: wrap
}
#body .flex-nowrap {
    flex-wrap: nowrap
}
#body .items-start {
    align-items: flex-start
}
#body .items-end {
    align-items: flex-end
}
#body .items-center {
    align-items: center
}
#body .items-baseline {
    align-items: baseline
}
#body .items-stretch {
    align-items: stretch
}
#body .justify-start {
    justify-content: flex-start
}
#body .justify-end {
    justify-content: flex-end
}
#body .justify-center {
    justify-content: center
}
#body .justify-between {
    justify-content: space-between
}
#body .justify-items-start {
    justify-items: start
}
#body .gap-4 {
    gap: 1rem
}
#body .gap-r0\.8 {
    gap: .8rem
}
#body .gap-8 {
    gap: 2rem
}
#body .gap-2 {
    gap: 0.5rem
}
#body .gap-\[8px\] {
    gap: 8px
}
#body .gap-r2\.4 {
    gap: 2.4rem
}
#body .gap-r0\.4 {
    gap: .4rem
}
#body .gap-7 {
    gap: 1.75rem
}
#body .gap-\[24px\] {
    gap: 24px
}
#body .gap-r1\.6 {
    gap: 1.6rem
}
#body .gap-\[16px\] {
    gap: 16px
}
#body .gap-\[4px\] {
    gap: 4px
}
#body .gap-\[48px\] {
    gap: 48px
}
#body .gap-3 {
    gap: 0.75rem
}
#body .gap-1 {
    gap: 0.25rem
}
#body .gap-0 {
    gap: 0px
}
#body .gap-10 {
    gap: 2.5rem
}
#body .gap-6 {
    gap: 1.5rem
}
#body .gap-r1\.2 {
    gap: 1.2rem
}
#body .gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem
}
#body .gap-y-2 {
    row-gap: 0.5rem
}
#body .space-x-r1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)))
}
#body .space-y-r2\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4rem * var(--tw-space-y-reverse))
}
#body .space-y-r0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.4rem * var(--tw-space-y-reverse))
}
#body .space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)))
}
#body .space-y-r1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.6rem * var(--tw-space-y-reverse))
}
#body .space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}
#body .space-x-r0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.4rem * var(--tw-space-x-reverse));
    margin-left: calc(.4rem * calc(1 - var(--tw-space-x-reverse)))
}
#body .space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}
#body .space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
#body .space-x-\[8px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)))
}
#body .space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse))
}
#body .self-start {
    align-self: flex-start
}
#body .self-end {
    align-self: flex-end
}
#body .self-center {
    align-self: center
}
#body .overflow-auto {
    overflow: auto
}
#body .overflow-hidden {
    overflow: hidden
}
#body .overflow-visible {
    overflow: visible
}
#body .overflow-x-auto {
    overflow-x: auto
}
#body .overflow-y-auto {
    overflow-y: auto
}
#body .overflow-x-hidden {
    overflow-x: hidden
}
#body .overflow-x-scroll {
    overflow-x: scroll
}
#body .overflow-y-scroll {
    overflow-y: scroll
}
#body .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#body .text-ellipsis {
    text-overflow: ellipsis
}
#body .whitespace-nowrap {
    white-space: nowrap
}
#body .whitespace-pre-line {
    white-space: pre-line
}
#body .break-all {
    word-break: break-all
}
#body .rounded {
    border-radius: .4rem
}
#body .rounded-\[8px\] {
    border-radius: 8px
}
#body .rounded-\[4px\] {
    border-radius: 4px
}
#body .rounded-lg {
    border-radius: .8rem
}
#body .rounded-none {
    border-radius: 0px
}
#body .rounded-full {
    border-radius: 9999px
}
#body .rounded-\[12px\] {
    border-radius: 12px
}
#body .rounded-md {
    border-radius: .6rem
}
#body .rounded-sm {
    border-radius: .2rem
}
#body .rounded-xl {
    border-radius: 1.2rem
}
#body .rounded-r0\.5 {
    border-radius: 0.5rem
}
#body .rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}
#body .rounded-tr-sm {
    border-top-right-radius: .2rem
}
#body .border-\[1px\] {
    border-width: 1px
}
#body .border-0 {
    border-width: 0px
}
#body .border {
    border-width: 1px
}
#body .border-\[1\.5px\] {
    border-width: 1.5px
}
#body .border-b {
    border-bottom-width: 1px
}
#body .border-t {
    border-top-width: 1px
}
#body .border-r-\[3px\] {
    border-right-width: 3px
}
#body .border-t-\[1px\] {
    border-top-width: 1px
}
#body .border-b-\[0\.5px\] {
    border-bottom-width: 0.5px
}
#body .border-solid {
    border-style: solid
}
#body .border-none {
    border-style: none
}
#body .border-surface-stroke {
    border-color: var(--grey-300)
}
#body .border-surface-keycolor {
    border-color: var(--accent-key-color)
}
#body .border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(240 242 245 / var(--tw-border-opacity))
}
#body .border-system-danger {
    border-color: var(--brand-sn-red)
}
#body .border-\[\#D9D9D9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity))
}
#body .border-red-required {
    --tw-border-opacity: 1;
    border-color: rgb(255 77 79 / var(--tw-border-opacity))
}
#body .border-\[\#E0E0E0\] {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity))
}
#body .border-\[var\(--accent-key-color\)\] {
    border-color: var(--accent-key-color)
}
#body .border-transparent {
    border-color: transparent
}
#body .border-\[\#e8e8e8\] {
    --tw-border-opacity: 1;
    border-color: rgb(232 232 232 / var(--tw-border-opacity))
}
#body .border-text-danger {
    border-color: var(--brand-sn-red)
}
#body .border-text-keycolor {
    border-color: var(--accent-key-color)
}
#body .border-black\/20 {
    border-color: rgb(0 0 0 / 0.2)
}
#body .border-\[\#f0f0f0\] {
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity))
}
#body .border-\[\#e0e0e0\] {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity))
}
#body .border-\[\#F0F0F0\] {
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity))
}
#body .border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity))
}
#body .border-\[\#CCCCCC\] {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity))
}
#body .border-danger {
    border-color: var(--brand-sn-red)
}
#body .border-surface-tertiary {
    border-color: var(--grey-100)
}
#body .border-r-transparent {
    border-right-color: transparent
}
#body .border-r-text-keycolor {
    border-right-color: var(--accent-key-color)
}
#body .bg-surface-secondary {
    background-color: var(--general-grey-blue)
}
#body .bg-surface-hover {
    background-color: var(--transparent-10)
}
#body .bg-surface-disabled {
    background-color: var(--grey-100)
}
#body .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
#body .bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity))
}
#body .bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4)
}
#body .bg-surface-tertiary {
    background-color: var(--grey-100)
}
#body .bg-transparent {
    background-color: transparent
}
#body .bg-surface-default {
    background-color: var(--grey-0)
}
#body .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity))
}
#body .bg-system-danger {
    background-color: var(--brand-sn-red)
}
#body .bg-system-warning {
    background-color: var(--general-yellow)
}
#body .bg-system-success {
    background-color: var(--general-green)
}
#body .bg-surface-keycolor {
    background-color: var(--accent-key-color)
}
#body .bg-system-idle {
    background-color: var(--grey-400)
}
#body .bg-text-secondary {
    background-color: var(--transparent-60)
}
#body .bg-surface-stroke {
    background-color: var(--grey-300)
}
#body .bg-\[var\(--general-grey-blue\)\] {
    background-color: var(--general-grey-blue)
}
#body .bg-surface-active {
    background-color: var(--accent-key-color-15)
}
#body .bg-\[\#F3F3F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 245 / var(--tw-bg-opacity))
}
#body .bg-text-keycolor {
    background-color: var(--accent-key-color)
}
#body .bg-black\/3 {
    background-color: rgb(0 0 0 / .03)
}
#body .bg-\[\#DFDFDF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(223 223 223 / var(--tw-bg-opacity))
}
#body .bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5)
}
#body .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 242 245 / var(--tw-bg-opacity))
}
#body .bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6)
}
#body .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
#body .bg-\[\#F4F4F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity))
}
#body .bg-brand-green {
    --tw-bg-opacity: 1;
    background-color: rgb(0 204 139 / var(--tw-bg-opacity))
}
#body .bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(253 71 73 / var(--tw-bg-opacity))
}
#body .bg-\[\#DBDBDB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(219 219 219 / var(--tw-bg-opacity))
}
#body .bg-\[\#D9D9D9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity))
}
#body .bg-\[\#f5f5f5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}
#body .bg-\[\#f2f2f2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity))
}
#body .bg-\[\#F9F9F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity))
}
#body .bg-\[var\(--grey-100\)\] {
    background-color: var(--grey-100)
}
#body .bg-opacity-100 {
    --tw-bg-opacity: 1
}
#body .bg-opacity-50 {
    --tw-bg-opacity: 0.5
}
#body .bg-opacity-85 {
    --tw-bg-opacity: .85
}
#body .bg-contain {
    background-size: contain
}
#body .bg-center {
    background-position: center
}
#body .bg-no-repeat {
    background-repeat: no-repeat
}
#body .object-contain {
    -o-object-fit: contain;
       object-fit: contain
}
#body .object-cover {
    -o-object-fit: cover;
       object-fit: cover
}
#body .object-center {
    -o-object-position: center;
       object-position: center
}
#body .object-top {
    -o-object-position: top;
       object-position: top
}
#body .p-r0\.8 {
    padding: .8rem
}
#body .p-r1\.2 {
    padding: 1.2rem
}
#body .p-4 {
    padding: 1rem
}
#body .p-0 {
    padding: 0px
}
#body .p-16 {
    padding: 4rem
}
#body .p-2 {
    padding: 0.5rem
}
#body .p-r2\.4 {
    padding: 2.4rem
}
#body .p-\[8px\] {
    padding: 8px
}
#body .p-r1\.6 {
    padding: 1.6rem
}
#body .p-\[24px\] {
    padding: 24px
}
#body .p-\[22px\] {
    padding: 22px
}
#body .p-\[2\%\] {
    padding: 2%
}
#body .p-\[4px\] {
    padding: 4px
}
#body .p-\[16px\] {
    padding: 16px
}
#body .p-\[2px\] {
    padding: 2px
}
#body .p-r1\.0 {
    padding: 1.0rem
}
#body .p-r1\.1 {
    padding: 1.1rem
}
#body .p-r1\.4 {
    padding: 1.4rem
}
#body .p-1 {
    padding: 0.25rem
}
#body .px-r1\.6 {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}
#body .py-r1\.8 {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}
#body .py-r0\.6 {
    padding-top: .6rem;
    padding-bottom: .6rem
}
#body .py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px
}
#body .py-r1\.2 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}
#body .px-r0\.2 {
    padding-left: .2rem;
    padding-right: .2rem
}
#body .py-\[1px\] {
    padding-top: 1px;
    padding-bottom: 1px
}
#body .py-0 {
    padding-top: 0px;
    padding-bottom: 0px
}
#body .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
#body .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
#body .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
#body .px-0 {
    padding-left: 0px;
    padding-right: 0px
}
#body .py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px
}
#body .px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px
}
#body .py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px
}
#body .px-r2\.4 {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}
#body .py-r1\.6 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}
#body .py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px
}
#body .px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px
}
#body .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
#body .px-r0\.8 {
    padding-left: .8rem;
    padding-right: .8rem
}
#body .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
#body .py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}
#body .\!px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important
}
#body .py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
}
#body .px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px
}
#body .py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px
}
#body .py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px
}
#body .px-r1\.0 {
    padding-left: 1.0rem;
    padding-right: 1.0rem
}
#body .py-r0\.8 {
    padding-top: .8rem;
    padding-bottom: .8rem
}
#body .px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}
#body .py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px
}
#body .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}
#body .py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px
}
#body .px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}
#body .px-r1\.2 {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}
#body .pt-\[8px\] {
    padding-top: 8px
}
#body .pl-\[16px\] {
    padding-left: 16px
}
#body .pr-r1\.6 {
    padding-right: 1.6rem
}
#body .pb-0 {
    padding-bottom: 0px
}
#body .pb-\[24px\] {
    padding-bottom: 24px
}
#body .pl-8 {
    padding-left: 2rem
}
#body .pl-r1\.6 {
    padding-left: 1.6rem
}
#body .pl-r3\.6 {
    padding-left: 3.6rem
}
#body .pl-r3 {
    padding-left: 3rem
}
#body .pl-\[32px\] {
    padding-left: 32px
}
#body .pt-\[16px\] {
    padding-top: 16px
}
#body .pr-\[24px\] {
    padding-right: 24px
}
#body .pb-\[80px\] {
    padding-bottom: 80px
}
#body .pt-0 {
    padding-top: 0px
}
#body .pb-\[105px\] {
    padding-bottom: 105px
}
#body .pb-\[120px\] {
    padding-bottom: 120px
}
#body .pb-r8 {
    padding-bottom: 8.0rem
}
#body .pl-4 {
    padding-left: 1rem
}
#body .pt-\[4px\] {
    padding-top: 4px
}
#body .pt-r0\.2 {
    padding-top: .2rem
}
#body .pl-\[2\.5px\] {
    padding-left: 2.5px
}
#body .pr-\[1\.5px\] {
    padding-right: 1.5px
}
#body .pb-16 {
    padding-bottom: 4rem
}
#body .pr-2 {
    padding-right: 0.5rem
}
#body .pt-2 {
    padding-top: 0.5rem
}
#body .pl-r2\.4 {
    padding-left: 2.4rem
}
#body .pb-r2\.4 {
    padding-bottom: 2.4rem
}
#body .pl-5 {
    padding-left: 1.25rem
}
#body .pr-\[4px\] {
    padding-right: 4px
}
#body .pb-\[96px\] {
    padding-bottom: 96px
}
#body .pb-r0\.8 {
    padding-bottom: .8rem
}
#body .pt-r0\.8 {
    padding-top: .8rem
}
#body .pt-r5\.6 {
    padding-top: 5.6rem
}
#body .pb-\[8px\] {
    padding-bottom: 8px
}
#body .pb-8 {
    padding-bottom: 2rem
}
#body .pt-8 {
    padding-top: 2rem
}
#body .pl-r3\.2 {
    padding-left: 3.2rem
}
#body .pl-0 {
    padding-left: 0px
}
#body .pb-r1\.6 {
    padding-bottom: 1.6rem
}
#body .pl-\[24px\] {
    padding-left: 24px
}
#body .pt-r2\.4 {
    padding-top: 2.4rem
}
#body .text-left {
    text-align: left
}
#body .text-center {
    text-align: center
}
#body .text-right {
    text-align: right
}
#body .indent-\[22px\] {
    text-indent: 22px
}
#body .align-top {
    vertical-align: top
}
#body .align-middle {
    vertical-align: middle
}
#body .align-text-top {
    vertical-align: text-top
}
#body .font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
#body .text-xs {
    font-size: 1.2rem;
    line-height: 1.6rem
}
#body .text-\[16px\] {
    font-size: 16px
}
#body .text-r1\.4 {
    font-size: 1.4rem
}
#body .text-base {
    font-size: 1.6rem;
    line-height: 2.4rem
}
#body .text-\[32px\] {
    font-size: 32px
}
#body .text-sm {
    font-size: 1.4rem;
    line-height: 2.0rem
}
#body .text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem
}
#body .text-r2\.0 {
    font-size: 2.0rem
}
#body .text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem
}
#body .text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem
}
#body .text-\[24px\] {
    font-size: 24px
}
#body .text-\[20px\] {
    font-size: 20px
}
#body .text-\[12px\] {
    font-size: 12px
}
#body .text-r1\.2 {
    font-size: 1.2rem;
    line-height: 1.6rem
}
#body .text-\[min\(6vw\2c _28px\)\] {
    font-size: min(6vw, 28px)
}
#body .text-\[28px\] {
    font-size: 28px
}
#body .text-\[clamp\(11px\2c 2vw\2c 14px\)\] {
    font-size: clamp(11px,2vw,14px)
}
#body .text-r1\.5 {
    font-size: 1.5rem;
    line-height: 2.25rem
}
#body .text-\[30px\] {
    font-size: 30px
}
#body .text-\[22px\] {
    font-size: 22px
}
#body .text-\[10px\] {
    font-size: 10px
}
#body .text-r2\.8 {
    font-size: 2.8rem
}
#body .text-r1\.1 {
    font-size: 1.1rem;
    line-height: 1.57rem
}
#body .text-\[14px\] {
    font-size: 14px
}
#body .text-\[11px\] {
    font-size: 11px
}
#body .text-\[18px\] {
    font-size: 18px
}
#body .text-\[1\.6rem\] {
    font-size: 1.6rem
}
#body .text-4xl {
    font-size: 3.6rem;
    line-height: 4.0rem
}
#body .font-semibold {
    font-weight: 600
}
#body .font-normal {
    font-weight: 400
}
#body .font-bold {
    font-weight: 700
}
#body .font-medium {
    font-weight: 500
}
#body .font-light {
    font-weight: 300
}
#body .uppercase {
    text-transform: uppercase
}
#body .lowercase {
    text-transform: lowercase
}
#body .italic {
    font-style: italic
}
#body .leading-r1\.75 {
    line-height: 1.75rem
}
#body .leading-r2\.8 {
    line-height: 2.8rem
}
#body .leading-\[normal\] {
    line-height: normal
}
#body .leading-r2\.2 {
    line-height: 2.2rem
}
#body .leading-\[24px\] {
    line-height: 24px
}
#body .leading-none {
    line-height: 1
}
#body .leading-\[30px\] {
    line-height: 30px
}
#body .leading-\[48px\] {
    line-height: 48px
}
#body .leading-\[22px\] {
    line-height: 22px
}
#body .leading-\[23px\] {
    line-height: 23px
}
#body .leading-4 {
    line-height: 1rem
}
#body .leading-relaxed {
    line-height: 1.625
}
#body .leading-\[47px\] {
    line-height: 47px
}
#body .leading-tight {
    line-height: 1.25
}
#body .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}
#body .text-text-danger {
    color: var(--brand-sn-red)
}
#body .text-text-secondary {
    color: var(--transparent-60)
}
#body .text-text-keycolor {
    color: var(--accent-key-color)
}
#body .text-system-warning {
    color: var(--general-yellow)
}
#body .text-system-success {
    color: var(--general-green)
}
#body .text-text-tertiary {
    color: var(--transparent-38)
}
#body .text-system-danger {
    color: var(--brand-sn-red)
}
#body .text-text-disabled {
    color: var(--transparent-20)
}
#body .text-text-default {
    color: var(--transparent-87)
}
#body .text-inherit {
    color: inherit
}
#body .text-black\/45 {
    color: rgb(0 0 0 / .45)
}
#body .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
#body .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}
#body .text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity))
}
#body .text-subtitle {
    color: rgba(0, 0, 0, 0.45)
}
#body .text-\[\#0D9DCE\] {
    --tw-text-opacity: 1;
    color: rgb(13 157 206 / var(--tw-text-opacity))
}
#body .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}
#body .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}
#body .text-\[var\(--accent-key-color\)\] {
    color: var(--accent-key-color)
}
#body .text-\[\#bbbbbb\] {
    --tw-text-opacity: 1;
    color: rgb(187 187 187 / var(--tw-text-opacity))
}
#body .text-surface-keycolor {
    color: var(--accent-key-color)
}
#body .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
#body .text-\[\#1a1a1a\]\/50 {
    color: rgb(26 26 26 / 0.5)
}
#body .text-\[\#FAAD14\] {
    --tw-text-opacity: 1;
    color: rgb(250 173 20 / var(--tw-text-opacity))
}
#body .\!text-text-keycolor {
    color: var(--accent-key-color) !important
}
#body .text-text-white {
    color: var(--grey-0)
}
#body .text-black\/38 {
    color: rgb(0 0 0 / .38)
}
#body .text-\[\#8C8C8C\] {
    --tw-text-opacity: 1;
    color: rgb(140 140 140 / var(--tw-text-opacity))
}
#body .text-\[\#1890ff\] {
    --tw-text-opacity: 1;
    color: rgb(24 144 255 / var(--tw-text-opacity))
}
#body .text-red-required {
    --tw-text-opacity: 1;
    color: rgb(255 77 79 / var(--tw-text-opacity))
}
#body .text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity))
}
#body .text-brand-red {
    --tw-text-opacity: 1;
    color: rgb(253 71 73 / var(--tw-text-opacity))
}
#body .text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity))
}
#body .text-\[\#337ab7\] {
    --tw-text-opacity: 1;
    color: rgb(51 122 183 / var(--tw-text-opacity))
}
#body .text-\[\#878787\] {
    --tw-text-opacity: 1;
    color: rgb(135 135 135 / var(--tw-text-opacity))
}
#body .text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity))
}
#body .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}
#body .text-\[\#91D5FF\] {
    --tw-text-opacity: 1;
    color: rgb(145 213 255 / var(--tw-text-opacity))
}
#body .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}
#body .text-system-validating {
    color: var(--accent-key-color)
}
#body .text-\[rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
    color: rgba(0,0,0,0.45)
}
#body .text-opacity-45 {
    --tw-text-opacity: .45
}
#body .underline {
    text-decoration-line: underline
}
#body .no-underline {
    text-decoration-line: none
}
#body .opacity-50 {
    opacity: 0.5
}
#body .opacity-0 {
    opacity: 0
}
#body .opacity-100 {
    opacity: 1
}
#body .opacity-25 {
    opacity: 0.25
}
#body .opacity-\[0\.87\] {
    opacity: 0.87
}
#body .opacity-40 {
    opacity: 0.4
}
#body .shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#body .shadow-\[0px_4px_16px_2px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
    --tw-shadow: 0px 4px 16px 2px rgba(0,0,0,0.10);
    --tw-shadow-colored: 0px 4px 16px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#body .shadow-\[0px_4px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0px 4px 16px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#body .shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#body .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
#body .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}
#body .outline {
    outline-style: solid
}
#body .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)
}
#body .drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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)
}
#body .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)
}
#body .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#body .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#body .transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#body .transition-\[width\] {
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#body .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#body .duration-300 {
    transition-duration: 300ms
}
#body .duration-200 {
    transition-duration: 200ms
}
#body .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.\!\[position\:relative\] {
    position: relative !important
}
.\[width\:100\%\] {
    width: 100%
}
#body .first-of-type\:border-t-0:first-of-type {
    border-top-width: 0px
}
#body .last-of-type\:mb-0:last-of-type {
    margin-bottom: 0px
}
#body .hover\:border-surface-keycolor:hover {
    border-color: var(--accent-key-color)
}
#body .hover\:border-system-danger:hover {
    border-color: var(--brand-sn-red)
}
#body .hover\:border-\[var\(--accent-key-color\)\]:hover {
    border-color: var(--accent-key-color)
}
#body .hover\:bg-surface-hover:hover {
    background-color: var(--transparent-10)
}
#body .hover\:bg-opaque-hover-bg-color:hover {
    background-color: var(--opaque-hover-bg-color)
}
#body .hover\:\!bg-transparent:hover {
    background-color: transparent !important
}
#body .hover\:bg-surface-active:hover {
    background-color: var(--accent-key-color-15)
}
#body .hover\:bg-black\/80:hover {
    background-color: rgb(0 0 0 / 0.8)
}
#body .hover\:bg-black\/10:hover {
    background-color: rgb(0 0 0 / 0.1)
}
#body .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}
#body .hover\:bg-\[\#f0f0f0\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity))
}
#body .hover\:text-text-danger:hover {
    color: var(--brand-sn-red)
}
#body .hover\:text-text-keycolor:hover {
    color: var(--accent-key-color)
}
#body .hover\:underline:hover {
    text-decoration-line: underline
}
#body .focus\:border-surface-keycolor:focus {
    border-color: var(--accent-key-color)
}
#body .focus\:\!shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}
#body .focus\:\!outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important
}
#body .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
#body .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}
#body .disabled\:opacity-50:disabled {
    opacity: 0.5
}
#body .group:hover .group-hover\:opacity-100 {
    opacity: 1
}
#body .group:hover .group-hover\:opacity-45 {
    opacity: .45
}
#body .group.ant-table-cell-row-hover .group-\[\&\.ant-table-cell-row-hover\]\:max-h-\[24px\] {
    max-height: 24px
}
#body .aria-\[invalid\=true\]\:border-system-danger[aria-invalid=true] {
    border-color: var(--brand-sn-red)
}
@media not all and (min-width: 1200px) {
    #body .max-laptop\:justify-center {
        justify-content: center
    }
}
@media not all and (min-width: 960px) {
    #body .max-md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    #body .max-md\:mr-auto {
        margin-right: auto
    }
    #body .max-md\:hidden {
        display: none
    }
    #body .max-md\:max-w-\[632px\] {
        max-width: 632px
    }
    #body .max-md\:gap-0 {
        gap: 0px
    }
    #body .max-md\:rounded-none {
        border-radius: 0px
    }
    #body .max-md\:border-none {
        border-style: none
    }
    #body .max-md\:p-0 {
        padding: 0px
    }
    #body .max-md\:\!p-0 {
        padding: 0px !important
    }
    #body .max-md\:px-r1\.6 {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
    #body .max-md\:pb-r2\.4 {
        padding-bottom: 2.4rem
    }
}
@media not all and (min-width: 480px) {
    #body .max-sm\:hidden {
        display: none
    }
}
@media (min-width: 480px) {
    #body .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    #body .sm\:flex {
        display: flex
    }
}
@media (min-width: 960px) {
    #body .md\:invisible {
        visibility: hidden
    }
    #body .md\:hidden {
        display: none
    }
    #body .md\:max-w-\[600px\] {
        max-width: 600px
    }
    #body .md\:flex-1 {
        flex: 1 1 0%
    }
    #body .md\:flex-row-reverse {
        flex-direction: row-reverse
    }
    #body .md\:items-start {
        align-items: flex-start
    }
    #body .md\:justify-center {
        justify-content: center
    }
    #body .md\:gap-\[40px\] {
        gap: 40px
    }
    #body .md\:p-r2\.4 {
        padding: 2.4rem
    }
    #body .md\:px-\[40px\] {
        padding-left: 40px;
        padding-right: 40px
    }
    #body .md\:pb-\[180px\] {
        padding-bottom: 180px
    }
    #body .md\:pt-0 {
        padding-top: 0px
    }
}
@media (min-width: 1280px) {
    #body .xl\:mt-\[20px\] {
        margin-top: 20px
    }
    #body .xl\:block {
        display: block
    }
    #body .xl\:h-\[140px\] {
        height: 140px
    }
    #body .xl\:w-\[140px\] {
        width: 140px
    }
    #body .xl\:min-w-\[140px\] {
        min-width: 140px
    }
}
@media (min-width: 1440px) {
    #body .xxl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    #body .xxl\:flex-nowrap {
        flex-wrap: nowrap
    }
}
#body .\[\&_span\]\:text-text-disabled span {
    color: var(--transparent-20)
}
.\[\&\~section\:first-of-type\]\:\[margin-top\:16px\]~section:first-of-type {
    margin-top: 16px
}
.\[\&\~section\:last-of-type\]\:\[margin-bottom\:16px\]~section:last-of-type {
    margin-bottom: 16px
}
#body .\[\&_\.ant-tag-close-icon\]\:\!outline-none .ant-tag-close-icon {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important
}
#body .\[\&\>div\]\:mb-r0\.8>div {
    margin-bottom: .8rem
}
#body .\[\&\>div\]\:max-w-\[50\%\]>div {
    max-width: 50%
}
#body .\[\&\>div\:last-child\]\:mb-r2\.4>div:last-child {
    margin-bottom: 2.4rem
}
#body .\[\&\.ant-dropdown-open\]\:\!visible.ant-dropdown-open {
    visibility: visible !important
}
#body .\[\&_\.ant-select-selection-overflow\]\:py-r0\.8 .ant-select-selection-overflow {
    padding-top: .8rem;
    padding-bottom: .8rem
}
#body .\[\&_\.ant-select-selection-overflow-item-suffix\]\:min-h-0 .ant-select-selection-overflow-item-suffix {
    min-height: 0px
}
#body .\[\&\>td\]\:py-r1\.2>td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}
#body .\[\&\>td\]\:py-r0\.8>td {
    padding-top: .8rem;
    padding-bottom: .8rem
}
#body .\[\&\>td\]\:py-r1\.6>td {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}
#body .\[\&_\.ant-alert\]\:mb-r0\.8 .ant-alert {
    margin-bottom: .8rem
}
#body .\[\&_\.ant-alert\:last-child\]\:mb-r2\.4 .ant-alert:last-child {
    margin-bottom: 2.4rem
}
#body .\[\&_td\]\:py-r1\.2 td {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}
#body .\[\&\>svg\]\:mt-0>svg {
    margin-top: 0px
}
#body .\[\&_th\]\:whitespace-nowrap th {
    white-space: nowrap
}
#body .\[\&\>span\>strong\]\:text-text-default>span>strong {
    color: var(--transparent-87)
}
#body .\[\&\>\.ant-alert\]\:mb-r0\.8>.ant-alert {
    margin-bottom: .8rem
}
#body .\[\&\>\.ant-alert\:last-child\]\:mb-r1\.6>.ant-alert:last-child {
    margin-bottom: 1.6rem
}
#body .ant-table-cell-row-hover .\[\.ant-table-cell-row-hover_\&\]\:text-text-keycolor {
    color: var(--accent-key-color)
}
#body .\[\&_\.ant-input-disabled\]\:\!bg-surface-tertiary .ant-input-disabled {
    background-color: var(--grey-100) !important
}
#body .\[\&_\.ant-input-disabled\]\:text-text-default .ant-input-disabled {
    color: var(--transparent-87)
}
#body .\[\&_label\]\:text-text-default label {
    color: var(--transparent-87)
}
#body .\[\&_\.ant-select-selector\]\:\!bg-surface-tertiary .ant-select-selector {
    background-color: var(--grey-100) !important
}
#body .\[\&_\.ant-select-selector\]\:text-text-default .ant-select-selector {
    color: var(--transparent-87)
}
#body .\[\&_\.ant-form-item-control-input\]\:\!hidden .ant-form-item-control-input {
    display: none !important
}
#body .\[\&_\.ant-form-item-control-input\]\:min-h-0 .ant-form-item-control-input {
    min-height: 0px
}
#body .\[\&_\.ant-form-item-control-input-content\]\:h-0 .ant-form-item-control-input-content {
    height: 0px
}
#body .\[\&_\.ant-form-item-optional\]\:hidden .ant-form-item-optional {
    display: none
}
#body .\[\&_\*\]\:max-w-none * {
    max-width: none
}
/* Global reset */
html {
  color: var(--text-default);
  font-size: 0.625rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
/* avoid safari zoom in the input field when font-size < 16px in small screens */
@media screen and (max-width: 767px) {
    html input {
      font-size: 1.6rem !important;
    }
  }

#root {
  height: 100%;
  min-height: 100vh;
}

/* Modify .ant-component when theme is not supported */
:root {
  --text-hover: black 10%;
  --control-height: 48px;
  --opaque-hover-bg-color: color-mix(
    in srgb,
    var(--surface-hover),
    var(--surface-default)
  );
}

/* Menu -------------------------------------------- */
.ant-menu-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ant-menu-horizontal .ant-menu-overflow-item + .ant-menu-overflow-item {
    margin-left: 16px;
  }

.ant-menu-horizontal .ant-menu-item,
  .ant-menu-horizontal .ant-menu-submenu {
  font-weight: 600;
}

.ant-menu-horizontal .ant-menu-title-content {
  display: inline-flex;
}

.ant-menu-horizontal .ant-menu-submenu-title,
  .ant-menu-horizontal .ant-menu-item-only-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ant-menu-horizontal .ant-menu-submenu-arrow {
    display: inline-block;
    position: relative;
    inset-inline-end: 0;
    margin-left: 1rem;
    transform: rotate(90deg);
    top: -4px;
  }
.ant-menu-vertical .ant-menu-title-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ant-menu-submenu .ant-menu-item-selected {
  font-weight: 600;
}

/* 
   * antd disabled prop only block the click event, the link is still clickable
   * disable the link by pointer-events
   */

.ant-menu-submenu .ant-menu-item-disabled a {
    pointer-events: none;
  }

/* Select -------------------------------------------- */
.ant-select {
  caret-color: var(--surface-keycolor);
}
.ant-select > .ant-select-selector {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
.ant-select > .ant-select-selector .ant-select-selection-item {
      height: 24px;
      line-height: 22px;
    }
.ant-select.ant-select-multiple .ant-select-selection-placeholder {
    inset-inline-start: 16px;
    inset-inline-end: 16px;
    padding-inline-end: 18px;
  }
.ant-select > .ant-select-arrow {
    inset-inline-end: 16px;
  }

.ant-select-focused > .ant-select-selector {
  border-color: var(--accent-key-color) !important;
}

/* Set Select hover bg color, unless focused */
:not(.ant-select-focused) > .ant-select-selector:hover {
  background-color: var(--opaque-hover-bg-color) !important;
}

/* Select arrow */
.ant-select .ant-select-arrow .anticon-down {
  /* Replace <DownOutlined /> by custom svg */
  display: block;
  position: relative;
}
.ant-select .ant-select-arrow .anticon-down:before {
    top: -8px;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.303 6.889c-.39-.391-.944-.47-1.237-.177-.293.293-.214.847.177 1.237l2.828 2.829c.243.243.55.365.818.352.267.014.574-.109.818-.352l2.828-2.829c.39-.39.47-.944.177-1.237-.293-.293-.847-.214-1.237.177L7.889 9.474 5.303 6.89z" fill="%23000" fill-opacity=".87"/></svg>');
  }
.ant-select .ant-select-arrow .anticon-down > svg {
    display: none;
  }

.ant-select-dropdown .ant-select-item-group {
    font-weight: 500;
  }

/* Input -------------------------------------------- */
.ant-form-item-control-input-content > * {
  width: 100%;
  max-width: 500px;
}
.no-max-width * {
  max-width: none !important;
}

.ant-input,
.ant-input-number-input,
.ant-picker-input {
  caret-color: var(--surface-keycolor);
  background-color: transparent;
}

/* Set input hover bg color, unless focused */
:not(.ant-input-affix-wrapper-focused).ant-input-affix-wrapper:hover,
:not(.ant-input-affix-wrapper) > .ant-input:hover:not(:focus),
:not(.ant-input-number-focused).ant-input-number:hover {
  background-color: var(--opaque-hover-bg-color) !important;
}

.ant-input-group-wrapper-disabled .ant-input-affix-wrapper:hover {
    background-color: var(--surface-disabled);
  }

.ant-input-affix-wrapper-focused,
.ant-input-number-focused,
:not(.ant-input-affix-wrapper) > .ant-input:focus {
  border-color: var(--surface-keycolor) !important;
}

/* Input with prefix */
.ant-input-affix-wrapper-focused > .ant-input-prefix {
  color: var(--text-disabled);
  transition: linear 100ms;
}

.ant-input-prefix {
  /* transition from focused to normal */
  transition: linear 100ms;
  margin-right: 8px !important;
}

/* custom style for InputNumber + addonBefore */
.ant-input-number-group > .ant-input-number-group-addon {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 11px;
  z-index: 10;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.ant-input-number-group > .ant-input-number-group-addon + .ant-input-number {
    padding-left: 22px;
    border-radius: 8px;
  }
.ant-input-number-group > .ant-input-number-group-addon:has(+ .ant-input-number-focused) {
    color: var(--text-disabled);
  }

/* Tabs -------------------------------------------- */
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list {
      width: 100%;
    }
.ant-tabs .ant-tabs-content-holder {
    background: white;
  }

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav {
      padding: 0 24px;
    }

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
        width: 100%;
        max-width: 458px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        color: var(--text-secondary);
      }

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
          background-color: var(--surface-stroke);
        }

/* Button -------------------------------------------- */
.ant-btn:not(.ant-btn-sm) {
  padding: 14px 16px;
  line-height: 1.25;
  /* Token controlHeight doesn't work for Modal.confirm buttons  */
  height: var(--control-height);
}

/* disable click effect */
.ant-btn .ant-wave {
  display: none;
}

/*
 * overwrite text color in `type:text`, 
 * can't update the Token(colorText) because it's also used in `type:default`
*/
.ant-btn-text {
  color: var(--text-keycolor);
}

/*
 * overwrite disabled bg-color in `type:default`
 * can't update the Token(colorBgContainerDisabled) because it's also used in `type:primary`
*/
.ant-btn-default:disabled {
  background-color: var(--surface-disabled);
}

/*
 * overwrite border-color in `type:default+dangerous`
 * can't update the Token(colorError) because it's also used as text-color
 */
.ant-btn-dangerous.ant-btn-default {
  border-color: var(--surface-stroke);
}

/*
 * for `type:primary,default,text`, customize hover background-color 
 * ant-btn__hover is for previous the hovering style in storybook
*/
.ant-btn__hover:not(.ant-btn-link),
.ant-btn:not(.ant-btn-link):hover {
  /* blend original bg-color with var(--surface-hover) */
  background-blend-mode: multiply;
  background-image: linear-gradient(
    0deg,
    var(--surface-hover),
    var(--surface-hover)
  );
}
/* keep original color when hovering */
.ant-btn__hover:not(.ant-btn-link).ant-btn-default:not(:disabled), .ant-btn:not(.ant-btn-link):hover.ant-btn-default:not(:disabled) {
    color: var(--text-default);
    border-color: var(--surface-stroke);
  }
.ant-btn__hover:not(.ant-btn-link).ant-btn-text:not(:disabled), .ant-btn:not(.ant-btn-link):hover.ant-btn-text:not(:disabled) {
    color: var(--text-keycolor);
    border-color: transparent;
    background-color: transparent;
  }
.ant-btn__hover:not(.ant-btn-link).ant-btn-primary.ant-btn-dangerous:not(:disabled), .ant-btn:not(.ant-btn-link):hover.ant-btn-primary.ant-btn-dangerous:not(:disabled) {
    background-color: var(--system-danger);
  }
.ant-btn__hover:not(.ant-btn-link).ant-btn-text.ant-btn-dangerous:not(:disabled),
  .ant-btn__hover:not(.ant-btn-link).ant-btn-default.ant-btn-dangerous:not(:disabled),
  .ant-btn:not(.ant-btn-link):hover.ant-btn-text.ant-btn-dangerous:not(:disabled),
  .ant-btn:not(.ant-btn-link):hover.ant-btn-default.ant-btn-dangerous:not(:disabled) {
    color: var(--system-danger);
  }

/* 
 * for `type:link`, customize hover text-color 
 * ant-btn__hover is for previous the hovering style in storybook
*/
.ant-btn-link.ant-btn__hover:disabled, .ant-btn-link:hover:disabled {
    color: color-mix(in srgb, var(--text-hover), var(--text-disabled));
  }
.ant-btn-link.ant-btn__hover:not(:disabled):not(.ant-btn-disabled), .ant-btn-link:hover:not(:disabled):not(.ant-btn-disabled) {
    color: color-mix(in srgb, var(--text-hover), var(--text-keycolor));
  }
.ant-btn-link.ant-btn__hover:not(:disabled):not(.ant-btn-disabled).ant-btn-dangerous, .ant-btn-link:hover:not(:disabled):not(.ant-btn-disabled).ant-btn-dangerous {
      color: color-mix(in srgb, var(--text-hover), var(--system-danger));
    }

/* HyperLink -------------------------------------------- */
a {
  color: var(--text-keycolor);
}
a:hover,
  a:active {
    color: color-mix(in srgb, var(--text-hover), var(--text-keycolor));
  }

/* Dropdown -------------------------------------------- */
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
  display: flex;
  align-items: center;
      padding-inline-end: 12px !important;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-expand-icon,
    .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-arrow {
      position: static !important;
    }
.ant-dropdown .ant-dropdown-menu-submenu .anticon-right {
      /* Replace <RightOutlined /> by custom svg */
      position: relative;
      width: 10px;
    }
.ant-dropdown .ant-dropdown-menu-submenu .anticon-right:before {
        transform: rotate(-90deg);
        top: -14px;
        left: 2px;
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.303 6.889c-.39-.391-.944-.47-1.237-.177-.293.293-.214.847.177 1.237l2.828 2.829c.243.243.55.365.818.352.267.014.574-.109.818-.352l2.828-2.829c.39-.39.47-.944.177-1.237-.293-.293-.847-.214-1.237.177L7.889 9.474 5.303 6.89z" fill="%23000" fill-opacity=".87"/></svg>');
      }
.ant-dropdown .ant-dropdown-menu-submenu .anticon-right > svg {
        display: none;
      }

.ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    min-height: 48px;
  }

.ant-dropdown-menu .ant-dropdown-menu-item,
  .ant-dropdown-menu .ant-dropdown-menu-submenu {
    margin-top: 4px !important;
    min-height: 48px;
  }

.ant-dropdown-menu .ant-dropdown-menu-item:first-of-type, .ant-dropdown-menu .ant-dropdown-menu-submenu:first-of-type {
      margin-top: 0 !important;
    }

.ant-dropdown-menu .ant-dropdown-menu-item-selected {
    font-weight: 600 !important;
  }

/* Checkbox -------------------------------------------- */
.ant-checkbox-wrapper {
  padding: 15px 8px;
  border-radius: 8px;
}
.ant-checkbox-wrapper:hover {
    background-color: var(--opaque-hover-bg-color);
  }
.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled)
    > .ant-checkbox-checked:not(.ant-checkbox-disabled)
    > .ant-checkbox-inner {
    background-color: var(--accent-key-color) !important;
    border-color: var(--accent-key-color) !important;
  }

/* Radio -------------------------------------------- */
.ant-radio-wrapper {
  padding: 15px 8px;
  border-radius: 8px;
}
.ant-radio-wrapper:hover {
    background-color: var(--opaque-hover-bg-color);
  }

/* Table -------------------------------------------- */
/* show the action buttons when hovering the table row */
.ant-table-cell .showWhenRowHover {
  display: none;
}

.ant-table-cell.ant-table-cell-row-hover .showWhenRowHover {
  display: flex;
}

.ant-table-cell.ant-table-cell-row-hover .hideWhenRowHover {
  display: none;
}

.ant-table-cell .visibleWhenRowHover {
  visibility: hidden;
}

.ant-table-cell.ant-table-cell-row-hover .visibleWhenRowHover {
  visibility: visible;
}

.ant-table-cell.ant-table-cell-row-hover .invisibleWhenRowHover {
  visibility: hidden;
}

.ant-table-tbody > tr > td.ant-table-cell {
  padding: 6px 16px;
}

.ant-table-selection-column .ant-checkbox-wrapper {
    padding: 0;
  }

.ant-table-selection-column .ant-checkbox-wrapper:hover {
      background-color: transparent;
    }

/* Date-Picker, Date-Range-Picker -------------------------------------------- */
.ant-picker {
  padding: 0 36px;
  width: 164px;
  min-width: 164px;
}
.ant-picker.ant-picker-range {
    width: 284px;
    min-width: 284px;
  }
.ant-picker > .ant-picker-input {
    height: 48px;
    padding: 0 4px;
    border-radius: 8px;
  }
.ant-picker > .ant-picker-input > input {
      text-align: center;
      height: 100%;
    }
/* insert the prefix, suffix icon */
.ant-picker:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="M14.572 2.145h-3V1.002a.143.143 0 00-.143-.143h-1a.143.143 0 00-.143.143v1.143H5.715V1.002A.143.143 0 005.572.86h-1a.143.143 0 00-.143.143v1.143h-3a.57.57 0 00-.572.571v11.857a.57.57 0 00.572.572h13.143a.57.57 0 00.571-.572V2.716a.57.57 0 00-.571-.571zm-.715 11.714H2.143V7.074h11.714v6.785zm-11.714-8V3.431H4.43v.857c0 .078.064.143.143.143h1a.143.143 0 00.143-.143V3.43h4.571v.857c0 .078.064.143.143.143h1a.143.143 0 00.143-.143V3.43h2.285v2.428H2.143z" fill="%23000" fill-opacity=".87"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>');
  }
.ant-picker.time-picker:before {
    background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)" fill="%23000" fill-opacity=".87"><path d="M8 0a8 8 0 10.001 16.001A8 8 0 008 0zm0 14.643A6.644 6.644 0 018 1.357a6.644 6.644 0 010 13.286z"/><path d="M11.12 10.259L8.573 8.418v-4.42a.143.143 0 00-.143-.143h-.858a.143.143 0 00-.143.143v4.918c0 .047.021.09.059.116l2.953 2.154a.144.144 0 00.2-.03l.51-.697a.142.142 0 00-.031-.2z"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>');
  }
/* show dropdown arrow only when not hovered, so it doesn't overlap the clear button */
.ant-picker:not(:hover):after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.303 6.889c-.39-.391-.944-.47-1.237-.177-.293.293-.214.847.177 1.237l2.828 2.829c.243.243.55.365.818.352.267.014.574-.109.818-.352l2.828-2.829c.39-.39.47-.944.177-1.237-.293-.293-.847-.214-1.237.177L7.889 9.474 5.303 6.89z" fill="%23000" fill-opacity=".87"/></svg>');
  }
/* custom hover style */
.ant-picker:not(.ant-picker-focused):hover {
    background-color: var(--opaque-hover-bg-color);
  }
.ant-picker.ant-picker-range:hover:not(.ant-picker-disabled) {
      background-color: var(--surface-default);
    }
.ant-picker.ant-picker-range:not(.ant-picker-focused) > .ant-picker-input:hover,
    .ant-picker.ant-picker-range.ant-picker-focused
      > .ant-picker-input:not(.ant-picker-input-active):hover {
      background-color: var(--opaque-hover-bg-color);
    }
/* custom active style */
.ant-picker.ant-picker-focused:not(.ant-picker-range) {
    border-color: var(--surface-keycolor);
  }
.ant-picker.ant-picker-focused:not(.ant-picker-range):before {
      background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="M14.572 2.145h-3V1.002a.143.143 0 00-.143-.143h-1a.143.143 0 00-.143.143v1.143H5.715V1.002A.143.143 0 005.572.86h-1a.143.143 0 00-.143.143v1.143h-3a.57.57 0 00-.572.571v11.857a.57.57 0 00.572.572h13.143a.57.57 0 00.571-.572V2.716a.57.57 0 00-.571-.571zm-.715 11.714H2.143V7.074h11.714v6.785zm-11.714-8V3.431H4.43v.857c0 .078.064.143.143.143h1a.143.143 0 00.143-.143V3.43h4.571v.857c0 .078.064.143.143.143h1a.143.143 0 00.143-.143V3.43h2.285v2.428H2.143z" fill="%23000" fill-opacity=".2"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>');
    }
.ant-picker.ant-picker-focused:not(.ant-picker-range).time-picker:before {
      background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)" fill="%23000" fill-opacity=".2"><path d="M8 0a8 8 0 10.001 16.001A8 8 0 008 0zm0 14.643A6.644 6.644 0 018 1.357a6.644 6.644 0 010 13.286z"/><path d="M11.12 10.259L8.573 8.418v-4.42a.143.143 0 00-.143-.143h-.858a.143.143 0 00-.143.143v4.918c0 .047.021.09.059.116l2.953 2.154a.144.144 0 00.2-.03l.51-.697a.142.142 0 00-.031-.2z"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>');
    }
.ant-picker.ant-picker-range.ant-picker-focused > .ant-picker-input-active {
    box-shadow: 0 0 0 1px var(--surface-keycolor);
  }
.ant-picker .ant-picker-active-bar {
    display: none;
  }
/* adjust clear btn style and position */
.ant-picker:hover .ant-picker-clear {
    opacity: 1;
  }
.ant-picker .ant-picker-clear {
    border-radius: 50%;
    right: -20px;
    /* overlay the suffix icon*/
    z-index: 1;
  }
.ant-picker.ant-picker-range .ant-picker-clear {
    right: 16px;
  }
/* disabled style */
.ant-picker.ant-picker-disabled {
    opacity: 0.4;
  }
.ant-picker.ant-picker-disabled > .ant-picker-input > input {
      color: var(--text-default);
    }

/* pagination ------------------------------------------------ */
.ant-pagination .ant-pagination-options .ant-pagination-options-size-changer {
      height: 32px;
    }
.ant-pagination .ant-pagination-options .ant-select-selection-item {
      line-height: inherit;
    }
.ant-pagination .ant-select:hover .ant-select-arrow:not(:last-child) {
    opacity: 1;
  }
/*Image Preview -------------------------------------------------------------- */
.ant-image-preview-operations,
.ant-image-preview-close,
.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
  background-color: var(--transparent-60);
}

/* Style ui/Tooltip tooltip content */
.tippy-content {
  word-wrap: break-word;
}

/* Style ui/Tooltip figma-like light card theme */
.tippy-box[data-theme~="sn-light"] {
  background-color: #ffffff;
  border: 1px solid var(--line-default);
  border-radius: 16px;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.16);
  color: var(--text-default);
}

.tippy-box[data-theme~="sn-light"] .tippy-content {
  padding: 0;
}

/* Review-state tooltip card (single reusable style) */
.tippy-box[data-theme~="sn-review"] {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.87);
}

.tippy-box[data-theme~="sn-review"] .tippy-content {
  padding: 0;
}

.sn-review-tooltip-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
}

.sn-review-tooltip-card--single-line {
  align-items: center;
}

.sn-review-tooltip-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  flex: none;
  margin-top: 0;
}

.sn-review-tooltip-icon--info {
  color: #0099eb;
}

.sn-review-tooltip-icon--success {
  color: #39be5c;
}

.sn-review-tooltip-text {
  margin: 0;
  font-size: 14px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.87);
}

.sn-review-tooltip-text--single-line {
  white-space: nowrap;
}

/* Ant design popover */
.ant-popover-inner {
  padding: 24px !important;
}
:root {
  --sn-navbar-height: 80px;
}
.sn-navbar {
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
  height: var(--sn-navbar-height);
  min-height: 80px;
}

.sn-navbar::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(
    to right,
    var(--brand-sn-red) 0%,
    var(--brand-sn-red) 25%,
    var(--brand-sn-orange) 25%,
    var(--brand-sn-orange) 50%,
    var(--brand-sn-green) 50%,
    var(--brand-sn-green) 75%,
    var(--brand-sn-blue) 75%,
    var(--brand-sn-blue) 100%
  );
}
._modal_1kghg_1 .ant-modal-content {
    padding: 0;
  }
  ._modal_1kghg_1 .ant-modal-header {
    padding: 16px 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
  }
  ._modal_1kghg_1 .ant-modal-body {
    padding: 24px;
  }
  ._modal_1kghg_1 .ant-modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #e8e8e8;
  }
._timeSelect_phe5f_1 .ant-select-selector {
  position: relative;
  padding-left: 36px !important;
  padding-right: 36px !important;
  height: var(--control-height);
  display: flex;
  align-items: center;
}

._timeSelect_phe5f_1 .ant-select-selection-placeholder,
._timeSelect_phe5f_1 .ant-select-selection-item {
  text-align: center;
  width: 100%;
  padding-right: 18px !important;
  padding-left: 18px !important;
}

._timeSelect_phe5f_1 .ant-select-selector:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)" fill="%23000" fill-opacity=".87"><path d="M8 0a8 8 0 10.001 16.001A8 8 0 008 0zm0 14.643A6.644 6.644 0 018 1.357a6.644 6.644 0 010 13.286z"/><path d="M11.12 10.259L8.573 8.418v-4.42a.143.143 0 00-.143-.143h-.858a.143.143 0 00-.143.143v4.918c0 .047.021.09.059.116l2.953 2.154a.144.144 0 00.2-.03l.51-.697a.142.142 0 00-.031-.2z"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>');
}
._dropdownSelected_q8x29_1 {
  color: var(--text-keycolor) !important;
}

  ._dropdownSelected_q8x29_1 > span:first-of-type svg {
      fill: var(--text-keycolor) !important;
    }

._buttonDropdown_q8x29_11.ant-dropdown-open {
    border-color: var(--surface-keycolor) !important;
    color: var(--text-disabled) !important;
  }

/* prefix icon */

._buttonDropdown_q8x29_11.ant-dropdown-open > span:first-of-type > span > svg {
      fill: var(--text-disabled) !important;
    }

._buttonDropdown_q8x29_11.ant-dropdown-open:hover {
      background-color: var(--surface-default) !important;
      background-image: none !important;
    }

._buttonDropdown_q8x29_11:disabled {
    color: var(--text-disabled) !important;
    background: var(--grey-100);
  }

._buttonDropdown_q8x29_11:disabled svg {
      fill: var(--text-disabled) !important;
    }
/* align the Icon with first line */
._alert_zabij_2 {
    margin-bottom: 2.4rem;
    align-items: flex-start;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
._alert_zabij_2 > span > svg {
    margin-top: 3px;
  }
._alert_zabij_2 .ant-alert-icon {
    font-size: 16px;
  }
._alert_zabij_2 .ant-alert-close-icon {
    margin-top: 4px;
  }
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:-webkit-full-screen{height:100%;width:100%}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}}.maplibregl-ctrl button:not(:disabled):active{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}/* Hide dots on the radius slider track */
  ._hideMarksSlider_1elcv_1 .ant-slider-dot {
    display: none !important;
  }
/* override / enhance 
https://www.b-story.co.jp/stande/core/stande-1.0.7.css */

.business-name-input .StandeStyle-view {
    border-radius: 8px;
    border-color: var(--surface-stroke);
    top: 50px !important;
    left: 0 !important;
    width: auto !important;
    right: 0 !important;
  }

.business-name-input .StandeStyle-topBox {
    padding: 8px;
  }

.business-name-input .StandeStyle-closeButton {
    width: 20px;
    cursor: pointer;
  }

.business-name-input .StandeStyle-companyItem {
    cursor: pointer;
    border: none;
    border-radius: 8px;
    margin: 4px !important;
    padding: 8px 12px;
  }

.business-name-input .StandeStyle-companyItem:hover {
      background-color: var(--surface-hover);
    }
/* for common page style */
._pageHeader_risy2_2 {
      display: flex;
      align-items: center;
      padding: 2.4rem;
}
._pageTitle_risy2_5 {
      margin: 0px;
      font-size: 2.4rem;
      line-height: 3.2rem;
}
._pageMain_risy2_8 {
      flex: 1 1 0%;
      border-top-width: 1px;
      border-style: solid;
      border-color: var(--grey-300);
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      padding: 2.4rem;
}

/* antd tabs with card style  */
._cardTabs_risy2_13 .ant-tabs-nav {
      position: relative;
      bottom: -1px;
      z-index: 1;
}
._cardTabs_risy2_13 .ant-tabs-nav:before {
      left: 9px;
      right: 9px;
    }
._cardTabs_risy2_13 .ant-tabs-tab {
      padding-top: 1.2rem !important;
      padding-bottom: 1.2rem !important;
      font-size: 1.4rem !important;
}
._cardTabs_risy2_13 .ant-tabs-content-holder {
      border-radius: .8rem;
      border-width: 1px;
      border-style: solid;
      border-color: var(--grey-300);
      background-color: transparent;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
