.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

.nw-theme .sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.nw-theme .visible{
    visibility: visible;
}
.nw-theme .invisible{
    visibility: hidden;
}
.nw-theme .absolute{
    position: absolute;
}
.nw-theme .relative{
    position: relative;
}
.nw-theme .inset-0{
    inset: 0px;
}
.nw-theme .right-10{
    right: 2.5rem;
}
.nw-theme .z-10{
    z-index: 10;
}
.nw-theme .order-last{
    order: 9999;
}
.nw-theme .mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.nw-theme .my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.nw-theme .my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.nw-theme .-mb-12{
    margin-bottom: -3rem;
}
.nw-theme .mb-4{
    margin-bottom: 1rem;
}
.nw-theme .mb-8{
    margin-bottom: 2rem;
}
.nw-theme .ml-auto{
    margin-left: auto;
}
.nw-theme .mr-2{
    margin-right: 0.5rem;
}
.nw-theme .mt-1{
    margin-top: 0.25rem;
}
.nw-theme .mt-10{
    margin-top: 2.5rem;
}
.nw-theme .mt-12{
    margin-top: 3rem;
}
.nw-theme .mt-2{
    margin-top: 0.5rem;
}
.nw-theme .mt-4{
    margin-top: 1rem;
}
.nw-theme .mt-8{
    margin-top: 2rem;
}
.nw-theme .mt-auto{
    margin-top: auto;
}
.nw-theme .block{
    display: block;
}
.nw-theme .inline-block{
    display: inline-block;
}
.nw-theme .inline{
    display: inline;
}
.nw-theme .flex{
    display: flex;
}
.nw-theme .inline-flex{
    display: inline-flex;
}
.nw-theme .grid{
    display: grid;
}
.nw-theme .hidden{
    display: none;
}
.nw-theme .h-10{
    height: 2.5rem;
}
.nw-theme .h-12{
    height: 3rem;
}
.nw-theme .h-5{
    height: 1.25rem;
}
.nw-theme .h-6{
    height: 1.5rem;
}
.nw-theme .h-7{
    height: 1.75rem;
}
.nw-theme .h-8{
    height: 2rem;
}
.nw-theme .h-80{
    height: 20rem;
}
.nw-theme .h-96{
    height: 24rem;
}
.nw-theme .h-\[40px\]{
    height: 40px;
}
.nw-theme .h-\[44px\]{
    height: 44px;
}
.nw-theme .h-auto{
    height: auto;
}
.nw-theme .max-h-60{
    max-height: 15rem;
}
.nw-theme .max-h-72{
    max-height: 18rem;
}
.nw-theme .min-h-screen{
    min-height: 100vh;
}
.nw-theme .w-1\/3{
    width: 33.333333%;
}
.nw-theme .w-10{
    width: 2.5rem;
}
.nw-theme .w-4{
    width: 1rem;
}
.nw-theme .w-5{
    width: 1.25rem;
}
.nw-theme .w-6{
    width: 1.5rem;
}
.nw-theme .w-7{
    width: 1.75rem;
}
.nw-theme .w-72{
    width: 18rem;
}
.nw-theme .w-\[40px\]{
    width: 40px;
}
.nw-theme .w-\[44px\]{
    width: 44px;
}
.nw-theme .w-full{
    width: 100%;
}
.nw-theme .max-w-full{
    max-width: 100%;
}
.nw-theme .flex-grow{
    flex-grow: 1;
}
.nw-theme .cursor-pointer{
    cursor: pointer;
}
.nw-theme .list-disc{
    list-style-type: disc;
}
.nw-theme .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.nw-theme .flex-row{
    flex-direction: row;
}
.nw-theme .flex-col{
    flex-direction: column;
}
.nw-theme .flex-wrap{
    flex-wrap: wrap;
}
.nw-theme .items-center{
    align-items: center;
}
.nw-theme .items-stretch{
    align-items: stretch;
}
.nw-theme .justify-start{
    justify-content: flex-start;
}
.nw-theme .justify-end{
    justify-content: flex-end;
}
.nw-theme .justify-center{
    justify-content: center;
}
.nw-theme .justify-between{
    justify-content: space-between;
}
.nw-theme .gap-2{
    gap: 0.5rem;
}
.nw-theme .gap-4{
    gap: 1rem;
}
.nw-theme .gap-8{
    gap: 2rem;
}
.nw-theme .space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.nw-theme .space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.nw-theme .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));
}
.nw-theme .space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.nw-theme .space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.nw-theme .divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.nw-theme .divide-lightGray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-divide-opacity, 1));
}
.nw-theme .overflow-hidden{
    overflow: hidden;
}
.nw-theme .overflow-y-auto{
    overflow-y: auto;
}
.nw-theme .whitespace-nowrap{
    white-space: nowrap;
}
.nw-theme .rounded{
    border-radius: 0.25rem;
}
.nw-theme .rounded-full{
    border-radius: 9999px;
}
.nw-theme .rounded-lg{
    border-radius: 0.5rem;
}
.nw-theme .rounded-md{
    border-radius: 0.375rem;
}
.nw-theme .border{
    border-width: 1px;
}
.nw-theme .border-2{
    border-width: 2px;
}
.nw-theme .border-b-2{
    border-bottom-width: 2px;
}
.nw-theme .border-t-2{
    border-top-width: 2px;
}
.nw-theme .border-darkRed{
    --tw-border-opacity: 1;
    border-color: rgb(107 22 12 / var(--tw-border-opacity, 1));
}
.nw-theme .border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.nw-theme .border-lightGray{
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}
.nw-theme .border-lightGray\/20{
    border-color: rgb(128 128 128 / 0.2);
}
.nw-theme .border-paleGray-dark{
    --tw-border-opacity: 1;
    border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.nw-theme .bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-darkRed{
    --tw-bg-opacity: 1;
    background-color: rgb(107 22 12 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(255 78 51 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(167 43 22 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-transparent{
    background-color: transparent;
}
.nw-theme .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.nw-theme .bg-opacity-30{
    --tw-bg-opacity: 0.3;
}
.nw-theme .object-cover{
    -o-object-fit: cover;
    object-fit: cover;
}
.nw-theme .object-none{
    -o-object-fit: none;
    object-fit: none;
}
.nw-theme .p-0{
    padding: 0px;
}
.nw-theme .p-2{
    padding: 0.5rem;
}
.nw-theme .p-4{
    padding: 1rem;
}
.nw-theme .px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.nw-theme .px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.nw-theme .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.nw-theme .py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.nw-theme .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.nw-theme .pl-5{
    padding-left: 1.25rem;
}
.nw-theme .text-left{
    text-align: left;
}
.nw-theme .text-center{
    text-align: center;
}
.nw-theme .text-right{
    text-align: right;
}
.nw-theme .font-sans{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.nw-theme .text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.nw-theme .text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.nw-theme .text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.nw-theme .text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.nw-theme .text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.nw-theme .text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.nw-theme .text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.nw-theme .font-bold{
    font-weight: 700;
}
.nw-theme .font-extrabold{
    font-weight: 800;
}
.nw-theme .font-medium{
    font-weight: 500;
}
.nw-theme .font-semibold{
    font-weight: 600;
}
.nw-theme .uppercase{
    text-transform: uppercase;
}
.nw-theme .text-darkGray{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.nw-theme .text-darkRed{
    --tw-text-opacity: 1;
    color: rgb(107 22 12 / var(--tw-text-opacity, 1));
}
.nw-theme .text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.nw-theme .text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.nw-theme .text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.nw-theme .text-mediumGray{
    --tw-text-opacity: 1;
    color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.nw-theme .text-primary{
    --tw-text-opacity: 1;
    color: rgb(255 78 51 / var(--tw-text-opacity, 1));
}
.nw-theme .text-primary-dark{
    --tw-text-opacity: 1;
    color: rgb(167 43 22 / var(--tw-text-opacity, 1));
}
.nw-theme .text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nw-theme .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);
}
.nw-theme .shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}
.nw-theme .shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nw-theme .outline{
    outline-style: solid;
}
.nw-theme .outline-2{
    outline-width: 2px;
}
.nw-theme .outline-primary-dark{
    outline-color: #A72B16;
}
.nw-theme .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);
}
.nw-theme .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;
}
.nw-theme .duration-300{
    transition-duration: 300ms;
}
.nw-theme .ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nw-theme *, .nw-theme ::before, .nw-theme ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.nw-theme ::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
.nw-theme *,
.nw-theme ::before,
.nw-theme ::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}
.nw-theme ::before,
.nw-theme ::after {
    --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
.nw-theme :host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
.nw-theme hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
.nw-theme abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
.nw-theme h1,
.nw-theme h2,
.nw-theme h3,
.nw-theme h4,
.nw-theme h5,
.nw-theme h6 {
    font-size: inherit;
    font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
.nw-theme a {
    color: inherit;
    text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
.nw-theme b,
.nw-theme strong {
    font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
.nw-theme code,
.nw-theme kbd,
.nw-theme samp,
.nw-theme pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
.nw-theme small {
    font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
.nw-theme sub,
.nw-theme sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.nw-theme sub {
    bottom: -0.25em;
}
.nw-theme sup {
    top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
.nw-theme table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
.nw-theme button,
.nw-theme input,
.nw-theme optgroup,
.nw-theme select,
.nw-theme textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    letter-spacing: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
.nw-theme button,
.nw-theme select {
    text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
.nw-theme button,
.nw-theme input:where([type='button']),
.nw-theme input:where([type='reset']),
.nw-theme input:where([type='submit']) {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
.nw-theme :-moz-focusring {
    outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
.nw-theme :-moz-ui-invalid {
    box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
.nw-theme progress {
    vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
.nw-theme ::-webkit-inner-spin-button,
.nw-theme ::-webkit-outer-spin-button {
    height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
.nw-theme ::-webkit-search-decoration {
    -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
.nw-theme ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
.nw-theme summary {
    display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
.nw-theme blockquote,
.nw-theme dl,
.nw-theme dd,
.nw-theme h1,
.nw-theme h2,
.nw-theme h3,
.nw-theme h4,
.nw-theme h5,
.nw-theme h6,
.nw-theme hr,
.nw-theme figure,
.nw-theme p,
.nw-theme pre {
    margin: 0;
}
.nw-theme fieldset {
    margin: 0;
    padding: 0;
}
.nw-theme legend {
    padding: 0;
}
.nw-theme ol,
.nw-theme ul,
.nw-theme menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*
Reset default styling for dialogs.
*/
.nw-theme dialog {
    padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
.nw-theme textarea {
    resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
.nw-theme input::-moz-placeholder, .nw-theme textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}
.nw-theme input::placeholder,
.nw-theme textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
.nw-theme button,
[role="button"] {
    cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
.nw-theme :disabled {
    cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
.nw-theme img,
.nw-theme svg,
.nw-theme video,
.nw-theme canvas,
.nw-theme audio,
.nw-theme iframe,
.nw-theme embed,
.nw-theme object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
.nw-theme img,
.nw-theme video {
    max-width: 100%;
    height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}
.nw-theme .container{
    width: 100%;
}
@media (min-width: 100%){
    .nw-theme .container{
        max-width: 100%;
    }
}
@media (min-width: 1310px){
    .nw-theme .container{
        max-width: 1310px;
    }
}
:root {
    --adp-day-name-color: #000;
    --adp-day-name-font-weight: 500;
    --adp-day-name-font-size: 14px;
    --adp-day-name-line-height: 1.5;
    --adp-day-name-text-transform: uppercase;
}

.nw-theme .avia_textblock ol {
    list-style: decimal;
    margin-left: 1.5rem;
}
.nw-theme .avia_textblock ul {
    list-style: disc;
    margin-left: 1.5rem;
}
.nw-theme .avia_textblock ul li, .nw-theme .avia_textblock ol li {
    margin-bottom: 0.25rem;
}

.nw-theme .nw-search-close {
    opacity: 0;
    display: none;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease, visibility 0ms linear 200ms;
}

.nw-theme .nw-search-close.visible {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0ms;
    display: none;
}

.nw-theme .nw-search {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease, visibility 0ms linear 200ms;
}

.nw-theme .nw-search.visible {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0ms;
    display: none;
}

.nw-theme .glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.nw-theme .glide * {
    box-sizing: inherit;
}
.nw-theme .glide__track {
    overflow: hidden;
}
.nw-theme .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.nw-theme .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.nw-theme .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.nw-theme .glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.nw-theme .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.nw-theme .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.nw-theme .glide--rtl {
    direction: rtl;
}

.nw-theme .glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}
.nw-theme .glide__arrow:focus {
    outline: none;
}
.nw-theme .glide__arrow:hover {
    border-color: white;
}
.nw-theme .glide__arrow--left {
    left: 2em;
}
.nw-theme .glide__arrow--right {
    right: 2em;
}
.nw-theme .glide__arrow--disabled {
    opacity: 0.33;
}
.nw-theme .glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}
.nw-theme .glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}
.nw-theme .glide__bullet:focus {
    outline: none;
}
.nw-theme .glide__bullet:hover, .nw-theme .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}
.nw-theme .glide__bullet--active {
    background-color: white;
}
.nw-theme .glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab;
}
.nw-theme .glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.nw-theme .glide__arrow{
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0px;
}
.nw-theme .glide__arrow--left {
    left: 14vw;
}
.nw-theme .glide__arrow--right {
    right: 14vw;
}
@media (max-width: 480px) {
    .nw-theme .glide__arrow--left {
        left: 1rem;
    }
    .nw-theme .glide__arrow--right {
        right: 1rem;
    }
}

.nw-theme .color-transition {
    transition-timing-function: cubic-bezier(1, -0.17, 0.79, 1.51);
}

.air-datepicker-cell{
    font-size: 1rem;
    line-height: 1.5rem;
}

.air-datepicker-body--day-name{
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 78 51 / var(--tw-text-opacity, 1));
}

.air-datepicker-cell.-day-.-selected-.-range-from-,
.air-datepicker-cell.-day-.-selected-.-range-to-{
    --tw-bg-opacity: 1;
    background-color: rgb(255 78 51 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.air-datepicker-cell.-day-.-focus-.-range-from-,
.air-datepicker-cell.-day-.-focus-.-range-to-{
    border-color: rgb(255 78 51 / 0.4);
}

.air-datepicker-cell.-day-.-current-{
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 78 51 / var(--tw-text-opacity, 1));
}

body {
    font-family: sans-serif;
}

.nw-theme .carousel-item {
    display: none;
}

.nw-theme .carousel-item.active {
    display: block;
}

.nw-theme #nw-calendar, .nw-theme #search{
    --tw-border-opacity: 1 !important;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1)) !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}

.nw-theme #nw-calendar::-moz-placeholder, .nw-theme #search::-moz-placeholder{
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1)) !important;
}

.nw-theme #nw-calendar::placeholder, .nw-theme #search::placeholder{
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1)) !important;
}

.nw-theme input[type=checkbox], .nw-theme input[type=radio]{
    accent-color: rgb(255 78 51 / 0.25);
    height: 1rem;
    width: 1rem;
}

.nw-theme .pagination-container{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.nw-theme .pagination-container .page-nav-container{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.nw-theme .pagination-container .page-nav-container .page-numbers:not(.next), .nw-theme .pagination-container .page-nav-container .page-numbers:not(.prev){
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
}
.nw-theme .pagination-container .page-nav-container .page-numbers:not(.next).current, .nw-theme .pagination-container .page-nav-container .page-numbers:not(.next):hover, .nw-theme .pagination-container .page-nav-container .page-numbers:not(.prev).current, .nw-theme .pagination-container .page-nav-container .page-numbers:not(.prev):hover{
    --tw-border-opacity: 1;
    border-color: rgb(107 22 12 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(107 22 12 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nw-theme .pagination-container .page-nav-container .page-numbers:not(.next).dots, .nw-theme .pagination-container .page-nav-container .page-numbers:not(.prev).dots{
    border-width: 0px;
}

.nw-theme .tab-focused {
    outline: 2px solid #6b160c;
    outline-offset: 2px;
}

.nw-theme .selected-option{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nw-theme .placeholder\:text-left::-moz-placeholder{
    text-align: left;
}

.nw-theme .placeholder\:text-left::placeholder{
    text-align: left;
}

.nw-theme .placeholder\:font-normal::-moz-placeholder{
    font-weight: 400;
}

.nw-theme .placeholder\:font-normal::placeholder{
    font-weight: 400;
}

.nw-theme .placeholder\:text-lightGray::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.nw-theme .placeholder\:text-lightGray::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.nw-theme .hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 78 51 / var(--tw-border-opacity, 1));
}

.nw-theme .hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.nw-theme .hover\:bg-paleGray:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
}

.nw-theme .hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 78 51 / var(--tw-bg-opacity, 1));
}

.nw-theme .hover\:text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(167 43 22 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
    .nw-theme .sm\:col-start-2{
        grid-column-start: 2;
    }
    .nw-theme .sm\:col-start-3{
        grid-column-start: 3;
    }
    .nw-theme .sm\:col-end-4{
        grid-column-end: 4;
    }
    .nw-theme .sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px){
    .nw-theme .md\:h-\[500px\]{
        height: 500px;
    }
    .nw-theme .md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .nw-theme .md\:object-cover{
        -o-object-fit: cover;
        object-fit: cover;
    }
    .nw-theme .md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
    .nw-theme .md\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px){
    .nw-theme .lg\:order-first{
        order: -9999;
    }
    .nw-theme .lg\:col-span-1{
        grid-column: span 1 / span 1;
    }
    .nw-theme .lg\:col-span-4{
        grid-column: span 4 / span 4;
    }
    .nw-theme .lg\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .nw-theme .lg\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .nw-theme .lg\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
