.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=after] .rdp-month,.rdp-root[data-nav-layout=around] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;-webkit-margin-start:var(--rdp-nav_button-width);margin-inline-start:var(--rdp-nav_button-width);-webkit-margin-end:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}body{-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chakra-form__required-indicator{color:var(--chakra-colors-red-600)!important}.skip-link{position:absolute;left:var(--chakra-space-2);top:-50px;z-index:9999;padding:.5rem 1rem;background-color:transparent;color:#000000;font-weight:600;text-decoration:none}.skip-link:focus{top:var(--chakra-space-2);outline:2px solid #000000;border-radius:4px;background-color:#ffffff}.chakra-toast:first-child .chakra-toast__inner{margin-bottom:.25rem!important}.chakra-toast:not(:first-child) .chakra-toast__inner{margin-top:.25rem!important;margin-bottom:.25rem!important}.userback-button-content{display:none!important}@media print{*{-webkit-print-color-adjust:exact!important;color-adjust:exact!important;print-color-adjust:exact!important}@page{size:A4 portrait;-webkit-print-color-adjust:exact;margin:0!important}}.nuvo-base-modal{display:none!important}::selection{color:var(--chakra-colors-secondary-800);background:var(--chakra-colors-primary-100)}.chakra-avatar__initials{line-height:0!important}.slick-track{display:flex!important}.slick-slide{height:inherit!important}.slick-slide>div{height:100%!important}p>a,p>a:hover{font-weight:600}p>a:hover{text-decoration:underline}:focus{outline:none;box-shadow:none}strong{font-weight:700}html{scroll-behavior:smooth;overflow-y:scroll;scroll-padding-top:6rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}svg{width:auto;height:auto;max-width:100%}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px white!important}@media (hover:hover){@layer scroll{::-webkit-scrollbar{width:14px;scrollbar-gutter:stable}::-webkit-scrollbar-thumb{background-color:var(--chakra-colors-gray-200);border-radius:20px;border:5px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:var(--chakra-colors-gray-300);border:4px solid transparent;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}}}input::-webkit-calendar-picker-indicator,input::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.chakra-react-select__menu{z-index:100}.react-grid-item.react-grid-placeholder{background:var(--chakra-colors-gray-500)!important;border-radius:var(--chakra-radii-xl)!important}.termsfeed-com---palette-light button{border-radius:var(--chakra-radii-lg)!important}.termsfeed-com---palette-light .cc-nb-okagree,.termsfeed-com---palette-light .cc-nb-reject{background-color:var(--chakra-colors-gray-800)!important}.termsfeed-com---palette-light .cc-nb-text{color:var(--chakra-colors-gray-600)!important}.termsfeed-com---palette-light.termsfeed-com---nb{background-color:white!important;border-top-left-radius:var(--chakra-radii-xl)!important;border:1px solid var(--chakra-colors-gray-200)!important;color:var(--chakra-colors-gray-800)!important}.saas-layout .woot--bubble-holder{display:none!important}.notion{font-family:var(--font-body)!important;color:var(--chakra-colors-gray-800)!important}.notion-collection-column-title,.notion-hash-link,.notion-property-multi_select-item,.notion-property-select{display:none!important}.notion-collection-row{border-bottom:none!important;padding:0!important;margin-bottom:0!important}.notion-collection-row-body{gap:0!important}.notion-link{color:var(--chakra-colors-gray-600)!important;text-decoration:none!important;border-bottom:none!important;opacity:1!important}.notion-property-date{color:var(--chakra-colors-gray-700)!important;font-size:16px!important;font-weight:600!important;text-align:center!important;width:-moz-fit-content!important;width:fit-content!important;background-color:var(--chakra-colors-gray-50)!important;border:1px solid!important;border-color:var(--chakra-colors-gray-200)!important;padding:4px 16px!important;border-radius:99px}.notion-hr{margin-top:2rem!important;margin-bottom:0!important;border-bottom:3px solid!important;width:40px!important;border-color:var(--chakra-colors-gray-200)!important}.notion-collection-row-value{justify-content:center!important;width:100%!important;display:flex!important}.notion-asset-wrapper>div{border-radius:14px!important;border:1px solid;overflow:hidden;border-color:var(--chakra-colors-gray-200)!important;box-shadow:var(--chakra-shadows-sm)!important}.notion-page{padding:0!important}.ProseMirror:not(.dragging) .ProseMirror-selectednode{outline:none!important;background-color:var(--chakra-colors-blue-50);transition:background-color .2s;box-shadow:none}.drag-handle{position:fixed;opacity:1;transition:opacity .2s ease-in;border-radius:.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' style='fill: rgba(0, 0, 0, 0.5)'%3E%3Cpath d='M3,2 C2.44771525,2 2,1.55228475 2,1 C2,0.44771525 2.44771525,0 3,0 C3.55228475,0 4,0.44771525 4,1 C4,1.55228475 3.55228475,2 3,2 Z M3,6 C2.44771525,6 2,5.55228475 2,5 C2,4.44771525 2.44771525,4 3,4 C3.55228475,4 4,4.44771525 4,5 C4,5.55228475 3.55228475,6 3,6 Z M3,10 C2.44771525,10 2,9.55228475 2,9 C2,8.44771525 2.44771525,8 3,8 C3.55228475,8 4,8.44771525 4,9 C4,9.55228475 3.55228475,10 3,10 Z M7,2 C6.44771525,2 6,1.55228475 6,1 C6,0.44771525 6.44771525,0 7,0 C7.55228475,0 8,0.44771525 8,1 C8,1.55228475 7.55228475,2 7,2 Z M7,6 C6.44771525,6 6,5.55228475 6,5 C6,4.44771525 6.44771525,4 7,4 C7.55228475,4 8,4.44771525 8,5 C8,5.55228475 7.55228475,6 7,6 Z M7,10 C6.44771525,10 6,9.55228475 6,9 C6,8.44771525 6.44771525,8 7,8 C7.55228475,8 8,8.44771525 8,9 C8,9.55228475 7.55228475,10 7,10 Z'%3E%3C/path%3E%3C/svg%3E");background-size:calc(.5em + .375rem) calc(.5em + .375rem);background-repeat:no-repeat;background-position:50%;width:1.2rem;height:1.5rem;z-index:50;cursor:-webkit-grab;cursor:grab;&:hover{background-color:var(--chakra-colors-gray-100)}&:active,&:hover{transition:background-color .2s}&:active{background-color:var(--chakra-colors-gray-200);cursor:-webkit-grabbing;cursor:grabbing}&.hide{opacity:0;pointer-events:none}@media screen and (max-width:600px){display:none;pointer-events:none}}.client-stories figure{margin:0!important}.client-stories img{border-radius:var(--chakra-radii-xl)!important}.client-stories p{color:var(--chakra-colors-gray-700)!important}.client-stories figcaption{color:var(--chakra-colors-gray-600)!important;font-size:var(--chakra-fontSizes-xs)!important;font-weight:var(--chakra-fontWeights-medium)!important;font-family:var(--chakra-fonts-mono)!important;text-align:center!important;margin-top:var(--chakra-space-4)!important;margin-bottom:var(--chakra-space-8)!important}.editorial-content{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;font-size:16px;line-height:1.5;word-wrap:break-word;display:flex;flex-direction:column;gap:0}.editorial-content h1:hover .anchor .octicon-link:before,.editorial-content h2:hover .anchor .octicon-link:before,.editorial-content h3:hover .anchor .octicon-link:before,.editorial-content h4:hover .anchor .octicon-link:before,.editorial-content h5:hover .anchor .octicon-link:before,.editorial-content h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.editorial-content details,.editorial-content figcaption,.editorial-content figure{display:block}.editorial-content summary{display:list-item}.editorial-content [hidden]{display:none!important}.editorial-content a{background-color:var(--chakra-colors-primary-50);color:var(--chakra-colors-secondary-800);padding:1px 6px;border-radius:12px;text-decoration:none}.editorial-content a:hover{background-color:var(--chakra-colors-primary-200);text-decoration:none}.editorial-content abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.editorial-content b,.editorial-content strong{font-weight:700}.editorial-content dfn{font-style:italic}.editorial-content h1{margin:.67em 0;font-weight:600;font-size:1.85em;border-bottom:1px solid hsla(210,18%,87%,0)}.editorial-content mark{background-color:#fff8c5;color:#24292f}.editorial-content small{font-size:90%}.editorial-content sub,.editorial-content sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.editorial-content sub{bottom:-.25em}.editorial-content sup{top:-.5em}.editorial-content img{border-style:none;max-width:100%;box-sizing:content-box;background-color:#ffffff}.editorial-content code,.editorial-content kbd,.editorial-content pre,.editorial-content samp{font-family:monospace;font-size:1em}.editorial-content figure{margin:1em 40px}.editorial-content hr{box-sizing:content-box;overflow:hidden;background:transparent;height:.25em;padding:0;margin:1em 0;background-color:#d0d7de;border:0}.editorial-content input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.editorial-content [type=button],.editorial-content [type=reset],.editorial-content [type=submit]{-webkit-appearance:button}.editorial-content [type=checkbox],.editorial-content [type=radio]{box-sizing:border-box;padding:0}.editorial-content [type=number]::-webkit-inner-spin-button,.editorial-content [type=number]::-webkit-outer-spin-button{height:auto}.editorial-content [type=search]::-webkit-search-cancel-button,.editorial-content [type=search]::-webkit-search-decoration{-webkit-appearance:none}.editorial-content ::-webkit-input-placeholder{color:inherit;opacity:.54}.editorial-content ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.editorial-content ::placeholder{color:#6e7781;opacity:1}.editorial-content hr:before{display:table;content:""}.editorial-content hr:after{display:table;clear:both;content:""}.editorial-content table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto}.editorial-content td,.editorial-content th{padding:0}.editorial-content details summary{cursor:pointer}.editorial-content details:not([open])>:not(summary){display:none!important}.editorial-content [role=button]:focus,.editorial-content a:focus,.editorial-content input[type=checkbox]:focus,.editorial-content input[type=radio]:focus{outline:2px solid #0969da;outline-offset:-2px;box-shadow:none}.editorial-content [role=button]:focus:not(:focus-visible),.editorial-content a:focus:not(:focus-visible),.editorial-content input[type=checkbox]:focus:not(:focus-visible),.editorial-content input[type=radio]:focus:not(:focus-visible){outline:1px solid transparent}.editorial-content [role=button]:focus-visible,.editorial-content a:focus-visible,.editorial-content input[type=checkbox]:focus-visible,.editorial-content input[type=radio]:focus-visible{outline:2px solid #0969da;outline-offset:-2px;box-shadow:none}.editorial-content a:not([class]):focus,.editorial-content a:not([class]):focus-visible,.editorial-content input[type=checkbox]:focus,.editorial-content input[type=checkbox]:focus-visible,.editorial-content input[type=radio]:focus,.editorial-content input[type=radio]:focus-visible{outline-offset:0}.editorial-content kbd{display:inline-block;padding:3px 5px;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;color:#24292f;vertical-align:middle;background-color:#f6f8fa;border:1px solid rgba(175,184,193,.2);border-radius:6px;box-shadow:inset 0 -1px 0 rgba(175,184,193,.2)}.editorial-content h1,.editorial-content h2,.editorial-content h3,.editorial-content h4,.editorial-content h5,.editorial-content h6{margin-top:4px;margin-bottom:8px;font-weight:600;line-height:1.25;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:0;margin-block-start:0}.editorial-content h2{font-weight:600;padding-bottom:.6em;font-size:1.5em;border-bottom:1px solid hsla(210,18%,87%,0)}.editorial-content h3,.editorial-content h4{font-weight:600;font-size:1em}.editorial-content h5{font-weight:600;font-size:.875em}.editorial-content h6{font-weight:600;font-size:.85em;color:#57606a}.editorial-content p{margin-top:0;margin-bottom:10px}.editorial-content blockquote{margin:0;padding:0 1em;color:#57606a;border-left:.25em solid #d0d7de}.editorial-content ol,.editorial-content ul{margin-top:.5em!important;margin-bottom:.5em!important;padding-left:2em;display:flex;flex-direction:column}.editorial-content ol ol,.editorial-content ul ol{list-style-type:lower-roman}.editorial-content ol ol ol,.editorial-content ol ul ol,.editorial-content ul ol ol,.editorial-content ul ul ol{list-style-type:lower-alpha}.editorial-content dd{margin-left:0}.editorial-content code,.editorial-content pre,.editorial-content samp,.editorial-content tt{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.editorial-content pre{margin-top:0;margin-bottom:0;word-wrap:normal}.editorial-content .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.editorial-content input::-webkit-inner-spin-button,.editorial-content input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.editorial-content:before{display:table;content:""}.editorial-content:after{display:table;clear:both;content:""}.editorial-content>:first-child{margin-top:0!important}.editorial-content>:last-child{margin-bottom:0!important}.editorial-content a:not([href]){color:inherit;text-decoration:none}.editorial-content.base-lg{font-size:1.125rem}.editorial-content .absent{color:#cf222e}.editorial-content .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.editorial-content .anchor:focus{outline:none}.editorial-content p{min-height:32px}.editorial-content blockquote,.editorial-content details,.editorial-content dl,.editorial-content ol,.editorial-content p,.editorial-content pre,.editorial-content table,.editorial-content ul{margin-top:.5em;margin-bottom:1em}.editorial-content blockquote>:first-child{margin-top:0}.editorial-content blockquote>:last-child{margin-bottom:0}.editorial-content h1 .octicon-link,.editorial-content h2 .octicon-link,.editorial-content h3 .octicon-link,.editorial-content h4 .octicon-link,.editorial-content h5 .octicon-link,.editorial-content h6 .octicon-link{color:#24292f;vertical-align:middle;visibility:hidden}.editorial-content h1:hover .anchor,.editorial-content h2:hover .anchor,.editorial-content h3:hover .anchor,.editorial-content h4:hover .anchor,.editorial-content h5:hover .anchor,.editorial-content h6:hover .anchor{text-decoration:none}.editorial-content h1:hover .anchor .octicon-link,.editorial-content h2:hover .anchor .octicon-link,.editorial-content h3:hover .anchor .octicon-link,.editorial-content h4:hover .anchor .octicon-link,.editorial-content h5:hover .anchor .octicon-link,.editorial-content h6:hover .anchor .octicon-link{visibility:visible}.editorial-content h1 code,.editorial-content h1 tt,.editorial-content h2 code,.editorial-content h2 tt,.editorial-content h3 code,.editorial-content h3 tt,.editorial-content h4 code,.editorial-content h4 tt,.editorial-content h5 code,.editorial-content h5 tt,.editorial-content h6 code,.editorial-content h6 tt{padding:0 .2em;font-size:inherit}.editorial-content summary h1,.editorial-content summary h2,.editorial-content summary h3,.editorial-content summary h4,.editorial-content summary h5,.editorial-content summary h6{display:inline-block}.editorial-content summary h1 .anchor,.editorial-content summary h2 .anchor,.editorial-content summary h3 .anchor,.editorial-content summary h4 .anchor,.editorial-content summary h5 .anchor,.editorial-content summary h6 .anchor{margin-left:-40px}.editorial-content summary h1,.editorial-content summary h2{padding-bottom:0;border-bottom:0}.editorial-content ol.no-list,.editorial-content ul.no-list{padding:0;list-style-type:none}.editorial-content ol[type=a]{list-style-type:lower-alpha}.editorial-content ol[type=A]{list-style-type:upper-alpha}.editorial-content ol[type=i]{list-style-type:lower-roman}.editorial-content ol[type=I]{list-style-type:upper-roman}.editorial-content div>ol:not([type]),.editorial-content ol[type="1"]{list-style-type:decimal}.editorial-content ol ol,.editorial-content ol ul,.editorial-content ul ol,.editorial-content ul ul{margin-top:0;margin-bottom:0}.editorial-content .is-empty:before{content:attr(data-placeholder);float:left;color:var(--chakra-colors-gray-400);pointer-events:none;min-height:32px;line-height:32px}.editorial-content .is-empty{min-height:32px}.editorial-content li>p{margin-top:0;margin-bottom:0}.editorial-content li+li{margin-top:.25em}.editorial-content dl{padding:0}.editorial-content dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.editorial-content dl dd{padding:0 16px;margin-bottom:16px}.editorial-content table th{font-weight:400}.editorial-content table td,.editorial-content table th{padding:6px 13px;border:1px solid var(--chakra-colors-gray-200);text-transform:capitalize!important;color:var(--chakra-colors-gray-800)!important}.editorial-content table th.table-content{text-align:left;font-weight:600!important}.editorial-content table thead th{font-weight:600!important;background-color:var(--chakra-colors-gray-100)}.editorial-content table tr{background-color:#ffffff;border-top:1px solid hsla(210,18%,87%,0)}.editorial-content table img{background-color:transparent}.editorial-content img[align=right]{padding-left:20px}.editorial-content img[align=left]{padding-right:20px}.editorial-content .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.editorial-content span.frame{display:block;overflow:hidden}.editorial-content span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #d0d7de}.editorial-content span.frame span img{display:block;float:left}.editorial-content span.frame span span{display:block;padding:5px 0 0;clear:both;color:#24292f}.editorial-content span.align-center{display:block;overflow:hidden;clear:both}.editorial-content span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.editorial-content span.align-center span img{margin:0 auto;text-align:center}.editorial-content span.align-right{display:block;overflow:hidden;clear:both}.editorial-content span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.editorial-content span.align-right span img{margin:0;text-align:right}.editorial-content span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.editorial-content span.float-left span{margin:13px 0 0}.editorial-content span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.editorial-content span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.editorial-content code,.editorial-content tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:rgba(175,184,193,.2);border-radius:6px}.editorial-content code br,.editorial-content tt br{display:none}.editorial-content del code{text-decoration:inherit}.editorial-content samp{font-size:85%}.editorial-content pre code{font-size:100%}.editorial-content pre>code{padding:0;margin:0;word-break:normal;background:transparent;border:0}.editorial-content .highlight{margin-bottom:16px}.editorial-content .highlight pre{margin-bottom:0;word-break:normal}.editorial-content .highlight pre,.editorial-content pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:6px}.editorial-content pre code,.editorial-content pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.editorial-content .csv-data td,.editorial-content .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.editorial-content .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#ffffff;border:0}.editorial-content .csv-data tr{border-top:0}.editorial-content .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}.editorial-content [data-footnote-ref]:before{content:"["}.editorial-content [data-footnote-ref]:after{content:"]"}.editorial-content .footnotes{font-size:12px;color:#57606a;border-top:1px solid #d0d7de}.editorial-content .footnotes ol{padding-left:16px}.editorial-content .footnotes ol ul{display:inline-block;padding-left:16px;margin-top:16px}.editorial-content .footnotes li{position:relative}.editorial-content .footnotes li:target:before{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-1em;pointer-events:none;content:"";border:2px solid #0969da;border-radius:6px}.editorial-content .footnotes li:target{color:#24292f}.editorial-content .footnotes .data-footnote-backref g-emoji{font-family:monospace}.editorial-content .pl-c{color:#6e7781}.editorial-content .pl-c1,.editorial-content .pl-s .pl-v{color:#0550ae}.editorial-content .pl-e,.editorial-content .pl-en{color:#8250df}.editorial-content .pl-s .pl-s1,.editorial-content .pl-smi{color:#24292f}.editorial-content .pl-ent{color:#116329}.editorial-content .pl-k{color:#cf222e}.editorial-content .pl-pds,.editorial-content .pl-s,.editorial-content .pl-s .pl-pse .pl-s1,.editorial-content .pl-sr,.editorial-content .pl-sr .pl-cce,.editorial-content .pl-sr .pl-sra,.editorial-content .pl-sr .pl-sre{color:#0a3069}.editorial-content .pl-smw,.editorial-content .pl-v{color:#953800}.editorial-content .pl-bu{color:#82071e}.editorial-content .pl-ii{color:#f6f8fa;background-color:#82071e}.editorial-content .pl-c2{color:#f6f8fa;background-color:#cf222e}.editorial-content .pl-sr .pl-cce{font-weight:700;color:#116329}.editorial-content .pl-ml{color:#3b2300}.editorial-content .pl-mh,.editorial-content .pl-mh .pl-en,.editorial-content .pl-ms{font-weight:700;color:#0550ae}.editorial-content .pl-mi{font-style:italic;color:#24292f}.editorial-content .pl-mb{font-weight:700;color:#24292f}.editorial-content .pl-md{color:#82071e;background-color:#ffebe9}.editorial-content .pl-mi1{color:#116329;background-color:#dafbe1}.editorial-content .pl-mc{color:#953800;background-color:#ffd8b5}.editorial-content .pl-mi2{color:#eaeef2;background-color:#0550ae}.editorial-content .pl-mdr{font-weight:700;color:#8250df}.editorial-content .pl-ba{color:#57606a}.editorial-content .pl-sg{color:#8c959f}.editorial-content .pl-corl{text-decoration:underline;color:#0a3069}.editorial-content g-emoji{display:inline-block;min-width:1ch;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:400;line-height:1;vertical-align:-.075em}.editorial-content g-emoji img{width:1em;height:1em}.editorial-content .task-list-item{list-style-type:none}.editorial-content .task-list-item label{font-weight:400}.editorial-content .task-list-item.enabled label{cursor:pointer}.editorial-content .task-list-item+.task-list-item{margin-top:4px}.editorial-content .task-list-item .handle{display:none}.editorial-content .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.editorial-content .contains-task-list:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.editorial-content .contains-task-list{position:relative}.editorial-content .contains-task-list:focus-within .task-list-item-convert-container,.editorial-content .contains-task-list:hover .task-list-item-convert-container{display:block;width:auto;height:1em;overflow:visible;clip:auto}.editorial-content ::-webkit-calendar-picker-indicator{filter:invert(50%)}.user-message [data-streamdown=table-wrapper]{margin-top:1rem}.user-message [data-streamdown=table-wrapper]>div:first-child{display:none}.user-message [data-streamdown=table-header-cell]{background-color:rgba(255,255,255,.15)!important;color:white!important;border-color:rgba(255,255,255,.3)!important}.user-message [data-streamdown=table-cell]{background-color:transparent!important;color:white!important;border-color:rgba(255,255,255,.3)!important}.user-message [data-streamdown=table-row]{background-color:transparent!important}.user-message [data-streamdown=table-row]:nth-child(2n){background-color:rgba(255,255,255,.05)!important}.rdp-root{--rdp-day-height:38px;--rdp-day-width:38px;--rdp-day_button-height:38px;--rdp-day_button-width:38px;--rdp-accent-color:var(--chakra-colors-gray-800);--rdp-accent-background-color:var(--chakra-colors-primary-50);--rdp-range_start-date-background-color:var(--chakra-colors-gray-800);--rdp-range_end-date-background-color:var(--chakra-colors-gray-800);--rdp-range_middle-background-color:var(--chakra-colors-primary-50);--rdp-range_start-color:var(--chakra-colors-white);--rdp-range_end-color:var(--chakra-colors-white);--rdp-today-color:var(--chakra-colors-gray-800);--rdp-selected-border:none}.rdp-root .rdp-months{display:flex;flex-direction:row!important;flex-wrap:wrap;gap:0}.rdp-month{padding:var(--chakra-space-3)}.rdp-caption_label,.rdp-day_button,.rdp-month_caption,.rdp-weekday{font-weight:var(--chakra-fontWeights-regular)}.rdp-outside,.rdp-weekday{color:var(--chakra-colors-gray-800);font-weight:var(--chakra-fontWeights-semibold);text-transform:uppercase}.rdp-selected{font-weight:var(--chakra-fontWeights-medium)}.rdp-day.rdp-selected:not(.rdp-range_start):not(.rdp-range_end):not(.rdp-range_middle){background-color:var(--chakra-colors-primary-50);border-radius:var(--chakra-radii-md)}.rdp-range_middle{color:var(--chakra-colors-gray-800)}.rpd-range_middle .rdp-day_button{background-color:var(--chakra-colors-primary-50)}.rdp-range_end .rdp-day{background-color:var(--chakra-colors-primary-800)}.rdp-dropdowns,.rdp-month_caption{height:-moz-fit-content;height:fit-content;margin-bottom:var(--chakra-space-1)}.rdp-month_caption{justify-content:center}.rdp-dropdown_root .rdp-chevron{width:16px;height:16px;margin-left:4px}.rdp-caption_label,.rdp-dropdown,.rdp-dropdowns,.rdp-month_caption .rdp-caption_label{font-weight:var(--chakra-fontWeights-bold);color:var(--chakra-colors-gray-800)}.rdp-caption_label{font-size:var(--chakra-fontSizes-md);text-transform:capitalize}.rdp-day{padding:1px;font-size:14px}.rdp-day_button{border-radius:var(--chakra-radii-md);font-size:14px;transition:background-color .15s ease-in}.rdp-day:hover:not(.rdp-selected):not(.rdp-range_start):not(.rdp-range_end):not(.rdp-range_middle){background-color:var(--chakra-colors-gray-100);transition:none;border-radius:var(--chakra-radii-md)}.rdp-nav .rdp-button_next,.rdp-nav .rdp-button_previous{min-width:2.5rem;min-height:2.5rem;width:2.5rem;height:2.5rem;border-radius:var(--chakra-radii-md);transition:background-color .15s ease;font-size:24px}.rdp-nav .rdp-button_next:hover,.rdp-nav .rdp-button_previous:hover{background-color:var(--chakra-colors-gray-100)}.rdp-nav{position:absolute;width:100%}.rdp-nav .rdp-button_previous{position:absolute;left:var(--chakra-space-1);top:var(--chakra-space-1)}.rdp-nav .rdp-button_next{position:absolute;right:var(--chakra-space-1);top:var(--chakra-space-1)}.rdp-nav .rdp-chevron{width:18px;height:18px}.rdp-dropdown_root{border-radius:var(--chakra-radii-md);padding:2px 4px;transition:background-color .15s ease}.rdp-dropdown_root:hover{background-color:var(--chakra-colors-gray-100)}@font-face{font-family:Figtree;font-style:normal;font-weight:300 900;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Figtree;font-style:normal;font-weight:300 900;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Figtree Fallback;src:local("Arial");ascent-override:94.32%;descent-override:24.82%;line-gap-override:0.00%;size-adjust:100.72%}.__className_2ca027{font-family:Figtree,Figtree Fallback;font-style:normal}