@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes decrement-prev{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes decrement-prev{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes decrement-next{from{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@keyframes decrement-next{from{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@-webkit-keyframes increment-prev{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes increment-prev{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes increment-next{from{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@keyframes increment-next{from{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}.datetimepicker{transition:width .8s cubic-bezier(1,-.55,.2,1.37),opacity .2s ease,visibility .2s ease,margin .2s ease;display:none;background:#fff;border-radius:2px;max-width:320px;z-index:1;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1)}.datetimepicker.is-active{display:block}.datetimepicker .datetimepicker-header{display:flex;flex-direction:column;flex:1;text-align:left;position:relative;padding:.5rem 1rem;font-size:1rem;box-shadow:0 .2rem .2rem -.2rem rgba(10,10,10,.1)}.datetimepicker .datetimepicker-header.is-date-only{flex-direction:row}.datetimepicker .datetimepicker-header.is-date-only .datetimepicker-selection-end .datetimepicker-selection-wrapper{justify-content:flex-end!important}.datetimepicker .datetimepicker-header .datetimepicker-selection-details{flex:1}.datetimepicker .datetimepicker-header .datetimepicker-selection-from,.datetimepicker .datetimepicker-header .datetimepicker-selection-to{font-size:.65rem;color:#b5b5b5;text-transform:uppercase;padding:0}.datetimepicker .datetimepicker-header .datetimepicker-selection-end,.datetimepicker .datetimepicker-header .datetimepicker-selection-start{padding:0;display:flex;flex:1;flex-direction:row}.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-wrapper,.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-wrapper{flex-direction:row;display:flex;min-height:2.5rem;flex:1 1 2rem}.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-day,.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-day{flex:0;text-transform:capitalize;font-size:2rem;line-height:2.5rem;margin-right:.5rem;color:#00d1b2;font-weight:100}.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-date,.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-date{font-size:.85rem;line-height:.85rem;justify-content:center;display:flex;flex-direction:column;font-weight:300}.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-month,.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-month{color:#4a4a4a;text-transform:capitalize}.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-weekday,.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-weekday{font-size:.75em;color:#b6b4b6;text-transform:capitalize;text-align:left}.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour,.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour{font-size:1.5rem;font-weight:100;flex:1;justify-content:center;align-items:center;text-align:center}.datetimepicker .datetimepicker-header .datetimepicker-selection-end,.datetimepicker .datetimepicker-header .datetimepicker-selection-start{align-items:center}.datetimepicker .datetimepicker-header .datetimepicker-selection-end.is-centered .datetimepicker-selection-wrapper,.datetimepicker .datetimepicker-header .datetimepicker-selection-start.is-centered .datetimepicker-selection-wrapper{justify-content:center;align-items:center}.datetimepicker .datetimepicker-header .datetimepicker-selection-time{flex:1;display:flex}.datetimepicker .datetimepicker-header .datetimepicker-selection-time .datetimepicker-selection-time-icon{display:flex;justify-content:center;align-items:center;padding:0 1rem;color:#b5b5b5}.datetimepicker .datepicker-nav{background:#00d1b2;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.5em;flex-direction:row}.datetimepicker .datepicker-nav .datepicker-nav-month-year{flex-direction:row;display:flex}.datetimepicker .datepicker-nav .datepicker-nav-month,.datetimepicker .datepicker-nav .datepicker-nav-year{text-decoration:none;font-size:1rem;color:#fff}.datetimepicker .datepicker-nav .datepicker-nav-month:hover,.datetimepicker .datepicker-nav .datepicker-nav-year:hover{cursor:pointer}.datetimepicker .datepicker-nav .datepicker-nav-month{text-transform:capitalize}.datetimepicker .datepicker-nav .datepicker-nav-year{font-weight:700}.datetimepicker .datepicker-nav .datepicker-nav-next,.datetimepicker .datepicker-nav .datepicker-nav-previous{flex-basis:auto;flex-grow:0;flex-shrink:0;text-decoration:none;color:#fff}.datetimepicker .datepicker-nav .datepicker-nav-next:hover,.datetimepicker .datepicker-nav .datepicker-nav-previous:hover{background-color:transparent}.datetimepicker .datepicker-nav .datepicker-nav-next:hover svg,.datetimepicker .datepicker-nav .datepicker-nav-previous:hover svg{stroke-width:1em}.datetimepicker .datepicker-nav .datepicker-nav-next svg,.datetimepicker .datepicker-nav .datepicker-nav-previous svg{stroke:currentColor;width:11.25px;height:.75rem}.datetimepicker .datepicker-body{overflow:hidden}.datetimepicker .datepicker-body .datepicker-dates{display:none}.datetimepicker .datepicker-body .datepicker-dates.is-active{display:flex;flex-direction:column}.datetimepicker .datepicker-body .datepicker-months,.datetimepicker .datepicker-body .datepicker-years{display:none}.datetimepicker .datepicker-body .datepicker-months.is-active,.datetimepicker .datepicker-body .datepicker-years.is-active{display:flex;flex-direction:row}.datetimepicker .datepicker-body .datepicker-weekdays{display:flex;flex-wrap:wrap;justify-content:space-around;padding:.3rem 0;background:0 0;color:#fff;font-size:.75rem}.datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date{background:0 0!important;color:#b5b5b5;padding:.3rem}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;padding:0;color:#7a7a7a}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date{background:#f5f5f5;display:flex;justify-content:center;flex:14.28571%;margin:.1rem 0;align-items:center}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item{margin:0 auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;border-radius:25091983px;color:#4a4a4a;cursor:pointer;height:2.2rem;outline:0;padding:0;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:2.2rem;-webkit-animation:bounce-button-in .45s 0s cubic-bezier(.175,.885,.32,1.275) forwards;animation:bounce-button-in .45s 0s cubic-bezier(.175,.885,.32,1.275) forwards}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{background:0 0;border:.1rem dotted #00d1b2;color:#00d1b2}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:focus{background:#fff;border-color:#fff;color:rgba(0,0,0,.7);text-decoration:none}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#00d1b2;border-color:#00d1b2;border-radius:25091983px;color:#fff}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{background:#fff;border:.1rem solid #00d1b2;color:rgba(0,0,0,.7);text-decoration:none}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-current-month{background:0 0}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled,.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled]{background-color:#f5f5f5;background-image:url(data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==)!important}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .calendar-event,.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .date-item,.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .calendar-event,.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .date-item{cursor:default;opacity:.25;pointer-events:none}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{position:relative;background:#00d1b2;z-index:1}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border:.1rem solid #00d1b2;color:#00d1b2;box-shadow:0 .2rem .2rem rgba(10,10,10,.1)}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start{border-top-left-radius:25091983px;border-bottom-left-radius:25091983px}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end{border-top-right-radius:25091983px;border-bottom-right-radius:25091983px}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#00d1b2;color:#fff}.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker .datepicker-body .datepicker-months,.datetimepicker .datepicker-body .datepicker-years{display:none;flex-direction:row;flex-wrap:wrap;padding:.5rem;max-height:17rem;overflow-y:auto}.datetimepicker .datepicker-body .datepicker-months.is-active,.datetimepicker .datepicker-body .datepicker-years.is-active{display:flex}.datetimepicker .datepicker-body .datepicker-months .datepicker-month,.datetimepicker .datepicker-body .datepicker-months .datepicker-year,.datetimepicker .datepicker-body .datepicker-years .datepicker-month,.datetimepicker .datepicker-body .datepicker-years .datepicker-year{padding:.5rem;margin:.5rem;font-size:.75rem;text-align:center;flex:1 25%;text-transform:capitalize;border-radius:25091983px;border:.1rem solid transparent}.datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active,.datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active,.datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active,.datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active{background:#00d1b2;border-color:#00d1b2;color:#fff}.datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover,.datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover,.datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover,.datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover{cursor:pointer;background:#fff;border:.1rem solid #00d1b2;color:rgba(0,0,0,.7)}.datetimepicker .datetimepicker-footer{display:flex;flex:1;justify-content:space-evenly;margin:0}.datetimepicker .datetimepicker-footer>*{text-decoration:none!important}.datetimepicker.is-datetimepicker-default .datetimepicker-container{display:flex;flex-direction:column}.datetimepicker.is-datetimepicker-default .datetimepicker-container:after,.datetimepicker.is-datetimepicker-default .datetimepicker-container:before{bottom:100%;left:15%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.datetimepicker.is-datetimepicker-default .datetimepicker-container:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:.75rem;margin-left:-.75rem}.datetimepicker.is-datetimepicker-default .datetimepicker-container:before{border-color:rgba(74,74,74,0);border-bottom-color:#4a4a4a;border-width:.75rem;margin-left:-.75rem}.datetimepicker.is-datetimepicker-default .datetimepicker-container.has-header-bottom{flex-direction:column-reverse}.datetimepicker.is-large{max-width:100%}.datetimepicker.is-large .datepicker-body .datepicker-date{border-bottom:.1rem solid #f5f5f5;border-right:.1rem solid #f5f5f5;display:flex;flex-direction:column;height:11rem;padding:0}.datetimepicker.is-large .datepicker-body .datepicker-date:nth-child(7n){border-right:0}.datetimepicker.is-large .datepicker-body .datepicker-date:nth-last-child(-n+7){border-bottom:0}.datetimepicker.is-large .date-item{align-self:flex-end;height:2.2rem;margin-right:.5rem;margin-top:.5rem}.datetimepicker.is-large .datepicker-range::before,.datetimepicker.is-large .datepicker-range:before{top:1.9rem}.datetimepicker.is-large .datepicker-range.datepicker-range-start::before{left:auto;width:1.9rem}.datetimepicker.is-large .datepicker-range.datepicker-range-end::before{right:1.9rem}.datetimepicker.is-large .datepicker-events{flex-grow:1;line-height:1;overflow-y:auto;padding:.5rem}.datetimepicker.is-large .datepicker-event{background-color:#7a7a7a;border-radius:2px;color:#fff;display:block;font-size:1rem;margin:.2rem auto;overflow:hidden;padding:.3rem .4rem;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.datetimepicker.is-large .datepicker-event.is-white{background-color:#fff;color:#0a0a0a}.datetimepicker.is-large .datepicker-event.is-black{background-color:#0a0a0a;color:#fff}.datetimepicker.is-large .datepicker-event.is-light{background-color:#f5f5f5;color:#363636}.datetimepicker.is-large .datepicker-event.is-dark{background-color:#363636;color:#f5f5f5}.datetimepicker.is-large .datepicker-event.is-primary{background-color:#00d1b2;color:#fff}.datetimepicker.is-large .datepicker-event.is-link{background-color:#3273dc;color:#fff}.datetimepicker.is-large .datepicker-event.is-info{background-color:#209cee;color:#fff}.datetimepicker.is-large .datepicker-event.is-success{background-color:#23d160;color:#fff}.datetimepicker.is-large .datepicker-event.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.datetimepicker.is-large .datepicker-event.is-danger{background-color:#ff3860;color:#fff}.datetimepicker .timepicker{display:flex;flex-direction:row;justify-content:center;margin:auto}.datetimepicker .timepicker .timepicker-end,.datetimepicker .timepicker .timepicker-start{display:flex;flex-direction:row;flex:1 50%;justify-content:center;position:relative}.datetimepicker .timepicker .timepicker-end .timepicker-hours,.datetimepicker .timepicker .timepicker-end .timepicker-minutes,.datetimepicker .timepicker .timepicker-start .timepicker-hours,.datetimepicker .timepicker .timepicker-start .timepicker-minutes{display:flex;flex-direction:column;align-items:center}.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input,.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input,.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input,.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input{position:relative;color:#00d1b2;text-align:center;overflow:hidden;font-size:2rem;font-weight:400}.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input .timepicker-input-number,.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input .timepicker-input-number,.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input .timepicker-input-number,.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input .timepicker-input-number{visability:hidden;opacity:0;transition:opacity .1s ease-in}.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input input,.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input input,.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input input,.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input input{visability:visible;opacity:1;transition:opacity .1s ease-in}.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input input,.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input input,.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input input,.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input input{width:4rem;margin:0;padding:0;position:relative;z-index:2;box-shadow:none;outline:0;border:none;opacity:0;transition:opacity .1s ease-in}.datetimepicker .timepicker .timepicker-end .timepicker-input-number,.datetimepicker .timepicker .timepicker-start .timepicker-input-number{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;visability:visible;opacity:1;transition:opacity 1s ease-in;font-weight:300}.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-hide,.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-hide{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-animation:increment-prev .1s ease-in;animation:increment-prev .1s ease-in}.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-visible,.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:increment-next .1s ease-out;animation:increment-next .1s ease-out}.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-hide,.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-hide{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-animation:decrement-prev .1s ease-in;animation:decrement-prev .1s ease-in}.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-visible,.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:decrement-next .1s ease-out;animation:decrement-next .1s ease-out}.datetimepicker .timepicker .timepicker-end{margin-left:1rem;padding-left:1rem}.datetimepicker .timepicker .timepicker-end::before,.datetimepicker .timepicker .timepicker-end:before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:50%;width:.1rem;background-color:#f5f5f5}.datetimepicker .timepicker .timepicker-next,.datetimepicker .timepicker .timepicker-previous{font-size:1rem;line-height:1rem;display:block;color:#adbcda;text-align:center;margin:1rem 0 0;font-size:1rem;padding:.5rem;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datetimepicker .timepicker .timepicker-next:hover,.datetimepicker .timepicker .timepicker-previous:hover{cursor:pointer;background-color:#f5f5f5}.datetimepicker .timepicker .timepicker-previous{margin:0 0 1rem}.datetimepicker .timepicker .timepicker-time-divider{display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#00d1b2}.datetimepicker .timepicker.is-white .timepicker-input,.datetimepicker .timepicker.is-white .timepicker-input-number,.datetimepicker .timepicker.is-white .timepicker-time-divider{color:#fff!important}.datetimepicker .timepicker.is-black .timepicker-input,.datetimepicker .timepicker.is-black .timepicker-input-number,.datetimepicker .timepicker.is-black .timepicker-time-divider{color:#0a0a0a!important}.datetimepicker .timepicker.is-light .timepicker-input,.datetimepicker .timepicker.is-light .timepicker-input-number,.datetimepicker .timepicker.is-light .timepicker-time-divider{color:#f5f5f5!important}.datetimepicker .timepicker.is-dark .timepicker-input,.datetimepicker .timepicker.is-dark .timepicker-input-number,.datetimepicker .timepicker.is-dark .timepicker-time-divider{color:#363636!important}.datetimepicker .timepicker.is-primary .timepicker-input,.datetimepicker .timepicker.is-primary .timepicker-input-number,.datetimepicker .timepicker.is-primary .timepicker-time-divider{color:#00d1b2!important}.datetimepicker .timepicker.is-link .timepicker-input,.datetimepicker .timepicker.is-link .timepicker-input-number,.datetimepicker .timepicker.is-link .timepicker-time-divider{color:#3273dc!important}.datetimepicker .timepicker.is-info .timepicker-input,.datetimepicker .timepicker.is-info .timepicker-input-number,.datetimepicker .timepicker.is-info .timepicker-time-divider{color:#209cee!important}.datetimepicker .timepicker.is-success .timepicker-input,.datetimepicker .timepicker.is-success .timepicker-input-number,.datetimepicker .timepicker.is-success .timepicker-time-divider{color:#23d160!important}.datetimepicker .timepicker.is-warning .timepicker-input,.datetimepicker .timepicker.is-warning .timepicker-input-number,.datetimepicker .timepicker.is-warning .timepicker-time-divider{color:#ffdd57!important}.datetimepicker .timepicker.is-danger .timepicker-input,.datetimepicker .timepicker.is-danger .timepicker-input-number,.datetimepicker .timepicker.is-danger .timepicker-time-divider{color:#ff3860!important}.datetimepicker .timepicker.is-black-bis .timepicker-input,.datetimepicker .timepicker.is-black-bis .timepicker-input-number,.datetimepicker .timepicker.is-black-bis .timepicker-time-divider{color:#121212!important}.datetimepicker .timepicker.is-black-ter .timepicker-input,.datetimepicker .timepicker.is-black-ter .timepicker-input-number,.datetimepicker .timepicker.is-black-ter .timepicker-time-divider{color:#242424!important}.datetimepicker .timepicker.is-grey-darker .timepicker-input,.datetimepicker .timepicker.is-grey-darker .timepicker-input-number,.datetimepicker .timepicker.is-grey-darker .timepicker-time-divider{color:#363636!important}.datetimepicker .timepicker.is-grey-dark .timepicker-input,.datetimepicker .timepicker.is-grey-dark .timepicker-input-number,.datetimepicker .timepicker.is-grey-dark .timepicker-time-divider{color:#4a4a4a!important}.datetimepicker .timepicker.is-grey .timepicker-input,.datetimepicker .timepicker.is-grey .timepicker-input-number,.datetimepicker .timepicker.is-grey .timepicker-time-divider{color:#7a7a7a!important}.datetimepicker .timepicker.is-grey-light .timepicker-input,.datetimepicker .timepicker.is-grey-light .timepicker-input-number,.datetimepicker .timepicker.is-grey-light .timepicker-time-divider{color:#b5b5b5!important}.datetimepicker .timepicker.is-grey-lighter .timepicker-input,.datetimepicker .timepicker.is-grey-lighter .timepicker-input-number,.datetimepicker .timepicker.is-grey-lighter .timepicker-time-divider{color:#dbdbdb!important}.datetimepicker .timepicker.is-white-ter .timepicker-input,.datetimepicker .timepicker.is-white-ter .timepicker-input-number,.datetimepicker .timepicker.is-white-ter .timepicker-time-divider{color:#f5f5f5!important}.datetimepicker .timepicker.is-white-bis .timepicker-input,.datetimepicker .timepicker.is-white-bis .timepicker-input-number,.datetimepicker .timepicker.is-white-bis .timepicker-time-divider{color:#fafafa!important}.datetimepicker.is-white .datetimepicker-header .datetimepicker-selection-day{color:#fff}.datetimepicker.is-white .datepicker-nav{background:#fff;color:#0a0a0a}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#fff;border-color:#fff}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#fff;color:#fff}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#fff}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#fff}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#fff}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#fff;color:#0a0a0a}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#0a0a0a!important;color:#0a0a0a!important}.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#0a0a0a;border-color:#fff;color:#fff}.datetimepicker.is-black .datetimepicker-header .datetimepicker-selection-day{color:#0a0a0a}.datetimepicker.is-black .datepicker-nav{background:#0a0a0a;color:#fff}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#0a0a0a;border-color:#0a0a0a}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#0a0a0a;color:#0a0a0a}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#0a0a0a}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#0a0a0a}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#0a0a0a}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#0a0a0a;color:#fff}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#0a0a0a;color:#0a0a0a}.datetimepicker.is-light .datetimepicker-header .datetimepicker-selection-day{color:#f5f5f5}.datetimepicker.is-light .datepicker-nav{background:#f5f5f5;color:#363636}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#f5f5f5;border-color:#f5f5f5}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#f5f5f5;color:#f5f5f5}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#f5f5f5}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#f5f5f5}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#f5f5f5}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#f5f5f5;color:#363636}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#363636!important;color:#363636!important}.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#363636;border-color:#f5f5f5;color:#f5f5f5}.datetimepicker.is-dark .datetimepicker-header .datetimepicker-selection-day{color:#363636}.datetimepicker.is-dark .datepicker-nav{background:#363636;color:#f5f5f5}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#363636;border-color:#363636}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#363636;color:#363636}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#363636}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#363636}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#363636}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#363636;color:#f5f5f5}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#f5f5f5!important;color:#f5f5f5!important}.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#f5f5f5;border-color:#363636;color:#363636}.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day{color:#00d1b2}.datetimepicker.is-primary .datepicker-nav{background:#00d1b2;color:#fff}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#00d1b2;border-color:#00d1b2}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#00d1b2;color:#00d1b2}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#00d1b2}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#00d1b2}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#00d1b2}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#00d1b2;color:#fff}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#00d1b2;color:#00d1b2}.datetimepicker.is-link .datetimepicker-header .datetimepicker-selection-day{color:#3273dc}.datetimepicker.is-link .datepicker-nav{background:#3273dc;color:#fff}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#3273dc;border-color:#3273dc}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#3273dc;color:#3273dc}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#3273dc}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#3273dc}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#3273dc}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#3273dc;color:#fff}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#3273dc;color:#3273dc}.datetimepicker.is-info .datetimepicker-header .datetimepicker-selection-day{color:#209cee}.datetimepicker.is-info .datepicker-nav{background:#209cee;color:#fff}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#209cee;border-color:#209cee}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#209cee;color:#209cee}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#209cee}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#209cee}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#209cee}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#209cee;color:#fff}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#209cee;color:#209cee}.datetimepicker.is-success .datetimepicker-header .datetimepicker-selection-day{color:#23d160}.datetimepicker.is-success .datepicker-nav{background:#23d160;color:#fff}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#23d160;border-color:#23d160}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#23d160;color:#23d160}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#23d160}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#23d160}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#23d160}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#23d160;color:#fff}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#23d160;color:#23d160}.datetimepicker.is-warning .datetimepicker-header .datetimepicker-selection-day{color:#ffdd57}.datetimepicker.is-warning .datepicker-nav{background:#ffdd57;color:rgba(0,0,0,.7)}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#ffdd57;border-color:#ffdd57}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#ffdd57;color:#ffdd57}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#ffdd57}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#ffdd57}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#ffdd57}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#ffdd57;color:rgba(0,0,0,.7)}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:rgba(0,0,0,.7)!important;color:rgba(0,0,0,.7)!important}.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:rgba(0,0,0,.7);border-color:#ffdd57;color:#ffdd57}.datetimepicker.is-danger .datetimepicker-header .datetimepicker-selection-day{color:#ff3860}.datetimepicker.is-danger .datepicker-nav{background:#ff3860;color:#fff}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#ff3860;border-color:#ff3860}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#ff3860;color:#ff3860}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#ff3860}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#ff3860}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#ff3860}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#ff3860;color:#fff}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#ff3860;color:#ff3860}.datetimepicker.is-black-bis .datetimepicker-header .datetimepicker-selection-day{color:#121212}.datetimepicker.is-black-bis .datepicker-nav{background:#121212;color:#fff}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#121212;border-color:#121212}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#121212;color:#121212}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#121212}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#121212}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#121212}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#121212;color:#fff}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#121212;color:#121212}.datetimepicker.is-black-ter .datetimepicker-header .datetimepicker-selection-day{color:#242424}.datetimepicker.is-black-ter .datepicker-nav{background:#242424;color:#fff}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#242424;border-color:#242424}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#242424;color:#242424}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#242424}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#242424}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#242424}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#242424;color:#fff}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#242424;color:#242424}.datetimepicker.is-grey-darker .datetimepicker-header .datetimepicker-selection-day{color:#363636}.datetimepicker.is-grey-darker .datepicker-nav{background:#363636;color:#fff}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#363636;border-color:#363636}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#363636;color:#363636}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#363636}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#363636}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#363636}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#363636;color:#fff}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#363636;color:#363636}.datetimepicker.is-grey-dark .datetimepicker-header .datetimepicker-selection-day{color:#4a4a4a}.datetimepicker.is-grey-dark .datepicker-nav{background:#4a4a4a;color:#fff}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#4a4a4a;border-color:#4a4a4a}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#4a4a4a;color:#4a4a4a}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#4a4a4a}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#4a4a4a}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#4a4a4a}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#4a4a4a;color:#fff}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#4a4a4a;color:#4a4a4a}.datetimepicker.is-grey .datetimepicker-header .datetimepicker-selection-day{color:#7a7a7a}.datetimepicker.is-grey .datepicker-nav{background:#7a7a7a;color:#fff}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#7a7a7a;border-color:#7a7a7a}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#7a7a7a;color:#7a7a7a}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#7a7a7a}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#7a7a7a}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#7a7a7a}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#7a7a7a;color:#fff}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#7a7a7a;color:#7a7a7a}.datetimepicker.is-grey-light .datetimepicker-header .datetimepicker-selection-day{color:#b5b5b5}.datetimepicker.is-grey-light .datepicker-nav{background:#b5b5b5;color:#fff}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#b5b5b5;border-color:#b5b5b5}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#b5b5b5;color:#b5b5b5}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#b5b5b5}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#b5b5b5}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#b5b5b5}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#b5b5b5;color:#fff}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:#fff!important;color:#fff!important}.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:#fff;border-color:#b5b5b5;color:#b5b5b5}.datetimepicker.is-grey-lighter .datetimepicker-header .datetimepicker-selection-day{color:#dbdbdb}.datetimepicker.is-grey-lighter .datepicker-nav{background:#dbdbdb;color:rgba(0,0,0,.7)}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#dbdbdb;border-color:#dbdbdb}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#dbdbdb;color:#dbdbdb}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#dbdbdb}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#dbdbdb}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#dbdbdb}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#dbdbdb;color:rgba(0,0,0,.7)}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:rgba(0,0,0,.7)!important;color:rgba(0,0,0,.7)!important}.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:rgba(0,0,0,.7);border-color:#dbdbdb;color:#dbdbdb}.datetimepicker.is-white-ter .datetimepicker-header .datetimepicker-selection-day{color:#f5f5f5}.datetimepicker.is-white-ter .datepicker-nav{background:#f5f5f5;color:rgba(0,0,0,.7)}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#f5f5f5;border-color:#f5f5f5}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#f5f5f5;color:#f5f5f5}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#f5f5f5}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#f5f5f5}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#f5f5f5}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:rgba(0,0,0,.7)!important;color:rgba(0,0,0,.7)!important}.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:rgba(0,0,0,.7);border-color:#f5f5f5;color:#f5f5f5}.datetimepicker.is-white-bis .datetimepicker-header .datetimepicker-selection-day{color:#fafafa}.datetimepicker.is-white-bis .datepicker-nav{background:#fafafa;color:rgba(0,0,0,.7)}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active{background:#fafafa;border-color:#fafafa}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today{border-color:#fafafa;color:#fafafa}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover{border-color:#fafafa}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range{background:#fafafa}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range::before,.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range:before{background:#fafafa}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item{background-color:#fafafa;color:rgba(0,0,0,.7)}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today{border-color:rgba(0,0,0,.7)!important;color:rgba(0,0,0,.7)!important}.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item,.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item{background:rgba(0,0,0,.7);border-color:#fafafa;color:#fafafa}.datetimepicker-dummy{position:relative;display:flex;width:100%;height:2.5rem}.datetimepicker-dummy::before,.datetimepicker-dummy:before{content:'';-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);position:absolute;top:.65rem;left:.75rem;width:1.25rem;height:1.25rem;background-color:#00d1b2}.datetimepicker-dummy .datetimepicker-clear-button{background:0 0;border:0;color:#00d1b2;cursor:pointer;font-weight:400;outline:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);font-size:1.5rem;height:1.75rem;margin:.4rem .2rem 0 0;padding:0;position:absolute;right:0;top:0;width:1.75rem}.datetimepicker-dummy .datetimepicker-dummy-wrapper{border:1px solid #b5b5b5;cursor:pointer;display:flex;flex:1 100%;flex-wrap:nowrap;height:100%;max-width:100%}.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input{color:#4a4a4a;font-size:1rem;text-align:left;text-indent:1rem;flex:1;height:100%;max-width:50%}.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child{text-indent:2.5rem}.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input.is-datetimepicker-range{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+CiAgICA8cGF0aCBmaWxsPSIjOTU5OUFBIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uMTE5LjcxOGw3LjE1OCA3LjQwNy0uMDMzLS41NTEtNi43MzcgOC44ODlhLjQyNS40MjUgMCAwIDAgLjA4LjU5My40Mi40MiAwIDAgMCAuNTktLjA4bDYuNzM3LTguODg5YS40MjUuNDI1IDAgMCAwLS4wMzMtLjU1MUwuNzIzLjEyOEEuNDIuNDIgMCAwIDAgLjEyOC4xMmEuNDI1LjQyNSAwIDAgMC0uMDA5LjU5OHoiLz4KPC9zdmc+Cg==) no-repeat 100%/8px}.datetimepicker-dummy .datetimepicker-dummy-wrapper input{background:0 0;outline:0;word-spacing:.5rem;border:0}.datetimepicker-dummy.is-white::before,.datetimepicker-dummy.is-white:before{background-color:#fff}.datetimepicker-dummy.is-white .datetimepicker-clear-button{color:#fff}.datetimepicker-dummy.is-black::before,.datetimepicker-dummy.is-black:before{background-color:#0a0a0a}.datetimepicker-dummy.is-black .datetimepicker-clear-button{color:#0a0a0a}.datetimepicker-dummy.is-light::before,.datetimepicker-dummy.is-light:before{background-color:#f5f5f5}.datetimepicker-dummy.is-light .datetimepicker-clear-button{color:#f5f5f5}.datetimepicker-dummy.is-dark::before,.datetimepicker-dummy.is-dark:before{background-color:#363636}.datetimepicker-dummy.is-dark .datetimepicker-clear-button{color:#363636}.datetimepicker-dummy.is-primary::before,.datetimepicker-dummy.is-primary:before{background-color:#00d1b2}.datetimepicker-dummy.is-primary .datetimepicker-clear-button{color:#00d1b2}.datetimepicker-dummy.is-link::before,.datetimepicker-dummy.is-link:before{background-color:#3273dc}.datetimepicker-dummy.is-link .datetimepicker-clear-button{color:#3273dc}.datetimepicker-dummy.is-info::before,.datetimepicker-dummy.is-info:before{background-color:#209cee}.datetimepicker-dummy.is-info .datetimepicker-clear-button{color:#209cee}.datetimepicker-dummy.is-success::before,.datetimepicker-dummy.is-success:before{background-color:#23d160}.datetimepicker-dummy.is-success .datetimepicker-clear-button{color:#23d160}.datetimepicker-dummy.is-warning::before,.datetimepicker-dummy.is-warning:before{background-color:#ffdd57}.datetimepicker-dummy.is-warning .datetimepicker-clear-button{color:#ffdd57}.datetimepicker-dummy.is-danger::before,.datetimepicker-dummy.is-danger:before{background-color:#ff3860}.datetimepicker-dummy.is-danger .datetimepicker-clear-button{color:#ff3860}.datetimepicker-dummy.is-black-bis::before,.datetimepicker-dummy.is-black-bis:before{background-color:#121212}.datetimepicker-dummy.is-black-bis .datetimepicker-clear-button{color:#121212}.datetimepicker-dummy.is-black-ter::before,.datetimepicker-dummy.is-black-ter:before{background-color:#242424}.datetimepicker-dummy.is-black-ter .datetimepicker-clear-button{color:#242424}.datetimepicker-dummy.is-grey-darker::before,.datetimepicker-dummy.is-grey-darker:before{background-color:#363636}.datetimepicker-dummy.is-grey-darker .datetimepicker-clear-button{color:#363636}.datetimepicker-dummy.is-grey-dark::before,.datetimepicker-dummy.is-grey-dark:before{background-color:#4a4a4a}.datetimepicker-dummy.is-grey-dark .datetimepicker-clear-button{color:#4a4a4a}.datetimepicker-dummy.is-grey::before,.datetimepicker-dummy.is-grey:before{background-color:#7a7a7a}.datetimepicker-dummy.is-grey .datetimepicker-clear-button{color:#7a7a7a}.datetimepicker-dummy.is-grey-light::before,.datetimepicker-dummy.is-grey-light:before{background-color:#b5b5b5}.datetimepicker-dummy.is-grey-light .datetimepicker-clear-button{color:#b5b5b5}.datetimepicker-dummy.is-grey-lighter::before,.datetimepicker-dummy.is-grey-lighter:before{background-color:#dbdbdb}.datetimepicker-dummy.is-grey-lighter .datetimepicker-clear-button{color:#dbdbdb}.datetimepicker-dummy.is-white-ter::before,.datetimepicker-dummy.is-white-ter:before{background-color:#f5f5f5}.datetimepicker-dummy.is-white-ter .datetimepicker-clear-button{color:#f5f5f5}.datetimepicker-dummy.is-white-bis::before,.datetimepicker-dummy.is-white-bis:before{background-color:#fafafa}.datetimepicker-dummy.is-white-bis .datetimepicker-clear-button{color:#fafafa}.modal .datetimepicker{display:block;max-height:95vh;width:22rem;max-width:95vw;overflow-y:auto}.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " ×";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
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)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::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,
: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.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
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.
*/code,
kbd,
samp,
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.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}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.
*/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.
*/button,
input,
optgroup,
select,
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.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
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.
*/:-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)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-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.
*/::-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.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/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.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/: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.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
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)
*/img,
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;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.\!visible{
  visibility: visible !important;
}.visible{
  visibility: visible !important;
}.invisible{
  visibility: hidden !important;
}.collapse{
  visibility: collapse !important;
}.static{
  position: static !important;
}.fixed{
  position: fixed !important;
}.absolute{
  position: absolute !important;
}.relative{
  position: relative !important;
}.sticky{
  position: sticky !important;
}.inset-0{
  inset: 0px !important;
}.-right-2{
  right: -0.5rem !important;
}.-top-4{
  top: -1rem !important;
}.bottom-0{
  bottom: 0px !important;
}.bottom-2{
  bottom: 0.5rem !important;
}.bottom-3{
  bottom: 0.75rem !important;
}.bottom-8{
  bottom: 2rem !important;
}.end-2{
  inset-inline-end: 0.5rem !important;
}.left-0{
  left: 0px !important;
}.left-1{
  left: 0.25rem !important;
}.left-1\/2{
  left: 50% !important;
}.left-2{
  left: 0.5rem !important;
}.left-3{
  left: 0.75rem !important;
}.left-4{
  left: 1rem !important;
}.left-5{
  left: 1.25rem !important;
}.left-8{
  left: 2rem !important;
}.right-0{
  right: 0px !important;
}.right-1{
  right: 0.25rem !important;
}.right-1\/2{
  right: 50% !important;
}.right-2{
  right: 0.5rem !important;
}.right-3{
  right: 0.75rem !important;
}.right-4{
  right: 1rem !important;
}.right-6{
  right: 1.5rem !important;
}.right-\[75px\]{
  right: 75px !important;
}.top-0{
  top: 0px !important;
}.top-1{
  top: 0.25rem !important;
}.top-1\/2{
  top: 50% !important;
}.top-10{
  top: 2.5rem !important;
}.top-2{
  top: 0.5rem !important;
}.top-3{
  top: 0.75rem !important;
}.top-4{
  top: 1rem !important;
}.top-7{
  top: 1.75rem !important;
}.top-\[60px\]{
  top: 60px !important;
}.z-10{
  z-index: 10 !important;
}.z-20{
  z-index: 20 !important;
}.z-30{
  z-index: 30 !important;
}.z-40{
  z-index: 40 !important;
}.z-50{
  z-index: 50 !important;
}.z-\[-1\]{
  z-index: -1 !important;
}.z-\[3\]{
  z-index: 3 !important;
}.z-\[70\]{
  z-index: 70 !important;
}.z-\[9001\]{
  z-index: 9001 !important;
}.z-\[9002\]{
  z-index: 9002 !important;
}.col-span-1{
  grid-column: span 1 / span 1 !important;
}.col-span-3{
  grid-column: span 3 / span 3 !important;
}.col-span-6{
  grid-column: span 6 / span 6 !important;
}.float-right{
  float: right !important;
}.float-left{
  float: left !important;
}.-m-3{
  margin: -0.75rem !important;
}.-m-4{
  margin: -1rem !important;
}.m-0{
  margin: 0px !important;
}.m-0\.5{
  margin: 0.125rem !important;
}.m-4{
  margin: 1rem !important;
}.m-8{
  margin: 2rem !important;
}.m-auto{
  margin: auto !important;
}.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}.mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}.-mb-px{
  margin-bottom: -1px !important;
}.-ml-2\.5{
  margin-left: -0.625rem !important;
}.-mr-1\.5{
  margin-right: -0.375rem !important;
}.-mr-2{
  margin-right: -0.5rem !important;
}.-mt-1\.5{
  margin-top: -0.375rem !important;
}.-mt-14{
  margin-top: -3.5rem !important;
}.-mt-2{
  margin-top: -0.5rem !important;
}.-mt-4{
  margin-top: -1rem !important;
}.mb-0{
  margin-bottom: 0px !important;
}.mb-0\.5{
  margin-bottom: 0.125rem !important;
}.mb-1{
  margin-bottom: 0.25rem !important;
}.mb-10{
  margin-bottom: 2.5rem !important;
}.mb-12{
  margin-bottom: 3rem !important;
}.mb-16{
  margin-bottom: 4rem !important;
}.mb-2{
  margin-bottom: 0.5rem !important;
}.mb-24{
  margin-bottom: 6rem !important;
}.mb-3{
  margin-bottom: 0.75rem !important;
}.mb-4{
  margin-bottom: 1rem !important;
}.mb-5{
  margin-bottom: 1.25rem !important;
}.mb-6{
  margin-bottom: 1.5rem !important;
}.mb-8{
  margin-bottom: 2rem !important;
}.ml-1{
  margin-left: 0.25rem !important;
}.ml-2{
  margin-left: 0.5rem !important;
}.ml-3{
  margin-left: 0.75rem !important;
}.ml-4{
  margin-left: 1rem !important;
}.ml-6{
  margin-left: 1.5rem !important;
}.ml-\[calc\(32px\+0\.5rem\)\]{
  margin-left: calc(32px + 0.5rem) !important;
}.mr-1{
  margin-right: 0.25rem !important;
}.mr-2{
  margin-right: 0.5rem !important;
}.mr-4{
  margin-right: 1rem !important;
}.mr-6{
  margin-right: 1.5rem !important;
}.mr-\[5rem\]{
  margin-right: 5rem !important;
}.mt-1{
  margin-top: 0.25rem !important;
}.mt-10{
  margin-top: 2.5rem !important;
}.mt-16{
  margin-top: 4rem !important;
}.mt-2{
  margin-top: 0.5rem !important;
}.mt-3{
  margin-top: 0.75rem !important;
}.mt-32{
  margin-top: 8rem !important;
}.mt-4{
  margin-top: 1rem !important;
}.mt-5{
  margin-top: 1.25rem !important;
}.mt-6{
  margin-top: 1.5rem !important;
}.mt-8{
  margin-top: 2rem !important;
}.line-clamp-3{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}.line-clamp-4{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}.line-clamp-5{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}.block{
  display: block !important;
}.inline-block{
  display: inline-block !important;
}.inline{
  display: inline !important;
}.flex{
  display: flex !important;
}.inline-flex{
  display: inline-flex !important;
}.table{
  display: table !important;
}.grid{
  display: grid !important;
}.inline-grid{
  display: inline-grid !important;
}.hidden{
  display: none !important;
}.h-1\.5{
  height: 0.375rem !important;
}.h-10{
  height: 2.5rem !important;
}.h-11{
  height: 2.75rem !important;
}.h-2\.5{
  height: 0.625rem !important;
}.h-20{
  height: 5rem !important;
}.h-3{
  height: 0.75rem !important;
}.h-32{
  height: 8rem !important;
}.h-4{
  height: 1rem !important;
}.h-44{
  height: 11rem !important;
}.h-5{
  height: 1.25rem !important;
}.h-6{
  height: 1.5rem !important;
}.h-7{
  height: 1.75rem !important;
}.h-8{
  height: 2rem !important;
}.h-\[\*\]{
  height: * !important;
}.h-\[100dvh\]{
  height: 100dvh !important;
}.h-\[10px\]{
  height: 10px !important;
}.h-\[125px\]{
  height: 125px !important;
}.h-\[140px\]{
  height: 140px !important;
}.h-\[150px\]{
  height: 150px !important;
}.h-\[16px\]{
  height: 16px !important;
}.h-\[19px\]{
  height: 19px !important;
}.h-\[1rem\]{
  height: 1rem !important;
}.h-\[28px\]{
  height: 28px !important;
}.h-\[300px\]{
  height: 300px !important;
}.h-\[307px\]{
  height: 307px !important;
}.h-\[32px\]{
  height: 32px !important;
}.h-\[34px\]{
  height: 34px !important;
}.h-\[3rem\]{
  height: 3rem !important;
}.h-\[400px\]{
  height: 400px !important;
}.h-\[40px\]{
  height: 40px !important;
}.h-\[42px\]{
  height: 42px !important;
}.h-\[434px\]{
  height: 434px !important;
}.h-\[463px\]{
  height: 463px !important;
}.h-\[48px\]{
  height: 48px !important;
}.h-\[500px\]{
  height: 500px !important;
}.h-\[50px\]{
  height: 50px !important;
}.h-\[80px\]{
  height: 80px !important;
}.h-\[calc\(100vh-72px-16px\)\]{
  height: calc(100vh - 72px - 16px) !important;
}.h-\[calc\(100vh-72px-2rem-42px\)\]{
  height: calc(100vh - 72px - 2rem - 42px) !important;
}.h-auto{
  height: auto !important;
}.h-full{
  height: 100% !important;
}.h-screen{
  height: 100vh !important;
}.max-h-\[100px\]{
  max-height: 100px !important;
}.max-h-\[11px\]{
  max-height: 11px !important;
}.max-h-\[200px\]{
  max-height: 200px !important;
}.max-h-\[300px\]{
  max-height: 300px !important;
}.max-h-\[36px\]{
  max-height: 36px !important;
}.max-h-\[414px\]{
  max-height: 414px !important;
}.max-h-\[calc\(100\%-250px\)\]{
  max-height: calc(100% - 250px) !important;
}.min-h-2{
  min-height: 0.5rem !important;
}.min-h-\[100px\]{
  min-height: 100px !important;
}.min-h-\[120px\]{
  min-height: 120px !important;
}.min-h-\[35px\]{
  min-height: 35px !important;
}.min-h-\[40px\]{
  min-height: 40px !important;
}.min-h-\[42px\]{
  min-height: 42px !important;
}.min-h-\[59px\]{
  min-height: 59px !important;
}.min-h-\[60px\]{
  min-height: 60px !important;
}.min-h-\[72px\]{
  min-height: 72px !important;
}.min-h-\[73px\]{
  min-height: 73px !important;
}.min-h-\[88px\]{
  min-height: 88px !important;
}.min-h-full{
  min-height: 100% !important;
}.w-1{
  width: 0.25rem !important;
}.w-1\/2{
  width: 50% !important;
}.w-1\/3{
  width: 33.333333% !important;
}.w-10{
  width: 2.5rem !important;
}.w-11{
  width: 2.75rem !important;
}.w-2\.5{
  width: 0.625rem !important;
}.w-2\/3{
  width: 66.666667% !important;
}.w-3{
  width: 0.75rem !important;
}.w-3\.5{
  width: 0.875rem !important;
}.w-3\/4{
  width: 75% !important;
}.w-32{
  width: 8rem !important;
}.w-4{
  width: 1rem !important;
}.w-48{
  width: 12rem !important;
}.w-5{
  width: 1.25rem !important;
}.w-6{
  width: 1.5rem !important;
}.w-7{
  width: 1.75rem !important;
}.w-8{
  width: 2rem !important;
}.w-96{
  width: 24rem !important;
}.w-\[\*\]{
  width: * !important;
}.w-\[100px\]{
  width: 100px !important;
}.w-\[10px\]{
  width: 10px !important;
}.w-\[140px\]{
  width: 140px !important;
}.w-\[166px\]{
  width: 166px !important;
}.w-\[16px\]{
  width: 16px !important;
}.w-\[200px\]{
  width: 200px !important;
}.w-\[20px\]{
  width: 20px !important;
}.w-\[250px\]{
  width: 250px !important;
}.w-\[28px\]{
  width: 28px !important;
}.w-\[300px\]{
  width: 300px !important;
}.w-\[310px\]{
  width: 310px !important;
}.w-\[32px\]{
  width: 32px !important;
}.w-\[48px\]{
  width: 48px !important;
}.w-\[500px\]{
  width: 500px !important;
}.w-\[550px\]{
  width: 550px !important;
}.w-\[5rem\]{
  width: 5rem !important;
}.w-\[600px\]{
  width: 600px !important;
}.w-\[64px\]{
  width: 64px !important;
}.w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}.w-full{
  width: 100% !important;
}.min-w-\[100px\]{
  min-width: 100px !important;
}.min-w-\[110px\]{
  min-width: 110px !important;
}.min-w-\[120px\]{
  min-width: 120px !important;
}.min-w-\[300px\]{
  min-width: 300px !important;
}.min-w-\[32px\]{
  min-width: 32px !important;
}.min-w-\[42px\]{
  min-width: 42px !important;
}.min-w-\[50px\]{
  min-width: 50px !important;
}.min-w-\[550px\]{
  min-width: 550px !important;
}.min-w-\[64px\]{
  min-width: 64px !important;
}.min-w-\[90px\]{
  min-width: 90px !important;
}.min-w-max{
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}.max-w-2xl{
  max-width: 42rem !important;
}.max-w-\[\*\]{
  max-width: * !important;
}.max-w-\[1000px\]{
  max-width: 1000px !important;
}.max-w-\[180px\]{
  max-width: 180px !important;
}.max-w-\[200px\]{
  max-width: 200px !important;
}.max-w-\[250px\]{
  max-width: 250px !important;
}.max-w-\[270px\]{
  max-width: 270px !important;
}.max-w-\[300px\]{
  max-width: 300px !important;
}.max-w-\[400px\]{
  max-width: 400px !important;
}.max-w-\[800px\]{
  max-width: 800px !important;
}.max-w-lg{
  max-width: 32rem !important;
}.max-w-md{
  max-width: 28rem !important;
}.max-w-xl{
  max-width: 36rem !important;
}.flex-1{
  flex: 1 1 0% !important;
}.flex-auto{
  flex: 1 1 auto !important;
}.flex-none{
  flex: none !important;
}.shrink-0{
  flex-shrink: 0 !important;
}.flex-grow{
  flex-grow: 1 !important;
}.grow{
  flex-grow: 1 !important;
}.grow-0{
  flex-grow: 0 !important;
}.table-auto{
  table-layout: auto !important;
}.border-collapse{
  border-collapse: collapse !important;
}.origin-left-right{
  transform-origin: 0% 50% !important;
}.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.translate-x-1\/2{
  --tw-translate-x: 50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.translate-y-0{
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.translate-y-1{
  --tw-translate-y: 0.25rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}@keyframes animatedgradient{0%{
    background-position: 0% 50%;
  }50%{
    background-position: 100% 50%;
  }100%{
    background-position: 0% 50%;
  }
}.animate-gradient{
  animation: animatedgradient 2s ease-in-out infinite alternate !important;
}@keyframes ping{75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}@keyframes progress{0%{
    transform:  translateX(0) scaleX(0);
  }40%{
    transform: translateX(0) scaleX(0.4);
  }100%{
    transform: translateX(100%) scaleX(0.5);
  }
}.animate-progress{
  animation: progress 1s infinite linear !important;
}@keyframes pulse{50%{
    opacity: .5;
  }
}.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite !important;
}.cursor-default{
  cursor: default !important;
}.cursor-pointer{
  cursor: pointer !important;
}.resize-none{
  resize: none !important;
}.list-inside{
  list-style-position: inside !important;
}.list-decimal{
  list-style-type: decimal !important;
}.list-disc{
  list-style-type: disc !important;
}.list-none{
  list-style-type: none !important;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}.flex-row{
  flex-direction: row !important;
}.flex-col{
  flex-direction: column !important;
}.flex-col-reverse{
  flex-direction: column-reverse !important;
}.flex-wrap{
  flex-wrap: wrap !important;
}.flex-nowrap{
  flex-wrap: nowrap !important;
}.place-content-center{
  place-content: center !important;
}.content-start{
  align-content: flex-start !important;
}.items-start{
  align-items: flex-start !important;
}.items-end{
  align-items: flex-end !important;
}.items-center{
  align-items: center !important;
}.justify-start{
  justify-content: flex-start !important;
}.justify-end{
  justify-content: flex-end !important;
}.justify-center{
  justify-content: center !important;
}.justify-between{
  justify-content: space-between !important;
}.justify-evenly{
  justify-content: space-evenly !important;
}.gap-1{
  gap: 0.25rem !important;
}.gap-16{
  gap: 4rem !important;
}.gap-2{
  gap: 0.5rem !important;
}.gap-4{
  gap: 1rem !important;
}.gap-6{
  gap: 1.5rem !important;
}.gap-8{
  gap: 2rem !important;
}.gap-x-1{
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}.gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}.gap-y-3{
  row-gap: 0.75rem !important;
}.gap-y-4{
  row-gap: 1rem !important;
}.self-start{
  align-self: flex-start !important;
}.self-end{
  align-self: flex-end !important;
}.overflow-auto{
  overflow: auto !important;
}.overflow-hidden{
  overflow: hidden !important;
}.overflow-clip{
  overflow: clip !important;
}.overflow-scroll{
  overflow: scroll !important;
}.overflow-y-auto{
  overflow-y: auto !important;
}.overflow-x-hidden{
  overflow-x: hidden !important;
}.overflow-y-hidden{
  overflow-y: hidden !important;
}.overflow-x-scroll{
  overflow-x: scroll !important;
}.overflow-y-scroll{
  overflow-y: scroll !important;
}.overscroll-contain{
  overscroll-behavior: contain !important;
}.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.overflow-ellipsis{
  text-overflow: ellipsis !important;
}.text-ellipsis{
  text-overflow: ellipsis !important;
}.whitespace-nowrap{
  white-space: nowrap !important;
}.whitespace-break-spaces{
  white-space: break-spaces !important;
}.text-wrap{
  text-wrap: wrap !important;
}.break-words{
  overflow-wrap: break-word !important;
}.break-all{
  word-break: break-all !important;
}.rounded{
  border-radius: 0.25rem !important;
}.rounded-2xl{
  border-radius: 1rem !important;
}.rounded-3xl{
  border-radius: 1.5rem !important;
}.rounded-full{
  border-radius: 9999px !important;
}.rounded-lg{
  border-radius: 0.5rem !important;
}.rounded-md{
  border-radius: 0.375rem !important;
}.rounded-sm{
  border-radius: 0.125rem !important;
}.rounded-xl{
  border-radius: 1rem !important;
}.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}.rounded-e-lg{
  border-start-end-radius: 0.5rem !important;
  border-end-end-radius: 0.5rem !important;
}.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}.rounded-s-lg{
  border-start-start-radius: 0.5rem !important;
  border-end-start-radius: 0.5rem !important;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}.border{
  border-width: 1px !important;
}.border-0{
  border-width: 0px !important;
}.border-2{
  border-width: 2px !important;
}.border-\[1\.5px\]{
  border-width: 1.5px !important;
}.border-\[1px\]{
  border-width: 1px !important;
}.border-b{
  border-bottom-width: 1px !important;
}.border-b-2{
  border-bottom-width: 2px !important;
}.border-b-\[1\.5px\]{
  border-bottom-width: 1.5px !important;
}.border-b-\[1px\]{
  border-bottom-width: 1px !important;
}.border-l{
  border-left-width: 1px !important;
}.border-l-4{
  border-left-width: 4px !important;
}.border-r{
  border-right-width: 1px !important;
}.border-r-\[1\.5px\]{
  border-right-width: 1.5px !important;
}.border-t{
  border-top-width: 1px !important;
}.border-solid{
  border-style: solid !important;
}.border-none{
  border-style: none !important;
}.border-\[\#0073e6\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 115 230 / var(--tw-border-opacity, 1)) !important;
}.border-\[\#6B7280\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}.border-\[gray\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1)) !important;
}.border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}.border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}.border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}.border-link{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 115 230 / var(--tw-border-opacity, 1)) !important;
}.border-orange-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}.border-orange-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}.border-presets-0{
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 100 203 / var(--tw-border-opacity, 1)) !important;
}.border-presets-1{
  --tw-border-opacity: 1 !important;
  border-color: rgb(87 180 233 / var(--tw-border-opacity, 1)) !important;
}.border-presets-10{
  --tw-border-opacity: 1 !important;
  border-color: rgb(126 209 215 / var(--tw-border-opacity, 1)) !important;
}.border-presets-11{
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 206 251 / var(--tw-border-opacity, 1)) !important;
}.border-presets-12{
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 180 174 / var(--tw-border-opacity, 1)) !important;
}.border-presets-13{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 228 155 / var(--tw-border-opacity, 1)) !important;
}.border-presets-14{
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 67 53 / var(--tw-border-opacity, 1)) !important;
}.border-presets-2{
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 103 119 / var(--tw-border-opacity, 1)) !important;
}.border-presets-3{
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 159 3 / var(--tw-border-opacity, 1)) !important;
}.border-presets-4{
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 169 154 / var(--tw-border-opacity, 1)) !important;
}.border-presets-5{
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 170 247 / var(--tw-border-opacity, 1)) !important;
}.border-presets-6{
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 123 114 / var(--tw-border-opacity, 1)) !important;
}.border-presets-7{
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 208 79 / var(--tw-border-opacity, 1)) !important;
}.border-presets-8{
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 194 135 / var(--tw-border-opacity, 1)) !important;
}.border-presets-9{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 153 77 / var(--tw-border-opacity, 1)) !important;
}.border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}.border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1)) !important;
}.border-slate-100{
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}.border-slate-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}.border-stone-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}.border-surge-blue-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 54 178 / var(--tw-border-opacity, 1)) !important;
}.border-surge-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 102 203 / var(--tw-border-opacity, 1)) !important;
}.border-surge-yellow{
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 253 101 / var(--tw-border-opacity, 1)) !important;
}.border-transparent{
  border-color: transparent !important;
}.border-zinc-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}.border-zinc-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}.border-zinc-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}.bg-\[\#0073e6\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 115 230 / var(--tw-bg-opacity, 1)) !important;
}.bg-\[\#7f7f7f\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 127 127 / var(--tw-bg-opacity, 1)) !important;
}.bg-\[\#ebf5ff\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity, 1)) !important;
}.bg-\[\#f8f9fa\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1)) !important;
}.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}.bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}.bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1)) !important;
}.bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1)) !important;
}.bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}.bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}.bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}.bg-neutral-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}.bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}.bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important;
}.bg-orange-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}.bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}.bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !important;
}.bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}.bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}.bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}.bg-slate-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-blue-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 54 178 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-blue-dark\/0{
  background-color: rgb(24 54 178 / 0) !important;
}.bg-surge-blue-dark\/10{
  background-color: rgb(24 54 178 / 0.1) !important;
}.bg-surge-blue-dark\/100{
  background-color: rgb(24 54 178 / 1) !important;
}.bg-surge-blue-dark\/15{
  background-color: rgb(24 54 178 / 0.15) !important;
}.bg-surge-blue-dark\/20{
  background-color: rgb(24 54 178 / 0.2) !important;
}.bg-surge-blue-dark\/25{
  background-color: rgb(24 54 178 / 0.25) !important;
}.bg-surge-blue-dark\/30{
  background-color: rgb(24 54 178 / 0.3) !important;
}.bg-surge-blue-dark\/35{
  background-color: rgb(24 54 178 / 0.35) !important;
}.bg-surge-blue-dark\/40{
  background-color: rgb(24 54 178 / 0.4) !important;
}.bg-surge-blue-dark\/45{
  background-color: rgb(24 54 178 / 0.45) !important;
}.bg-surge-blue-dark\/5{
  background-color: rgb(24 54 178 / 0.05) !important;
}.bg-surge-blue-dark\/50{
  background-color: rgb(24 54 178 / 0.5) !important;
}.bg-surge-blue-dark\/55{
  background-color: rgb(24 54 178 / 0.55) !important;
}.bg-surge-blue-dark\/60{
  background-color: rgb(24 54 178 / 0.6) !important;
}.bg-surge-blue-dark\/65{
  background-color: rgb(24 54 178 / 0.65) !important;
}.bg-surge-blue-dark\/70{
  background-color: rgb(24 54 178 / 0.7) !important;
}.bg-surge-blue-dark\/75{
  background-color: rgb(24 54 178 / 0.75) !important;
}.bg-surge-blue-dark\/80{
  background-color: rgb(24 54 178 / 0.8) !important;
}.bg-surge-blue-dark\/85{
  background-color: rgb(24 54 178 / 0.85) !important;
}.bg-surge-blue-dark\/90{
  background-color: rgb(24 54 178 / 0.9) !important;
}.bg-surge-blue-dark\/95{
  background-color: rgb(24 54 178 / 0.95) !important;
}.bg-surge-blue-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 199 237 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-blue-light\/0{
  background-color: rgb(134 199 237 / 0) !important;
}.bg-surge-blue-light\/10{
  background-color: rgb(134 199 237 / 0.1) !important;
}.bg-surge-blue-light\/100{
  background-color: rgb(134 199 237 / 1) !important;
}.bg-surge-blue-light\/15{
  background-color: rgb(134 199 237 / 0.15) !important;
}.bg-surge-blue-light\/20{
  background-color: rgb(134 199 237 / 0.2) !important;
}.bg-surge-blue-light\/25{
  background-color: rgb(134 199 237 / 0.25) !important;
}.bg-surge-blue-light\/30{
  background-color: rgb(134 199 237 / 0.3) !important;
}.bg-surge-blue-light\/35{
  background-color: rgb(134 199 237 / 0.35) !important;
}.bg-surge-blue-light\/40{
  background-color: rgb(134 199 237 / 0.4) !important;
}.bg-surge-blue-light\/45{
  background-color: rgb(134 199 237 / 0.45) !important;
}.bg-surge-blue-light\/5{
  background-color: rgb(134 199 237 / 0.05) !important;
}.bg-surge-blue-light\/50{
  background-color: rgb(134 199 237 / 0.5) !important;
}.bg-surge-blue-light\/55{
  background-color: rgb(134 199 237 / 0.55) !important;
}.bg-surge-blue-light\/60{
  background-color: rgb(134 199 237 / 0.6) !important;
}.bg-surge-blue-light\/65{
  background-color: rgb(134 199 237 / 0.65) !important;
}.bg-surge-blue-light\/70{
  background-color: rgb(134 199 237 / 0.7) !important;
}.bg-surge-blue-light\/75{
  background-color: rgb(134 199 237 / 0.75) !important;
}.bg-surge-blue-light\/80{
  background-color: rgb(134 199 237 / 0.8) !important;
}.bg-surge-blue-light\/85{
  background-color: rgb(134 199 237 / 0.85) !important;
}.bg-surge-blue-light\/90{
  background-color: rgb(134 199 237 / 0.9) !important;
}.bg-surge-blue-light\/95{
  background-color: rgb(134 199 237 / 0.95) !important;
}.bg-surge-gradient-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(197 186 251 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-gradient-blue\/0{
  background-color: rgb(197 186 251 / 0) !important;
}.bg-surge-gradient-blue\/10{
  background-color: rgb(197 186 251 / 0.1) !important;
}.bg-surge-gradient-blue\/100{
  background-color: rgb(197 186 251 / 1) !important;
}.bg-surge-gradient-blue\/15{
  background-color: rgb(197 186 251 / 0.15) !important;
}.bg-surge-gradient-blue\/20{
  background-color: rgb(197 186 251 / 0.2) !important;
}.bg-surge-gradient-blue\/25{
  background-color: rgb(197 186 251 / 0.25) !important;
}.bg-surge-gradient-blue\/30{
  background-color: rgb(197 186 251 / 0.3) !important;
}.bg-surge-gradient-blue\/35{
  background-color: rgb(197 186 251 / 0.35) !important;
}.bg-surge-gradient-blue\/40{
  background-color: rgb(197 186 251 / 0.4) !important;
}.bg-surge-gradient-blue\/45{
  background-color: rgb(197 186 251 / 0.45) !important;
}.bg-surge-gradient-blue\/5{
  background-color: rgb(197 186 251 / 0.05) !important;
}.bg-surge-gradient-blue\/50{
  background-color: rgb(197 186 251 / 0.5) !important;
}.bg-surge-gradient-blue\/55{
  background-color: rgb(197 186 251 / 0.55) !important;
}.bg-surge-gradient-blue\/60{
  background-color: rgb(197 186 251 / 0.6) !important;
}.bg-surge-gradient-blue\/65{
  background-color: rgb(197 186 251 / 0.65) !important;
}.bg-surge-gradient-blue\/70{
  background-color: rgb(197 186 251 / 0.7) !important;
}.bg-surge-gradient-blue\/75{
  background-color: rgb(197 186 251 / 0.75) !important;
}.bg-surge-gradient-blue\/80{
  background-color: rgb(197 186 251 / 0.8) !important;
}.bg-surge-gradient-blue\/85{
  background-color: rgb(197 186 251 / 0.85) !important;
}.bg-surge-gradient-blue\/90{
  background-color: rgb(197 186 251 / 0.9) !important;
}.bg-surge-gradient-blue\/95{
  background-color: rgb(197 186 251 / 0.95) !important;
}.bg-surge-gradient-button-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 126 224 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-gradient-button-blue\/0{
  background-color: rgb(112 126 224 / 0) !important;
}.bg-surge-gradient-button-blue\/10{
  background-color: rgb(112 126 224 / 0.1) !important;
}.bg-surge-gradient-button-blue\/100{
  background-color: rgb(112 126 224 / 1) !important;
}.bg-surge-gradient-button-blue\/15{
  background-color: rgb(112 126 224 / 0.15) !important;
}.bg-surge-gradient-button-blue\/20{
  background-color: rgb(112 126 224 / 0.2) !important;
}.bg-surge-gradient-button-blue\/25{
  background-color: rgb(112 126 224 / 0.25) !important;
}.bg-surge-gradient-button-blue\/30{
  background-color: rgb(112 126 224 / 0.3) !important;
}.bg-surge-gradient-button-blue\/35{
  background-color: rgb(112 126 224 / 0.35) !important;
}.bg-surge-gradient-button-blue\/40{
  background-color: rgb(112 126 224 / 0.4) !important;
}.bg-surge-gradient-button-blue\/45{
  background-color: rgb(112 126 224 / 0.45) !important;
}.bg-surge-gradient-button-blue\/5{
  background-color: rgb(112 126 224 / 0.05) !important;
}.bg-surge-gradient-button-blue\/50{
  background-color: rgb(112 126 224 / 0.5) !important;
}.bg-surge-gradient-button-blue\/55{
  background-color: rgb(112 126 224 / 0.55) !important;
}.bg-surge-gradient-button-blue\/60{
  background-color: rgb(112 126 224 / 0.6) !important;
}.bg-surge-gradient-button-blue\/65{
  background-color: rgb(112 126 224 / 0.65) !important;
}.bg-surge-gradient-button-blue\/70{
  background-color: rgb(112 126 224 / 0.7) !important;
}.bg-surge-gradient-button-blue\/75{
  background-color: rgb(112 126 224 / 0.75) !important;
}.bg-surge-gradient-button-blue\/80{
  background-color: rgb(112 126 224 / 0.8) !important;
}.bg-surge-gradient-button-blue\/85{
  background-color: rgb(112 126 224 / 0.85) !important;
}.bg-surge-gradient-button-blue\/90{
  background-color: rgb(112 126 224 / 0.9) !important;
}.bg-surge-gradient-button-blue\/95{
  background-color: rgb(112 126 224 / 0.95) !important;
}.bg-surge-gradient-button-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 140 209 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-gradient-button-purple\/0{
  background-color: rgb(161 140 209 / 0) !important;
}.bg-surge-gradient-button-purple\/10{
  background-color: rgb(161 140 209 / 0.1) !important;
}.bg-surge-gradient-button-purple\/100{
  background-color: rgb(161 140 209 / 1) !important;
}.bg-surge-gradient-button-purple\/15{
  background-color: rgb(161 140 209 / 0.15) !important;
}.bg-surge-gradient-button-purple\/20{
  background-color: rgb(161 140 209 / 0.2) !important;
}.bg-surge-gradient-button-purple\/25{
  background-color: rgb(161 140 209 / 0.25) !important;
}.bg-surge-gradient-button-purple\/30{
  background-color: rgb(161 140 209 / 0.3) !important;
}.bg-surge-gradient-button-purple\/35{
  background-color: rgb(161 140 209 / 0.35) !important;
}.bg-surge-gradient-button-purple\/40{
  background-color: rgb(161 140 209 / 0.4) !important;
}.bg-surge-gradient-button-purple\/45{
  background-color: rgb(161 140 209 / 0.45) !important;
}.bg-surge-gradient-button-purple\/5{
  background-color: rgb(161 140 209 / 0.05) !important;
}.bg-surge-gradient-button-purple\/50{
  background-color: rgb(161 140 209 / 0.5) !important;
}.bg-surge-gradient-button-purple\/55{
  background-color: rgb(161 140 209 / 0.55) !important;
}.bg-surge-gradient-button-purple\/60{
  background-color: rgb(161 140 209 / 0.6) !important;
}.bg-surge-gradient-button-purple\/65{
  background-color: rgb(161 140 209 / 0.65) !important;
}.bg-surge-gradient-button-purple\/70{
  background-color: rgb(161 140 209 / 0.7) !important;
}.bg-surge-gradient-button-purple\/75{
  background-color: rgb(161 140 209 / 0.75) !important;
}.bg-surge-gradient-button-purple\/80{
  background-color: rgb(161 140 209 / 0.8) !important;
}.bg-surge-gradient-button-purple\/85{
  background-color: rgb(161 140 209 / 0.85) !important;
}.bg-surge-gradient-button-purple\/90{
  background-color: rgb(161 140 209 / 0.9) !important;
}.bg-surge-gradient-button-purple\/95{
  background-color: rgb(161 140 209 / 0.95) !important;
}.bg-surge-gradient-footer-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 105 246 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-gradient-footer-blue\/0{
  background-color: rgb(41 105 246 / 0) !important;
}.bg-surge-gradient-footer-blue\/10{
  background-color: rgb(41 105 246 / 0.1) !important;
}.bg-surge-gradient-footer-blue\/100{
  background-color: rgb(41 105 246 / 1) !important;
}.bg-surge-gradient-footer-blue\/15{
  background-color: rgb(41 105 246 / 0.15) !important;
}.bg-surge-gradient-footer-blue\/20{
  background-color: rgb(41 105 246 / 0.2) !important;
}.bg-surge-gradient-footer-blue\/25{
  background-color: rgb(41 105 246 / 0.25) !important;
}.bg-surge-gradient-footer-blue\/30{
  background-color: rgb(41 105 246 / 0.3) !important;
}.bg-surge-gradient-footer-blue\/35{
  background-color: rgb(41 105 246 / 0.35) !important;
}.bg-surge-gradient-footer-blue\/40{
  background-color: rgb(41 105 246 / 0.4) !important;
}.bg-surge-gradient-footer-blue\/45{
  background-color: rgb(41 105 246 / 0.45) !important;
}.bg-surge-gradient-footer-blue\/5{
  background-color: rgb(41 105 246 / 0.05) !important;
}.bg-surge-gradient-footer-blue\/50{
  background-color: rgb(41 105 246 / 0.5) !important;
}.bg-surge-gradient-footer-blue\/55{
  background-color: rgb(41 105 246 / 0.55) !important;
}.bg-surge-gradient-footer-blue\/60{
  background-color: rgb(41 105 246 / 0.6) !important;
}.bg-surge-gradient-footer-blue\/65{
  background-color: rgb(41 105 246 / 0.65) !important;
}.bg-surge-gradient-footer-blue\/70{
  background-color: rgb(41 105 246 / 0.7) !important;
}.bg-surge-gradient-footer-blue\/75{
  background-color: rgb(41 105 246 / 0.75) !important;
}.bg-surge-gradient-footer-blue\/80{
  background-color: rgb(41 105 246 / 0.8) !important;
}.bg-surge-gradient-footer-blue\/85{
  background-color: rgb(41 105 246 / 0.85) !important;
}.bg-surge-gradient-footer-blue\/90{
  background-color: rgb(41 105 246 / 0.9) !important;
}.bg-surge-gradient-footer-blue\/95{
  background-color: rgb(41 105 246 / 0.95) !important;
}.bg-surge-gradient-footer-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(176 161 249 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-gradient-footer-purple\/0{
  background-color: rgb(176 161 249 / 0) !important;
}.bg-surge-gradient-footer-purple\/10{
  background-color: rgb(176 161 249 / 0.1) !important;
}.bg-surge-gradient-footer-purple\/100{
  background-color: rgb(176 161 249 / 1) !important;
}.bg-surge-gradient-footer-purple\/15{
  background-color: rgb(176 161 249 / 0.15) !important;
}.bg-surge-gradient-footer-purple\/20{
  background-color: rgb(176 161 249 / 0.2) !important;
}.bg-surge-gradient-footer-purple\/25{
  background-color: rgb(176 161 249 / 0.25) !important;
}.bg-surge-gradient-footer-purple\/30{
  background-color: rgb(176 161 249 / 0.3) !important;
}.bg-surge-gradient-footer-purple\/35{
  background-color: rgb(176 161 249 / 0.35) !important;
}.bg-surge-gradient-footer-purple\/40{
  background-color: rgb(176 161 249 / 0.4) !important;
}.bg-surge-gradient-footer-purple\/45{
  background-color: rgb(176 161 249 / 0.45) !important;
}.bg-surge-gradient-footer-purple\/5{
  background-color: rgb(176 161 249 / 0.05) !important;
}.bg-surge-gradient-footer-purple\/50{
  background-color: rgb(176 161 249 / 0.5) !important;
}.bg-surge-gradient-footer-purple\/55{
  background-color: rgb(176 161 249 / 0.55) !important;
}.bg-surge-gradient-footer-purple\/60{
  background-color: rgb(176 161 249 / 0.6) !important;
}.bg-surge-gradient-footer-purple\/65{
  background-color: rgb(176 161 249 / 0.65) !important;
}.bg-surge-gradient-footer-purple\/70{
  background-color: rgb(176 161 249 / 0.7) !important;
}.bg-surge-gradient-footer-purple\/75{
  background-color: rgb(176 161 249 / 0.75) !important;
}.bg-surge-gradient-footer-purple\/80{
  background-color: rgb(176 161 249 / 0.8) !important;
}.bg-surge-gradient-footer-purple\/85{
  background-color: rgb(176 161 249 / 0.85) !important;
}.bg-surge-gradient-footer-purple\/90{
  background-color: rgb(176 161 249 / 0.9) !important;
}.bg-surge-gradient-footer-purple\/95{
  background-color: rgb(176 161 249 / 0.95) !important;
}.bg-surge-gradient-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(166 193 238 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-gradient-purple\/0{
  background-color: rgb(166 193 238 / 0) !important;
}.bg-surge-gradient-purple\/10{
  background-color: rgb(166 193 238 / 0.1) !important;
}.bg-surge-gradient-purple\/100{
  background-color: rgb(166 193 238 / 1) !important;
}.bg-surge-gradient-purple\/15{
  background-color: rgb(166 193 238 / 0.15) !important;
}.bg-surge-gradient-purple\/20{
  background-color: rgb(166 193 238 / 0.2) !important;
}.bg-surge-gradient-purple\/25{
  background-color: rgb(166 193 238 / 0.25) !important;
}.bg-surge-gradient-purple\/30{
  background-color: rgb(166 193 238 / 0.3) !important;
}.bg-surge-gradient-purple\/35{
  background-color: rgb(166 193 238 / 0.35) !important;
}.bg-surge-gradient-purple\/40{
  background-color: rgb(166 193 238 / 0.4) !important;
}.bg-surge-gradient-purple\/45{
  background-color: rgb(166 193 238 / 0.45) !important;
}.bg-surge-gradient-purple\/5{
  background-color: rgb(166 193 238 / 0.05) !important;
}.bg-surge-gradient-purple\/50{
  background-color: rgb(166 193 238 / 0.5) !important;
}.bg-surge-gradient-purple\/55{
  background-color: rgb(166 193 238 / 0.55) !important;
}.bg-surge-gradient-purple\/60{
  background-color: rgb(166 193 238 / 0.6) !important;
}.bg-surge-gradient-purple\/65{
  background-color: rgb(166 193 238 / 0.65) !important;
}.bg-surge-gradient-purple\/70{
  background-color: rgb(166 193 238 / 0.7) !important;
}.bg-surge-gradient-purple\/75{
  background-color: rgb(166 193 238 / 0.75) !important;
}.bg-surge-gradient-purple\/80{
  background-color: rgb(166 193 238 / 0.8) !important;
}.bg-surge-gradient-purple\/85{
  background-color: rgb(166 193 238 / 0.85) !important;
}.bg-surge-gradient-purple\/90{
  background-color: rgb(166 193 238 / 0.9) !important;
}.bg-surge-gradient-purple\/95{
  background-color: rgb(166 193 238 / 0.95) !important;
}.bg-surge-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 102 203 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-purple\/0{
  background-color: rgb(160 102 203 / 0) !important;
}.bg-surge-purple\/10{
  background-color: rgb(160 102 203 / 0.1) !important;
}.bg-surge-purple\/100{
  background-color: rgb(160 102 203 / 1) !important;
}.bg-surge-purple\/15{
  background-color: rgb(160 102 203 / 0.15) !important;
}.bg-surge-purple\/20{
  background-color: rgb(160 102 203 / 0.2) !important;
}.bg-surge-purple\/25{
  background-color: rgb(160 102 203 / 0.25) !important;
}.bg-surge-purple\/30{
  background-color: rgb(160 102 203 / 0.3) !important;
}.bg-surge-purple\/35{
  background-color: rgb(160 102 203 / 0.35) !important;
}.bg-surge-purple\/40{
  background-color: rgb(160 102 203 / 0.4) !important;
}.bg-surge-purple\/45{
  background-color: rgb(160 102 203 / 0.45) !important;
}.bg-surge-purple\/5{
  background-color: rgb(160 102 203 / 0.05) !important;
}.bg-surge-purple\/50{
  background-color: rgb(160 102 203 / 0.5) !important;
}.bg-surge-purple\/55{
  background-color: rgb(160 102 203 / 0.55) !important;
}.bg-surge-purple\/60{
  background-color: rgb(160 102 203 / 0.6) !important;
}.bg-surge-purple\/65{
  background-color: rgb(160 102 203 / 0.65) !important;
}.bg-surge-purple\/70{
  background-color: rgb(160 102 203 / 0.7) !important;
}.bg-surge-purple\/75{
  background-color: rgb(160 102 203 / 0.75) !important;
}.bg-surge-purple\/80{
  background-color: rgb(160 102 203 / 0.8) !important;
}.bg-surge-purple\/85{
  background-color: rgb(160 102 203 / 0.85) !important;
}.bg-surge-purple\/90{
  background-color: rgb(160 102 203 / 0.9) !important;
}.bg-surge-purple\/95{
  background-color: rgb(160 102 203 / 0.95) !important;
}.bg-surge-yellow{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 253 101 / var(--tw-bg-opacity, 1)) !important;
}.bg-surge-yellow\/0{
  background-color: rgb(225 253 101 / 0) !important;
}.bg-surge-yellow\/10{
  background-color: rgb(225 253 101 / 0.1) !important;
}.bg-surge-yellow\/100{
  background-color: rgb(225 253 101 / 1) !important;
}.bg-surge-yellow\/15{
  background-color: rgb(225 253 101 / 0.15) !important;
}.bg-surge-yellow\/20{
  background-color: rgb(225 253 101 / 0.2) !important;
}.bg-surge-yellow\/25{
  background-color: rgb(225 253 101 / 0.25) !important;
}.bg-surge-yellow\/30{
  background-color: rgb(225 253 101 / 0.3) !important;
}.bg-surge-yellow\/35{
  background-color: rgb(225 253 101 / 0.35) !important;
}.bg-surge-yellow\/40{
  background-color: rgb(225 253 101 / 0.4) !important;
}.bg-surge-yellow\/45{
  background-color: rgb(225 253 101 / 0.45) !important;
}.bg-surge-yellow\/5{
  background-color: rgb(225 253 101 / 0.05) !important;
}.bg-surge-yellow\/50{
  background-color: rgb(225 253 101 / 0.5) !important;
}.bg-surge-yellow\/55{
  background-color: rgb(225 253 101 / 0.55) !important;
}.bg-surge-yellow\/60{
  background-color: rgb(225 253 101 / 0.6) !important;
}.bg-surge-yellow\/65{
  background-color: rgb(225 253 101 / 0.65) !important;
}.bg-surge-yellow\/70{
  background-color: rgb(225 253 101 / 0.7) !important;
}.bg-surge-yellow\/75{
  background-color: rgb(225 253 101 / 0.75) !important;
}.bg-surge-yellow\/80{
  background-color: rgb(225 253 101 / 0.8) !important;
}.bg-surge-yellow\/85{
  background-color: rgb(225 253 101 / 0.85) !important;
}.bg-surge-yellow\/90{
  background-color: rgb(225 253 101 / 0.9) !important;
}.bg-surge-yellow\/95{
  background-color: rgb(225 253 101 / 0.95) !important;
}.bg-transparent{
  background-color: transparent !important;
}.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1)) !important;
}.bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1)) !important;
}.bg-zinc-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)) !important;
}.bg-zinc-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1)) !important;
}.bg-zinc-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1)) !important;
}.bg-zinc-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}.bg-zinc-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1)) !important;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}.from-\[\#f8f9fa\]{
  --tw-gradient-from: #f8f9fa var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(248 249 250 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-stone-400{
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-surge-blue-dark{
  --tw-gradient-from: #1836b2 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(24 54 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-surge-gradient-blue{
  --tw-gradient-from: #c5bafb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(197 186 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-surge-gradient-button-blue{
  --tw-gradient-from: #707EE0 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(112 126 224 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.via-surge-purple{
  --tw-gradient-to: rgb(160 102 203 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #a066cb var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}.to-\[\#f8f9fa\]{
  --tw-gradient-to: #f8f9fa var(--tw-gradient-to-position) !important;
}.to-purple-100{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position) !important;
}.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position) !important;
}.to-stone-100{
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position) !important;
}.to-surge-gradient-button-purple{
  --tw-gradient-to: #A18CD1 var(--tw-gradient-to-position) !important;
}.to-surge-gradient-purple{
  --tw-gradient-to: #a6c1ee var(--tw-gradient-to-position) !important;
}.to-surge-yellow{
  --tw-gradient-to: #E1FD65 var(--tw-gradient-to-position) !important;
}.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position) !important;
}.bg-\[length\:_400\%_400\%\]{
  background-size: 400% 400% !important;
}.fill-blue-600{
  fill: #2563eb !important;
}.fill-surge-blue-dark{
  fill: #1836b2 !important;
}.fill-zinc-600{
  fill: #52525b !important;
}.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}.p-0{
  padding: 0px !important;
}.p-0\.5{
  padding: 0.125rem !important;
}.p-1{
  padding: 0.25rem !important;
}.p-10{
  padding: 2.5rem !important;
}.p-16{
  padding: 4rem !important;
}.p-2{
  padding: 0.5rem !important;
}.p-3{
  padding: 0.75rem !important;
}.p-4{
  padding: 1rem !important;
}.p-5{
  padding: 1.25rem !important;
}.p-6{
  padding: 1.5rem !important;
}.p-\[1\.5px\]{
  padding: 1.5px !important;
}.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}.pb-0{
  padding-bottom: 0px !important;
}.pb-1{
  padding-bottom: 0.25rem !important;
}.pb-16{
  padding-bottom: 4rem !important;
}.pb-2{
  padding-bottom: 0.5rem !important;
}.pb-24{
  padding-bottom: 6rem !important;
}.pb-28{
  padding-bottom: 7rem !important;
}.pb-4{
  padding-bottom: 1rem !important;
}.pb-\[0\.1rem\]{
  padding-bottom: 0.1rem !important;
}.pb-px{
  padding-bottom: 1px !important;
}.pl-10{
  padding-left: 2.5rem !important;
}.pl-2{
  padding-left: 0.5rem !important;
}.pl-2\.5{
  padding-left: 0.625rem !important;
}.pl-3{
  padding-left: 0.75rem !important;
}.pl-4{
  padding-left: 1rem !important;
}.pl-6{
  padding-left: 1.5rem !important;
}.pl-8{
  padding-left: 2rem !important;
}.pr-0{
  padding-right: 0px !important;
}.pr-1{
  padding-right: 0.25rem !important;
}.pr-10{
  padding-right: 2.5rem !important;
}.pr-16{
  padding-right: 4rem !important;
}.pr-2{
  padding-right: 0.5rem !important;
}.pr-3{
  padding-right: 0.75rem !important;
}.pr-6{
  padding-right: 1.5rem !important;
}.pr-8{
  padding-right: 2rem !important;
}.pr-\[72px\]{
  padding-right: 72px !important;
}.pt-0{
  padding-top: 0px !important;
}.pt-2{
  padding-top: 0.5rem !important;
}.pt-3{
  padding-top: 0.75rem !important;
}.pt-4{
  padding-top: 1rem !important;
}.pt-8{
  padding-top: 2rem !important;
}.text-left{
  text-align: left !important;
}.text-center{
  text-align: center !important;
}.text-right{
  text-align: right !important;
}.align-middle{
  vertical-align: middle !important;
}.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}.text-7xl{
  font-size: 4.5rem !important;
  line-height: 1 !important;
}.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}.font-bold{
  font-weight: 700 !important;
}.font-medium{
  font-weight: 500 !important;
}.font-normal{
  font-weight: 400 !important;
}.uppercase{
  text-transform: uppercase !important;
}.lowercase{
  text-transform: lowercase !important;
}.capitalize{
  text-transform: capitalize !important;
}.italic{
  font-style: italic !important;
}.tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}.leading-6{
  line-height: 1.5rem !important;
}.leading-8{
  line-height: 2rem !important;
}.leading-\[37px\]{
  line-height: 37px !important;
}.leading-none{
  line-height: 1 !important;
}.text-\[\#0073e6\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 115 230 / var(--tw-text-opacity, 1)) !important;
}.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}.text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}.text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1)) !important;
}.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}.text-lime-500{
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1)) !important;
}.text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1)) !important;
}.text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1)) !important;
}.text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1)) !important;
}.text-presets-0{
  --tw-text-opacity: 1 !important;
  color: rgb(159 100 203 / var(--tw-text-opacity, 1)) !important;
}.text-presets-0\/0{
  color: rgb(159 100 203 / 0) !important;
}.text-presets-0\/10{
  color: rgb(159 100 203 / 0.1) !important;
}.text-presets-0\/100{
  color: rgb(159 100 203 / 1) !important;
}.text-presets-0\/15{
  color: rgb(159 100 203 / 0.15) !important;
}.text-presets-0\/20{
  color: rgb(159 100 203 / 0.2) !important;
}.text-presets-0\/25{
  color: rgb(159 100 203 / 0.25) !important;
}.text-presets-0\/30{
  color: rgb(159 100 203 / 0.3) !important;
}.text-presets-0\/35{
  color: rgb(159 100 203 / 0.35) !important;
}.text-presets-0\/40{
  color: rgb(159 100 203 / 0.4) !important;
}.text-presets-0\/45{
  color: rgb(159 100 203 / 0.45) !important;
}.text-presets-0\/5{
  color: rgb(159 100 203 / 0.05) !important;
}.text-presets-0\/50{
  color: rgb(159 100 203 / 0.5) !important;
}.text-presets-0\/55{
  color: rgb(159 100 203 / 0.55) !important;
}.text-presets-0\/60{
  color: rgb(159 100 203 / 0.6) !important;
}.text-presets-0\/65{
  color: rgb(159 100 203 / 0.65) !important;
}.text-presets-0\/70{
  color: rgb(159 100 203 / 0.7) !important;
}.text-presets-0\/75{
  color: rgb(159 100 203 / 0.75) !important;
}.text-presets-0\/80{
  color: rgb(159 100 203 / 0.8) !important;
}.text-presets-0\/85{
  color: rgb(159 100 203 / 0.85) !important;
}.text-presets-0\/90{
  color: rgb(159 100 203 / 0.9) !important;
}.text-presets-0\/95{
  color: rgb(159 100 203 / 0.95) !important;
}.text-presets-1{
  --tw-text-opacity: 1 !important;
  color: rgb(87 180 233 / var(--tw-text-opacity, 1)) !important;
}.text-presets-1\/0{
  color: rgb(87 180 233 / 0) !important;
}.text-presets-1\/10{
  color: rgb(87 180 233 / 0.1) !important;
}.text-presets-1\/100{
  color: rgb(87 180 233 / 1) !important;
}.text-presets-1\/15{
  color: rgb(87 180 233 / 0.15) !important;
}.text-presets-1\/20{
  color: rgb(87 180 233 / 0.2) !important;
}.text-presets-1\/25{
  color: rgb(87 180 233 / 0.25) !important;
}.text-presets-1\/30{
  color: rgb(87 180 233 / 0.3) !important;
}.text-presets-1\/35{
  color: rgb(87 180 233 / 0.35) !important;
}.text-presets-1\/40{
  color: rgb(87 180 233 / 0.4) !important;
}.text-presets-1\/45{
  color: rgb(87 180 233 / 0.45) !important;
}.text-presets-1\/5{
  color: rgb(87 180 233 / 0.05) !important;
}.text-presets-1\/50{
  color: rgb(87 180 233 / 0.5) !important;
}.text-presets-1\/55{
  color: rgb(87 180 233 / 0.55) !important;
}.text-presets-1\/60{
  color: rgb(87 180 233 / 0.6) !important;
}.text-presets-1\/65{
  color: rgb(87 180 233 / 0.65) !important;
}.text-presets-1\/70{
  color: rgb(87 180 233 / 0.7) !important;
}.text-presets-1\/75{
  color: rgb(87 180 233 / 0.75) !important;
}.text-presets-1\/80{
  color: rgb(87 180 233 / 0.8) !important;
}.text-presets-1\/85{
  color: rgb(87 180 233 / 0.85) !important;
}.text-presets-1\/90{
  color: rgb(87 180 233 / 0.9) !important;
}.text-presets-1\/95{
  color: rgb(87 180 233 / 0.95) !important;
}.text-presets-10{
  --tw-text-opacity: 1 !important;
  color: rgb(126 209 215 / var(--tw-text-opacity, 1)) !important;
}.text-presets-10\/0{
  color: rgb(126 209 215 / 0) !important;
}.text-presets-10\/10{
  color: rgb(126 209 215 / 0.1) !important;
}.text-presets-10\/100{
  color: rgb(126 209 215 / 1) !important;
}.text-presets-10\/15{
  color: rgb(126 209 215 / 0.15) !important;
}.text-presets-10\/20{
  color: rgb(126 209 215 / 0.2) !important;
}.text-presets-10\/25{
  color: rgb(126 209 215 / 0.25) !important;
}.text-presets-10\/30{
  color: rgb(126 209 215 / 0.3) !important;
}.text-presets-10\/35{
  color: rgb(126 209 215 / 0.35) !important;
}.text-presets-10\/40{
  color: rgb(126 209 215 / 0.4) !important;
}.text-presets-10\/45{
  color: rgb(126 209 215 / 0.45) !important;
}.text-presets-10\/5{
  color: rgb(126 209 215 / 0.05) !important;
}.text-presets-10\/50{
  color: rgb(126 209 215 / 0.5) !important;
}.text-presets-10\/55{
  color: rgb(126 209 215 / 0.55) !important;
}.text-presets-10\/60{
  color: rgb(126 209 215 / 0.6) !important;
}.text-presets-10\/65{
  color: rgb(126 209 215 / 0.65) !important;
}.text-presets-10\/70{
  color: rgb(126 209 215 / 0.7) !important;
}.text-presets-10\/75{
  color: rgb(126 209 215 / 0.75) !important;
}.text-presets-10\/80{
  color: rgb(126 209 215 / 0.8) !important;
}.text-presets-10\/85{
  color: rgb(126 209 215 / 0.85) !important;
}.text-presets-10\/90{
  color: rgb(126 209 215 / 0.9) !important;
}.text-presets-10\/95{
  color: rgb(126 209 215 / 0.95) !important;
}.text-presets-11{
  --tw-text-opacity: 1 !important;
  color: rgb(179 206 251 / var(--tw-text-opacity, 1)) !important;
}.text-presets-11\/0{
  color: rgb(179 206 251 / 0) !important;
}.text-presets-11\/10{
  color: rgb(179 206 251 / 0.1) !important;
}.text-presets-11\/100{
  color: rgb(179 206 251 / 1) !important;
}.text-presets-11\/15{
  color: rgb(179 206 251 / 0.15) !important;
}.text-presets-11\/20{
  color: rgb(179 206 251 / 0.2) !important;
}.text-presets-11\/25{
  color: rgb(179 206 251 / 0.25) !important;
}.text-presets-11\/30{
  color: rgb(179 206 251 / 0.3) !important;
}.text-presets-11\/35{
  color: rgb(179 206 251 / 0.35) !important;
}.text-presets-11\/40{
  color: rgb(179 206 251 / 0.4) !important;
}.text-presets-11\/45{
  color: rgb(179 206 251 / 0.45) !important;
}.text-presets-11\/5{
  color: rgb(179 206 251 / 0.05) !important;
}.text-presets-11\/50{
  color: rgb(179 206 251 / 0.5) !important;
}.text-presets-11\/55{
  color: rgb(179 206 251 / 0.55) !important;
}.text-presets-11\/60{
  color: rgb(179 206 251 / 0.6) !important;
}.text-presets-11\/65{
  color: rgb(179 206 251 / 0.65) !important;
}.text-presets-11\/70{
  color: rgb(179 206 251 / 0.7) !important;
}.text-presets-11\/75{
  color: rgb(179 206 251 / 0.75) !important;
}.text-presets-11\/80{
  color: rgb(179 206 251 / 0.8) !important;
}.text-presets-11\/85{
  color: rgb(179 206 251 / 0.85) !important;
}.text-presets-11\/90{
  color: rgb(179 206 251 / 0.9) !important;
}.text-presets-11\/95{
  color: rgb(179 206 251 / 0.95) !important;
}.text-presets-12{
  --tw-text-opacity: 1 !important;
  color: rgb(247 180 174 / var(--tw-text-opacity, 1)) !important;
}.text-presets-12\/0{
  color: rgb(247 180 174 / 0) !important;
}.text-presets-12\/10{
  color: rgb(247 180 174 / 0.1) !important;
}.text-presets-12\/100{
  color: rgb(247 180 174 / 1) !important;
}.text-presets-12\/15{
  color: rgb(247 180 174 / 0.15) !important;
}.text-presets-12\/20{
  color: rgb(247 180 174 / 0.2) !important;
}.text-presets-12\/25{
  color: rgb(247 180 174 / 0.25) !important;
}.text-presets-12\/30{
  color: rgb(247 180 174 / 0.3) !important;
}.text-presets-12\/35{
  color: rgb(247 180 174 / 0.35) !important;
}.text-presets-12\/40{
  color: rgb(247 180 174 / 0.4) !important;
}.text-presets-12\/45{
  color: rgb(247 180 174 / 0.45) !important;
}.text-presets-12\/5{
  color: rgb(247 180 174 / 0.05) !important;
}.text-presets-12\/50{
  color: rgb(247 180 174 / 0.5) !important;
}.text-presets-12\/55{
  color: rgb(247 180 174 / 0.55) !important;
}.text-presets-12\/60{
  color: rgb(247 180 174 / 0.6) !important;
}.text-presets-12\/65{
  color: rgb(247 180 174 / 0.65) !important;
}.text-presets-12\/70{
  color: rgb(247 180 174 / 0.7) !important;
}.text-presets-12\/75{
  color: rgb(247 180 174 / 0.75) !important;
}.text-presets-12\/80{
  color: rgb(247 180 174 / 0.8) !important;
}.text-presets-12\/85{
  color: rgb(247 180 174 / 0.85) !important;
}.text-presets-12\/90{
  color: rgb(247 180 174 / 0.9) !important;
}.text-presets-12\/95{
  color: rgb(247 180 174 / 0.95) !important;
}.text-presets-13{
  --tw-text-opacity: 1 !important;
  color: rgb(253 228 155 / var(--tw-text-opacity, 1)) !important;
}.text-presets-13\/0{
  color: rgb(253 228 155 / 0) !important;
}.text-presets-13\/10{
  color: rgb(253 228 155 / 0.1) !important;
}.text-presets-13\/100{
  color: rgb(253 228 155 / 1) !important;
}.text-presets-13\/15{
  color: rgb(253 228 155 / 0.15) !important;
}.text-presets-13\/20{
  color: rgb(253 228 155 / 0.2) !important;
}.text-presets-13\/25{
  color: rgb(253 228 155 / 0.25) !important;
}.text-presets-13\/30{
  color: rgb(253 228 155 / 0.3) !important;
}.text-presets-13\/35{
  color: rgb(253 228 155 / 0.35) !important;
}.text-presets-13\/40{
  color: rgb(253 228 155 / 0.4) !important;
}.text-presets-13\/45{
  color: rgb(253 228 155 / 0.45) !important;
}.text-presets-13\/5{
  color: rgb(253 228 155 / 0.05) !important;
}.text-presets-13\/50{
  color: rgb(253 228 155 / 0.5) !important;
}.text-presets-13\/55{
  color: rgb(253 228 155 / 0.55) !important;
}.text-presets-13\/60{
  color: rgb(253 228 155 / 0.6) !important;
}.text-presets-13\/65{
  color: rgb(253 228 155 / 0.65) !important;
}.text-presets-13\/70{
  color: rgb(253 228 155 / 0.7) !important;
}.text-presets-13\/75{
  color: rgb(253 228 155 / 0.75) !important;
}.text-presets-13\/80{
  color: rgb(253 228 155 / 0.8) !important;
}.text-presets-13\/85{
  color: rgb(253 228 155 / 0.85) !important;
}.text-presets-13\/90{
  color: rgb(253 228 155 / 0.9) !important;
}.text-presets-13\/95{
  color: rgb(253 228 155 / 0.95) !important;
}.text-presets-14{
  --tw-text-opacity: 1 !important;
  color: rgb(234 67 53 / var(--tw-text-opacity, 1)) !important;
}.text-presets-14\/0{
  color: rgb(234 67 53 / 0) !important;
}.text-presets-14\/10{
  color: rgb(234 67 53 / 0.1) !important;
}.text-presets-14\/100{
  color: rgb(234 67 53 / 1) !important;
}.text-presets-14\/15{
  color: rgb(234 67 53 / 0.15) !important;
}.text-presets-14\/20{
  color: rgb(234 67 53 / 0.2) !important;
}.text-presets-14\/25{
  color: rgb(234 67 53 / 0.25) !important;
}.text-presets-14\/30{
  color: rgb(234 67 53 / 0.3) !important;
}.text-presets-14\/35{
  color: rgb(234 67 53 / 0.35) !important;
}.text-presets-14\/40{
  color: rgb(234 67 53 / 0.4) !important;
}.text-presets-14\/45{
  color: rgb(234 67 53 / 0.45) !important;
}.text-presets-14\/5{
  color: rgb(234 67 53 / 0.05) !important;
}.text-presets-14\/50{
  color: rgb(234 67 53 / 0.5) !important;
}.text-presets-14\/55{
  color: rgb(234 67 53 / 0.55) !important;
}.text-presets-14\/60{
  color: rgb(234 67 53 / 0.6) !important;
}.text-presets-14\/65{
  color: rgb(234 67 53 / 0.65) !important;
}.text-presets-14\/70{
  color: rgb(234 67 53 / 0.7) !important;
}.text-presets-14\/75{
  color: rgb(234 67 53 / 0.75) !important;
}.text-presets-14\/80{
  color: rgb(234 67 53 / 0.8) !important;
}.text-presets-14\/85{
  color: rgb(234 67 53 / 0.85) !important;
}.text-presets-14\/90{
  color: rgb(234 67 53 / 0.9) !important;
}.text-presets-14\/95{
  color: rgb(234 67 53 / 0.95) !important;
}.text-presets-15{
  --tw-text-opacity: 1 !important;
  color: rgb(220 20 60 / var(--tw-text-opacity, 1)) !important;
}.text-presets-15\/0{
  color: rgb(220 20 60 / 0) !important;
}.text-presets-15\/10{
  color: rgb(220 20 60 / 0.1) !important;
}.text-presets-15\/100{
  color: rgb(220 20 60 / 1) !important;
}.text-presets-15\/15{
  color: rgb(220 20 60 / 0.15) !important;
}.text-presets-15\/20{
  color: rgb(220 20 60 / 0.2) !important;
}.text-presets-15\/25{
  color: rgb(220 20 60 / 0.25) !important;
}.text-presets-15\/30{
  color: rgb(220 20 60 / 0.3) !important;
}.text-presets-15\/35{
  color: rgb(220 20 60 / 0.35) !important;
}.text-presets-15\/40{
  color: rgb(220 20 60 / 0.4) !important;
}.text-presets-15\/45{
  color: rgb(220 20 60 / 0.45) !important;
}.text-presets-15\/5{
  color: rgb(220 20 60 / 0.05) !important;
}.text-presets-15\/50{
  color: rgb(220 20 60 / 0.5) !important;
}.text-presets-15\/55{
  color: rgb(220 20 60 / 0.55) !important;
}.text-presets-15\/60{
  color: rgb(220 20 60 / 0.6) !important;
}.text-presets-15\/65{
  color: rgb(220 20 60 / 0.65) !important;
}.text-presets-15\/70{
  color: rgb(220 20 60 / 0.7) !important;
}.text-presets-15\/75{
  color: rgb(220 20 60 / 0.75) !important;
}.text-presets-15\/80{
  color: rgb(220 20 60 / 0.8) !important;
}.text-presets-15\/85{
  color: rgb(220 20 60 / 0.85) !important;
}.text-presets-15\/90{
  color: rgb(220 20 60 / 0.9) !important;
}.text-presets-15\/95{
  color: rgb(220 20 60 / 0.95) !important;
}.text-presets-16{
  --tw-text-opacity: 1 !important;
  color: rgb(0 128 128 / var(--tw-text-opacity, 1)) !important;
}.text-presets-16\/0{
  color: rgb(0 128 128 / 0) !important;
}.text-presets-16\/10{
  color: rgb(0 128 128 / 0.1) !important;
}.text-presets-16\/100{
  color: rgb(0 128 128 / 1) !important;
}.text-presets-16\/15{
  color: rgb(0 128 128 / 0.15) !important;
}.text-presets-16\/20{
  color: rgb(0 128 128 / 0.2) !important;
}.text-presets-16\/25{
  color: rgb(0 128 128 / 0.25) !important;
}.text-presets-16\/30{
  color: rgb(0 128 128 / 0.3) !important;
}.text-presets-16\/35{
  color: rgb(0 128 128 / 0.35) !important;
}.text-presets-16\/40{
  color: rgb(0 128 128 / 0.4) !important;
}.text-presets-16\/45{
  color: rgb(0 128 128 / 0.45) !important;
}.text-presets-16\/5{
  color: rgb(0 128 128 / 0.05) !important;
}.text-presets-16\/50{
  color: rgb(0 128 128 / 0.5) !important;
}.text-presets-16\/55{
  color: rgb(0 128 128 / 0.55) !important;
}.text-presets-16\/60{
  color: rgb(0 128 128 / 0.6) !important;
}.text-presets-16\/65{
  color: rgb(0 128 128 / 0.65) !important;
}.text-presets-16\/70{
  color: rgb(0 128 128 / 0.7) !important;
}.text-presets-16\/75{
  color: rgb(0 128 128 / 0.75) !important;
}.text-presets-16\/80{
  color: rgb(0 128 128 / 0.8) !important;
}.text-presets-16\/85{
  color: rgb(0 128 128 / 0.85) !important;
}.text-presets-16\/90{
  color: rgb(0 128 128 / 0.9) !important;
}.text-presets-16\/95{
  color: rgb(0 128 128 / 0.95) !important;
}.text-presets-17{
  --tw-text-opacity: 1 !important;
  color: rgb(127 255 0 / var(--tw-text-opacity, 1)) !important;
}.text-presets-17\/0{
  color: rgb(127 255 0 / 0) !important;
}.text-presets-17\/10{
  color: rgb(127 255 0 / 0.1) !important;
}.text-presets-17\/100{
  color: rgb(127 255 0 / 1) !important;
}.text-presets-17\/15{
  color: rgb(127 255 0 / 0.15) !important;
}.text-presets-17\/20{
  color: rgb(127 255 0 / 0.2) !important;
}.text-presets-17\/25{
  color: rgb(127 255 0 / 0.25) !important;
}.text-presets-17\/30{
  color: rgb(127 255 0 / 0.3) !important;
}.text-presets-17\/35{
  color: rgb(127 255 0 / 0.35) !important;
}.text-presets-17\/40{
  color: rgb(127 255 0 / 0.4) !important;
}.text-presets-17\/45{
  color: rgb(127 255 0 / 0.45) !important;
}.text-presets-17\/5{
  color: rgb(127 255 0 / 0.05) !important;
}.text-presets-17\/50{
  color: rgb(127 255 0 / 0.5) !important;
}.text-presets-17\/55{
  color: rgb(127 255 0 / 0.55) !important;
}.text-presets-17\/60{
  color: rgb(127 255 0 / 0.6) !important;
}.text-presets-17\/65{
  color: rgb(127 255 0 / 0.65) !important;
}.text-presets-17\/70{
  color: rgb(127 255 0 / 0.7) !important;
}.text-presets-17\/75{
  color: rgb(127 255 0 / 0.75) !important;
}.text-presets-17\/80{
  color: rgb(127 255 0 / 0.8) !important;
}.text-presets-17\/85{
  color: rgb(127 255 0 / 0.85) !important;
}.text-presets-17\/90{
  color: rgb(127 255 0 / 0.9) !important;
}.text-presets-17\/95{
  color: rgb(127 255 0 / 0.95) !important;
}.text-presets-18{
  --tw-text-opacity: 1 !important;
  color: rgb(255 127 80 / var(--tw-text-opacity, 1)) !important;
}.text-presets-18\/0{
  color: rgb(255 127 80 / 0) !important;
}.text-presets-18\/10{
  color: rgb(255 127 80 / 0.1) !important;
}.text-presets-18\/100{
  color: rgb(255 127 80 / 1) !important;
}.text-presets-18\/15{
  color: rgb(255 127 80 / 0.15) !important;
}.text-presets-18\/20{
  color: rgb(255 127 80 / 0.2) !important;
}.text-presets-18\/25{
  color: rgb(255 127 80 / 0.25) !important;
}.text-presets-18\/30{
  color: rgb(255 127 80 / 0.3) !important;
}.text-presets-18\/35{
  color: rgb(255 127 80 / 0.35) !important;
}.text-presets-18\/40{
  color: rgb(255 127 80 / 0.4) !important;
}.text-presets-18\/45{
  color: rgb(255 127 80 / 0.45) !important;
}.text-presets-18\/5{
  color: rgb(255 127 80 / 0.05) !important;
}.text-presets-18\/50{
  color: rgb(255 127 80 / 0.5) !important;
}.text-presets-18\/55{
  color: rgb(255 127 80 / 0.55) !important;
}.text-presets-18\/60{
  color: rgb(255 127 80 / 0.6) !important;
}.text-presets-18\/65{
  color: rgb(255 127 80 / 0.65) !important;
}.text-presets-18\/70{
  color: rgb(255 127 80 / 0.7) !important;
}.text-presets-18\/75{
  color: rgb(255 127 80 / 0.75) !important;
}.text-presets-18\/80{
  color: rgb(255 127 80 / 0.8) !important;
}.text-presets-18\/85{
  color: rgb(255 127 80 / 0.85) !important;
}.text-presets-18\/90{
  color: rgb(255 127 80 / 0.9) !important;
}.text-presets-18\/95{
  color: rgb(255 127 80 / 0.95) !important;
}.text-presets-19{
  --tw-text-opacity: 1 !important;
  color: rgb(0 255 255 / var(--tw-text-opacity, 1)) !important;
}.text-presets-19\/0{
  color: rgb(0 255 255 / 0) !important;
}.text-presets-19\/10{
  color: rgb(0 255 255 / 0.1) !important;
}.text-presets-19\/100{
  color: rgb(0 255 255 / 1) !important;
}.text-presets-19\/15{
  color: rgb(0 255 255 / 0.15) !important;
}.text-presets-19\/20{
  color: rgb(0 255 255 / 0.2) !important;
}.text-presets-19\/25{
  color: rgb(0 255 255 / 0.25) !important;
}.text-presets-19\/30{
  color: rgb(0 255 255 / 0.3) !important;
}.text-presets-19\/35{
  color: rgb(0 255 255 / 0.35) !important;
}.text-presets-19\/40{
  color: rgb(0 255 255 / 0.4) !important;
}.text-presets-19\/45{
  color: rgb(0 255 255 / 0.45) !important;
}.text-presets-19\/5{
  color: rgb(0 255 255 / 0.05) !important;
}.text-presets-19\/50{
  color: rgb(0 255 255 / 0.5) !important;
}.text-presets-19\/55{
  color: rgb(0 255 255 / 0.55) !important;
}.text-presets-19\/60{
  color: rgb(0 255 255 / 0.6) !important;
}.text-presets-19\/65{
  color: rgb(0 255 255 / 0.65) !important;
}.text-presets-19\/70{
  color: rgb(0 255 255 / 0.7) !important;
}.text-presets-19\/75{
  color: rgb(0 255 255 / 0.75) !important;
}.text-presets-19\/80{
  color: rgb(0 255 255 / 0.8) !important;
}.text-presets-19\/85{
  color: rgb(0 255 255 / 0.85) !important;
}.text-presets-19\/90{
  color: rgb(0 255 255 / 0.9) !important;
}.text-presets-19\/95{
  color: rgb(0 255 255 / 0.95) !important;
}.text-presets-2{
  --tw-text-opacity: 1 !important;
  color: rgb(204 103 119 / var(--tw-text-opacity, 1)) !important;
}.text-presets-2\/0{
  color: rgb(204 103 119 / 0) !important;
}.text-presets-2\/10{
  color: rgb(204 103 119 / 0.1) !important;
}.text-presets-2\/100{
  color: rgb(204 103 119 / 1) !important;
}.text-presets-2\/15{
  color: rgb(204 103 119 / 0.15) !important;
}.text-presets-2\/20{
  color: rgb(204 103 119 / 0.2) !important;
}.text-presets-2\/25{
  color: rgb(204 103 119 / 0.25) !important;
}.text-presets-2\/30{
  color: rgb(204 103 119 / 0.3) !important;
}.text-presets-2\/35{
  color: rgb(204 103 119 / 0.35) !important;
}.text-presets-2\/40{
  color: rgb(204 103 119 / 0.4) !important;
}.text-presets-2\/45{
  color: rgb(204 103 119 / 0.45) !important;
}.text-presets-2\/5{
  color: rgb(204 103 119 / 0.05) !important;
}.text-presets-2\/50{
  color: rgb(204 103 119 / 0.5) !important;
}.text-presets-2\/55{
  color: rgb(204 103 119 / 0.55) !important;
}.text-presets-2\/60{
  color: rgb(204 103 119 / 0.6) !important;
}.text-presets-2\/65{
  color: rgb(204 103 119 / 0.65) !important;
}.text-presets-2\/70{
  color: rgb(204 103 119 / 0.7) !important;
}.text-presets-2\/75{
  color: rgb(204 103 119 / 0.75) !important;
}.text-presets-2\/80{
  color: rgb(204 103 119 / 0.8) !important;
}.text-presets-2\/85{
  color: rgb(204 103 119 / 0.85) !important;
}.text-presets-2\/90{
  color: rgb(204 103 119 / 0.9) !important;
}.text-presets-2\/95{
  color: rgb(204 103 119 / 0.95) !important;
}.text-presets-20{
  --tw-text-opacity: 1 !important;
  color: rgb(75 0 130 / var(--tw-text-opacity, 1)) !important;
}.text-presets-20\/0{
  color: rgb(75 0 130 / 0) !important;
}.text-presets-20\/10{
  color: rgb(75 0 130 / 0.1) !important;
}.text-presets-20\/100{
  color: rgb(75 0 130 / 1) !important;
}.text-presets-20\/15{
  color: rgb(75 0 130 / 0.15) !important;
}.text-presets-20\/20{
  color: rgb(75 0 130 / 0.2) !important;
}.text-presets-20\/25{
  color: rgb(75 0 130 / 0.25) !important;
}.text-presets-20\/30{
  color: rgb(75 0 130 / 0.3) !important;
}.text-presets-20\/35{
  color: rgb(75 0 130 / 0.35) !important;
}.text-presets-20\/40{
  color: rgb(75 0 130 / 0.4) !important;
}.text-presets-20\/45{
  color: rgb(75 0 130 / 0.45) !important;
}.text-presets-20\/5{
  color: rgb(75 0 130 / 0.05) !important;
}.text-presets-20\/50{
  color: rgb(75 0 130 / 0.5) !important;
}.text-presets-20\/55{
  color: rgb(75 0 130 / 0.55) !important;
}.text-presets-20\/60{
  color: rgb(75 0 130 / 0.6) !important;
}.text-presets-20\/65{
  color: rgb(75 0 130 / 0.65) !important;
}.text-presets-20\/70{
  color: rgb(75 0 130 / 0.7) !important;
}.text-presets-20\/75{
  color: rgb(75 0 130 / 0.75) !important;
}.text-presets-20\/80{
  color: rgb(75 0 130 / 0.8) !important;
}.text-presets-20\/85{
  color: rgb(75 0 130 / 0.85) !important;
}.text-presets-20\/90{
  color: rgb(75 0 130 / 0.9) !important;
}.text-presets-20\/95{
  color: rgb(75 0 130 / 0.95) !important;
}.text-presets-21{
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1)) !important;
}.text-presets-21\/0{
  color: rgb(255 0 255 / 0) !important;
}.text-presets-21\/10{
  color: rgb(255 0 255 / 0.1) !important;
}.text-presets-21\/100{
  color: rgb(255 0 255 / 1) !important;
}.text-presets-21\/15{
  color: rgb(255 0 255 / 0.15) !important;
}.text-presets-21\/20{
  color: rgb(255 0 255 / 0.2) !important;
}.text-presets-21\/25{
  color: rgb(255 0 255 / 0.25) !important;
}.text-presets-21\/30{
  color: rgb(255 0 255 / 0.3) !important;
}.text-presets-21\/35{
  color: rgb(255 0 255 / 0.35) !important;
}.text-presets-21\/40{
  color: rgb(255 0 255 / 0.4) !important;
}.text-presets-21\/45{
  color: rgb(255 0 255 / 0.45) !important;
}.text-presets-21\/5{
  color: rgb(255 0 255 / 0.05) !important;
}.text-presets-21\/50{
  color: rgb(255 0 255 / 0.5) !important;
}.text-presets-21\/55{
  color: rgb(255 0 255 / 0.55) !important;
}.text-presets-21\/60{
  color: rgb(255 0 255 / 0.6) !important;
}.text-presets-21\/65{
  color: rgb(255 0 255 / 0.65) !important;
}.text-presets-21\/70{
  color: rgb(255 0 255 / 0.7) !important;
}.text-presets-21\/75{
  color: rgb(255 0 255 / 0.75) !important;
}.text-presets-21\/80{
  color: rgb(255 0 255 / 0.8) !important;
}.text-presets-21\/85{
  color: rgb(255 0 255 / 0.85) !important;
}.text-presets-21\/90{
  color: rgb(255 0 255 / 0.9) !important;
}.text-presets-21\/95{
  color: rgb(255 0 255 / 0.95) !important;
}.text-presets-22{
  --tw-text-opacity: 1 !important;
  color: rgb(112 128 144 / var(--tw-text-opacity, 1)) !important;
}.text-presets-22\/0{
  color: rgb(112 128 144 / 0) !important;
}.text-presets-22\/10{
  color: rgb(112 128 144 / 0.1) !important;
}.text-presets-22\/100{
  color: rgb(112 128 144 / 1) !important;
}.text-presets-22\/15{
  color: rgb(112 128 144 / 0.15) !important;
}.text-presets-22\/20{
  color: rgb(112 128 144 / 0.2) !important;
}.text-presets-22\/25{
  color: rgb(112 128 144 / 0.25) !important;
}.text-presets-22\/30{
  color: rgb(112 128 144 / 0.3) !important;
}.text-presets-22\/35{
  color: rgb(112 128 144 / 0.35) !important;
}.text-presets-22\/40{
  color: rgb(112 128 144 / 0.4) !important;
}.text-presets-22\/45{
  color: rgb(112 128 144 / 0.45) !important;
}.text-presets-22\/5{
  color: rgb(112 128 144 / 0.05) !important;
}.text-presets-22\/50{
  color: rgb(112 128 144 / 0.5) !important;
}.text-presets-22\/55{
  color: rgb(112 128 144 / 0.55) !important;
}.text-presets-22\/60{
  color: rgb(112 128 144 / 0.6) !important;
}.text-presets-22\/65{
  color: rgb(112 128 144 / 0.65) !important;
}.text-presets-22\/70{
  color: rgb(112 128 144 / 0.7) !important;
}.text-presets-22\/75{
  color: rgb(112 128 144 / 0.75) !important;
}.text-presets-22\/80{
  color: rgb(112 128 144 / 0.8) !important;
}.text-presets-22\/85{
  color: rgb(112 128 144 / 0.85) !important;
}.text-presets-22\/90{
  color: rgb(112 128 144 / 0.9) !important;
}.text-presets-22\/95{
  color: rgb(112 128 144 / 0.95) !important;
}.text-presets-23{
  --tw-text-opacity: 1 !important;
  color: rgb(255 218 185 / var(--tw-text-opacity, 1)) !important;
}.text-presets-23\/0{
  color: rgb(255 218 185 / 0) !important;
}.text-presets-23\/10{
  color: rgb(255 218 185 / 0.1) !important;
}.text-presets-23\/100{
  color: rgb(255 218 185 / 1) !important;
}.text-presets-23\/15{
  color: rgb(255 218 185 / 0.15) !important;
}.text-presets-23\/20{
  color: rgb(255 218 185 / 0.2) !important;
}.text-presets-23\/25{
  color: rgb(255 218 185 / 0.25) !important;
}.text-presets-23\/30{
  color: rgb(255 218 185 / 0.3) !important;
}.text-presets-23\/35{
  color: rgb(255 218 185 / 0.35) !important;
}.text-presets-23\/40{
  color: rgb(255 218 185 / 0.4) !important;
}.text-presets-23\/45{
  color: rgb(255 218 185 / 0.45) !important;
}.text-presets-23\/5{
  color: rgb(255 218 185 / 0.05) !important;
}.text-presets-23\/50{
  color: rgb(255 218 185 / 0.5) !important;
}.text-presets-23\/55{
  color: rgb(255 218 185 / 0.55) !important;
}.text-presets-23\/60{
  color: rgb(255 218 185 / 0.6) !important;
}.text-presets-23\/65{
  color: rgb(255 218 185 / 0.65) !important;
}.text-presets-23\/70{
  color: rgb(255 218 185 / 0.7) !important;
}.text-presets-23\/75{
  color: rgb(255 218 185 / 0.75) !important;
}.text-presets-23\/80{
  color: rgb(255 218 185 / 0.8) !important;
}.text-presets-23\/85{
  color: rgb(255 218 185 / 0.85) !important;
}.text-presets-23\/90{
  color: rgb(255 218 185 / 0.9) !important;
}.text-presets-23\/95{
  color: rgb(255 218 185 / 0.95) !important;
}.text-presets-3{
  --tw-text-opacity: 1 !important;
  color: rgb(231 159 3 / var(--tw-text-opacity, 1)) !important;
}.text-presets-3\/0{
  color: rgb(231 159 3 / 0) !important;
}.text-presets-3\/10{
  color: rgb(231 159 3 / 0.1) !important;
}.text-presets-3\/100{
  color: rgb(231 159 3 / 1) !important;
}.text-presets-3\/15{
  color: rgb(231 159 3 / 0.15) !important;
}.text-presets-3\/20{
  color: rgb(231 159 3 / 0.2) !important;
}.text-presets-3\/25{
  color: rgb(231 159 3 / 0.25) !important;
}.text-presets-3\/30{
  color: rgb(231 159 3 / 0.3) !important;
}.text-presets-3\/35{
  color: rgb(231 159 3 / 0.35) !important;
}.text-presets-3\/40{
  color: rgb(231 159 3 / 0.4) !important;
}.text-presets-3\/45{
  color: rgb(231 159 3 / 0.45) !important;
}.text-presets-3\/5{
  color: rgb(231 159 3 / 0.05) !important;
}.text-presets-3\/50{
  color: rgb(231 159 3 / 0.5) !important;
}.text-presets-3\/55{
  color: rgb(231 159 3 / 0.55) !important;
}.text-presets-3\/60{
  color: rgb(231 159 3 / 0.6) !important;
}.text-presets-3\/65{
  color: rgb(231 159 3 / 0.65) !important;
}.text-presets-3\/70{
  color: rgb(231 159 3 / 0.7) !important;
}.text-presets-3\/75{
  color: rgb(231 159 3 / 0.75) !important;
}.text-presets-3\/80{
  color: rgb(231 159 3 / 0.8) !important;
}.text-presets-3\/85{
  color: rgb(231 159 3 / 0.85) !important;
}.text-presets-3\/90{
  color: rgb(231 159 3 / 0.9) !important;
}.text-presets-3\/95{
  color: rgb(231 159 3 / 0.95) !important;
}.text-presets-4{
  --tw-text-opacity: 1 !important;
  color: rgb(67 169 154 / var(--tw-text-opacity, 1)) !important;
}.text-presets-4\/0{
  color: rgb(67 169 154 / 0) !important;
}.text-presets-4\/10{
  color: rgb(67 169 154 / 0.1) !important;
}.text-presets-4\/100{
  color: rgb(67 169 154 / 1) !important;
}.text-presets-4\/15{
  color: rgb(67 169 154 / 0.15) !important;
}.text-presets-4\/20{
  color: rgb(67 169 154 / 0.2) !important;
}.text-presets-4\/25{
  color: rgb(67 169 154 / 0.25) !important;
}.text-presets-4\/30{
  color: rgb(67 169 154 / 0.3) !important;
}.text-presets-4\/35{
  color: rgb(67 169 154 / 0.35) !important;
}.text-presets-4\/40{
  color: rgb(67 169 154 / 0.4) !important;
}.text-presets-4\/45{
  color: rgb(67 169 154 / 0.45) !important;
}.text-presets-4\/5{
  color: rgb(67 169 154 / 0.05) !important;
}.text-presets-4\/50{
  color: rgb(67 169 154 / 0.5) !important;
}.text-presets-4\/55{
  color: rgb(67 169 154 / 0.55) !important;
}.text-presets-4\/60{
  color: rgb(67 169 154 / 0.6) !important;
}.text-presets-4\/65{
  color: rgb(67 169 154 / 0.65) !important;
}.text-presets-4\/70{
  color: rgb(67 169 154 / 0.7) !important;
}.text-presets-4\/75{
  color: rgb(67 169 154 / 0.75) !important;
}.text-presets-4\/80{
  color: rgb(67 169 154 / 0.8) !important;
}.text-presets-4\/85{
  color: rgb(67 169 154 / 0.85) !important;
}.text-presets-4\/90{
  color: rgb(67 169 154 / 0.9) !important;
}.text-presets-4\/95{
  color: rgb(67 169 154 / 0.95) !important;
}.text-presets-5{
  --tw-text-opacity: 1 !important;
  color: rgb(123 170 247 / var(--tw-text-opacity, 1)) !important;
}.text-presets-5\/0{
  color: rgb(123 170 247 / 0) !important;
}.text-presets-5\/10{
  color: rgb(123 170 247 / 0.1) !important;
}.text-presets-5\/100{
  color: rgb(123 170 247 / 1) !important;
}.text-presets-5\/15{
  color: rgb(123 170 247 / 0.15) !important;
}.text-presets-5\/20{
  color: rgb(123 170 247 / 0.2) !important;
}.text-presets-5\/25{
  color: rgb(123 170 247 / 0.25) !important;
}.text-presets-5\/30{
  color: rgb(123 170 247 / 0.3) !important;
}.text-presets-5\/35{
  color: rgb(123 170 247 / 0.35) !important;
}.text-presets-5\/40{
  color: rgb(123 170 247 / 0.4) !important;
}.text-presets-5\/45{
  color: rgb(123 170 247 / 0.45) !important;
}.text-presets-5\/5{
  color: rgb(123 170 247 / 0.05) !important;
}.text-presets-5\/50{
  color: rgb(123 170 247 / 0.5) !important;
}.text-presets-5\/55{
  color: rgb(123 170 247 / 0.55) !important;
}.text-presets-5\/60{
  color: rgb(123 170 247 / 0.6) !important;
}.text-presets-5\/65{
  color: rgb(123 170 247 / 0.65) !important;
}.text-presets-5\/70{
  color: rgb(123 170 247 / 0.7) !important;
}.text-presets-5\/75{
  color: rgb(123 170 247 / 0.75) !important;
}.text-presets-5\/80{
  color: rgb(123 170 247 / 0.8) !important;
}.text-presets-5\/85{
  color: rgb(123 170 247 / 0.85) !important;
}.text-presets-5\/90{
  color: rgb(123 170 247 / 0.9) !important;
}.text-presets-5\/95{
  color: rgb(123 170 247 / 0.95) !important;
}.text-presets-6{
  --tw-text-opacity: 1 !important;
  color: rgb(240 123 114 / var(--tw-text-opacity, 1)) !important;
}.text-presets-6\/0{
  color: rgb(240 123 114 / 0) !important;
}.text-presets-6\/10{
  color: rgb(240 123 114 / 0.1) !important;
}.text-presets-6\/100{
  color: rgb(240 123 114 / 1) !important;
}.text-presets-6\/15{
  color: rgb(240 123 114 / 0.15) !important;
}.text-presets-6\/20{
  color: rgb(240 123 114 / 0.2) !important;
}.text-presets-6\/25{
  color: rgb(240 123 114 / 0.25) !important;
}.text-presets-6\/30{
  color: rgb(240 123 114 / 0.3) !important;
}.text-presets-6\/35{
  color: rgb(240 123 114 / 0.35) !important;
}.text-presets-6\/40{
  color: rgb(240 123 114 / 0.4) !important;
}.text-presets-6\/45{
  color: rgb(240 123 114 / 0.45) !important;
}.text-presets-6\/5{
  color: rgb(240 123 114 / 0.05) !important;
}.text-presets-6\/50{
  color: rgb(240 123 114 / 0.5) !important;
}.text-presets-6\/55{
  color: rgb(240 123 114 / 0.55) !important;
}.text-presets-6\/60{
  color: rgb(240 123 114 / 0.6) !important;
}.text-presets-6\/65{
  color: rgb(240 123 114 / 0.65) !important;
}.text-presets-6\/70{
  color: rgb(240 123 114 / 0.7) !important;
}.text-presets-6\/75{
  color: rgb(240 123 114 / 0.75) !important;
}.text-presets-6\/80{
  color: rgb(240 123 114 / 0.8) !important;
}.text-presets-6\/85{
  color: rgb(240 123 114 / 0.85) !important;
}.text-presets-6\/90{
  color: rgb(240 123 114 / 0.9) !important;
}.text-presets-6\/95{
  color: rgb(240 123 114 / 0.95) !important;
}.text-presets-7{
  --tw-text-opacity: 1 !important;
  color: rgb(252 208 79 / var(--tw-text-opacity, 1)) !important;
}.text-presets-7\/0{
  color: rgb(252 208 79 / 0) !important;
}.text-presets-7\/10{
  color: rgb(252 208 79 / 0.1) !important;
}.text-presets-7\/100{
  color: rgb(252 208 79 / 1) !important;
}.text-presets-7\/15{
  color: rgb(252 208 79 / 0.15) !important;
}.text-presets-7\/20{
  color: rgb(252 208 79 / 0.2) !important;
}.text-presets-7\/25{
  color: rgb(252 208 79 / 0.25) !important;
}.text-presets-7\/30{
  color: rgb(252 208 79 / 0.3) !important;
}.text-presets-7\/35{
  color: rgb(252 208 79 / 0.35) !important;
}.text-presets-7\/40{
  color: rgb(252 208 79 / 0.4) !important;
}.text-presets-7\/45{
  color: rgb(252 208 79 / 0.45) !important;
}.text-presets-7\/5{
  color: rgb(252 208 79 / 0.05) !important;
}.text-presets-7\/50{
  color: rgb(252 208 79 / 0.5) !important;
}.text-presets-7\/55{
  color: rgb(252 208 79 / 0.55) !important;
}.text-presets-7\/60{
  color: rgb(252 208 79 / 0.6) !important;
}.text-presets-7\/65{
  color: rgb(252 208 79 / 0.65) !important;
}.text-presets-7\/70{
  color: rgb(252 208 79 / 0.7) !important;
}.text-presets-7\/75{
  color: rgb(252 208 79 / 0.75) !important;
}.text-presets-7\/80{
  color: rgb(252 208 79 / 0.8) !important;
}.text-presets-7\/85{
  color: rgb(252 208 79 / 0.85) !important;
}.text-presets-7\/90{
  color: rgb(252 208 79 / 0.9) !important;
}.text-presets-7\/95{
  color: rgb(252 208 79 / 0.95) !important;
}.text-presets-8{
  --tw-text-opacity: 1 !important;
  color: rgb(113 194 135 / var(--tw-text-opacity, 1)) !important;
}.text-presets-8\/0{
  color: rgb(113 194 135 / 0) !important;
}.text-presets-8\/10{
  color: rgb(113 194 135 / 0.1) !important;
}.text-presets-8\/100{
  color: rgb(113 194 135 / 1) !important;
}.text-presets-8\/15{
  color: rgb(113 194 135 / 0.15) !important;
}.text-presets-8\/20{
  color: rgb(113 194 135 / 0.2) !important;
}.text-presets-8\/25{
  color: rgb(113 194 135 / 0.25) !important;
}.text-presets-8\/30{
  color: rgb(113 194 135 / 0.3) !important;
}.text-presets-8\/35{
  color: rgb(113 194 135 / 0.35) !important;
}.text-presets-8\/40{
  color: rgb(113 194 135 / 0.4) !important;
}.text-presets-8\/45{
  color: rgb(113 194 135 / 0.45) !important;
}.text-presets-8\/5{
  color: rgb(113 194 135 / 0.05) !important;
}.text-presets-8\/50{
  color: rgb(113 194 135 / 0.5) !important;
}.text-presets-8\/55{
  color: rgb(113 194 135 / 0.55) !important;
}.text-presets-8\/60{
  color: rgb(113 194 135 / 0.6) !important;
}.text-presets-8\/65{
  color: rgb(113 194 135 / 0.65) !important;
}.text-presets-8\/70{
  color: rgb(113 194 135 / 0.7) !important;
}.text-presets-8\/75{
  color: rgb(113 194 135 / 0.75) !important;
}.text-presets-8\/80{
  color: rgb(113 194 135 / 0.8) !important;
}.text-presets-8\/85{
  color: rgb(113 194 135 / 0.85) !important;
}.text-presets-8\/90{
  color: rgb(113 194 135 / 0.9) !important;
}.text-presets-8\/95{
  color: rgb(113 194 135 / 0.95) !important;
}.text-presets-9{
  --tw-text-opacity: 1 !important;
  color: rgb(255 153 77 / var(--tw-text-opacity, 1)) !important;
}.text-presets-9\/0{
  color: rgb(255 153 77 / 0) !important;
}.text-presets-9\/10{
  color: rgb(255 153 77 / 0.1) !important;
}.text-presets-9\/100{
  color: rgb(255 153 77 / 1) !important;
}.text-presets-9\/15{
  color: rgb(255 153 77 / 0.15) !important;
}.text-presets-9\/20{
  color: rgb(255 153 77 / 0.2) !important;
}.text-presets-9\/25{
  color: rgb(255 153 77 / 0.25) !important;
}.text-presets-9\/30{
  color: rgb(255 153 77 / 0.3) !important;
}.text-presets-9\/35{
  color: rgb(255 153 77 / 0.35) !important;
}.text-presets-9\/40{
  color: rgb(255 153 77 / 0.4) !important;
}.text-presets-9\/45{
  color: rgb(255 153 77 / 0.45) !important;
}.text-presets-9\/5{
  color: rgb(255 153 77 / 0.05) !important;
}.text-presets-9\/50{
  color: rgb(255 153 77 / 0.5) !important;
}.text-presets-9\/55{
  color: rgb(255 153 77 / 0.55) !important;
}.text-presets-9\/60{
  color: rgb(255 153 77 / 0.6) !important;
}.text-presets-9\/65{
  color: rgb(255 153 77 / 0.65) !important;
}.text-presets-9\/70{
  color: rgb(255 153 77 / 0.7) !important;
}.text-presets-9\/75{
  color: rgb(255 153 77 / 0.75) !important;
}.text-presets-9\/80{
  color: rgb(255 153 77 / 0.8) !important;
}.text-presets-9\/85{
  color: rgb(255 153 77 / 0.85) !important;
}.text-presets-9\/90{
  color: rgb(255 153 77 / 0.9) !important;
}.text-presets-9\/95{
  color: rgb(255 153 77 / 0.95) !important;
}.text-presets-all-0{
  --tw-text-opacity: 1 !important;
  color: rgb(159 100 203 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-0\/0{
  color: rgb(159 100 203 / 0) !important;
}.text-presets-all-0\/10{
  color: rgb(159 100 203 / 0.1) !important;
}.text-presets-all-0\/100{
  color: rgb(159 100 203 / 1) !important;
}.text-presets-all-0\/15{
  color: rgb(159 100 203 / 0.15) !important;
}.text-presets-all-0\/20{
  color: rgb(159 100 203 / 0.2) !important;
}.text-presets-all-0\/25{
  color: rgb(159 100 203 / 0.25) !important;
}.text-presets-all-0\/30{
  color: rgb(159 100 203 / 0.3) !important;
}.text-presets-all-0\/35{
  color: rgb(159 100 203 / 0.35) !important;
}.text-presets-all-0\/40{
  color: rgb(159 100 203 / 0.4) !important;
}.text-presets-all-0\/45{
  color: rgb(159 100 203 / 0.45) !important;
}.text-presets-all-0\/5{
  color: rgb(159 100 203 / 0.05) !important;
}.text-presets-all-0\/50{
  color: rgb(159 100 203 / 0.5) !important;
}.text-presets-all-0\/55{
  color: rgb(159 100 203 / 0.55) !important;
}.text-presets-all-0\/60{
  color: rgb(159 100 203 / 0.6) !important;
}.text-presets-all-0\/65{
  color: rgb(159 100 203 / 0.65) !important;
}.text-presets-all-0\/70{
  color: rgb(159 100 203 / 0.7) !important;
}.text-presets-all-0\/75{
  color: rgb(159 100 203 / 0.75) !important;
}.text-presets-all-0\/80{
  color: rgb(159 100 203 / 0.8) !important;
}.text-presets-all-0\/85{
  color: rgb(159 100 203 / 0.85) !important;
}.text-presets-all-0\/90{
  color: rgb(159 100 203 / 0.9) !important;
}.text-presets-all-0\/95{
  color: rgb(159 100 203 / 0.95) !important;
}.text-presets-all-1{
  --tw-text-opacity: 1 !important;
  color: rgb(87 180 233 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-1\/0{
  color: rgb(87 180 233 / 0) !important;
}.text-presets-all-1\/10{
  color: rgb(87 180 233 / 0.1) !important;
}.text-presets-all-1\/100{
  color: rgb(87 180 233 / 1) !important;
}.text-presets-all-1\/15{
  color: rgb(87 180 233 / 0.15) !important;
}.text-presets-all-1\/20{
  color: rgb(87 180 233 / 0.2) !important;
}.text-presets-all-1\/25{
  color: rgb(87 180 233 / 0.25) !important;
}.text-presets-all-1\/30{
  color: rgb(87 180 233 / 0.3) !important;
}.text-presets-all-1\/35{
  color: rgb(87 180 233 / 0.35) !important;
}.text-presets-all-1\/40{
  color: rgb(87 180 233 / 0.4) !important;
}.text-presets-all-1\/45{
  color: rgb(87 180 233 / 0.45) !important;
}.text-presets-all-1\/5{
  color: rgb(87 180 233 / 0.05) !important;
}.text-presets-all-1\/50{
  color: rgb(87 180 233 / 0.5) !important;
}.text-presets-all-1\/55{
  color: rgb(87 180 233 / 0.55) !important;
}.text-presets-all-1\/60{
  color: rgb(87 180 233 / 0.6) !important;
}.text-presets-all-1\/65{
  color: rgb(87 180 233 / 0.65) !important;
}.text-presets-all-1\/70{
  color: rgb(87 180 233 / 0.7) !important;
}.text-presets-all-1\/75{
  color: rgb(87 180 233 / 0.75) !important;
}.text-presets-all-1\/80{
  color: rgb(87 180 233 / 0.8) !important;
}.text-presets-all-1\/85{
  color: rgb(87 180 233 / 0.85) !important;
}.text-presets-all-1\/90{
  color: rgb(87 180 233 / 0.9) !important;
}.text-presets-all-1\/95{
  color: rgb(87 180 233 / 0.95) !important;
}.text-presets-all-10{
  --tw-text-opacity: 1 !important;
  color: rgb(170 68 153 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-10\/0{
  color: rgb(170 68 153 / 0) !important;
}.text-presets-all-10\/10{
  color: rgb(170 68 153 / 0.1) !important;
}.text-presets-all-10\/100{
  color: rgb(170 68 153 / 1) !important;
}.text-presets-all-10\/15{
  color: rgb(170 68 153 / 0.15) !important;
}.text-presets-all-10\/20{
  color: rgb(170 68 153 / 0.2) !important;
}.text-presets-all-10\/25{
  color: rgb(170 68 153 / 0.25) !important;
}.text-presets-all-10\/30{
  color: rgb(170 68 153 / 0.3) !important;
}.text-presets-all-10\/35{
  color: rgb(170 68 153 / 0.35) !important;
}.text-presets-all-10\/40{
  color: rgb(170 68 153 / 0.4) !important;
}.text-presets-all-10\/45{
  color: rgb(170 68 153 / 0.45) !important;
}.text-presets-all-10\/5{
  color: rgb(170 68 153 / 0.05) !important;
}.text-presets-all-10\/50{
  color: rgb(170 68 153 / 0.5) !important;
}.text-presets-all-10\/55{
  color: rgb(170 68 153 / 0.55) !important;
}.text-presets-all-10\/60{
  color: rgb(170 68 153 / 0.6) !important;
}.text-presets-all-10\/65{
  color: rgb(170 68 153 / 0.65) !important;
}.text-presets-all-10\/70{
  color: rgb(170 68 153 / 0.7) !important;
}.text-presets-all-10\/75{
  color: rgb(170 68 153 / 0.75) !important;
}.text-presets-all-10\/80{
  color: rgb(170 68 153 / 0.8) !important;
}.text-presets-all-10\/85{
  color: rgb(170 68 153 / 0.85) !important;
}.text-presets-all-10\/90{
  color: rgb(170 68 153 / 0.9) !important;
}.text-presets-all-10\/95{
  color: rgb(170 68 153 / 0.95) !important;
}.text-presets-all-11{
  --tw-text-opacity: 1 !important;
  color: rgb(126 31 78 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-11\/0{
  color: rgb(126 31 78 / 0) !important;
}.text-presets-all-11\/10{
  color: rgb(126 31 78 / 0.1) !important;
}.text-presets-all-11\/100{
  color: rgb(126 31 78 / 1) !important;
}.text-presets-all-11\/15{
  color: rgb(126 31 78 / 0.15) !important;
}.text-presets-all-11\/20{
  color: rgb(126 31 78 / 0.2) !important;
}.text-presets-all-11\/25{
  color: rgb(126 31 78 / 0.25) !important;
}.text-presets-all-11\/30{
  color: rgb(126 31 78 / 0.3) !important;
}.text-presets-all-11\/35{
  color: rgb(126 31 78 / 0.35) !important;
}.text-presets-all-11\/40{
  color: rgb(126 31 78 / 0.4) !important;
}.text-presets-all-11\/45{
  color: rgb(126 31 78 / 0.45) !important;
}.text-presets-all-11\/5{
  color: rgb(126 31 78 / 0.05) !important;
}.text-presets-all-11\/50{
  color: rgb(126 31 78 / 0.5) !important;
}.text-presets-all-11\/55{
  color: rgb(126 31 78 / 0.55) !important;
}.text-presets-all-11\/60{
  color: rgb(126 31 78 / 0.6) !important;
}.text-presets-all-11\/65{
  color: rgb(126 31 78 / 0.65) !important;
}.text-presets-all-11\/70{
  color: rgb(126 31 78 / 0.7) !important;
}.text-presets-all-11\/75{
  color: rgb(126 31 78 / 0.75) !important;
}.text-presets-all-11\/80{
  color: rgb(126 31 78 / 0.8) !important;
}.text-presets-all-11\/85{
  color: rgb(126 31 78 / 0.85) !important;
}.text-presets-all-11\/90{
  color: rgb(126 31 78 / 0.9) !important;
}.text-presets-all-11\/95{
  color: rgb(126 31 78 / 0.95) !important;
}.text-presets-all-12{
  --tw-text-opacity: 1 !important;
  color: rgb(25 71 145 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-12\/0{
  color: rgb(25 71 145 / 0) !important;
}.text-presets-all-12\/10{
  color: rgb(25 71 145 / 0.1) !important;
}.text-presets-all-12\/100{
  color: rgb(25 71 145 / 1) !important;
}.text-presets-all-12\/15{
  color: rgb(25 71 145 / 0.15) !important;
}.text-presets-all-12\/20{
  color: rgb(25 71 145 / 0.2) !important;
}.text-presets-all-12\/25{
  color: rgb(25 71 145 / 0.25) !important;
}.text-presets-all-12\/30{
  color: rgb(25 71 145 / 0.3) !important;
}.text-presets-all-12\/35{
  color: rgb(25 71 145 / 0.35) !important;
}.text-presets-all-12\/40{
  color: rgb(25 71 145 / 0.4) !important;
}.text-presets-all-12\/45{
  color: rgb(25 71 145 / 0.45) !important;
}.text-presets-all-12\/5{
  color: rgb(25 71 145 / 0.05) !important;
}.text-presets-all-12\/50{
  color: rgb(25 71 145 / 0.5) !important;
}.text-presets-all-12\/55{
  color: rgb(25 71 145 / 0.55) !important;
}.text-presets-all-12\/60{
  color: rgb(25 71 145 / 0.6) !important;
}.text-presets-all-12\/65{
  color: rgb(25 71 145 / 0.65) !important;
}.text-presets-all-12\/70{
  color: rgb(25 71 145 / 0.7) !important;
}.text-presets-all-12\/75{
  color: rgb(25 71 145 / 0.75) !important;
}.text-presets-all-12\/80{
  color: rgb(25 71 145 / 0.8) !important;
}.text-presets-all-12\/85{
  color: rgb(25 71 145 / 0.85) !important;
}.text-presets-all-12\/90{
  color: rgb(25 71 145 / 0.9) !important;
}.text-presets-all-12\/95{
  color: rgb(25 71 145 / 0.95) !important;
}.text-presets-all-13{
  --tw-text-opacity: 1 !important;
  color: rgb(40 104 246 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-13\/0{
  color: rgb(40 104 246 / 0) !important;
}.text-presets-all-13\/10{
  color: rgb(40 104 246 / 0.1) !important;
}.text-presets-all-13\/100{
  color: rgb(40 104 246 / 1) !important;
}.text-presets-all-13\/15{
  color: rgb(40 104 246 / 0.15) !important;
}.text-presets-all-13\/20{
  color: rgb(40 104 246 / 0.2) !important;
}.text-presets-all-13\/25{
  color: rgb(40 104 246 / 0.25) !important;
}.text-presets-all-13\/30{
  color: rgb(40 104 246 / 0.3) !important;
}.text-presets-all-13\/35{
  color: rgb(40 104 246 / 0.35) !important;
}.text-presets-all-13\/40{
  color: rgb(40 104 246 / 0.4) !important;
}.text-presets-all-13\/45{
  color: rgb(40 104 246 / 0.45) !important;
}.text-presets-all-13\/5{
  color: rgb(40 104 246 / 0.05) !important;
}.text-presets-all-13\/50{
  color: rgb(40 104 246 / 0.5) !important;
}.text-presets-all-13\/55{
  color: rgb(40 104 246 / 0.55) !important;
}.text-presets-all-13\/60{
  color: rgb(40 104 246 / 0.6) !important;
}.text-presets-all-13\/65{
  color: rgb(40 104 246 / 0.65) !important;
}.text-presets-all-13\/70{
  color: rgb(40 104 246 / 0.7) !important;
}.text-presets-all-13\/75{
  color: rgb(40 104 246 / 0.75) !important;
}.text-presets-all-13\/80{
  color: rgb(40 104 246 / 0.8) !important;
}.text-presets-all-13\/85{
  color: rgb(40 104 246 / 0.85) !important;
}.text-presets-all-13\/90{
  color: rgb(40 104 246 / 0.9) !important;
}.text-presets-all-13\/95{
  color: rgb(40 104 246 / 0.95) !important;
}.text-presets-all-14{
  --tw-text-opacity: 1 !important;
  color: rgb(159 100 203 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-14\/0{
  color: rgb(159 100 203 / 0) !important;
}.text-presets-all-14\/10{
  color: rgb(159 100 203 / 0.1) !important;
}.text-presets-all-14\/100{
  color: rgb(159 100 203 / 1) !important;
}.text-presets-all-14\/15{
  color: rgb(159 100 203 / 0.15) !important;
}.text-presets-all-14\/20{
  color: rgb(159 100 203 / 0.2) !important;
}.text-presets-all-14\/25{
  color: rgb(159 100 203 / 0.25) !important;
}.text-presets-all-14\/30{
  color: rgb(159 100 203 / 0.3) !important;
}.text-presets-all-14\/35{
  color: rgb(159 100 203 / 0.35) !important;
}.text-presets-all-14\/40{
  color: rgb(159 100 203 / 0.4) !important;
}.text-presets-all-14\/45{
  color: rgb(159 100 203 / 0.45) !important;
}.text-presets-all-14\/5{
  color: rgb(159 100 203 / 0.05) !important;
}.text-presets-all-14\/50{
  color: rgb(159 100 203 / 0.5) !important;
}.text-presets-all-14\/55{
  color: rgb(159 100 203 / 0.55) !important;
}.text-presets-all-14\/60{
  color: rgb(159 100 203 / 0.6) !important;
}.text-presets-all-14\/65{
  color: rgb(159 100 203 / 0.65) !important;
}.text-presets-all-14\/70{
  color: rgb(159 100 203 / 0.7) !important;
}.text-presets-all-14\/75{
  color: rgb(159 100 203 / 0.75) !important;
}.text-presets-all-14\/80{
  color: rgb(159 100 203 / 0.8) !important;
}.text-presets-all-14\/85{
  color: rgb(159 100 203 / 0.85) !important;
}.text-presets-all-14\/90{
  color: rgb(159 100 203 / 0.9) !important;
}.text-presets-all-14\/95{
  color: rgb(159 100 203 / 0.95) !important;
}.text-presets-all-15{
  --tw-text-opacity: 1 !important;
  color: rgb(126 31 78 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-15\/0{
  color: rgb(126 31 78 / 0) !important;
}.text-presets-all-15\/10{
  color: rgb(126 31 78 / 0.1) !important;
}.text-presets-all-15\/100{
  color: rgb(126 31 78 / 1) !important;
}.text-presets-all-15\/15{
  color: rgb(126 31 78 / 0.15) !important;
}.text-presets-all-15\/20{
  color: rgb(126 31 78 / 0.2) !important;
}.text-presets-all-15\/25{
  color: rgb(126 31 78 / 0.25) !important;
}.text-presets-all-15\/30{
  color: rgb(126 31 78 / 0.3) !important;
}.text-presets-all-15\/35{
  color: rgb(126 31 78 / 0.35) !important;
}.text-presets-all-15\/40{
  color: rgb(126 31 78 / 0.4) !important;
}.text-presets-all-15\/45{
  color: rgb(126 31 78 / 0.45) !important;
}.text-presets-all-15\/5{
  color: rgb(126 31 78 / 0.05) !important;
}.text-presets-all-15\/50{
  color: rgb(126 31 78 / 0.5) !important;
}.text-presets-all-15\/55{
  color: rgb(126 31 78 / 0.55) !important;
}.text-presets-all-15\/60{
  color: rgb(126 31 78 / 0.6) !important;
}.text-presets-all-15\/65{
  color: rgb(126 31 78 / 0.65) !important;
}.text-presets-all-15\/70{
  color: rgb(126 31 78 / 0.7) !important;
}.text-presets-all-15\/75{
  color: rgb(126 31 78 / 0.75) !important;
}.text-presets-all-15\/80{
  color: rgb(126 31 78 / 0.8) !important;
}.text-presets-all-15\/85{
  color: rgb(126 31 78 / 0.85) !important;
}.text-presets-all-15\/90{
  color: rgb(126 31 78 / 0.9) !important;
}.text-presets-all-15\/95{
  color: rgb(126 31 78 / 0.95) !important;
}.text-presets-all-16{
  --tw-text-opacity: 1 !important;
  color: rgb(231 159 3 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-16\/0{
  color: rgb(231 159 3 / 0) !important;
}.text-presets-all-16\/10{
  color: rgb(231 159 3 / 0.1) !important;
}.text-presets-all-16\/100{
  color: rgb(231 159 3 / 1) !important;
}.text-presets-all-16\/15{
  color: rgb(231 159 3 / 0.15) !important;
}.text-presets-all-16\/20{
  color: rgb(231 159 3 / 0.2) !important;
}.text-presets-all-16\/25{
  color: rgb(231 159 3 / 0.25) !important;
}.text-presets-all-16\/30{
  color: rgb(231 159 3 / 0.3) !important;
}.text-presets-all-16\/35{
  color: rgb(231 159 3 / 0.35) !important;
}.text-presets-all-16\/40{
  color: rgb(231 159 3 / 0.4) !important;
}.text-presets-all-16\/45{
  color: rgb(231 159 3 / 0.45) !important;
}.text-presets-all-16\/5{
  color: rgb(231 159 3 / 0.05) !important;
}.text-presets-all-16\/50{
  color: rgb(231 159 3 / 0.5) !important;
}.text-presets-all-16\/55{
  color: rgb(231 159 3 / 0.55) !important;
}.text-presets-all-16\/60{
  color: rgb(231 159 3 / 0.6) !important;
}.text-presets-all-16\/65{
  color: rgb(231 159 3 / 0.65) !important;
}.text-presets-all-16\/70{
  color: rgb(231 159 3 / 0.7) !important;
}.text-presets-all-16\/75{
  color: rgb(231 159 3 / 0.75) !important;
}.text-presets-all-16\/80{
  color: rgb(231 159 3 / 0.8) !important;
}.text-presets-all-16\/85{
  color: rgb(231 159 3 / 0.85) !important;
}.text-presets-all-16\/90{
  color: rgb(231 159 3 / 0.9) !important;
}.text-presets-all-16\/95{
  color: rgb(231 159 3 / 0.95) !important;
}.text-presets-all-17{
  --tw-text-opacity: 1 !important;
  color: rgb(231 159 3 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-17\/0{
  color: rgb(231 159 3 / 0) !important;
}.text-presets-all-17\/10{
  color: rgb(231 159 3 / 0.1) !important;
}.text-presets-all-17\/100{
  color: rgb(231 159 3 / 1) !important;
}.text-presets-all-17\/15{
  color: rgb(231 159 3 / 0.15) !important;
}.text-presets-all-17\/20{
  color: rgb(231 159 3 / 0.2) !important;
}.text-presets-all-17\/25{
  color: rgb(231 159 3 / 0.25) !important;
}.text-presets-all-17\/30{
  color: rgb(231 159 3 / 0.3) !important;
}.text-presets-all-17\/35{
  color: rgb(231 159 3 / 0.35) !important;
}.text-presets-all-17\/40{
  color: rgb(231 159 3 / 0.4) !important;
}.text-presets-all-17\/45{
  color: rgb(231 159 3 / 0.45) !important;
}.text-presets-all-17\/5{
  color: rgb(231 159 3 / 0.05) !important;
}.text-presets-all-17\/50{
  color: rgb(231 159 3 / 0.5) !important;
}.text-presets-all-17\/55{
  color: rgb(231 159 3 / 0.55) !important;
}.text-presets-all-17\/60{
  color: rgb(231 159 3 / 0.6) !important;
}.text-presets-all-17\/65{
  color: rgb(231 159 3 / 0.65) !important;
}.text-presets-all-17\/70{
  color: rgb(231 159 3 / 0.7) !important;
}.text-presets-all-17\/75{
  color: rgb(231 159 3 / 0.75) !important;
}.text-presets-all-17\/80{
  color: rgb(231 159 3 / 0.8) !important;
}.text-presets-all-17\/85{
  color: rgb(231 159 3 / 0.85) !important;
}.text-presets-all-17\/90{
  color: rgb(231 159 3 / 0.9) !important;
}.text-presets-all-17\/95{
  color: rgb(231 159 3 / 0.95) !important;
}.text-presets-all-18{
  --tw-text-opacity: 1 !important;
  color: rgb(87 180 233 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-18\/0{
  color: rgb(87 180 233 / 0) !important;
}.text-presets-all-18\/10{
  color: rgb(87 180 233 / 0.1) !important;
}.text-presets-all-18\/100{
  color: rgb(87 180 233 / 1) !important;
}.text-presets-all-18\/15{
  color: rgb(87 180 233 / 0.15) !important;
}.text-presets-all-18\/20{
  color: rgb(87 180 233 / 0.2) !important;
}.text-presets-all-18\/25{
  color: rgb(87 180 233 / 0.25) !important;
}.text-presets-all-18\/30{
  color: rgb(87 180 233 / 0.3) !important;
}.text-presets-all-18\/35{
  color: rgb(87 180 233 / 0.35) !important;
}.text-presets-all-18\/40{
  color: rgb(87 180 233 / 0.4) !important;
}.text-presets-all-18\/45{
  color: rgb(87 180 233 / 0.45) !important;
}.text-presets-all-18\/5{
  color: rgb(87 180 233 / 0.05) !important;
}.text-presets-all-18\/50{
  color: rgb(87 180 233 / 0.5) !important;
}.text-presets-all-18\/55{
  color: rgb(87 180 233 / 0.55) !important;
}.text-presets-all-18\/60{
  color: rgb(87 180 233 / 0.6) !important;
}.text-presets-all-18\/65{
  color: rgb(87 180 233 / 0.65) !important;
}.text-presets-all-18\/70{
  color: rgb(87 180 233 / 0.7) !important;
}.text-presets-all-18\/75{
  color: rgb(87 180 233 / 0.75) !important;
}.text-presets-all-18\/80{
  color: rgb(87 180 233 / 0.8) !important;
}.text-presets-all-18\/85{
  color: rgb(87 180 233 / 0.85) !important;
}.text-presets-all-18\/90{
  color: rgb(87 180 233 / 0.9) !important;
}.text-presets-all-18\/95{
  color: rgb(87 180 233 / 0.95) !important;
}.text-presets-all-19{
  --tw-text-opacity: 1 !important;
  color: rgb(0 158 115 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-19\/0{
  color: rgb(0 158 115 / 0) !important;
}.text-presets-all-19\/10{
  color: rgb(0 158 115 / 0.1) !important;
}.text-presets-all-19\/100{
  color: rgb(0 158 115 / 1) !important;
}.text-presets-all-19\/15{
  color: rgb(0 158 115 / 0.15) !important;
}.text-presets-all-19\/20{
  color: rgb(0 158 115 / 0.2) !important;
}.text-presets-all-19\/25{
  color: rgb(0 158 115 / 0.25) !important;
}.text-presets-all-19\/30{
  color: rgb(0 158 115 / 0.3) !important;
}.text-presets-all-19\/35{
  color: rgb(0 158 115 / 0.35) !important;
}.text-presets-all-19\/40{
  color: rgb(0 158 115 / 0.4) !important;
}.text-presets-all-19\/45{
  color: rgb(0 158 115 / 0.45) !important;
}.text-presets-all-19\/5{
  color: rgb(0 158 115 / 0.05) !important;
}.text-presets-all-19\/50{
  color: rgb(0 158 115 / 0.5) !important;
}.text-presets-all-19\/55{
  color: rgb(0 158 115 / 0.55) !important;
}.text-presets-all-19\/60{
  color: rgb(0 158 115 / 0.6) !important;
}.text-presets-all-19\/65{
  color: rgb(0 158 115 / 0.65) !important;
}.text-presets-all-19\/70{
  color: rgb(0 158 115 / 0.7) !important;
}.text-presets-all-19\/75{
  color: rgb(0 158 115 / 0.75) !important;
}.text-presets-all-19\/80{
  color: rgb(0 158 115 / 0.8) !important;
}.text-presets-all-19\/85{
  color: rgb(0 158 115 / 0.85) !important;
}.text-presets-all-19\/90{
  color: rgb(0 158 115 / 0.9) !important;
}.text-presets-all-19\/95{
  color: rgb(0 158 115 / 0.95) !important;
}.text-presets-all-2{
  --tw-text-opacity: 1 !important;
  color: rgb(204 103 119 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-2\/0{
  color: rgb(204 103 119 / 0) !important;
}.text-presets-all-2\/10{
  color: rgb(204 103 119 / 0.1) !important;
}.text-presets-all-2\/100{
  color: rgb(204 103 119 / 1) !important;
}.text-presets-all-2\/15{
  color: rgb(204 103 119 / 0.15) !important;
}.text-presets-all-2\/20{
  color: rgb(204 103 119 / 0.2) !important;
}.text-presets-all-2\/25{
  color: rgb(204 103 119 / 0.25) !important;
}.text-presets-all-2\/30{
  color: rgb(204 103 119 / 0.3) !important;
}.text-presets-all-2\/35{
  color: rgb(204 103 119 / 0.35) !important;
}.text-presets-all-2\/40{
  color: rgb(204 103 119 / 0.4) !important;
}.text-presets-all-2\/45{
  color: rgb(204 103 119 / 0.45) !important;
}.text-presets-all-2\/5{
  color: rgb(204 103 119 / 0.05) !important;
}.text-presets-all-2\/50{
  color: rgb(204 103 119 / 0.5) !important;
}.text-presets-all-2\/55{
  color: rgb(204 103 119 / 0.55) !important;
}.text-presets-all-2\/60{
  color: rgb(204 103 119 / 0.6) !important;
}.text-presets-all-2\/65{
  color: rgb(204 103 119 / 0.65) !important;
}.text-presets-all-2\/70{
  color: rgb(204 103 119 / 0.7) !important;
}.text-presets-all-2\/75{
  color: rgb(204 103 119 / 0.75) !important;
}.text-presets-all-2\/80{
  color: rgb(204 103 119 / 0.8) !important;
}.text-presets-all-2\/85{
  color: rgb(204 103 119 / 0.85) !important;
}.text-presets-all-2\/90{
  color: rgb(204 103 119 / 0.9) !important;
}.text-presets-all-2\/95{
  color: rgb(204 103 119 / 0.95) !important;
}.text-presets-all-20{
  --tw-text-opacity: 1 !important;
  color: rgb(0 114 178 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-20\/0{
  color: rgb(0 114 178 / 0) !important;
}.text-presets-all-20\/10{
  color: rgb(0 114 178 / 0.1) !important;
}.text-presets-all-20\/100{
  color: rgb(0 114 178 / 1) !important;
}.text-presets-all-20\/15{
  color: rgb(0 114 178 / 0.15) !important;
}.text-presets-all-20\/20{
  color: rgb(0 114 178 / 0.2) !important;
}.text-presets-all-20\/25{
  color: rgb(0 114 178 / 0.25) !important;
}.text-presets-all-20\/30{
  color: rgb(0 114 178 / 0.3) !important;
}.text-presets-all-20\/35{
  color: rgb(0 114 178 / 0.35) !important;
}.text-presets-all-20\/40{
  color: rgb(0 114 178 / 0.4) !important;
}.text-presets-all-20\/45{
  color: rgb(0 114 178 / 0.45) !important;
}.text-presets-all-20\/5{
  color: rgb(0 114 178 / 0.05) !important;
}.text-presets-all-20\/50{
  color: rgb(0 114 178 / 0.5) !important;
}.text-presets-all-20\/55{
  color: rgb(0 114 178 / 0.55) !important;
}.text-presets-all-20\/60{
  color: rgb(0 114 178 / 0.6) !important;
}.text-presets-all-20\/65{
  color: rgb(0 114 178 / 0.65) !important;
}.text-presets-all-20\/70{
  color: rgb(0 114 178 / 0.7) !important;
}.text-presets-all-20\/75{
  color: rgb(0 114 178 / 0.75) !important;
}.text-presets-all-20\/80{
  color: rgb(0 114 178 / 0.8) !important;
}.text-presets-all-20\/85{
  color: rgb(0 114 178 / 0.85) !important;
}.text-presets-all-20\/90{
  color: rgb(0 114 178 / 0.9) !important;
}.text-presets-all-20\/95{
  color: rgb(0 114 178 / 0.95) !important;
}.text-presets-all-21{
  --tw-text-opacity: 1 !important;
  color: rgb(213 94 0 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-21\/0{
  color: rgb(213 94 0 / 0) !important;
}.text-presets-all-21\/10{
  color: rgb(213 94 0 / 0.1) !important;
}.text-presets-all-21\/100{
  color: rgb(213 94 0 / 1) !important;
}.text-presets-all-21\/15{
  color: rgb(213 94 0 / 0.15) !important;
}.text-presets-all-21\/20{
  color: rgb(213 94 0 / 0.2) !important;
}.text-presets-all-21\/25{
  color: rgb(213 94 0 / 0.25) !important;
}.text-presets-all-21\/30{
  color: rgb(213 94 0 / 0.3) !important;
}.text-presets-all-21\/35{
  color: rgb(213 94 0 / 0.35) !important;
}.text-presets-all-21\/40{
  color: rgb(213 94 0 / 0.4) !important;
}.text-presets-all-21\/45{
  color: rgb(213 94 0 / 0.45) !important;
}.text-presets-all-21\/5{
  color: rgb(213 94 0 / 0.05) !important;
}.text-presets-all-21\/50{
  color: rgb(213 94 0 / 0.5) !important;
}.text-presets-all-21\/55{
  color: rgb(213 94 0 / 0.55) !important;
}.text-presets-all-21\/60{
  color: rgb(213 94 0 / 0.6) !important;
}.text-presets-all-21\/65{
  color: rgb(213 94 0 / 0.65) !important;
}.text-presets-all-21\/70{
  color: rgb(213 94 0 / 0.7) !important;
}.text-presets-all-21\/75{
  color: rgb(213 94 0 / 0.75) !important;
}.text-presets-all-21\/80{
  color: rgb(213 94 0 / 0.8) !important;
}.text-presets-all-21\/85{
  color: rgb(213 94 0 / 0.85) !important;
}.text-presets-all-21\/90{
  color: rgb(213 94 0 / 0.9) !important;
}.text-presets-all-21\/95{
  color: rgb(213 94 0 / 0.95) !important;
}.text-presets-all-22{
  --tw-text-opacity: 1 !important;
  color: rgb(203 121 167 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-22\/0{
  color: rgb(203 121 167 / 0) !important;
}.text-presets-all-22\/10{
  color: rgb(203 121 167 / 0.1) !important;
}.text-presets-all-22\/100{
  color: rgb(203 121 167 / 1) !important;
}.text-presets-all-22\/15{
  color: rgb(203 121 167 / 0.15) !important;
}.text-presets-all-22\/20{
  color: rgb(203 121 167 / 0.2) !important;
}.text-presets-all-22\/25{
  color: rgb(203 121 167 / 0.25) !important;
}.text-presets-all-22\/30{
  color: rgb(203 121 167 / 0.3) !important;
}.text-presets-all-22\/35{
  color: rgb(203 121 167 / 0.35) !important;
}.text-presets-all-22\/40{
  color: rgb(203 121 167 / 0.4) !important;
}.text-presets-all-22\/45{
  color: rgb(203 121 167 / 0.45) !important;
}.text-presets-all-22\/5{
  color: rgb(203 121 167 / 0.05) !important;
}.text-presets-all-22\/50{
  color: rgb(203 121 167 / 0.5) !important;
}.text-presets-all-22\/55{
  color: rgb(203 121 167 / 0.55) !important;
}.text-presets-all-22\/60{
  color: rgb(203 121 167 / 0.6) !important;
}.text-presets-all-22\/65{
  color: rgb(203 121 167 / 0.65) !important;
}.text-presets-all-22\/70{
  color: rgb(203 121 167 / 0.7) !important;
}.text-presets-all-22\/75{
  color: rgb(203 121 167 / 0.75) !important;
}.text-presets-all-22\/80{
  color: rgb(203 121 167 / 0.8) !important;
}.text-presets-all-22\/85{
  color: rgb(203 121 167 / 0.85) !important;
}.text-presets-all-22\/90{
  color: rgb(203 121 167 / 0.9) !important;
}.text-presets-all-22\/95{
  color: rgb(203 121 167 / 0.95) !important;
}.text-presets-all-3{
  --tw-text-opacity: 1 !important;
  color: rgb(231 159 3 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-3\/0{
  color: rgb(231 159 3 / 0) !important;
}.text-presets-all-3\/10{
  color: rgb(231 159 3 / 0.1) !important;
}.text-presets-all-3\/100{
  color: rgb(231 159 3 / 1) !important;
}.text-presets-all-3\/15{
  color: rgb(231 159 3 / 0.15) !important;
}.text-presets-all-3\/20{
  color: rgb(231 159 3 / 0.2) !important;
}.text-presets-all-3\/25{
  color: rgb(231 159 3 / 0.25) !important;
}.text-presets-all-3\/30{
  color: rgb(231 159 3 / 0.3) !important;
}.text-presets-all-3\/35{
  color: rgb(231 159 3 / 0.35) !important;
}.text-presets-all-3\/40{
  color: rgb(231 159 3 / 0.4) !important;
}.text-presets-all-3\/45{
  color: rgb(231 159 3 / 0.45) !important;
}.text-presets-all-3\/5{
  color: rgb(231 159 3 / 0.05) !important;
}.text-presets-all-3\/50{
  color: rgb(231 159 3 / 0.5) !important;
}.text-presets-all-3\/55{
  color: rgb(231 159 3 / 0.55) !important;
}.text-presets-all-3\/60{
  color: rgb(231 159 3 / 0.6) !important;
}.text-presets-all-3\/65{
  color: rgb(231 159 3 / 0.65) !important;
}.text-presets-all-3\/70{
  color: rgb(231 159 3 / 0.7) !important;
}.text-presets-all-3\/75{
  color: rgb(231 159 3 / 0.75) !important;
}.text-presets-all-3\/80{
  color: rgb(231 159 3 / 0.8) !important;
}.text-presets-all-3\/85{
  color: rgb(231 159 3 / 0.85) !important;
}.text-presets-all-3\/90{
  color: rgb(231 159 3 / 0.9) !important;
}.text-presets-all-3\/95{
  color: rgb(231 159 3 / 0.95) !important;
}.text-presets-all-4{
  --tw-text-opacity: 1 !important;
  color: rgb(67 169 154 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-4\/0{
  color: rgb(67 169 154 / 0) !important;
}.text-presets-all-4\/10{
  color: rgb(67 169 154 / 0.1) !important;
}.text-presets-all-4\/100{
  color: rgb(67 169 154 / 1) !important;
}.text-presets-all-4\/15{
  color: rgb(67 169 154 / 0.15) !important;
}.text-presets-all-4\/20{
  color: rgb(67 169 154 / 0.2) !important;
}.text-presets-all-4\/25{
  color: rgb(67 169 154 / 0.25) !important;
}.text-presets-all-4\/30{
  color: rgb(67 169 154 / 0.3) !important;
}.text-presets-all-4\/35{
  color: rgb(67 169 154 / 0.35) !important;
}.text-presets-all-4\/40{
  color: rgb(67 169 154 / 0.4) !important;
}.text-presets-all-4\/45{
  color: rgb(67 169 154 / 0.45) !important;
}.text-presets-all-4\/5{
  color: rgb(67 169 154 / 0.05) !important;
}.text-presets-all-4\/50{
  color: rgb(67 169 154 / 0.5) !important;
}.text-presets-all-4\/55{
  color: rgb(67 169 154 / 0.55) !important;
}.text-presets-all-4\/60{
  color: rgb(67 169 154 / 0.6) !important;
}.text-presets-all-4\/65{
  color: rgb(67 169 154 / 0.65) !important;
}.text-presets-all-4\/70{
  color: rgb(67 169 154 / 0.7) !important;
}.text-presets-all-4\/75{
  color: rgb(67 169 154 / 0.75) !important;
}.text-presets-all-4\/80{
  color: rgb(67 169 154 / 0.8) !important;
}.text-presets-all-4\/85{
  color: rgb(67 169 154 / 0.85) !important;
}.text-presets-all-4\/90{
  color: rgb(67 169 154 / 0.9) !important;
}.text-presets-all-4\/95{
  color: rgb(67 169 154 / 0.95) !important;
}.text-presets-all-5{
  --tw-text-opacity: 1 !important;
  color: rgb(20 119 51 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-5\/0{
  color: rgb(20 119 51 / 0) !important;
}.text-presets-all-5\/10{
  color: rgb(20 119 51 / 0.1) !important;
}.text-presets-all-5\/100{
  color: rgb(20 119 51 / 1) !important;
}.text-presets-all-5\/15{
  color: rgb(20 119 51 / 0.15) !important;
}.text-presets-all-5\/20{
  color: rgb(20 119 51 / 0.2) !important;
}.text-presets-all-5\/25{
  color: rgb(20 119 51 / 0.25) !important;
}.text-presets-all-5\/30{
  color: rgb(20 119 51 / 0.3) !important;
}.text-presets-all-5\/35{
  color: rgb(20 119 51 / 0.35) !important;
}.text-presets-all-5\/40{
  color: rgb(20 119 51 / 0.4) !important;
}.text-presets-all-5\/45{
  color: rgb(20 119 51 / 0.45) !important;
}.text-presets-all-5\/5{
  color: rgb(20 119 51 / 0.05) !important;
}.text-presets-all-5\/50{
  color: rgb(20 119 51 / 0.5) !important;
}.text-presets-all-5\/55{
  color: rgb(20 119 51 / 0.55) !important;
}.text-presets-all-5\/60{
  color: rgb(20 119 51 / 0.6) !important;
}.text-presets-all-5\/65{
  color: rgb(20 119 51 / 0.65) !important;
}.text-presets-all-5\/70{
  color: rgb(20 119 51 / 0.7) !important;
}.text-presets-all-5\/75{
  color: rgb(20 119 51 / 0.75) !important;
}.text-presets-all-5\/80{
  color: rgb(20 119 51 / 0.8) !important;
}.text-presets-all-5\/85{
  color: rgb(20 119 51 / 0.85) !important;
}.text-presets-all-5\/90{
  color: rgb(20 119 51 / 0.9) !important;
}.text-presets-all-5\/95{
  color: rgb(20 119 51 / 0.95) !important;
}.text-presets-all-6{
  --tw-text-opacity: 1 !important;
  color: rgb(67 169 154 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-6\/0{
  color: rgb(67 169 154 / 0) !important;
}.text-presets-all-6\/10{
  color: rgb(67 169 154 / 0.1) !important;
}.text-presets-all-6\/100{
  color: rgb(67 169 154 / 1) !important;
}.text-presets-all-6\/15{
  color: rgb(67 169 154 / 0.15) !important;
}.text-presets-all-6\/20{
  color: rgb(67 169 154 / 0.2) !important;
}.text-presets-all-6\/25{
  color: rgb(67 169 154 / 0.25) !important;
}.text-presets-all-6\/30{
  color: rgb(67 169 154 / 0.3) !important;
}.text-presets-all-6\/35{
  color: rgb(67 169 154 / 0.35) !important;
}.text-presets-all-6\/40{
  color: rgb(67 169 154 / 0.4) !important;
}.text-presets-all-6\/45{
  color: rgb(67 169 154 / 0.45) !important;
}.text-presets-all-6\/5{
  color: rgb(67 169 154 / 0.05) !important;
}.text-presets-all-6\/50{
  color: rgb(67 169 154 / 0.5) !important;
}.text-presets-all-6\/55{
  color: rgb(67 169 154 / 0.55) !important;
}.text-presets-all-6\/60{
  color: rgb(67 169 154 / 0.6) !important;
}.text-presets-all-6\/65{
  color: rgb(67 169 154 / 0.65) !important;
}.text-presets-all-6\/70{
  color: rgb(67 169 154 / 0.7) !important;
}.text-presets-all-6\/75{
  color: rgb(67 169 154 / 0.75) !important;
}.text-presets-all-6\/80{
  color: rgb(67 169 154 / 0.8) !important;
}.text-presets-all-6\/85{
  color: rgb(67 169 154 / 0.85) !important;
}.text-presets-all-6\/90{
  color: rgb(67 169 154 / 0.9) !important;
}.text-presets-all-6\/95{
  color: rgb(67 169 154 / 0.95) !important;
}.text-presets-all-7{
  --tw-text-opacity: 1 !important;
  color: rgb(136 204 238 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-7\/0{
  color: rgb(136 204 238 / 0) !important;
}.text-presets-all-7\/10{
  color: rgb(136 204 238 / 0.1) !important;
}.text-presets-all-7\/100{
  color: rgb(136 204 238 / 1) !important;
}.text-presets-all-7\/15{
  color: rgb(136 204 238 / 0.15) !important;
}.text-presets-all-7\/20{
  color: rgb(136 204 238 / 0.2) !important;
}.text-presets-all-7\/25{
  color: rgb(136 204 238 / 0.25) !important;
}.text-presets-all-7\/30{
  color: rgb(136 204 238 / 0.3) !important;
}.text-presets-all-7\/35{
  color: rgb(136 204 238 / 0.35) !important;
}.text-presets-all-7\/40{
  color: rgb(136 204 238 / 0.4) !important;
}.text-presets-all-7\/45{
  color: rgb(136 204 238 / 0.45) !important;
}.text-presets-all-7\/5{
  color: rgb(136 204 238 / 0.05) !important;
}.text-presets-all-7\/50{
  color: rgb(136 204 238 / 0.5) !important;
}.text-presets-all-7\/55{
  color: rgb(136 204 238 / 0.55) !important;
}.text-presets-all-7\/60{
  color: rgb(136 204 238 / 0.6) !important;
}.text-presets-all-7\/65{
  color: rgb(136 204 238 / 0.65) !important;
}.text-presets-all-7\/70{
  color: rgb(136 204 238 / 0.7) !important;
}.text-presets-all-7\/75{
  color: rgb(136 204 238 / 0.75) !important;
}.text-presets-all-7\/80{
  color: rgb(136 204 238 / 0.8) !important;
}.text-presets-all-7\/85{
  color: rgb(136 204 238 / 0.85) !important;
}.text-presets-all-7\/90{
  color: rgb(136 204 238 / 0.9) !important;
}.text-presets-all-7\/95{
  color: rgb(136 204 238 / 0.95) !important;
}.text-presets-all-8{
  --tw-text-opacity: 1 !important;
  color: rgb(221 203 119 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-8\/0{
  color: rgb(221 203 119 / 0) !important;
}.text-presets-all-8\/10{
  color: rgb(221 203 119 / 0.1) !important;
}.text-presets-all-8\/100{
  color: rgb(221 203 119 / 1) !important;
}.text-presets-all-8\/15{
  color: rgb(221 203 119 / 0.15) !important;
}.text-presets-all-8\/20{
  color: rgb(221 203 119 / 0.2) !important;
}.text-presets-all-8\/25{
  color: rgb(221 203 119 / 0.25) !important;
}.text-presets-all-8\/30{
  color: rgb(221 203 119 / 0.3) !important;
}.text-presets-all-8\/35{
  color: rgb(221 203 119 / 0.35) !important;
}.text-presets-all-8\/40{
  color: rgb(221 203 119 / 0.4) !important;
}.text-presets-all-8\/45{
  color: rgb(221 203 119 / 0.45) !important;
}.text-presets-all-8\/5{
  color: rgb(221 203 119 / 0.05) !important;
}.text-presets-all-8\/50{
  color: rgb(221 203 119 / 0.5) !important;
}.text-presets-all-8\/55{
  color: rgb(221 203 119 / 0.55) !important;
}.text-presets-all-8\/60{
  color: rgb(221 203 119 / 0.6) !important;
}.text-presets-all-8\/65{
  color: rgb(221 203 119 / 0.65) !important;
}.text-presets-all-8\/70{
  color: rgb(221 203 119 / 0.7) !important;
}.text-presets-all-8\/75{
  color: rgb(221 203 119 / 0.75) !important;
}.text-presets-all-8\/80{
  color: rgb(221 203 119 / 0.8) !important;
}.text-presets-all-8\/85{
  color: rgb(221 203 119 / 0.85) !important;
}.text-presets-all-8\/90{
  color: rgb(221 203 119 / 0.9) !important;
}.text-presets-all-8\/95{
  color: rgb(221 203 119 / 0.95) !important;
}.text-presets-all-9{
  --tw-text-opacity: 1 !important;
  color: rgb(204 103 119 / var(--tw-text-opacity, 1)) !important;
}.text-presets-all-9\/0{
  color: rgb(204 103 119 / 0) !important;
}.text-presets-all-9\/10{
  color: rgb(204 103 119 / 0.1) !important;
}.text-presets-all-9\/100{
  color: rgb(204 103 119 / 1) !important;
}.text-presets-all-9\/15{
  color: rgb(204 103 119 / 0.15) !important;
}.text-presets-all-9\/20{
  color: rgb(204 103 119 / 0.2) !important;
}.text-presets-all-9\/25{
  color: rgb(204 103 119 / 0.25) !important;
}.text-presets-all-9\/30{
  color: rgb(204 103 119 / 0.3) !important;
}.text-presets-all-9\/35{
  color: rgb(204 103 119 / 0.35) !important;
}.text-presets-all-9\/40{
  color: rgb(204 103 119 / 0.4) !important;
}.text-presets-all-9\/45{
  color: rgb(204 103 119 / 0.45) !important;
}.text-presets-all-9\/5{
  color: rgb(204 103 119 / 0.05) !important;
}.text-presets-all-9\/50{
  color: rgb(204 103 119 / 0.5) !important;
}.text-presets-all-9\/55{
  color: rgb(204 103 119 / 0.55) !important;
}.text-presets-all-9\/60{
  color: rgb(204 103 119 / 0.6) !important;
}.text-presets-all-9\/65{
  color: rgb(204 103 119 / 0.65) !important;
}.text-presets-all-9\/70{
  color: rgb(204 103 119 / 0.7) !important;
}.text-presets-all-9\/75{
  color: rgb(204 103 119 / 0.75) !important;
}.text-presets-all-9\/80{
  color: rgb(204 103 119 / 0.8) !important;
}.text-presets-all-9\/85{
  color: rgb(204 103 119 / 0.85) !important;
}.text-presets-all-9\/90{
  color: rgb(204 103 119 / 0.9) !important;
}.text-presets-all-9\/95{
  color: rgb(204 103 119 / 0.95) !important;
}.text-presetsLatestAlternate-0{
  --tw-text-opacity: 1 !important;
  color: rgb(20 119 51 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-0\/0{
  color: rgb(20 119 51 / 0) !important;
}.text-presetsLatestAlternate-0\/10{
  color: rgb(20 119 51 / 0.1) !important;
}.text-presetsLatestAlternate-0\/100{
  color: rgb(20 119 51 / 1) !important;
}.text-presetsLatestAlternate-0\/15{
  color: rgb(20 119 51 / 0.15) !important;
}.text-presetsLatestAlternate-0\/20{
  color: rgb(20 119 51 / 0.2) !important;
}.text-presetsLatestAlternate-0\/25{
  color: rgb(20 119 51 / 0.25) !important;
}.text-presetsLatestAlternate-0\/30{
  color: rgb(20 119 51 / 0.3) !important;
}.text-presetsLatestAlternate-0\/35{
  color: rgb(20 119 51 / 0.35) !important;
}.text-presetsLatestAlternate-0\/40{
  color: rgb(20 119 51 / 0.4) !important;
}.text-presetsLatestAlternate-0\/45{
  color: rgb(20 119 51 / 0.45) !important;
}.text-presetsLatestAlternate-0\/5{
  color: rgb(20 119 51 / 0.05) !important;
}.text-presetsLatestAlternate-0\/50{
  color: rgb(20 119 51 / 0.5) !important;
}.text-presetsLatestAlternate-0\/55{
  color: rgb(20 119 51 / 0.55) !important;
}.text-presetsLatestAlternate-0\/60{
  color: rgb(20 119 51 / 0.6) !important;
}.text-presetsLatestAlternate-0\/65{
  color: rgb(20 119 51 / 0.65) !important;
}.text-presetsLatestAlternate-0\/70{
  color: rgb(20 119 51 / 0.7) !important;
}.text-presetsLatestAlternate-0\/75{
  color: rgb(20 119 51 / 0.75) !important;
}.text-presetsLatestAlternate-0\/80{
  color: rgb(20 119 51 / 0.8) !important;
}.text-presetsLatestAlternate-0\/85{
  color: rgb(20 119 51 / 0.85) !important;
}.text-presetsLatestAlternate-0\/90{
  color: rgb(20 119 51 / 0.9) !important;
}.text-presetsLatestAlternate-0\/95{
  color: rgb(20 119 51 / 0.95) !important;
}.text-presetsLatestAlternate-1{
  --tw-text-opacity: 1 !important;
  color: rgb(67 169 154 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-1\/0{
  color: rgb(67 169 154 / 0) !important;
}.text-presetsLatestAlternate-1\/10{
  color: rgb(67 169 154 / 0.1) !important;
}.text-presetsLatestAlternate-1\/100{
  color: rgb(67 169 154 / 1) !important;
}.text-presetsLatestAlternate-1\/15{
  color: rgb(67 169 154 / 0.15) !important;
}.text-presetsLatestAlternate-1\/20{
  color: rgb(67 169 154 / 0.2) !important;
}.text-presetsLatestAlternate-1\/25{
  color: rgb(67 169 154 / 0.25) !important;
}.text-presetsLatestAlternate-1\/30{
  color: rgb(67 169 154 / 0.3) !important;
}.text-presetsLatestAlternate-1\/35{
  color: rgb(67 169 154 / 0.35) !important;
}.text-presetsLatestAlternate-1\/40{
  color: rgb(67 169 154 / 0.4) !important;
}.text-presetsLatestAlternate-1\/45{
  color: rgb(67 169 154 / 0.45) !important;
}.text-presetsLatestAlternate-1\/5{
  color: rgb(67 169 154 / 0.05) !important;
}.text-presetsLatestAlternate-1\/50{
  color: rgb(67 169 154 / 0.5) !important;
}.text-presetsLatestAlternate-1\/55{
  color: rgb(67 169 154 / 0.55) !important;
}.text-presetsLatestAlternate-1\/60{
  color: rgb(67 169 154 / 0.6) !important;
}.text-presetsLatestAlternate-1\/65{
  color: rgb(67 169 154 / 0.65) !important;
}.text-presetsLatestAlternate-1\/70{
  color: rgb(67 169 154 / 0.7) !important;
}.text-presetsLatestAlternate-1\/75{
  color: rgb(67 169 154 / 0.75) !important;
}.text-presetsLatestAlternate-1\/80{
  color: rgb(67 169 154 / 0.8) !important;
}.text-presetsLatestAlternate-1\/85{
  color: rgb(67 169 154 / 0.85) !important;
}.text-presetsLatestAlternate-1\/90{
  color: rgb(67 169 154 / 0.9) !important;
}.text-presetsLatestAlternate-1\/95{
  color: rgb(67 169 154 / 0.95) !important;
}.text-presetsLatestAlternate-2{
  --tw-text-opacity: 1 !important;
  color: rgb(136 204 238 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-2\/0{
  color: rgb(136 204 238 / 0) !important;
}.text-presetsLatestAlternate-2\/10{
  color: rgb(136 204 238 / 0.1) !important;
}.text-presetsLatestAlternate-2\/100{
  color: rgb(136 204 238 / 1) !important;
}.text-presetsLatestAlternate-2\/15{
  color: rgb(136 204 238 / 0.15) !important;
}.text-presetsLatestAlternate-2\/20{
  color: rgb(136 204 238 / 0.2) !important;
}.text-presetsLatestAlternate-2\/25{
  color: rgb(136 204 238 / 0.25) !important;
}.text-presetsLatestAlternate-2\/30{
  color: rgb(136 204 238 / 0.3) !important;
}.text-presetsLatestAlternate-2\/35{
  color: rgb(136 204 238 / 0.35) !important;
}.text-presetsLatestAlternate-2\/40{
  color: rgb(136 204 238 / 0.4) !important;
}.text-presetsLatestAlternate-2\/45{
  color: rgb(136 204 238 / 0.45) !important;
}.text-presetsLatestAlternate-2\/5{
  color: rgb(136 204 238 / 0.05) !important;
}.text-presetsLatestAlternate-2\/50{
  color: rgb(136 204 238 / 0.5) !important;
}.text-presetsLatestAlternate-2\/55{
  color: rgb(136 204 238 / 0.55) !important;
}.text-presetsLatestAlternate-2\/60{
  color: rgb(136 204 238 / 0.6) !important;
}.text-presetsLatestAlternate-2\/65{
  color: rgb(136 204 238 / 0.65) !important;
}.text-presetsLatestAlternate-2\/70{
  color: rgb(136 204 238 / 0.7) !important;
}.text-presetsLatestAlternate-2\/75{
  color: rgb(136 204 238 / 0.75) !important;
}.text-presetsLatestAlternate-2\/80{
  color: rgb(136 204 238 / 0.8) !important;
}.text-presetsLatestAlternate-2\/85{
  color: rgb(136 204 238 / 0.85) !important;
}.text-presetsLatestAlternate-2\/90{
  color: rgb(136 204 238 / 0.9) !important;
}.text-presetsLatestAlternate-2\/95{
  color: rgb(136 204 238 / 0.95) !important;
}.text-presetsLatestAlternate-3{
  --tw-text-opacity: 1 !important;
  color: rgb(221 203 119 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-3\/0{
  color: rgb(221 203 119 / 0) !important;
}.text-presetsLatestAlternate-3\/10{
  color: rgb(221 203 119 / 0.1) !important;
}.text-presetsLatestAlternate-3\/100{
  color: rgb(221 203 119 / 1) !important;
}.text-presetsLatestAlternate-3\/15{
  color: rgb(221 203 119 / 0.15) !important;
}.text-presetsLatestAlternate-3\/20{
  color: rgb(221 203 119 / 0.2) !important;
}.text-presetsLatestAlternate-3\/25{
  color: rgb(221 203 119 / 0.25) !important;
}.text-presetsLatestAlternate-3\/30{
  color: rgb(221 203 119 / 0.3) !important;
}.text-presetsLatestAlternate-3\/35{
  color: rgb(221 203 119 / 0.35) !important;
}.text-presetsLatestAlternate-3\/40{
  color: rgb(221 203 119 / 0.4) !important;
}.text-presetsLatestAlternate-3\/45{
  color: rgb(221 203 119 / 0.45) !important;
}.text-presetsLatestAlternate-3\/5{
  color: rgb(221 203 119 / 0.05) !important;
}.text-presetsLatestAlternate-3\/50{
  color: rgb(221 203 119 / 0.5) !important;
}.text-presetsLatestAlternate-3\/55{
  color: rgb(221 203 119 / 0.55) !important;
}.text-presetsLatestAlternate-3\/60{
  color: rgb(221 203 119 / 0.6) !important;
}.text-presetsLatestAlternate-3\/65{
  color: rgb(221 203 119 / 0.65) !important;
}.text-presetsLatestAlternate-3\/70{
  color: rgb(221 203 119 / 0.7) !important;
}.text-presetsLatestAlternate-3\/75{
  color: rgb(221 203 119 / 0.75) !important;
}.text-presetsLatestAlternate-3\/80{
  color: rgb(221 203 119 / 0.8) !important;
}.text-presetsLatestAlternate-3\/85{
  color: rgb(221 203 119 / 0.85) !important;
}.text-presetsLatestAlternate-3\/90{
  color: rgb(221 203 119 / 0.9) !important;
}.text-presetsLatestAlternate-3\/95{
  color: rgb(221 203 119 / 0.95) !important;
}.text-presetsLatestAlternate-4{
  --tw-text-opacity: 1 !important;
  color: rgb(204 103 119 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-4\/0{
  color: rgb(204 103 119 / 0) !important;
}.text-presetsLatestAlternate-4\/10{
  color: rgb(204 103 119 / 0.1) !important;
}.text-presetsLatestAlternate-4\/100{
  color: rgb(204 103 119 / 1) !important;
}.text-presetsLatestAlternate-4\/15{
  color: rgb(204 103 119 / 0.15) !important;
}.text-presetsLatestAlternate-4\/20{
  color: rgb(204 103 119 / 0.2) !important;
}.text-presetsLatestAlternate-4\/25{
  color: rgb(204 103 119 / 0.25) !important;
}.text-presetsLatestAlternate-4\/30{
  color: rgb(204 103 119 / 0.3) !important;
}.text-presetsLatestAlternate-4\/35{
  color: rgb(204 103 119 / 0.35) !important;
}.text-presetsLatestAlternate-4\/40{
  color: rgb(204 103 119 / 0.4) !important;
}.text-presetsLatestAlternate-4\/45{
  color: rgb(204 103 119 / 0.45) !important;
}.text-presetsLatestAlternate-4\/5{
  color: rgb(204 103 119 / 0.05) !important;
}.text-presetsLatestAlternate-4\/50{
  color: rgb(204 103 119 / 0.5) !important;
}.text-presetsLatestAlternate-4\/55{
  color: rgb(204 103 119 / 0.55) !important;
}.text-presetsLatestAlternate-4\/60{
  color: rgb(204 103 119 / 0.6) !important;
}.text-presetsLatestAlternate-4\/65{
  color: rgb(204 103 119 / 0.65) !important;
}.text-presetsLatestAlternate-4\/70{
  color: rgb(204 103 119 / 0.7) !important;
}.text-presetsLatestAlternate-4\/75{
  color: rgb(204 103 119 / 0.75) !important;
}.text-presetsLatestAlternate-4\/80{
  color: rgb(204 103 119 / 0.8) !important;
}.text-presetsLatestAlternate-4\/85{
  color: rgb(204 103 119 / 0.85) !important;
}.text-presetsLatestAlternate-4\/90{
  color: rgb(204 103 119 / 0.9) !important;
}.text-presetsLatestAlternate-4\/95{
  color: rgb(204 103 119 / 0.95) !important;
}.text-presetsLatestAlternate-5{
  --tw-text-opacity: 1 !important;
  color: rgb(170 68 153 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-5\/0{
  color: rgb(170 68 153 / 0) !important;
}.text-presetsLatestAlternate-5\/10{
  color: rgb(170 68 153 / 0.1) !important;
}.text-presetsLatestAlternate-5\/100{
  color: rgb(170 68 153 / 1) !important;
}.text-presetsLatestAlternate-5\/15{
  color: rgb(170 68 153 / 0.15) !important;
}.text-presetsLatestAlternate-5\/20{
  color: rgb(170 68 153 / 0.2) !important;
}.text-presetsLatestAlternate-5\/25{
  color: rgb(170 68 153 / 0.25) !important;
}.text-presetsLatestAlternate-5\/30{
  color: rgb(170 68 153 / 0.3) !important;
}.text-presetsLatestAlternate-5\/35{
  color: rgb(170 68 153 / 0.35) !important;
}.text-presetsLatestAlternate-5\/40{
  color: rgb(170 68 153 / 0.4) !important;
}.text-presetsLatestAlternate-5\/45{
  color: rgb(170 68 153 / 0.45) !important;
}.text-presetsLatestAlternate-5\/5{
  color: rgb(170 68 153 / 0.05) !important;
}.text-presetsLatestAlternate-5\/50{
  color: rgb(170 68 153 / 0.5) !important;
}.text-presetsLatestAlternate-5\/55{
  color: rgb(170 68 153 / 0.55) !important;
}.text-presetsLatestAlternate-5\/60{
  color: rgb(170 68 153 / 0.6) !important;
}.text-presetsLatestAlternate-5\/65{
  color: rgb(170 68 153 / 0.65) !important;
}.text-presetsLatestAlternate-5\/70{
  color: rgb(170 68 153 / 0.7) !important;
}.text-presetsLatestAlternate-5\/75{
  color: rgb(170 68 153 / 0.75) !important;
}.text-presetsLatestAlternate-5\/80{
  color: rgb(170 68 153 / 0.8) !important;
}.text-presetsLatestAlternate-5\/85{
  color: rgb(170 68 153 / 0.85) !important;
}.text-presetsLatestAlternate-5\/90{
  color: rgb(170 68 153 / 0.9) !important;
}.text-presetsLatestAlternate-5\/95{
  color: rgb(170 68 153 / 0.95) !important;
}.text-presetsLatestAlternate-6{
  --tw-text-opacity: 1 !important;
  color: rgb(126 31 78 / var(--tw-text-opacity, 1)) !important;
}.text-presetsLatestAlternate-6\/0{
  color: rgb(126 31 78 / 0) !important;
}.text-presetsLatestAlternate-6\/10{
  color: rgb(126 31 78 / 0.1) !important;
}.text-presetsLatestAlternate-6\/100{
  color: rgb(126 31 78 / 1) !important;
}.text-presetsLatestAlternate-6\/15{
  color: rgb(126 31 78 / 0.15) !important;
}.text-presetsLatestAlternate-6\/20{
  color: rgb(126 31 78 / 0.2) !important;
}.text-presetsLatestAlternate-6\/25{
  color: rgb(126 31 78 / 0.25) !important;
}.text-presetsLatestAlternate-6\/30{
  color: rgb(126 31 78 / 0.3) !important;
}.text-presetsLatestAlternate-6\/35{
  color: rgb(126 31 78 / 0.35) !important;
}.text-presetsLatestAlternate-6\/40{
  color: rgb(126 31 78 / 0.4) !important;
}.text-presetsLatestAlternate-6\/45{
  color: rgb(126 31 78 / 0.45) !important;
}.text-presetsLatestAlternate-6\/5{
  color: rgb(126 31 78 / 0.05) !important;
}.text-presetsLatestAlternate-6\/50{
  color: rgb(126 31 78 / 0.5) !important;
}.text-presetsLatestAlternate-6\/55{
  color: rgb(126 31 78 / 0.55) !important;
}.text-presetsLatestAlternate-6\/60{
  color: rgb(126 31 78 / 0.6) !important;
}.text-presetsLatestAlternate-6\/65{
  color: rgb(126 31 78 / 0.65) !important;
}.text-presetsLatestAlternate-6\/70{
  color: rgb(126 31 78 / 0.7) !important;
}.text-presetsLatestAlternate-6\/75{
  color: rgb(126 31 78 / 0.75) !important;
}.text-presetsLatestAlternate-6\/80{
  color: rgb(126 31 78 / 0.8) !important;
}.text-presetsLatestAlternate-6\/85{
  color: rgb(126 31 78 / 0.85) !important;
}.text-presetsLatestAlternate-6\/90{
  color: rgb(126 31 78 / 0.9) !important;
}.text-presetsLatestAlternate-6\/95{
  color: rgb(126 31 78 / 0.95) !important;
}.text-presetsOld-0{
  --tw-text-opacity: 1 !important;
  color: rgb(66 133 244 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-0\/0{
  color: rgb(66 133 244 / 0) !important;
}.text-presetsOld-0\/10{
  color: rgb(66 133 244 / 0.1) !important;
}.text-presetsOld-0\/100{
  color: rgb(66 133 244 / 1) !important;
}.text-presetsOld-0\/15{
  color: rgb(66 133 244 / 0.15) !important;
}.text-presetsOld-0\/20{
  color: rgb(66 133 244 / 0.2) !important;
}.text-presetsOld-0\/25{
  color: rgb(66 133 244 / 0.25) !important;
}.text-presetsOld-0\/30{
  color: rgb(66 133 244 / 0.3) !important;
}.text-presetsOld-0\/35{
  color: rgb(66 133 244 / 0.35) !important;
}.text-presetsOld-0\/40{
  color: rgb(66 133 244 / 0.4) !important;
}.text-presetsOld-0\/45{
  color: rgb(66 133 244 / 0.45) !important;
}.text-presetsOld-0\/5{
  color: rgb(66 133 244 / 0.05) !important;
}.text-presetsOld-0\/50{
  color: rgb(66 133 244 / 0.5) !important;
}.text-presetsOld-0\/55{
  color: rgb(66 133 244 / 0.55) !important;
}.text-presetsOld-0\/60{
  color: rgb(66 133 244 / 0.6) !important;
}.text-presetsOld-0\/65{
  color: rgb(66 133 244 / 0.65) !important;
}.text-presetsOld-0\/70{
  color: rgb(66 133 244 / 0.7) !important;
}.text-presetsOld-0\/75{
  color: rgb(66 133 244 / 0.75) !important;
}.text-presetsOld-0\/80{
  color: rgb(66 133 244 / 0.8) !important;
}.text-presetsOld-0\/85{
  color: rgb(66 133 244 / 0.85) !important;
}.text-presetsOld-0\/90{
  color: rgb(66 133 244 / 0.9) !important;
}.text-presetsOld-0\/95{
  color: rgb(66 133 244 / 0.95) !important;
}.text-presetsOld-1{
  --tw-text-opacity: 1 !important;
  color: rgb(251 188 4 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-1\/0{
  color: rgb(251 188 4 / 0) !important;
}.text-presetsOld-1\/10{
  color: rgb(251 188 4 / 0.1) !important;
}.text-presetsOld-1\/100{
  color: rgb(251 188 4 / 1) !important;
}.text-presetsOld-1\/15{
  color: rgb(251 188 4 / 0.15) !important;
}.text-presetsOld-1\/20{
  color: rgb(251 188 4 / 0.2) !important;
}.text-presetsOld-1\/25{
  color: rgb(251 188 4 / 0.25) !important;
}.text-presetsOld-1\/30{
  color: rgb(251 188 4 / 0.3) !important;
}.text-presetsOld-1\/35{
  color: rgb(251 188 4 / 0.35) !important;
}.text-presetsOld-1\/40{
  color: rgb(251 188 4 / 0.4) !important;
}.text-presetsOld-1\/45{
  color: rgb(251 188 4 / 0.45) !important;
}.text-presetsOld-1\/5{
  color: rgb(251 188 4 / 0.05) !important;
}.text-presetsOld-1\/50{
  color: rgb(251 188 4 / 0.5) !important;
}.text-presetsOld-1\/55{
  color: rgb(251 188 4 / 0.55) !important;
}.text-presetsOld-1\/60{
  color: rgb(251 188 4 / 0.6) !important;
}.text-presetsOld-1\/65{
  color: rgb(251 188 4 / 0.65) !important;
}.text-presetsOld-1\/70{
  color: rgb(251 188 4 / 0.7) !important;
}.text-presetsOld-1\/75{
  color: rgb(251 188 4 / 0.75) !important;
}.text-presetsOld-1\/80{
  color: rgb(251 188 4 / 0.8) !important;
}.text-presetsOld-1\/85{
  color: rgb(251 188 4 / 0.85) !important;
}.text-presetsOld-1\/90{
  color: rgb(251 188 4 / 0.9) !important;
}.text-presetsOld-1\/95{
  color: rgb(251 188 4 / 0.95) !important;
}.text-presetsOld-10{
  --tw-text-opacity: 1 !important;
  color: rgb(126 209 215 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-10\/0{
  color: rgb(126 209 215 / 0) !important;
}.text-presetsOld-10\/10{
  color: rgb(126 209 215 / 0.1) !important;
}.text-presetsOld-10\/100{
  color: rgb(126 209 215 / 1) !important;
}.text-presetsOld-10\/15{
  color: rgb(126 209 215 / 0.15) !important;
}.text-presetsOld-10\/20{
  color: rgb(126 209 215 / 0.2) !important;
}.text-presetsOld-10\/25{
  color: rgb(126 209 215 / 0.25) !important;
}.text-presetsOld-10\/30{
  color: rgb(126 209 215 / 0.3) !important;
}.text-presetsOld-10\/35{
  color: rgb(126 209 215 / 0.35) !important;
}.text-presetsOld-10\/40{
  color: rgb(126 209 215 / 0.4) !important;
}.text-presetsOld-10\/45{
  color: rgb(126 209 215 / 0.45) !important;
}.text-presetsOld-10\/5{
  color: rgb(126 209 215 / 0.05) !important;
}.text-presetsOld-10\/50{
  color: rgb(126 209 215 / 0.5) !important;
}.text-presetsOld-10\/55{
  color: rgb(126 209 215 / 0.55) !important;
}.text-presetsOld-10\/60{
  color: rgb(126 209 215 / 0.6) !important;
}.text-presetsOld-10\/65{
  color: rgb(126 209 215 / 0.65) !important;
}.text-presetsOld-10\/70{
  color: rgb(126 209 215 / 0.7) !important;
}.text-presetsOld-10\/75{
  color: rgb(126 209 215 / 0.75) !important;
}.text-presetsOld-10\/80{
  color: rgb(126 209 215 / 0.8) !important;
}.text-presetsOld-10\/85{
  color: rgb(126 209 215 / 0.85) !important;
}.text-presetsOld-10\/90{
  color: rgb(126 209 215 / 0.9) !important;
}.text-presetsOld-10\/95{
  color: rgb(126 209 215 / 0.95) !important;
}.text-presetsOld-11{
  --tw-text-opacity: 1 !important;
  color: rgb(179 206 251 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-11\/0{
  color: rgb(179 206 251 / 0) !important;
}.text-presetsOld-11\/10{
  color: rgb(179 206 251 / 0.1) !important;
}.text-presetsOld-11\/100{
  color: rgb(179 206 251 / 1) !important;
}.text-presetsOld-11\/15{
  color: rgb(179 206 251 / 0.15) !important;
}.text-presetsOld-11\/20{
  color: rgb(179 206 251 / 0.2) !important;
}.text-presetsOld-11\/25{
  color: rgb(179 206 251 / 0.25) !important;
}.text-presetsOld-11\/30{
  color: rgb(179 206 251 / 0.3) !important;
}.text-presetsOld-11\/35{
  color: rgb(179 206 251 / 0.35) !important;
}.text-presetsOld-11\/40{
  color: rgb(179 206 251 / 0.4) !important;
}.text-presetsOld-11\/45{
  color: rgb(179 206 251 / 0.45) !important;
}.text-presetsOld-11\/5{
  color: rgb(179 206 251 / 0.05) !important;
}.text-presetsOld-11\/50{
  color: rgb(179 206 251 / 0.5) !important;
}.text-presetsOld-11\/55{
  color: rgb(179 206 251 / 0.55) !important;
}.text-presetsOld-11\/60{
  color: rgb(179 206 251 / 0.6) !important;
}.text-presetsOld-11\/65{
  color: rgb(179 206 251 / 0.65) !important;
}.text-presetsOld-11\/70{
  color: rgb(179 206 251 / 0.7) !important;
}.text-presetsOld-11\/75{
  color: rgb(179 206 251 / 0.75) !important;
}.text-presetsOld-11\/80{
  color: rgb(179 206 251 / 0.8) !important;
}.text-presetsOld-11\/85{
  color: rgb(179 206 251 / 0.85) !important;
}.text-presetsOld-11\/90{
  color: rgb(179 206 251 / 0.9) !important;
}.text-presetsOld-11\/95{
  color: rgb(179 206 251 / 0.95) !important;
}.text-presetsOld-12{
  --tw-text-opacity: 1 !important;
  color: rgb(247 180 174 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-12\/0{
  color: rgb(247 180 174 / 0) !important;
}.text-presetsOld-12\/10{
  color: rgb(247 180 174 / 0.1) !important;
}.text-presetsOld-12\/100{
  color: rgb(247 180 174 / 1) !important;
}.text-presetsOld-12\/15{
  color: rgb(247 180 174 / 0.15) !important;
}.text-presetsOld-12\/20{
  color: rgb(247 180 174 / 0.2) !important;
}.text-presetsOld-12\/25{
  color: rgb(247 180 174 / 0.25) !important;
}.text-presetsOld-12\/30{
  color: rgb(247 180 174 / 0.3) !important;
}.text-presetsOld-12\/35{
  color: rgb(247 180 174 / 0.35) !important;
}.text-presetsOld-12\/40{
  color: rgb(247 180 174 / 0.4) !important;
}.text-presetsOld-12\/45{
  color: rgb(247 180 174 / 0.45) !important;
}.text-presetsOld-12\/5{
  color: rgb(247 180 174 / 0.05) !important;
}.text-presetsOld-12\/50{
  color: rgb(247 180 174 / 0.5) !important;
}.text-presetsOld-12\/55{
  color: rgb(247 180 174 / 0.55) !important;
}.text-presetsOld-12\/60{
  color: rgb(247 180 174 / 0.6) !important;
}.text-presetsOld-12\/65{
  color: rgb(247 180 174 / 0.65) !important;
}.text-presetsOld-12\/70{
  color: rgb(247 180 174 / 0.7) !important;
}.text-presetsOld-12\/75{
  color: rgb(247 180 174 / 0.75) !important;
}.text-presetsOld-12\/80{
  color: rgb(247 180 174 / 0.8) !important;
}.text-presetsOld-12\/85{
  color: rgb(247 180 174 / 0.85) !important;
}.text-presetsOld-12\/90{
  color: rgb(247 180 174 / 0.9) !important;
}.text-presetsOld-12\/95{
  color: rgb(247 180 174 / 0.95) !important;
}.text-presetsOld-13{
  --tw-text-opacity: 1 !important;
  color: rgb(253 228 155 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-13\/0{
  color: rgb(253 228 155 / 0) !important;
}.text-presetsOld-13\/10{
  color: rgb(253 228 155 / 0.1) !important;
}.text-presetsOld-13\/100{
  color: rgb(253 228 155 / 1) !important;
}.text-presetsOld-13\/15{
  color: rgb(253 228 155 / 0.15) !important;
}.text-presetsOld-13\/20{
  color: rgb(253 228 155 / 0.2) !important;
}.text-presetsOld-13\/25{
  color: rgb(253 228 155 / 0.25) !important;
}.text-presetsOld-13\/30{
  color: rgb(253 228 155 / 0.3) !important;
}.text-presetsOld-13\/35{
  color: rgb(253 228 155 / 0.35) !important;
}.text-presetsOld-13\/40{
  color: rgb(253 228 155 / 0.4) !important;
}.text-presetsOld-13\/45{
  color: rgb(253 228 155 / 0.45) !important;
}.text-presetsOld-13\/5{
  color: rgb(253 228 155 / 0.05) !important;
}.text-presetsOld-13\/50{
  color: rgb(253 228 155 / 0.5) !important;
}.text-presetsOld-13\/55{
  color: rgb(253 228 155 / 0.55) !important;
}.text-presetsOld-13\/60{
  color: rgb(253 228 155 / 0.6) !important;
}.text-presetsOld-13\/65{
  color: rgb(253 228 155 / 0.65) !important;
}.text-presetsOld-13\/70{
  color: rgb(253 228 155 / 0.7) !important;
}.text-presetsOld-13\/75{
  color: rgb(253 228 155 / 0.75) !important;
}.text-presetsOld-13\/80{
  color: rgb(253 228 155 / 0.8) !important;
}.text-presetsOld-13\/85{
  color: rgb(253 228 155 / 0.85) !important;
}.text-presetsOld-13\/90{
  color: rgb(253 228 155 / 0.9) !important;
}.text-presetsOld-13\/95{
  color: rgb(253 228 155 / 0.95) !important;
}.text-presetsOld-14{
  --tw-text-opacity: 1 !important;
  color: rgb(234 67 53 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-14\/0{
  color: rgb(234 67 53 / 0) !important;
}.text-presetsOld-14\/10{
  color: rgb(234 67 53 / 0.1) !important;
}.text-presetsOld-14\/100{
  color: rgb(234 67 53 / 1) !important;
}.text-presetsOld-14\/15{
  color: rgb(234 67 53 / 0.15) !important;
}.text-presetsOld-14\/20{
  color: rgb(234 67 53 / 0.2) !important;
}.text-presetsOld-14\/25{
  color: rgb(234 67 53 / 0.25) !important;
}.text-presetsOld-14\/30{
  color: rgb(234 67 53 / 0.3) !important;
}.text-presetsOld-14\/35{
  color: rgb(234 67 53 / 0.35) !important;
}.text-presetsOld-14\/40{
  color: rgb(234 67 53 / 0.4) !important;
}.text-presetsOld-14\/45{
  color: rgb(234 67 53 / 0.45) !important;
}.text-presetsOld-14\/5{
  color: rgb(234 67 53 / 0.05) !important;
}.text-presetsOld-14\/50{
  color: rgb(234 67 53 / 0.5) !important;
}.text-presetsOld-14\/55{
  color: rgb(234 67 53 / 0.55) !important;
}.text-presetsOld-14\/60{
  color: rgb(234 67 53 / 0.6) !important;
}.text-presetsOld-14\/65{
  color: rgb(234 67 53 / 0.65) !important;
}.text-presetsOld-14\/70{
  color: rgb(234 67 53 / 0.7) !important;
}.text-presetsOld-14\/75{
  color: rgb(234 67 53 / 0.75) !important;
}.text-presetsOld-14\/80{
  color: rgb(234 67 53 / 0.8) !important;
}.text-presetsOld-14\/85{
  color: rgb(234 67 53 / 0.85) !important;
}.text-presetsOld-14\/90{
  color: rgb(234 67 53 / 0.9) !important;
}.text-presetsOld-14\/95{
  color: rgb(234 67 53 / 0.95) !important;
}.text-presetsOld-2{
  --tw-text-opacity: 1 !important;
  color: rgb(52 168 83 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-2\/0{
  color: rgb(52 168 83 / 0) !important;
}.text-presetsOld-2\/10{
  color: rgb(52 168 83 / 0.1) !important;
}.text-presetsOld-2\/100{
  color: rgb(52 168 83 / 1) !important;
}.text-presetsOld-2\/15{
  color: rgb(52 168 83 / 0.15) !important;
}.text-presetsOld-2\/20{
  color: rgb(52 168 83 / 0.2) !important;
}.text-presetsOld-2\/25{
  color: rgb(52 168 83 / 0.25) !important;
}.text-presetsOld-2\/30{
  color: rgb(52 168 83 / 0.3) !important;
}.text-presetsOld-2\/35{
  color: rgb(52 168 83 / 0.35) !important;
}.text-presetsOld-2\/40{
  color: rgb(52 168 83 / 0.4) !important;
}.text-presetsOld-2\/45{
  color: rgb(52 168 83 / 0.45) !important;
}.text-presetsOld-2\/5{
  color: rgb(52 168 83 / 0.05) !important;
}.text-presetsOld-2\/50{
  color: rgb(52 168 83 / 0.5) !important;
}.text-presetsOld-2\/55{
  color: rgb(52 168 83 / 0.55) !important;
}.text-presetsOld-2\/60{
  color: rgb(52 168 83 / 0.6) !important;
}.text-presetsOld-2\/65{
  color: rgb(52 168 83 / 0.65) !important;
}.text-presetsOld-2\/70{
  color: rgb(52 168 83 / 0.7) !important;
}.text-presetsOld-2\/75{
  color: rgb(52 168 83 / 0.75) !important;
}.text-presetsOld-2\/80{
  color: rgb(52 168 83 / 0.8) !important;
}.text-presetsOld-2\/85{
  color: rgb(52 168 83 / 0.85) !important;
}.text-presetsOld-2\/90{
  color: rgb(52 168 83 / 0.9) !important;
}.text-presetsOld-2\/95{
  color: rgb(52 168 83 / 0.95) !important;
}.text-presetsOld-3{
  --tw-text-opacity: 1 !important;
  color: rgb(255 109 1 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-3\/0{
  color: rgb(255 109 1 / 0) !important;
}.text-presetsOld-3\/10{
  color: rgb(255 109 1 / 0.1) !important;
}.text-presetsOld-3\/100{
  color: rgb(255 109 1 / 1) !important;
}.text-presetsOld-3\/15{
  color: rgb(255 109 1 / 0.15) !important;
}.text-presetsOld-3\/20{
  color: rgb(255 109 1 / 0.2) !important;
}.text-presetsOld-3\/25{
  color: rgb(255 109 1 / 0.25) !important;
}.text-presetsOld-3\/30{
  color: rgb(255 109 1 / 0.3) !important;
}.text-presetsOld-3\/35{
  color: rgb(255 109 1 / 0.35) !important;
}.text-presetsOld-3\/40{
  color: rgb(255 109 1 / 0.4) !important;
}.text-presetsOld-3\/45{
  color: rgb(255 109 1 / 0.45) !important;
}.text-presetsOld-3\/5{
  color: rgb(255 109 1 / 0.05) !important;
}.text-presetsOld-3\/50{
  color: rgb(255 109 1 / 0.5) !important;
}.text-presetsOld-3\/55{
  color: rgb(255 109 1 / 0.55) !important;
}.text-presetsOld-3\/60{
  color: rgb(255 109 1 / 0.6) !important;
}.text-presetsOld-3\/65{
  color: rgb(255 109 1 / 0.65) !important;
}.text-presetsOld-3\/70{
  color: rgb(255 109 1 / 0.7) !important;
}.text-presetsOld-3\/75{
  color: rgb(255 109 1 / 0.75) !important;
}.text-presetsOld-3\/80{
  color: rgb(255 109 1 / 0.8) !important;
}.text-presetsOld-3\/85{
  color: rgb(255 109 1 / 0.85) !important;
}.text-presetsOld-3\/90{
  color: rgb(255 109 1 / 0.9) !important;
}.text-presetsOld-3\/95{
  color: rgb(255 109 1 / 0.95) !important;
}.text-presetsOld-4{
  --tw-text-opacity: 1 !important;
  color: rgb(70 189 198 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-4\/0{
  color: rgb(70 189 198 / 0) !important;
}.text-presetsOld-4\/10{
  color: rgb(70 189 198 / 0.1) !important;
}.text-presetsOld-4\/100{
  color: rgb(70 189 198 / 1) !important;
}.text-presetsOld-4\/15{
  color: rgb(70 189 198 / 0.15) !important;
}.text-presetsOld-4\/20{
  color: rgb(70 189 198 / 0.2) !important;
}.text-presetsOld-4\/25{
  color: rgb(70 189 198 / 0.25) !important;
}.text-presetsOld-4\/30{
  color: rgb(70 189 198 / 0.3) !important;
}.text-presetsOld-4\/35{
  color: rgb(70 189 198 / 0.35) !important;
}.text-presetsOld-4\/40{
  color: rgb(70 189 198 / 0.4) !important;
}.text-presetsOld-4\/45{
  color: rgb(70 189 198 / 0.45) !important;
}.text-presetsOld-4\/5{
  color: rgb(70 189 198 / 0.05) !important;
}.text-presetsOld-4\/50{
  color: rgb(70 189 198 / 0.5) !important;
}.text-presetsOld-4\/55{
  color: rgb(70 189 198 / 0.55) !important;
}.text-presetsOld-4\/60{
  color: rgb(70 189 198 / 0.6) !important;
}.text-presetsOld-4\/65{
  color: rgb(70 189 198 / 0.65) !important;
}.text-presetsOld-4\/70{
  color: rgb(70 189 198 / 0.7) !important;
}.text-presetsOld-4\/75{
  color: rgb(70 189 198 / 0.75) !important;
}.text-presetsOld-4\/80{
  color: rgb(70 189 198 / 0.8) !important;
}.text-presetsOld-4\/85{
  color: rgb(70 189 198 / 0.85) !important;
}.text-presetsOld-4\/90{
  color: rgb(70 189 198 / 0.9) !important;
}.text-presetsOld-4\/95{
  color: rgb(70 189 198 / 0.95) !important;
}.text-presetsOld-5{
  --tw-text-opacity: 1 !important;
  color: rgb(123 170 247 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-5\/0{
  color: rgb(123 170 247 / 0) !important;
}.text-presetsOld-5\/10{
  color: rgb(123 170 247 / 0.1) !important;
}.text-presetsOld-5\/100{
  color: rgb(123 170 247 / 1) !important;
}.text-presetsOld-5\/15{
  color: rgb(123 170 247 / 0.15) !important;
}.text-presetsOld-5\/20{
  color: rgb(123 170 247 / 0.2) !important;
}.text-presetsOld-5\/25{
  color: rgb(123 170 247 / 0.25) !important;
}.text-presetsOld-5\/30{
  color: rgb(123 170 247 / 0.3) !important;
}.text-presetsOld-5\/35{
  color: rgb(123 170 247 / 0.35) !important;
}.text-presetsOld-5\/40{
  color: rgb(123 170 247 / 0.4) !important;
}.text-presetsOld-5\/45{
  color: rgb(123 170 247 / 0.45) !important;
}.text-presetsOld-5\/5{
  color: rgb(123 170 247 / 0.05) !important;
}.text-presetsOld-5\/50{
  color: rgb(123 170 247 / 0.5) !important;
}.text-presetsOld-5\/55{
  color: rgb(123 170 247 / 0.55) !important;
}.text-presetsOld-5\/60{
  color: rgb(123 170 247 / 0.6) !important;
}.text-presetsOld-5\/65{
  color: rgb(123 170 247 / 0.65) !important;
}.text-presetsOld-5\/70{
  color: rgb(123 170 247 / 0.7) !important;
}.text-presetsOld-5\/75{
  color: rgb(123 170 247 / 0.75) !important;
}.text-presetsOld-5\/80{
  color: rgb(123 170 247 / 0.8) !important;
}.text-presetsOld-5\/85{
  color: rgb(123 170 247 / 0.85) !important;
}.text-presetsOld-5\/90{
  color: rgb(123 170 247 / 0.9) !important;
}.text-presetsOld-5\/95{
  color: rgb(123 170 247 / 0.95) !important;
}.text-presetsOld-6{
  --tw-text-opacity: 1 !important;
  color: rgb(240 123 114 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-6\/0{
  color: rgb(240 123 114 / 0) !important;
}.text-presetsOld-6\/10{
  color: rgb(240 123 114 / 0.1) !important;
}.text-presetsOld-6\/100{
  color: rgb(240 123 114 / 1) !important;
}.text-presetsOld-6\/15{
  color: rgb(240 123 114 / 0.15) !important;
}.text-presetsOld-6\/20{
  color: rgb(240 123 114 / 0.2) !important;
}.text-presetsOld-6\/25{
  color: rgb(240 123 114 / 0.25) !important;
}.text-presetsOld-6\/30{
  color: rgb(240 123 114 / 0.3) !important;
}.text-presetsOld-6\/35{
  color: rgb(240 123 114 / 0.35) !important;
}.text-presetsOld-6\/40{
  color: rgb(240 123 114 / 0.4) !important;
}.text-presetsOld-6\/45{
  color: rgb(240 123 114 / 0.45) !important;
}.text-presetsOld-6\/5{
  color: rgb(240 123 114 / 0.05) !important;
}.text-presetsOld-6\/50{
  color: rgb(240 123 114 / 0.5) !important;
}.text-presetsOld-6\/55{
  color: rgb(240 123 114 / 0.55) !important;
}.text-presetsOld-6\/60{
  color: rgb(240 123 114 / 0.6) !important;
}.text-presetsOld-6\/65{
  color: rgb(240 123 114 / 0.65) !important;
}.text-presetsOld-6\/70{
  color: rgb(240 123 114 / 0.7) !important;
}.text-presetsOld-6\/75{
  color: rgb(240 123 114 / 0.75) !important;
}.text-presetsOld-6\/80{
  color: rgb(240 123 114 / 0.8) !important;
}.text-presetsOld-6\/85{
  color: rgb(240 123 114 / 0.85) !important;
}.text-presetsOld-6\/90{
  color: rgb(240 123 114 / 0.9) !important;
}.text-presetsOld-6\/95{
  color: rgb(240 123 114 / 0.95) !important;
}.text-presetsOld-7{
  --tw-text-opacity: 1 !important;
  color: rgb(252 208 79 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-7\/0{
  color: rgb(252 208 79 / 0) !important;
}.text-presetsOld-7\/10{
  color: rgb(252 208 79 / 0.1) !important;
}.text-presetsOld-7\/100{
  color: rgb(252 208 79 / 1) !important;
}.text-presetsOld-7\/15{
  color: rgb(252 208 79 / 0.15) !important;
}.text-presetsOld-7\/20{
  color: rgb(252 208 79 / 0.2) !important;
}.text-presetsOld-7\/25{
  color: rgb(252 208 79 / 0.25) !important;
}.text-presetsOld-7\/30{
  color: rgb(252 208 79 / 0.3) !important;
}.text-presetsOld-7\/35{
  color: rgb(252 208 79 / 0.35) !important;
}.text-presetsOld-7\/40{
  color: rgb(252 208 79 / 0.4) !important;
}.text-presetsOld-7\/45{
  color: rgb(252 208 79 / 0.45) !important;
}.text-presetsOld-7\/5{
  color: rgb(252 208 79 / 0.05) !important;
}.text-presetsOld-7\/50{
  color: rgb(252 208 79 / 0.5) !important;
}.text-presetsOld-7\/55{
  color: rgb(252 208 79 / 0.55) !important;
}.text-presetsOld-7\/60{
  color: rgb(252 208 79 / 0.6) !important;
}.text-presetsOld-7\/65{
  color: rgb(252 208 79 / 0.65) !important;
}.text-presetsOld-7\/70{
  color: rgb(252 208 79 / 0.7) !important;
}.text-presetsOld-7\/75{
  color: rgb(252 208 79 / 0.75) !important;
}.text-presetsOld-7\/80{
  color: rgb(252 208 79 / 0.8) !important;
}.text-presetsOld-7\/85{
  color: rgb(252 208 79 / 0.85) !important;
}.text-presetsOld-7\/90{
  color: rgb(252 208 79 / 0.9) !important;
}.text-presetsOld-7\/95{
  color: rgb(252 208 79 / 0.95) !important;
}.text-presetsOld-8{
  --tw-text-opacity: 1 !important;
  color: rgb(113 194 135 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-8\/0{
  color: rgb(113 194 135 / 0) !important;
}.text-presetsOld-8\/10{
  color: rgb(113 194 135 / 0.1) !important;
}.text-presetsOld-8\/100{
  color: rgb(113 194 135 / 1) !important;
}.text-presetsOld-8\/15{
  color: rgb(113 194 135 / 0.15) !important;
}.text-presetsOld-8\/20{
  color: rgb(113 194 135 / 0.2) !important;
}.text-presetsOld-8\/25{
  color: rgb(113 194 135 / 0.25) !important;
}.text-presetsOld-8\/30{
  color: rgb(113 194 135 / 0.3) !important;
}.text-presetsOld-8\/35{
  color: rgb(113 194 135 / 0.35) !important;
}.text-presetsOld-8\/40{
  color: rgb(113 194 135 / 0.4) !important;
}.text-presetsOld-8\/45{
  color: rgb(113 194 135 / 0.45) !important;
}.text-presetsOld-8\/5{
  color: rgb(113 194 135 / 0.05) !important;
}.text-presetsOld-8\/50{
  color: rgb(113 194 135 / 0.5) !important;
}.text-presetsOld-8\/55{
  color: rgb(113 194 135 / 0.55) !important;
}.text-presetsOld-8\/60{
  color: rgb(113 194 135 / 0.6) !important;
}.text-presetsOld-8\/65{
  color: rgb(113 194 135 / 0.65) !important;
}.text-presetsOld-8\/70{
  color: rgb(113 194 135 / 0.7) !important;
}.text-presetsOld-8\/75{
  color: rgb(113 194 135 / 0.75) !important;
}.text-presetsOld-8\/80{
  color: rgb(113 194 135 / 0.8) !important;
}.text-presetsOld-8\/85{
  color: rgb(113 194 135 / 0.85) !important;
}.text-presetsOld-8\/90{
  color: rgb(113 194 135 / 0.9) !important;
}.text-presetsOld-8\/95{
  color: rgb(113 194 135 / 0.95) !important;
}.text-presetsOld-9{
  --tw-text-opacity: 1 !important;
  color: rgb(255 153 77 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOld-9\/0{
  color: rgb(255 153 77 / 0) !important;
}.text-presetsOld-9\/10{
  color: rgb(255 153 77 / 0.1) !important;
}.text-presetsOld-9\/100{
  color: rgb(255 153 77 / 1) !important;
}.text-presetsOld-9\/15{
  color: rgb(255 153 77 / 0.15) !important;
}.text-presetsOld-9\/20{
  color: rgb(255 153 77 / 0.2) !important;
}.text-presetsOld-9\/25{
  color: rgb(255 153 77 / 0.25) !important;
}.text-presetsOld-9\/30{
  color: rgb(255 153 77 / 0.3) !important;
}.text-presetsOld-9\/35{
  color: rgb(255 153 77 / 0.35) !important;
}.text-presetsOld-9\/40{
  color: rgb(255 153 77 / 0.4) !important;
}.text-presetsOld-9\/45{
  color: rgb(255 153 77 / 0.45) !important;
}.text-presetsOld-9\/5{
  color: rgb(255 153 77 / 0.05) !important;
}.text-presetsOld-9\/50{
  color: rgb(255 153 77 / 0.5) !important;
}.text-presetsOld-9\/55{
  color: rgb(255 153 77 / 0.55) !important;
}.text-presetsOld-9\/60{
  color: rgb(255 153 77 / 0.6) !important;
}.text-presetsOld-9\/65{
  color: rgb(255 153 77 / 0.65) !important;
}.text-presetsOld-9\/70{
  color: rgb(255 153 77 / 0.7) !important;
}.text-presetsOld-9\/75{
  color: rgb(255 153 77 / 0.75) !important;
}.text-presetsOld-9\/80{
  color: rgb(255 153 77 / 0.8) !important;
}.text-presetsOld-9\/85{
  color: rgb(255 153 77 / 0.85) !important;
}.text-presetsOld-9\/90{
  color: rgb(255 153 77 / 0.9) !important;
}.text-presetsOld-9\/95{
  color: rgb(255 153 77 / 0.95) !important;
}.text-presetsOther-0{
  --tw-text-opacity: 1 !important;
  color: rgb(231 159 3 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOther-0\/0{
  color: rgb(231 159 3 / 0) !important;
}.text-presetsOther-0\/10{
  color: rgb(231 159 3 / 0.1) !important;
}.text-presetsOther-0\/100{
  color: rgb(231 159 3 / 1) !important;
}.text-presetsOther-0\/15{
  color: rgb(231 159 3 / 0.15) !important;
}.text-presetsOther-0\/20{
  color: rgb(231 159 3 / 0.2) !important;
}.text-presetsOther-0\/25{
  color: rgb(231 159 3 / 0.25) !important;
}.text-presetsOther-0\/30{
  color: rgb(231 159 3 / 0.3) !important;
}.text-presetsOther-0\/35{
  color: rgb(231 159 3 / 0.35) !important;
}.text-presetsOther-0\/40{
  color: rgb(231 159 3 / 0.4) !important;
}.text-presetsOther-0\/45{
  color: rgb(231 159 3 / 0.45) !important;
}.text-presetsOther-0\/5{
  color: rgb(231 159 3 / 0.05) !important;
}.text-presetsOther-0\/50{
  color: rgb(231 159 3 / 0.5) !important;
}.text-presetsOther-0\/55{
  color: rgb(231 159 3 / 0.55) !important;
}.text-presetsOther-0\/60{
  color: rgb(231 159 3 / 0.6) !important;
}.text-presetsOther-0\/65{
  color: rgb(231 159 3 / 0.65) !important;
}.text-presetsOther-0\/70{
  color: rgb(231 159 3 / 0.7) !important;
}.text-presetsOther-0\/75{
  color: rgb(231 159 3 / 0.75) !important;
}.text-presetsOther-0\/80{
  color: rgb(231 159 3 / 0.8) !important;
}.text-presetsOther-0\/85{
  color: rgb(231 159 3 / 0.85) !important;
}.text-presetsOther-0\/90{
  color: rgb(231 159 3 / 0.9) !important;
}.text-presetsOther-0\/95{
  color: rgb(231 159 3 / 0.95) !important;
}.text-presetsOther-1{
  --tw-text-opacity: 1 !important;
  color: rgb(87 180 233 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOther-1\/0{
  color: rgb(87 180 233 / 0) !important;
}.text-presetsOther-1\/10{
  color: rgb(87 180 233 / 0.1) !important;
}.text-presetsOther-1\/100{
  color: rgb(87 180 233 / 1) !important;
}.text-presetsOther-1\/15{
  color: rgb(87 180 233 / 0.15) !important;
}.text-presetsOther-1\/20{
  color: rgb(87 180 233 / 0.2) !important;
}.text-presetsOther-1\/25{
  color: rgb(87 180 233 / 0.25) !important;
}.text-presetsOther-1\/30{
  color: rgb(87 180 233 / 0.3) !important;
}.text-presetsOther-1\/35{
  color: rgb(87 180 233 / 0.35) !important;
}.text-presetsOther-1\/40{
  color: rgb(87 180 233 / 0.4) !important;
}.text-presetsOther-1\/45{
  color: rgb(87 180 233 / 0.45) !important;
}.text-presetsOther-1\/5{
  color: rgb(87 180 233 / 0.05) !important;
}.text-presetsOther-1\/50{
  color: rgb(87 180 233 / 0.5) !important;
}.text-presetsOther-1\/55{
  color: rgb(87 180 233 / 0.55) !important;
}.text-presetsOther-1\/60{
  color: rgb(87 180 233 / 0.6) !important;
}.text-presetsOther-1\/65{
  color: rgb(87 180 233 / 0.65) !important;
}.text-presetsOther-1\/70{
  color: rgb(87 180 233 / 0.7) !important;
}.text-presetsOther-1\/75{
  color: rgb(87 180 233 / 0.75) !important;
}.text-presetsOther-1\/80{
  color: rgb(87 180 233 / 0.8) !important;
}.text-presetsOther-1\/85{
  color: rgb(87 180 233 / 0.85) !important;
}.text-presetsOther-1\/90{
  color: rgb(87 180 233 / 0.9) !important;
}.text-presetsOther-1\/95{
  color: rgb(87 180 233 / 0.95) !important;
}.text-presetsOther-2{
  --tw-text-opacity: 1 !important;
  color: rgb(0 158 115 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOther-2\/0{
  color: rgb(0 158 115 / 0) !important;
}.text-presetsOther-2\/10{
  color: rgb(0 158 115 / 0.1) !important;
}.text-presetsOther-2\/100{
  color: rgb(0 158 115 / 1) !important;
}.text-presetsOther-2\/15{
  color: rgb(0 158 115 / 0.15) !important;
}.text-presetsOther-2\/20{
  color: rgb(0 158 115 / 0.2) !important;
}.text-presetsOther-2\/25{
  color: rgb(0 158 115 / 0.25) !important;
}.text-presetsOther-2\/30{
  color: rgb(0 158 115 / 0.3) !important;
}.text-presetsOther-2\/35{
  color: rgb(0 158 115 / 0.35) !important;
}.text-presetsOther-2\/40{
  color: rgb(0 158 115 / 0.4) !important;
}.text-presetsOther-2\/45{
  color: rgb(0 158 115 / 0.45) !important;
}.text-presetsOther-2\/5{
  color: rgb(0 158 115 / 0.05) !important;
}.text-presetsOther-2\/50{
  color: rgb(0 158 115 / 0.5) !important;
}.text-presetsOther-2\/55{
  color: rgb(0 158 115 / 0.55) !important;
}.text-presetsOther-2\/60{
  color: rgb(0 158 115 / 0.6) !important;
}.text-presetsOther-2\/65{
  color: rgb(0 158 115 / 0.65) !important;
}.text-presetsOther-2\/70{
  color: rgb(0 158 115 / 0.7) !important;
}.text-presetsOther-2\/75{
  color: rgb(0 158 115 / 0.75) !important;
}.text-presetsOther-2\/80{
  color: rgb(0 158 115 / 0.8) !important;
}.text-presetsOther-2\/85{
  color: rgb(0 158 115 / 0.85) !important;
}.text-presetsOther-2\/90{
  color: rgb(0 158 115 / 0.9) !important;
}.text-presetsOther-2\/95{
  color: rgb(0 158 115 / 0.95) !important;
}.text-presetsOther-3{
  --tw-text-opacity: 1 !important;
  color: rgb(0 114 178 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOther-3\/0{
  color: rgb(0 114 178 / 0) !important;
}.text-presetsOther-3\/10{
  color: rgb(0 114 178 / 0.1) !important;
}.text-presetsOther-3\/100{
  color: rgb(0 114 178 / 1) !important;
}.text-presetsOther-3\/15{
  color: rgb(0 114 178 / 0.15) !important;
}.text-presetsOther-3\/20{
  color: rgb(0 114 178 / 0.2) !important;
}.text-presetsOther-3\/25{
  color: rgb(0 114 178 / 0.25) !important;
}.text-presetsOther-3\/30{
  color: rgb(0 114 178 / 0.3) !important;
}.text-presetsOther-3\/35{
  color: rgb(0 114 178 / 0.35) !important;
}.text-presetsOther-3\/40{
  color: rgb(0 114 178 / 0.4) !important;
}.text-presetsOther-3\/45{
  color: rgb(0 114 178 / 0.45) !important;
}.text-presetsOther-3\/5{
  color: rgb(0 114 178 / 0.05) !important;
}.text-presetsOther-3\/50{
  color: rgb(0 114 178 / 0.5) !important;
}.text-presetsOther-3\/55{
  color: rgb(0 114 178 / 0.55) !important;
}.text-presetsOther-3\/60{
  color: rgb(0 114 178 / 0.6) !important;
}.text-presetsOther-3\/65{
  color: rgb(0 114 178 / 0.65) !important;
}.text-presetsOther-3\/70{
  color: rgb(0 114 178 / 0.7) !important;
}.text-presetsOther-3\/75{
  color: rgb(0 114 178 / 0.75) !important;
}.text-presetsOther-3\/80{
  color: rgb(0 114 178 / 0.8) !important;
}.text-presetsOther-3\/85{
  color: rgb(0 114 178 / 0.85) !important;
}.text-presetsOther-3\/90{
  color: rgb(0 114 178 / 0.9) !important;
}.text-presetsOther-3\/95{
  color: rgb(0 114 178 / 0.95) !important;
}.text-presetsOther-4{
  --tw-text-opacity: 1 !important;
  color: rgb(213 94 0 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOther-4\/0{
  color: rgb(213 94 0 / 0) !important;
}.text-presetsOther-4\/10{
  color: rgb(213 94 0 / 0.1) !important;
}.text-presetsOther-4\/100{
  color: rgb(213 94 0 / 1) !important;
}.text-presetsOther-4\/15{
  color: rgb(213 94 0 / 0.15) !important;
}.text-presetsOther-4\/20{
  color: rgb(213 94 0 / 0.2) !important;
}.text-presetsOther-4\/25{
  color: rgb(213 94 0 / 0.25) !important;
}.text-presetsOther-4\/30{
  color: rgb(213 94 0 / 0.3) !important;
}.text-presetsOther-4\/35{
  color: rgb(213 94 0 / 0.35) !important;
}.text-presetsOther-4\/40{
  color: rgb(213 94 0 / 0.4) !important;
}.text-presetsOther-4\/45{
  color: rgb(213 94 0 / 0.45) !important;
}.text-presetsOther-4\/5{
  color: rgb(213 94 0 / 0.05) !important;
}.text-presetsOther-4\/50{
  color: rgb(213 94 0 / 0.5) !important;
}.text-presetsOther-4\/55{
  color: rgb(213 94 0 / 0.55) !important;
}.text-presetsOther-4\/60{
  color: rgb(213 94 0 / 0.6) !important;
}.text-presetsOther-4\/65{
  color: rgb(213 94 0 / 0.65) !important;
}.text-presetsOther-4\/70{
  color: rgb(213 94 0 / 0.7) !important;
}.text-presetsOther-4\/75{
  color: rgb(213 94 0 / 0.75) !important;
}.text-presetsOther-4\/80{
  color: rgb(213 94 0 / 0.8) !important;
}.text-presetsOther-4\/85{
  color: rgb(213 94 0 / 0.85) !important;
}.text-presetsOther-4\/90{
  color: rgb(213 94 0 / 0.9) !important;
}.text-presetsOther-4\/95{
  color: rgb(213 94 0 / 0.95) !important;
}.text-presetsOther-5{
  --tw-text-opacity: 1 !important;
  color: rgb(203 121 167 / var(--tw-text-opacity, 1)) !important;
}.text-presetsOther-5\/0{
  color: rgb(203 121 167 / 0) !important;
}.text-presetsOther-5\/10{
  color: rgb(203 121 167 / 0.1) !important;
}.text-presetsOther-5\/100{
  color: rgb(203 121 167 / 1) !important;
}.text-presetsOther-5\/15{
  color: rgb(203 121 167 / 0.15) !important;
}.text-presetsOther-5\/20{
  color: rgb(203 121 167 / 0.2) !important;
}.text-presetsOther-5\/25{
  color: rgb(203 121 167 / 0.25) !important;
}.text-presetsOther-5\/30{
  color: rgb(203 121 167 / 0.3) !important;
}.text-presetsOther-5\/35{
  color: rgb(203 121 167 / 0.35) !important;
}.text-presetsOther-5\/40{
  color: rgb(203 121 167 / 0.4) !important;
}.text-presetsOther-5\/45{
  color: rgb(203 121 167 / 0.45) !important;
}.text-presetsOther-5\/5{
  color: rgb(203 121 167 / 0.05) !important;
}.text-presetsOther-5\/50{
  color: rgb(203 121 167 / 0.5) !important;
}.text-presetsOther-5\/55{
  color: rgb(203 121 167 / 0.55) !important;
}.text-presetsOther-5\/60{
  color: rgb(203 121 167 / 0.6) !important;
}.text-presetsOther-5\/65{
  color: rgb(203 121 167 / 0.65) !important;
}.text-presetsOther-5\/70{
  color: rgb(203 121 167 / 0.7) !important;
}.text-presetsOther-5\/75{
  color: rgb(203 121 167 / 0.75) !important;
}.text-presetsOther-5\/80{
  color: rgb(203 121 167 / 0.8) !important;
}.text-presetsOther-5\/85{
  color: rgb(203 121 167 / 0.85) !important;
}.text-presetsOther-5\/90{
  color: rgb(203 121 167 / 0.9) !important;
}.text-presetsOther-5\/95{
  color: rgb(203 121 167 / 0.95) !important;
}.text-presetsSurge-0{
  --tw-text-opacity: 1 !important;
  color: rgb(25 71 145 / var(--tw-text-opacity, 1)) !important;
}.text-presetsSurge-0\/0{
  color: rgb(25 71 145 / 0) !important;
}.text-presetsSurge-0\/10{
  color: rgb(25 71 145 / 0.1) !important;
}.text-presetsSurge-0\/100{
  color: rgb(25 71 145 / 1) !important;
}.text-presetsSurge-0\/15{
  color: rgb(25 71 145 / 0.15) !important;
}.text-presetsSurge-0\/20{
  color: rgb(25 71 145 / 0.2) !important;
}.text-presetsSurge-0\/25{
  color: rgb(25 71 145 / 0.25) !important;
}.text-presetsSurge-0\/30{
  color: rgb(25 71 145 / 0.3) !important;
}.text-presetsSurge-0\/35{
  color: rgb(25 71 145 / 0.35) !important;
}.text-presetsSurge-0\/40{
  color: rgb(25 71 145 / 0.4) !important;
}.text-presetsSurge-0\/45{
  color: rgb(25 71 145 / 0.45) !important;
}.text-presetsSurge-0\/5{
  color: rgb(25 71 145 / 0.05) !important;
}.text-presetsSurge-0\/50{
  color: rgb(25 71 145 / 0.5) !important;
}.text-presetsSurge-0\/55{
  color: rgb(25 71 145 / 0.55) !important;
}.text-presetsSurge-0\/60{
  color: rgb(25 71 145 / 0.6) !important;
}.text-presetsSurge-0\/65{
  color: rgb(25 71 145 / 0.65) !important;
}.text-presetsSurge-0\/70{
  color: rgb(25 71 145 / 0.7) !important;
}.text-presetsSurge-0\/75{
  color: rgb(25 71 145 / 0.75) !important;
}.text-presetsSurge-0\/80{
  color: rgb(25 71 145 / 0.8) !important;
}.text-presetsSurge-0\/85{
  color: rgb(25 71 145 / 0.85) !important;
}.text-presetsSurge-0\/90{
  color: rgb(25 71 145 / 0.9) !important;
}.text-presetsSurge-0\/95{
  color: rgb(25 71 145 / 0.95) !important;
}.text-presetsSurge-1{
  --tw-text-opacity: 1 !important;
  color: rgb(40 104 246 / var(--tw-text-opacity, 1)) !important;
}.text-presetsSurge-1\/0{
  color: rgb(40 104 246 / 0) !important;
}.text-presetsSurge-1\/10{
  color: rgb(40 104 246 / 0.1) !important;
}.text-presetsSurge-1\/100{
  color: rgb(40 104 246 / 1) !important;
}.text-presetsSurge-1\/15{
  color: rgb(40 104 246 / 0.15) !important;
}.text-presetsSurge-1\/20{
  color: rgb(40 104 246 / 0.2) !important;
}.text-presetsSurge-1\/25{
  color: rgb(40 104 246 / 0.25) !important;
}.text-presetsSurge-1\/30{
  color: rgb(40 104 246 / 0.3) !important;
}.text-presetsSurge-1\/35{
  color: rgb(40 104 246 / 0.35) !important;
}.text-presetsSurge-1\/40{
  color: rgb(40 104 246 / 0.4) !important;
}.text-presetsSurge-1\/45{
  color: rgb(40 104 246 / 0.45) !important;
}.text-presetsSurge-1\/5{
  color: rgb(40 104 246 / 0.05) !important;
}.text-presetsSurge-1\/50{
  color: rgb(40 104 246 / 0.5) !important;
}.text-presetsSurge-1\/55{
  color: rgb(40 104 246 / 0.55) !important;
}.text-presetsSurge-1\/60{
  color: rgb(40 104 246 / 0.6) !important;
}.text-presetsSurge-1\/65{
  color: rgb(40 104 246 / 0.65) !important;
}.text-presetsSurge-1\/70{
  color: rgb(40 104 246 / 0.7) !important;
}.text-presetsSurge-1\/75{
  color: rgb(40 104 246 / 0.75) !important;
}.text-presetsSurge-1\/80{
  color: rgb(40 104 246 / 0.8) !important;
}.text-presetsSurge-1\/85{
  color: rgb(40 104 246 / 0.85) !important;
}.text-presetsSurge-1\/90{
  color: rgb(40 104 246 / 0.9) !important;
}.text-presetsSurge-1\/95{
  color: rgb(40 104 246 / 0.95) !important;
}.text-presetsSurge-2{
  --tw-text-opacity: 1 !important;
  color: rgb(159 100 203 / var(--tw-text-opacity, 1)) !important;
}.text-presetsSurge-2\/0{
  color: rgb(159 100 203 / 0) !important;
}.text-presetsSurge-2\/10{
  color: rgb(159 100 203 / 0.1) !important;
}.text-presetsSurge-2\/100{
  color: rgb(159 100 203 / 1) !important;
}.text-presetsSurge-2\/15{
  color: rgb(159 100 203 / 0.15) !important;
}.text-presetsSurge-2\/20{
  color: rgb(159 100 203 / 0.2) !important;
}.text-presetsSurge-2\/25{
  color: rgb(159 100 203 / 0.25) !important;
}.text-presetsSurge-2\/30{
  color: rgb(159 100 203 / 0.3) !important;
}.text-presetsSurge-2\/35{
  color: rgb(159 100 203 / 0.35) !important;
}.text-presetsSurge-2\/40{
  color: rgb(159 100 203 / 0.4) !important;
}.text-presetsSurge-2\/45{
  color: rgb(159 100 203 / 0.45) !important;
}.text-presetsSurge-2\/5{
  color: rgb(159 100 203 / 0.05) !important;
}.text-presetsSurge-2\/50{
  color: rgb(159 100 203 / 0.5) !important;
}.text-presetsSurge-2\/55{
  color: rgb(159 100 203 / 0.55) !important;
}.text-presetsSurge-2\/60{
  color: rgb(159 100 203 / 0.6) !important;
}.text-presetsSurge-2\/65{
  color: rgb(159 100 203 / 0.65) !important;
}.text-presetsSurge-2\/70{
  color: rgb(159 100 203 / 0.7) !important;
}.text-presetsSurge-2\/75{
  color: rgb(159 100 203 / 0.75) !important;
}.text-presetsSurge-2\/80{
  color: rgb(159 100 203 / 0.8) !important;
}.text-presetsSurge-2\/85{
  color: rgb(159 100 203 / 0.85) !important;
}.text-presetsSurge-2\/90{
  color: rgb(159 100 203 / 0.9) !important;
}.text-presetsSurge-2\/95{
  color: rgb(159 100 203 / 0.95) !important;
}.text-presetsSurge-3{
  --tw-text-opacity: 1 !important;
  color: rgb(126 31 78 / var(--tw-text-opacity, 1)) !important;
}.text-presetsSurge-3\/0{
  color: rgb(126 31 78 / 0) !important;
}.text-presetsSurge-3\/10{
  color: rgb(126 31 78 / 0.1) !important;
}.text-presetsSurge-3\/100{
  color: rgb(126 31 78 / 1) !important;
}.text-presetsSurge-3\/15{
  color: rgb(126 31 78 / 0.15) !important;
}.text-presetsSurge-3\/20{
  color: rgb(126 31 78 / 0.2) !important;
}.text-presetsSurge-3\/25{
  color: rgb(126 31 78 / 0.25) !important;
}.text-presetsSurge-3\/30{
  color: rgb(126 31 78 / 0.3) !important;
}.text-presetsSurge-3\/35{
  color: rgb(126 31 78 / 0.35) !important;
}.text-presetsSurge-3\/40{
  color: rgb(126 31 78 / 0.4) !important;
}.text-presetsSurge-3\/45{
  color: rgb(126 31 78 / 0.45) !important;
}.text-presetsSurge-3\/5{
  color: rgb(126 31 78 / 0.05) !important;
}.text-presetsSurge-3\/50{
  color: rgb(126 31 78 / 0.5) !important;
}.text-presetsSurge-3\/55{
  color: rgb(126 31 78 / 0.55) !important;
}.text-presetsSurge-3\/60{
  color: rgb(126 31 78 / 0.6) !important;
}.text-presetsSurge-3\/65{
  color: rgb(126 31 78 / 0.65) !important;
}.text-presetsSurge-3\/70{
  color: rgb(126 31 78 / 0.7) !important;
}.text-presetsSurge-3\/75{
  color: rgb(126 31 78 / 0.75) !important;
}.text-presetsSurge-3\/80{
  color: rgb(126 31 78 / 0.8) !important;
}.text-presetsSurge-3\/85{
  color: rgb(126 31 78 / 0.85) !important;
}.text-presetsSurge-3\/90{
  color: rgb(126 31 78 / 0.9) !important;
}.text-presetsSurge-3\/95{
  color: rgb(126 31 78 / 0.95) !important;
}.text-presetsSurge-4{
  --tw-text-opacity: 1 !important;
  color: rgb(231 159 3 / var(--tw-text-opacity, 1)) !important;
}.text-presetsSurge-4\/0{
  color: rgb(231 159 3 / 0) !important;
}.text-presetsSurge-4\/10{
  color: rgb(231 159 3 / 0.1) !important;
}.text-presetsSurge-4\/100{
  color: rgb(231 159 3 / 1) !important;
}.text-presetsSurge-4\/15{
  color: rgb(231 159 3 / 0.15) !important;
}.text-presetsSurge-4\/20{
  color: rgb(231 159 3 / 0.2) !important;
}.text-presetsSurge-4\/25{
  color: rgb(231 159 3 / 0.25) !important;
}.text-presetsSurge-4\/30{
  color: rgb(231 159 3 / 0.3) !important;
}.text-presetsSurge-4\/35{
  color: rgb(231 159 3 / 0.35) !important;
}.text-presetsSurge-4\/40{
  color: rgb(231 159 3 / 0.4) !important;
}.text-presetsSurge-4\/45{
  color: rgb(231 159 3 / 0.45) !important;
}.text-presetsSurge-4\/5{
  color: rgb(231 159 3 / 0.05) !important;
}.text-presetsSurge-4\/50{
  color: rgb(231 159 3 / 0.5) !important;
}.text-presetsSurge-4\/55{
  color: rgb(231 159 3 / 0.55) !important;
}.text-presetsSurge-4\/60{
  color: rgb(231 159 3 / 0.6) !important;
}.text-presetsSurge-4\/65{
  color: rgb(231 159 3 / 0.65) !important;
}.text-presetsSurge-4\/70{
  color: rgb(231 159 3 / 0.7) !important;
}.text-presetsSurge-4\/75{
  color: rgb(231 159 3 / 0.75) !important;
}.text-presetsSurge-4\/80{
  color: rgb(231 159 3 / 0.8) !important;
}.text-presetsSurge-4\/85{
  color: rgb(231 159 3 / 0.85) !important;
}.text-presetsSurge-4\/90{
  color: rgb(231 159 3 / 0.9) !important;
}.text-presetsSurge-4\/95{
  color: rgb(231 159 3 / 0.95) !important;
}.text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1)) !important;
}.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}.text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}.text-slate-200{
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
}.text-slate-400{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}.text-slate-800{
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important;
}.text-surge-blue-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(24 54 178 / var(--tw-text-opacity, 1)) !important;
}.text-surge-blue-dark\/0{
  color: rgb(24 54 178 / 0) !important;
}.text-surge-blue-dark\/10{
  color: rgb(24 54 178 / 0.1) !important;
}.text-surge-blue-dark\/100{
  color: rgb(24 54 178 / 1) !important;
}.text-surge-blue-dark\/15{
  color: rgb(24 54 178 / 0.15) !important;
}.text-surge-blue-dark\/20{
  color: rgb(24 54 178 / 0.2) !important;
}.text-surge-blue-dark\/25{
  color: rgb(24 54 178 / 0.25) !important;
}.text-surge-blue-dark\/30{
  color: rgb(24 54 178 / 0.3) !important;
}.text-surge-blue-dark\/35{
  color: rgb(24 54 178 / 0.35) !important;
}.text-surge-blue-dark\/40{
  color: rgb(24 54 178 / 0.4) !important;
}.text-surge-blue-dark\/45{
  color: rgb(24 54 178 / 0.45) !important;
}.text-surge-blue-dark\/5{
  color: rgb(24 54 178 / 0.05) !important;
}.text-surge-blue-dark\/50{
  color: rgb(24 54 178 / 0.5) !important;
}.text-surge-blue-dark\/55{
  color: rgb(24 54 178 / 0.55) !important;
}.text-surge-blue-dark\/60{
  color: rgb(24 54 178 / 0.6) !important;
}.text-surge-blue-dark\/65{
  color: rgb(24 54 178 / 0.65) !important;
}.text-surge-blue-dark\/70{
  color: rgb(24 54 178 / 0.7) !important;
}.text-surge-blue-dark\/75{
  color: rgb(24 54 178 / 0.75) !important;
}.text-surge-blue-dark\/80{
  color: rgb(24 54 178 / 0.8) !important;
}.text-surge-blue-dark\/85{
  color: rgb(24 54 178 / 0.85) !important;
}.text-surge-blue-dark\/90{
  color: rgb(24 54 178 / 0.9) !important;
}.text-surge-blue-dark\/95{
  color: rgb(24 54 178 / 0.95) !important;
}.text-surge-blue-light{
  --tw-text-opacity: 1 !important;
  color: rgb(134 199 237 / var(--tw-text-opacity, 1)) !important;
}.text-surge-blue-light\/0{
  color: rgb(134 199 237 / 0) !important;
}.text-surge-blue-light\/10{
  color: rgb(134 199 237 / 0.1) !important;
}.text-surge-blue-light\/100{
  color: rgb(134 199 237 / 1) !important;
}.text-surge-blue-light\/15{
  color: rgb(134 199 237 / 0.15) !important;
}.text-surge-blue-light\/20{
  color: rgb(134 199 237 / 0.2) !important;
}.text-surge-blue-light\/25{
  color: rgb(134 199 237 / 0.25) !important;
}.text-surge-blue-light\/30{
  color: rgb(134 199 237 / 0.3) !important;
}.text-surge-blue-light\/35{
  color: rgb(134 199 237 / 0.35) !important;
}.text-surge-blue-light\/40{
  color: rgb(134 199 237 / 0.4) !important;
}.text-surge-blue-light\/45{
  color: rgb(134 199 237 / 0.45) !important;
}.text-surge-blue-light\/5{
  color: rgb(134 199 237 / 0.05) !important;
}.text-surge-blue-light\/50{
  color: rgb(134 199 237 / 0.5) !important;
}.text-surge-blue-light\/55{
  color: rgb(134 199 237 / 0.55) !important;
}.text-surge-blue-light\/60{
  color: rgb(134 199 237 / 0.6) !important;
}.text-surge-blue-light\/65{
  color: rgb(134 199 237 / 0.65) !important;
}.text-surge-blue-light\/70{
  color: rgb(134 199 237 / 0.7) !important;
}.text-surge-blue-light\/75{
  color: rgb(134 199 237 / 0.75) !important;
}.text-surge-blue-light\/80{
  color: rgb(134 199 237 / 0.8) !important;
}.text-surge-blue-light\/85{
  color: rgb(134 199 237 / 0.85) !important;
}.text-surge-blue-light\/90{
  color: rgb(134 199 237 / 0.9) !important;
}.text-surge-blue-light\/95{
  color: rgb(134 199 237 / 0.95) !important;
}.text-surge-gradient-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(197 186 251 / var(--tw-text-opacity, 1)) !important;
}.text-surge-gradient-blue\/0{
  color: rgb(197 186 251 / 0) !important;
}.text-surge-gradient-blue\/10{
  color: rgb(197 186 251 / 0.1) !important;
}.text-surge-gradient-blue\/100{
  color: rgb(197 186 251 / 1) !important;
}.text-surge-gradient-blue\/15{
  color: rgb(197 186 251 / 0.15) !important;
}.text-surge-gradient-blue\/20{
  color: rgb(197 186 251 / 0.2) !important;
}.text-surge-gradient-blue\/25{
  color: rgb(197 186 251 / 0.25) !important;
}.text-surge-gradient-blue\/30{
  color: rgb(197 186 251 / 0.3) !important;
}.text-surge-gradient-blue\/35{
  color: rgb(197 186 251 / 0.35) !important;
}.text-surge-gradient-blue\/40{
  color: rgb(197 186 251 / 0.4) !important;
}.text-surge-gradient-blue\/45{
  color: rgb(197 186 251 / 0.45) !important;
}.text-surge-gradient-blue\/5{
  color: rgb(197 186 251 / 0.05) !important;
}.text-surge-gradient-blue\/50{
  color: rgb(197 186 251 / 0.5) !important;
}.text-surge-gradient-blue\/55{
  color: rgb(197 186 251 / 0.55) !important;
}.text-surge-gradient-blue\/60{
  color: rgb(197 186 251 / 0.6) !important;
}.text-surge-gradient-blue\/65{
  color: rgb(197 186 251 / 0.65) !important;
}.text-surge-gradient-blue\/70{
  color: rgb(197 186 251 / 0.7) !important;
}.text-surge-gradient-blue\/75{
  color: rgb(197 186 251 / 0.75) !important;
}.text-surge-gradient-blue\/80{
  color: rgb(197 186 251 / 0.8) !important;
}.text-surge-gradient-blue\/85{
  color: rgb(197 186 251 / 0.85) !important;
}.text-surge-gradient-blue\/90{
  color: rgb(197 186 251 / 0.9) !important;
}.text-surge-gradient-blue\/95{
  color: rgb(197 186 251 / 0.95) !important;
}.text-surge-gradient-button-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(112 126 224 / var(--tw-text-opacity, 1)) !important;
}.text-surge-gradient-button-blue\/0{
  color: rgb(112 126 224 / 0) !important;
}.text-surge-gradient-button-blue\/10{
  color: rgb(112 126 224 / 0.1) !important;
}.text-surge-gradient-button-blue\/100{
  color: rgb(112 126 224 / 1) !important;
}.text-surge-gradient-button-blue\/15{
  color: rgb(112 126 224 / 0.15) !important;
}.text-surge-gradient-button-blue\/20{
  color: rgb(112 126 224 / 0.2) !important;
}.text-surge-gradient-button-blue\/25{
  color: rgb(112 126 224 / 0.25) !important;
}.text-surge-gradient-button-blue\/30{
  color: rgb(112 126 224 / 0.3) !important;
}.text-surge-gradient-button-blue\/35{
  color: rgb(112 126 224 / 0.35) !important;
}.text-surge-gradient-button-blue\/40{
  color: rgb(112 126 224 / 0.4) !important;
}.text-surge-gradient-button-blue\/45{
  color: rgb(112 126 224 / 0.45) !important;
}.text-surge-gradient-button-blue\/5{
  color: rgb(112 126 224 / 0.05) !important;
}.text-surge-gradient-button-blue\/50{
  color: rgb(112 126 224 / 0.5) !important;
}.text-surge-gradient-button-blue\/55{
  color: rgb(112 126 224 / 0.55) !important;
}.text-surge-gradient-button-blue\/60{
  color: rgb(112 126 224 / 0.6) !important;
}.text-surge-gradient-button-blue\/65{
  color: rgb(112 126 224 / 0.65) !important;
}.text-surge-gradient-button-blue\/70{
  color: rgb(112 126 224 / 0.7) !important;
}.text-surge-gradient-button-blue\/75{
  color: rgb(112 126 224 / 0.75) !important;
}.text-surge-gradient-button-blue\/80{
  color: rgb(112 126 224 / 0.8) !important;
}.text-surge-gradient-button-blue\/85{
  color: rgb(112 126 224 / 0.85) !important;
}.text-surge-gradient-button-blue\/90{
  color: rgb(112 126 224 / 0.9) !important;
}.text-surge-gradient-button-blue\/95{
  color: rgb(112 126 224 / 0.95) !important;
}.text-surge-gradient-button-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(161 140 209 / var(--tw-text-opacity, 1)) !important;
}.text-surge-gradient-button-purple\/0{
  color: rgb(161 140 209 / 0) !important;
}.text-surge-gradient-button-purple\/10{
  color: rgb(161 140 209 / 0.1) !important;
}.text-surge-gradient-button-purple\/100{
  color: rgb(161 140 209 / 1) !important;
}.text-surge-gradient-button-purple\/15{
  color: rgb(161 140 209 / 0.15) !important;
}.text-surge-gradient-button-purple\/20{
  color: rgb(161 140 209 / 0.2) !important;
}.text-surge-gradient-button-purple\/25{
  color: rgb(161 140 209 / 0.25) !important;
}.text-surge-gradient-button-purple\/30{
  color: rgb(161 140 209 / 0.3) !important;
}.text-surge-gradient-button-purple\/35{
  color: rgb(161 140 209 / 0.35) !important;
}.text-surge-gradient-button-purple\/40{
  color: rgb(161 140 209 / 0.4) !important;
}.text-surge-gradient-button-purple\/45{
  color: rgb(161 140 209 / 0.45) !important;
}.text-surge-gradient-button-purple\/5{
  color: rgb(161 140 209 / 0.05) !important;
}.text-surge-gradient-button-purple\/50{
  color: rgb(161 140 209 / 0.5) !important;
}.text-surge-gradient-button-purple\/55{
  color: rgb(161 140 209 / 0.55) !important;
}.text-surge-gradient-button-purple\/60{
  color: rgb(161 140 209 / 0.6) !important;
}.text-surge-gradient-button-purple\/65{
  color: rgb(161 140 209 / 0.65) !important;
}.text-surge-gradient-button-purple\/70{
  color: rgb(161 140 209 / 0.7) !important;
}.text-surge-gradient-button-purple\/75{
  color: rgb(161 140 209 / 0.75) !important;
}.text-surge-gradient-button-purple\/80{
  color: rgb(161 140 209 / 0.8) !important;
}.text-surge-gradient-button-purple\/85{
  color: rgb(161 140 209 / 0.85) !important;
}.text-surge-gradient-button-purple\/90{
  color: rgb(161 140 209 / 0.9) !important;
}.text-surge-gradient-button-purple\/95{
  color: rgb(161 140 209 / 0.95) !important;
}.text-surge-gradient-footer-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(41 105 246 / var(--tw-text-opacity, 1)) !important;
}.text-surge-gradient-footer-blue\/0{
  color: rgb(41 105 246 / 0) !important;
}.text-surge-gradient-footer-blue\/10{
  color: rgb(41 105 246 / 0.1) !important;
}.text-surge-gradient-footer-blue\/100{
  color: rgb(41 105 246 / 1) !important;
}.text-surge-gradient-footer-blue\/15{
  color: rgb(41 105 246 / 0.15) !important;
}.text-surge-gradient-footer-blue\/20{
  color: rgb(41 105 246 / 0.2) !important;
}.text-surge-gradient-footer-blue\/25{
  color: rgb(41 105 246 / 0.25) !important;
}.text-surge-gradient-footer-blue\/30{
  color: rgb(41 105 246 / 0.3) !important;
}.text-surge-gradient-footer-blue\/35{
  color: rgb(41 105 246 / 0.35) !important;
}.text-surge-gradient-footer-blue\/40{
  color: rgb(41 105 246 / 0.4) !important;
}.text-surge-gradient-footer-blue\/45{
  color: rgb(41 105 246 / 0.45) !important;
}.text-surge-gradient-footer-blue\/5{
  color: rgb(41 105 246 / 0.05) !important;
}.text-surge-gradient-footer-blue\/50{
  color: rgb(41 105 246 / 0.5) !important;
}.text-surge-gradient-footer-blue\/55{
  color: rgb(41 105 246 / 0.55) !important;
}.text-surge-gradient-footer-blue\/60{
  color: rgb(41 105 246 / 0.6) !important;
}.text-surge-gradient-footer-blue\/65{
  color: rgb(41 105 246 / 0.65) !important;
}.text-surge-gradient-footer-blue\/70{
  color: rgb(41 105 246 / 0.7) !important;
}.text-surge-gradient-footer-blue\/75{
  color: rgb(41 105 246 / 0.75) !important;
}.text-surge-gradient-footer-blue\/80{
  color: rgb(41 105 246 / 0.8) !important;
}.text-surge-gradient-footer-blue\/85{
  color: rgb(41 105 246 / 0.85) !important;
}.text-surge-gradient-footer-blue\/90{
  color: rgb(41 105 246 / 0.9) !important;
}.text-surge-gradient-footer-blue\/95{
  color: rgb(41 105 246 / 0.95) !important;
}.text-surge-gradient-footer-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(176 161 249 / var(--tw-text-opacity, 1)) !important;
}.text-surge-gradient-footer-purple\/0{
  color: rgb(176 161 249 / 0) !important;
}.text-surge-gradient-footer-purple\/10{
  color: rgb(176 161 249 / 0.1) !important;
}.text-surge-gradient-footer-purple\/100{
  color: rgb(176 161 249 / 1) !important;
}.text-surge-gradient-footer-purple\/15{
  color: rgb(176 161 249 / 0.15) !important;
}.text-surge-gradient-footer-purple\/20{
  color: rgb(176 161 249 / 0.2) !important;
}.text-surge-gradient-footer-purple\/25{
  color: rgb(176 161 249 / 0.25) !important;
}.text-surge-gradient-footer-purple\/30{
  color: rgb(176 161 249 / 0.3) !important;
}.text-surge-gradient-footer-purple\/35{
  color: rgb(176 161 249 / 0.35) !important;
}.text-surge-gradient-footer-purple\/40{
  color: rgb(176 161 249 / 0.4) !important;
}.text-surge-gradient-footer-purple\/45{
  color: rgb(176 161 249 / 0.45) !important;
}.text-surge-gradient-footer-purple\/5{
  color: rgb(176 161 249 / 0.05) !important;
}.text-surge-gradient-footer-purple\/50{
  color: rgb(176 161 249 / 0.5) !important;
}.text-surge-gradient-footer-purple\/55{
  color: rgb(176 161 249 / 0.55) !important;
}.text-surge-gradient-footer-purple\/60{
  color: rgb(176 161 249 / 0.6) !important;
}.text-surge-gradient-footer-purple\/65{
  color: rgb(176 161 249 / 0.65) !important;
}.text-surge-gradient-footer-purple\/70{
  color: rgb(176 161 249 / 0.7) !important;
}.text-surge-gradient-footer-purple\/75{
  color: rgb(176 161 249 / 0.75) !important;
}.text-surge-gradient-footer-purple\/80{
  color: rgb(176 161 249 / 0.8) !important;
}.text-surge-gradient-footer-purple\/85{
  color: rgb(176 161 249 / 0.85) !important;
}.text-surge-gradient-footer-purple\/90{
  color: rgb(176 161 249 / 0.9) !important;
}.text-surge-gradient-footer-purple\/95{
  color: rgb(176 161 249 / 0.95) !important;
}.text-surge-gradient-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(166 193 238 / var(--tw-text-opacity, 1)) !important;
}.text-surge-gradient-purple\/0{
  color: rgb(166 193 238 / 0) !important;
}.text-surge-gradient-purple\/10{
  color: rgb(166 193 238 / 0.1) !important;
}.text-surge-gradient-purple\/100{
  color: rgb(166 193 238 / 1) !important;
}.text-surge-gradient-purple\/15{
  color: rgb(166 193 238 / 0.15) !important;
}.text-surge-gradient-purple\/20{
  color: rgb(166 193 238 / 0.2) !important;
}.text-surge-gradient-purple\/25{
  color: rgb(166 193 238 / 0.25) !important;
}.text-surge-gradient-purple\/30{
  color: rgb(166 193 238 / 0.3) !important;
}.text-surge-gradient-purple\/35{
  color: rgb(166 193 238 / 0.35) !important;
}.text-surge-gradient-purple\/40{
  color: rgb(166 193 238 / 0.4) !important;
}.text-surge-gradient-purple\/45{
  color: rgb(166 193 238 / 0.45) !important;
}.text-surge-gradient-purple\/5{
  color: rgb(166 193 238 / 0.05) !important;
}.text-surge-gradient-purple\/50{
  color: rgb(166 193 238 / 0.5) !important;
}.text-surge-gradient-purple\/55{
  color: rgb(166 193 238 / 0.55) !important;
}.text-surge-gradient-purple\/60{
  color: rgb(166 193 238 / 0.6) !important;
}.text-surge-gradient-purple\/65{
  color: rgb(166 193 238 / 0.65) !important;
}.text-surge-gradient-purple\/70{
  color: rgb(166 193 238 / 0.7) !important;
}.text-surge-gradient-purple\/75{
  color: rgb(166 193 238 / 0.75) !important;
}.text-surge-gradient-purple\/80{
  color: rgb(166 193 238 / 0.8) !important;
}.text-surge-gradient-purple\/85{
  color: rgb(166 193 238 / 0.85) !important;
}.text-surge-gradient-purple\/90{
  color: rgb(166 193 238 / 0.9) !important;
}.text-surge-gradient-purple\/95{
  color: rgb(166 193 238 / 0.95) !important;
}.text-surge-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(160 102 203 / var(--tw-text-opacity, 1)) !important;
}.text-surge-purple\/0{
  color: rgb(160 102 203 / 0) !important;
}.text-surge-purple\/10{
  color: rgb(160 102 203 / 0.1) !important;
}.text-surge-purple\/100{
  color: rgb(160 102 203 / 1) !important;
}.text-surge-purple\/15{
  color: rgb(160 102 203 / 0.15) !important;
}.text-surge-purple\/20{
  color: rgb(160 102 203 / 0.2) !important;
}.text-surge-purple\/25{
  color: rgb(160 102 203 / 0.25) !important;
}.text-surge-purple\/30{
  color: rgb(160 102 203 / 0.3) !important;
}.text-surge-purple\/35{
  color: rgb(160 102 203 / 0.35) !important;
}.text-surge-purple\/40{
  color: rgb(160 102 203 / 0.4) !important;
}.text-surge-purple\/45{
  color: rgb(160 102 203 / 0.45) !important;
}.text-surge-purple\/5{
  color: rgb(160 102 203 / 0.05) !important;
}.text-surge-purple\/50{
  color: rgb(160 102 203 / 0.5) !important;
}.text-surge-purple\/55{
  color: rgb(160 102 203 / 0.55) !important;
}.text-surge-purple\/60{
  color: rgb(160 102 203 / 0.6) !important;
}.text-surge-purple\/65{
  color: rgb(160 102 203 / 0.65) !important;
}.text-surge-purple\/70{
  color: rgb(160 102 203 / 0.7) !important;
}.text-surge-purple\/75{
  color: rgb(160 102 203 / 0.75) !important;
}.text-surge-purple\/80{
  color: rgb(160 102 203 / 0.8) !important;
}.text-surge-purple\/85{
  color: rgb(160 102 203 / 0.85) !important;
}.text-surge-purple\/90{
  color: rgb(160 102 203 / 0.9) !important;
}.text-surge-purple\/95{
  color: rgb(160 102 203 / 0.95) !important;
}.text-surge-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(225 253 101 / var(--tw-text-opacity, 1)) !important;
}.text-surge-yellow\/0{
  color: rgb(225 253 101 / 0) !important;
}.text-surge-yellow\/10{
  color: rgb(225 253 101 / 0.1) !important;
}.text-surge-yellow\/100{
  color: rgb(225 253 101 / 1) !important;
}.text-surge-yellow\/15{
  color: rgb(225 253 101 / 0.15) !important;
}.text-surge-yellow\/20{
  color: rgb(225 253 101 / 0.2) !important;
}.text-surge-yellow\/25{
  color: rgb(225 253 101 / 0.25) !important;
}.text-surge-yellow\/30{
  color: rgb(225 253 101 / 0.3) !important;
}.text-surge-yellow\/35{
  color: rgb(225 253 101 / 0.35) !important;
}.text-surge-yellow\/40{
  color: rgb(225 253 101 / 0.4) !important;
}.text-surge-yellow\/45{
  color: rgb(225 253 101 / 0.45) !important;
}.text-surge-yellow\/5{
  color: rgb(225 253 101 / 0.05) !important;
}.text-surge-yellow\/50{
  color: rgb(225 253 101 / 0.5) !important;
}.text-surge-yellow\/55{
  color: rgb(225 253 101 / 0.55) !important;
}.text-surge-yellow\/60{
  color: rgb(225 253 101 / 0.6) !important;
}.text-surge-yellow\/65{
  color: rgb(225 253 101 / 0.65) !important;
}.text-surge-yellow\/70{
  color: rgb(225 253 101 / 0.7) !important;
}.text-surge-yellow\/75{
  color: rgb(225 253 101 / 0.75) !important;
}.text-surge-yellow\/80{
  color: rgb(225 253 101 / 0.8) !important;
}.text-surge-yellow\/85{
  color: rgb(225 253 101 / 0.85) !important;
}.text-surge-yellow\/90{
  color: rgb(225 253 101 / 0.9) !important;
}.text-surge-yellow\/95{
  color: rgb(225 253 101 / 0.95) !important;
}.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-300{
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-400{
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-500{
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-600{
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-700{
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-800{
  --tw-text-opacity: 1 !important;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1)) !important;
}.text-zinc-900{
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}.text-opacity-15{
  --tw-text-opacity: 0.15 !important;
}.underline{
  text-decoration-line: underline !important;
}.line-through{
  text-decoration-line: line-through !important;
}.decoration-solid{
  text-decoration-style: solid !important;
}.opacity-0{
  opacity: 0 !important;
}.opacity-100{
  opacity: 1 !important;
}.opacity-25{
  opacity: 0.25 !important;
}.opacity-50{
  opacity: 0.5 !important;
}.opacity-75{
  opacity: 0.75 !important;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-\[0_0_30px_-10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 0 30px -10px rgba(0,0,0,0.15) !important;
  --tw-shadow-colored: 0 0 30px -10px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-\[0_0_40px_-10px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 40px -10px rgba(0,0,0,0.25) !important;
  --tw-shadow-colored: 0 0 40px -10px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.\!outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.outline{
  outline-style: solid !important;
}.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.ring-\[1\.5px\]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.ring-zinc-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1)) !important;
}.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  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) !important;
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.duration-100{
  transition-duration: 100ms !important;
}.duration-150{
  transition-duration: 150ms !important;
}.duration-200{
  transition-duration: 200ms !important;
}.duration-300{
  transition-duration: 300ms !important;
}.duration-75{
  transition-duration: 75ms !important;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}.pb-safe{padding-bottom:env(safe-area-inset-bottom) !important}/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.delete,.modal-close,.is-unselectable,.button,.file,.breadcrumb,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select:not(.is-multiple):not(.is-loading)::after,.navbar-link:not(.is-arrowless)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child),.progress:not(:last-child),.table:not(:last-child),.table-container:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.block:not(:last-child),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.list:not(:last-child),.message:not(:last-child),.pagination:not(:last-child),.tabs:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.delete::before,.modal-close::before,.delete::after,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:hover,.modal-close:hover,.delete:focus,.modal-close:focus{background-color:rgba(10,10,10,0.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,0.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.loader,.select.is-loading::after,.control.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.is-overlay,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}.button,.input,.textarea,.select select,.file-cta,.file-name,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.125rem;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis{outline:none}.button[disabled],.input[disabled],.textarea[disabled],.select select[disabled],.file-cta[disabled],.file-name[disabled],.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled],fieldset[disabled] .button,fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis{cursor:not-allowed}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#0073e6;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#eb003b;font-size:.875em;font-weight:normal;padding:0.25em 0.5em 0.25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type="checkbox"],input[type="radio"]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:left}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-clipped{overflow:hidden !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px), print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1023px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1024px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px), print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1023px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1024px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px), print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1023px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1024px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px), print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1023px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1024px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px), print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1023px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1024px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#8c72cb !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#6e4dbd !important}.has-background-primary{background-color:#8c72cb !important}.has-text-link{color:#0073e6 !important}a.has-text-link:hover,a.has-text-link:focus{color:#0059b3 !important}.has-background-link{background-color:#0073e6 !important}.has-text-info{color:#007ea8 !important}a.has-text-info:hover,a.has-text-info:focus{color:#005875 !important}.has-background-info{background-color:#007ea8 !important}.has-text-success{color:#008a45 !important}a.has-text-success:hover,a.has-text-success:focus{color:#00572b !important}.has-background-success{background-color:#008a45 !important}.has-text-warning{color:#946f00 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#614900 !important}.has-background-warning{background-color:#946f00 !important}.has-text-danger{color:#eb003b !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#b8002e !important}.has-background-danger{background-color:#eb003b !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#7a7a7a !important}.has-background-grey{background-color:#7a7a7a !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px), print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1023px){.is-block-touch{display:block !important}}@media screen and (min-width: 1024px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px), print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1023px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1024px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px), print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1023px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1024px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px), print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1023px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1024px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px), print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1023px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1024px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px), print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1023px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1024px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px), print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1023px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1023px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1024px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1024px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-relative{position:relative !important}.box{background-color:#fff;border-radius:.25rem;box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0px 0 1px rgba(10,10,10,0.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #0073e6}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #0073e6}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636}.button:focus,.button.is-focused{border-color:#0073e6;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(0,115,230,0.25)}.button:active,.button.is-active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:#f5f5f5;color:#363636}.button.is-text:active,.button.is-text.is-active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white:focus,.button.is-white.is-focused{border-color:transparent;color:#0a0a0a}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark:hover,.button.is-dark.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark:focus,.button.is-dark.is-focused{border-color:transparent;color:#fff}.button.is-dark:focus:not(:active),.button.is-dark.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.button.is-dark:active,.button.is-dark.is-active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted:hover,.button.is-dark.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#8c72cb;border-color:transparent;color:#fff}.button.is-primary:hover,.button.is-primary.is-hovered{background-color:#8469c8;border-color:transparent;color:#fff}.button.is-primary:focus,.button.is-primary.is-focused{border-color:transparent;color:#fff}.button.is-primary:focus:not(:active),.button.is-primary.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,114,203,0.25)}.button.is-primary:active,.button.is-primary.is-active{background-color:#7d5fc4;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#8c72cb;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#8c72cb}.button.is-primary.is-inverted:hover,.button.is-primary.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8c72cb}.button.is-primary.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined{background-color:transparent;border-color:#8c72cb;color:#8c72cb}.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined.is-focused{background-color:#8c72cb;border-color:#8c72cb;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #8c72cb #8c72cb !important}.button.is-primary.is-outlined.is-loading:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#8c72cb;box-shadow:none;color:#8c72cb}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8c72cb}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8c72cb #8c72cb !important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#f3f0fa;color:#573a9c}.button.is-primary.is-light:hover,.button.is-primary.is-light.is-hovered{background-color:#ebe7f6;border-color:transparent;color:#573a9c}.button.is-primary.is-light:active,.button.is-primary.is-light.is-active{background-color:#e4ddf3;border-color:transparent;color:#573a9c}.button.is-link{background-color:#0073e6;border-color:transparent;color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:#006cd9;border-color:transparent;color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(0,115,230,0.25)}.button.is-link:active,.button.is-link.is-active{background-color:#06c;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#0073e6;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#0073e6}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0073e6}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined{background-color:transparent;border-color:#0073e6;color:#0073e6}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:#0073e6;border-color:#0073e6;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #0073e6 #0073e6 !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#0073e6;box-shadow:none;color:#0073e6}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0073e6}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0073e6 #0073e6 !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#ebf5ff;color:#0073e6}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#deeeff;border-color:transparent;color:#0073e6}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#d1e8ff;border-color:transparent;color:#0073e6}.button.is-info{background-color:#007ea8;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#00759c;border-color:transparent;color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:transparent;color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(0,126,168,0.25)}.button.is-info:active,.button.is-info.is-active{background-color:#006b8f;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#007ea8;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#007ea8}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#007ea8}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#007ea8;color:#007ea8}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#007ea8;border-color:#007ea8;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #007ea8 #007ea8 !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#007ea8;box-shadow:none;color:#007ea8}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#007ea8}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #007ea8 #007ea8 !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#ebfaff;color:#00ace6}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#def7ff;border-color:transparent;color:#00ace6}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#d1f4ff;border-color:transparent;color:#00ace6}.button.is-success{background-color:#008a45;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#007d3e;border-color:transparent;color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:transparent;color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(0,138,69,0.25)}.button.is-success:active,.button.is-success.is-active{background-color:#007038;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#008a45;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#008a45}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#008a45}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#008a45;color:#008a45}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:#008a45;border-color:#008a45;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #008a45 #008a45 !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#008a45;box-shadow:none;color:#008a45}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#008a45}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #008a45 #008a45 !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#ebfff5;color:#00e673}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#deffee;border-color:transparent;color:#00e673}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#d1ffe8;border-color:transparent;color:#00e673}.button.is-warning{background-color:#946f00;border-color:transparent;color:#fff}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#876500;border-color:transparent;color:#fff}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:#fff}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(148,111,0,0.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#7a5c00;border-color:transparent;color:#fff}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#946f00;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:#fff;color:#946f00}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#946f00}.button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#946f00;color:#946f00}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#946f00;border-color:#946f00;color:#fff}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #946f00 #946f00 !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#946f00;box-shadow:none;color:#946f00}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#946f00}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #946f00 #946f00 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning.is-light{background-color:#fffaeb;color:#e6ac00}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff7de;border-color:transparent;color:#e6ac00}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff4d1;border-color:transparent;color:#e6ac00}.button.is-danger{background-color:#eb003b;border-color:transparent;color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#de0037;border-color:transparent;color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:transparent;color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(235,0,59,0.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#d10034;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#eb003b;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#eb003b}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#eb003b}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined{background-color:transparent;border-color:#eb003b;color:#eb003b}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:#eb003b;border-color:#eb003b;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #eb003b #eb003b !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#eb003b;box-shadow:none;color:#eb003b}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#eb003b}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #eb003b #eb003b !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#ffebf0;color:#f0003c}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:#ffdee6;border-color:transparent;color:#f0003c}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:#ffd1dd;border-color:transparent;color:#f0003c}.button.is-small{border-radius:.0625rem;font-size:.75rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent !important;pointer-events:none}.button.is-loading::after{left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:0.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:0.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){border-radius:.0625rem;font-size:.75rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1024px){.container{max-width:960px}}@media screen and (max-width: 1215px){.container.is-widescreen{max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd{max-width:1344px}}@media screen and (min-width: 1216px){.container{max-width:1152px}}@media screen and (min-width: 1408px){.container{max-width:1344px}}.content li+li{margin-top:0.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:0.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:0.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:0.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:0.8em}.content h5{font-size:1.125em;margin-bottom:0.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:0.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:left}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-fullwidth{width:100%}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:.125rem;padding:1rem 2.5rem 1rem 1.5rem;position:relative}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:0.5rem;top:0.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#8c72cb;color:#fff}.notification.is-primary.is-light{background-color:#f3f0fa;color:#573a9c}.notification.is-link{background-color:#0073e6;color:#fff}.notification.is-link.is-light{background-color:#ebf5ff;color:#0073e6}.notification.is-info{background-color:#007ea8;color:#fff}.notification.is-info.is-light{background-color:#ebfaff;color:#00ace6}.notification.is-success{background-color:#008a45;color:#fff}.notification.is-success.is-light{background-color:#ebfff5;color:#00e673}.notification.is-warning{background-color:#946f00;color:#fff}.notification.is-warning.is-light{background-color:#fffaeb;color:#e6ac00}.notification.is-danger{background-color:#eb003b;color:#fff}.notification.is-danger.is-light{background-color:#ffebf0;color:#f0003c}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(to right, #363636 30%, #ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#8c72cb}.progress.is-primary::-moz-progress-bar{background-color:#8c72cb}.progress.is-primary::-ms-fill{background-color:#8c72cb}.progress.is-primary:indeterminate{background-image:linear-gradient(to right, #8c72cb 30%, #ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#0073e6}.progress.is-link::-moz-progress-bar{background-color:#0073e6}.progress.is-link::-ms-fill{background-color:#0073e6}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #0073e6 30%, #ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#007ea8}.progress.is-info::-moz-progress-bar{background-color:#007ea8}.progress.is-info::-ms-fill{background-color:#007ea8}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #007ea8 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#008a45}.progress.is-success::-moz-progress-bar{background-color:#008a45}.progress.is-success::-ms-fill{background-color:#008a45}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #008a45 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#946f00}.progress.is-warning::-moz-progress-bar{background-color:#946f00}.progress.is-warning::-ms-fill{background-color:#946f00}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #946f00 30%, #ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#eb003b}.progress.is-danger::-moz-progress-bar{background-color:#eb003b}.progress.is-danger::-ms-fill{background-color:#eb003b}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, #eb003b 30%, #ededed 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right, #4a4a4a 30%, #ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#8c72cb;border-color:#8c72cb;color:#fff}.table td.is-link,.table th.is-link{background-color:#0073e6;border-color:#0073e6;color:#fff}.table td.is-info,.table th.is-info{background-color:#007ea8;border-color:#007ea8;color:#fff}.table td.is-success,.table th.is-success{background-color:#008a45;border-color:#008a45;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#946f00;border-color:#946f00;color:#fff}.table td.is-danger,.table th.is-danger{background-color:#eb003b;border-color:#eb003b;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#8c72cb;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#8c72cb;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:0.25em 0.5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:0.5rem}.tags .tag:not(:last-child){margin-right:0.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:0.25rem;margin-left:0.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:0.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:.125rem;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:0.25rem;margin-right:-0.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#8c72cb;color:#fff}.tag:not(body).is-primary.is-light{background-color:#f3f0fa;color:#573a9c}.tag:not(body).is-link{background-color:#0073e6;color:#fff}.tag:not(body).is-link.is-light{background-color:#ebf5ff;color:#0073e6}.tag:not(body).is-info{background-color:#007ea8;color:#fff}.tag:not(body).is-info.is-light{background-color:#ebfaff;color:#00ace6}.tag:not(body).is-success{background-color:#008a45;color:#fff}.tag:not(body).is-success.is-light{background-color:#ebfff5;color:#00e673}.tag:not(body).is-warning{background-color:#946f00;color:#fff}.tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#e6ac00}.tag:not(body).is-danger{background-color:#eb003b;color:#fff}.tag:not(body).is-danger.is-light{background-color:#ffebf0;color:#f0003c}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-0.375em;margin-right:0.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:0.1875em;margin-right:-0.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-0.375em;margin-right:-0.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::before,.tag:not(body).is-delete::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:hover,.tag:not(body).is-delete:focus{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-0.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}.input,.textarea,.select select{background-color:#fff;border-color:#dbdbdb;border-radius:.125rem;color:#363636}.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{color:rgba(54,54,54,0.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{color:rgba(54,54,54,0.3)}.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{color:rgba(54,54,54,0.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{color:rgba(54,54,54,0.3)}.input:hover,.textarea:hover,.select select:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered{border-color:#b5b5b5}.input:focus,.textarea:focus,.select select:focus,.is-focused.input,.is-focused.textarea,.select select.is-focused,.input:active,.textarea:active,.select select:active,.is-active.input,.is-active.textarea,.select select.is-active{border-color:#0073e6;box-shadow:0 0 0 0.125em rgba(0,115,230,0.25)}.input[disabled],.textarea[disabled],.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.select select[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder{color:rgba(122,122,122,0.3)}.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder{color:rgba(122,122,122,0.3)}.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.select select[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder{color:rgba(122,122,122,0.3)}.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder{color:rgba(122,122,122,0.3)}.input,.textarea{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-white.input:focus,.is-white.textarea:focus,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.input:active,.is-white.textarea:active,.is-white.is-active.input,.is-white.is-active.textarea{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-black.input:focus,.is-black.textarea:focus,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.input:active,.is-black.textarea:active,.is-black.is-active.input,.is-black.is-active.textarea{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:focus,.is-light.textarea:focus,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.input:active,.is-light.textarea:active,.is-light.is-active.input,.is-light.is-active.textarea{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-dark.input:focus,.is-dark.textarea:focus,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.input:active,.is-dark.textarea:active,.is-dark.is-active.input,.is-dark.is-active.textarea{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.is-primary.input,.is-primary.textarea{border-color:#8c72cb}.is-primary.input:focus,.is-primary.textarea:focus,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.input:active,.is-primary.textarea:active,.is-primary.is-active.input,.is-primary.is-active.textarea{box-shadow:0 0 0 0.125em rgba(140,114,203,0.25)}.is-link.input,.is-link.textarea{border-color:#0073e6}.is-link.input:focus,.is-link.textarea:focus,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.input:active,.is-link.textarea:active,.is-link.is-active.input,.is-link.is-active.textarea{box-shadow:0 0 0 0.125em rgba(0,115,230,0.25)}.is-info.input,.is-info.textarea{border-color:#007ea8}.is-info.input:focus,.is-info.textarea:focus,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.input:active,.is-info.textarea:active,.is-info.is-active.input,.is-info.is-active.textarea{box-shadow:0 0 0 0.125em rgba(0,126,168,0.25)}.is-success.input,.is-success.textarea{border-color:#008a45}.is-success.input:focus,.is-success.textarea:focus,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.input:active,.is-success.textarea:active,.is-success.is-active.input,.is-success.is-active.textarea{box-shadow:0 0 0 0.125em rgba(0,138,69,0.25)}.is-warning.input,.is-warning.textarea{border-color:#946f00}.is-warning.input:focus,.is-warning.textarea:focus,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.input:active,.is-warning.textarea:active,.is-warning.is-active.input,.is-warning.is-active.textarea{box-shadow:0 0 0 0.125em rgba(148,111,0,0.25)}.is-danger.input,.is-danger.textarea{border-color:#eb003b}.is-danger.input:focus,.is-danger.textarea:focus,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.input:active,.is-danger.textarea:active,.is-danger.is-active.input,.is-danger.is-active.textarea{box-shadow:0 0 0 0.125em rgba(235,0,59,0.25)}.is-small.input,.is-small.textarea{border-radius:.0625rem;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:290486px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:0.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#0073e6;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:0.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#363636}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select:hover,.select.is-dark select.is-hovered{border-color:#292929}.select.is-dark select:focus,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.select.is-primary:not(:hover)::after{border-color:#8c72cb}.select.is-primary select{border-color:#8c72cb}.select.is-primary select:hover,.select.is-primary select.is-hovered{border-color:#7d5fc4}.select.is-primary select:focus,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select.is-active{box-shadow:0 0 0 0.125em rgba(140,114,203,0.25)}.select.is-link:not(:hover)::after{border-color:#0073e6}.select.is-link select{border-color:#0073e6}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#06c}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(0,115,230,0.25)}.select.is-info:not(:hover)::after{border-color:#007ea8}.select.is-info select{border-color:#007ea8}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#006b8f}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(0,126,168,0.25)}.select.is-success:not(:hover)::after{border-color:#008a45}.select.is-success select{border-color:#008a45}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#007038}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(0,138,69,0.25)}.select.is-warning:not(:hover)::after{border-color:#946f00}.select.is-warning select{border-color:#946f00}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#7a5c00}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(148,111,0,0.25)}.select.is-danger:not(:hover)::after{border-color:#eb003b}.select.is-danger select{border-color:#eb003b}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#d10034}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(235,0,59,0.25)}.select.is-small{border-radius:.0625rem;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:0.625em;top:0.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark:hover .file-cta,.file.is-dark.is-hovered .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark:focus .file-cta,.file.is-dark.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,54,54,0.25);color:#fff}.file.is-dark:active .file-cta,.file.is-dark.is-active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#8c72cb;border-color:transparent;color:#fff}.file.is-primary:hover .file-cta,.file.is-primary.is-hovered .file-cta{background-color:#8469c8;border-color:transparent;color:#fff}.file.is-primary:focus .file-cta,.file.is-primary.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,114,203,0.25);color:#fff}.file.is-primary:active .file-cta,.file.is-primary.is-active .file-cta{background-color:#7d5fc4;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#0073e6;border-color:transparent;color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#006cd9;border-color:transparent;color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(0,115,230,0.25);color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#06c;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#007ea8;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#00759c;border-color:transparent;color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(0,126,168,0.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#006b8f;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#008a45;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#007d3e;border-color:transparent;color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(0,138,69,0.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#007038;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#946f00;border-color:transparent;color:#fff}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#876500;border-color:transparent;color:#fff}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(148,111,0,0.25);color:#fff}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#7a5c00;border-color:transparent;color:#fff}.file.is-danger .file-cta{background-color:#eb003b;border-color:transparent;color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#de0037;border-color:transparent;color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(235,0,59,0.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#d10034;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:.125rem}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:.125rem .125rem 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 .125rem .125rem;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 .125rem .125rem 0}.file.is-right .file-name{border-radius:.125rem 0 0 .125rem;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:.125rem;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:left;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:0.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:0.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:0.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#8c72cb}.help.is-link{color:#0073e6}.help.is-info{color:#007ea8}.help.is-success{color:#008a45}.help.is-warning{color:#946f00}.help.is-danger{color:#eb003b}.field:not(:last-child){margin-bottom:0.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:0.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px), print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 768px){.field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px), print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:0.375em}.field-label.is-normal{padding-top:0.375em}.field-label.is-medium{font-size:1.25rem;padding-top:0.375em}.field-label.is-large{font-size:1.5rem;padding-top:0.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px), print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:0.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:left}.control.has-icons-left .input:focus ~ .icon,.control.has-icons-left .select:focus ~ .icon,.control.has-icons-right .input:focus ~ .icon,.control.has-icons-right .select:focus ~ .icon{color:#4a4a4a}.control.has-icons-left .input.is-small ~ .icon,.control.has-icons-left .select.is-small ~ .icon,.control.has-icons-right .input.is-small ~ .icon,.control.has-icons-right .select.is-small ~ .icon{font-size:.75rem}.control.has-icons-left .input.is-medium ~ .icon,.control.has-icons-left .select.is-medium ~ .icon,.control.has-icons-right .input.is-medium ~ .icon,.control.has-icons-right .select.is-medium ~ .icon{font-size:1.25rem}.control.has-icons-left .input.is-large ~ .icon,.control.has-icons-left .select.is-large ~ .icon,.control.has-icons-right .input.is-large ~ .icon,.control.has-icons-right .select.is-large ~ .icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:0.625em;top:0.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#0073e6;display:flex;justify-content:center;padding:.5em .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:0.5em}.breadcrumb .icon:last-child{margin-left:0.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0px 0 1px rgba(10,10,10,0.02);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}.card-image{display:block;position:relative}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:.125rem;box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0px 0 1px rgba(10,10,10,0.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:left;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#0073e6;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:.125rem}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px), print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px), print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px), print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px), print{.level-right{display:flex}}.list{background-color:#fff;border-radius:.125rem;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1)}.list-item{display:block;padding:0.5em 1em}.list-item:not(a){color:#4a4a4a}.list-item:first-child{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.list-item:last-child{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}.list-item:not(:last-child){border-bottom:1px solid #dbdbdb}.list-item.is-active{background-color:#0073e6;color:#fff}a.list-item{background-color:#f5f5f5;cursor:pointer}.media{align-items:flex-start;display:flex;text-align:left}.media .content:not(:last-child){margin-bottom:0.75rem}.media .media{border-top:1px solid rgba(219,219,219,0.5);display:flex;padding-top:0.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:0.5rem}.media .media .media{padding-top:0.5rem}.media .media .media+.media{margin-top:0.5rem}.media+.media{border-top:1px solid rgba(219,219,219,0.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:left}@media screen and (max-width: 768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:.0625rem;color:#4a4a4a;display:block;padding:0.5em 0.75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#0073e6;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:.125rem;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#f3f0fa}.message.is-primary .message-header{background-color:#8c72cb;color:#fff}.message.is-primary .message-body{border-color:#8c72cb;color:#573a9c}.message.is-link{background-color:#ebf5ff}.message.is-link .message-header{background-color:#0073e6;color:#fff}.message.is-link .message-body{border-color:#0073e6;color:#0073e6}.message.is-info{background-color:#ebfaff}.message.is-info .message-header{background-color:#007ea8;color:#fff}.message.is-info .message-body{border-color:#007ea8;color:#00ace6}.message.is-success{background-color:#ebfff5}.message.is-success .message-header{background-color:#008a45;color:#fff}.message.is-success .message-body{border-color:#008a45;color:#00e673}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{background-color:#946f00;color:#fff}.message.is-warning .message-body{border-color:#946f00;color:#e6ac00}.message.is-danger{background-color:#ffebf0}.message.is-danger .message-header{background-color:#eb003b;color:#fff}.message.is-danger .message-body{border-color:#eb003b;color:#f0003c}.message-header{align-items:center;background-color:#4a4a4a;border-radius:.125rem .125rem 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:0.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:.125rem;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,0.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px), print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:0.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1024px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1024px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#8c72cb;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#7d5fc4;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#7d5fc4;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#7d5fc4;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#8c72cb;color:#fff}}.navbar.is-link{background-color:#0073e6;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#06c;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#06c;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#06c;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#0073e6;color:#fff}}.navbar.is-info{background-color:#007ea8;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#006b8f;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#006b8f;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#006b8f;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#007ea8;color:#fff}}.navbar.is-success{background-color:#008a45;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#007038;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#007038;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#007038;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#008a45;color:#fff}}.navbar.is-warning{background-color:#946f00;color:#fff}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:#fff}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#7a5c00;color:#fff}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:#fff}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#7a5c00;color:#fff}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#7a5c00;color:#fff}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#946f00;color:#fff}}.navbar.is-danger{background-color:#eb003b;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#d10034;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#d10034;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#d10034;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#eb003b;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,0.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#0073e6}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#0073e6}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#0073e6;border-bottom-style:solid;border-bottom-width:3px;color:#0073e6;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#0073e6;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width: 1024px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:.125rem}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#0073e6}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:.25rem .25rem 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#0073e6}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:.25rem;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#0073e6}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:0.5}.pagination-previous,.pagination-next{padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.pagination-link.is-current{background-color:#0073e6;border-color:#0073e6;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@media screen and (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px), print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:.25rem;box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0px 0 1px rgba(10,10,10,0.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#8c72cb;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#8c72cb}.panel.is-primary .panel-block.is-active .panel-icon{color:#8c72cb}.panel.is-link .panel-heading{background-color:#0073e6;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#0073e6}.panel.is-link .panel-block.is-active .panel-icon{color:#0073e6}.panel.is-info .panel-heading{background-color:#007ea8;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#007ea8}.panel.is-info .panel-block.is-active .panel-icon{color:#007ea8}.panel.is-success .panel-heading{background-color:#008a45;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#008a45}.panel.is-success .panel-block.is-active .panel-icon{color:#008a45}.panel.is-warning .panel-heading{background-color:#946f00;color:#fff}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#946f00}.panel.is-warning .panel-block.is-active .panel-icon{color:#946f00}.panel.is-danger .panel-heading{background-color:#eb003b;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#eb003b}.panel.is-danger .panel-block.is-active .panel-icon{color:#eb003b}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:.25rem .25rem 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:0.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#0073e6}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:0.5em 0.75em}.panel-block input[type="checkbox"]{margin-right:0.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#0073e6;color:#363636}.panel-block.is-active .panel-icon{color:#0073e6}.panel-block:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:0.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#0073e6;color:#0073e6}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:0.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}.tabs .icon:first-child{margin-right:0.5em}.tabs .icon:last-child{margin-left:0.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:.125rem .125rem 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-radius:.125rem 0 0 .125rem}.tabs.is-toggle li:last-child a{border-radius:0 .125rem .125rem 0}.tabs.is-toggle li.is-active a{background-color:#0073e6;border-color:#0073e6;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px), print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1023px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1024px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px), print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: .25rem}}.columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: .5rem}}.columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: .75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px), print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1023px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1024px) and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px), print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.tile.is-12{flex:none;width:100%}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,0.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e6e6e6 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e6e6e6 0%, #fff 71%, #fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,0.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:0.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,0.7)}.hero.is-light .subtitle{color:rgba(0,0,0,0.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:rgba(255,255,255,0.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:0.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}}.hero.is-primary{background-color:#8c72cb;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,0.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-primary .navbar-menu{background-color:#8c72cb}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#7d5fc4;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:0.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8c72cb}.hero.is-primary.is-bold{background-image:linear-gradient(141deg, #5241c9 0%, #8c72cb 71%, #a880d6 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg, #5241c9 0%, #8c72cb 71%, #a880d6 100%)}}.hero.is-link{background-color:#0073e6;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,0.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:#0073e6}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#06c;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:0.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0073e6}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #0077b3 0%, #0073e6 71%, #05f 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0077b3 0%, #0073e6 71%, #05f 100%)}}.hero.is-info{background-color:#007ea8;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,0.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-info .navbar-menu{background-color:#007ea8}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#006b8f;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:0.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#007ea8}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #006c75 0%, #007ea8 71%, #0071c2 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #006c75 0%, #007ea8 71%, #0071c2 100%)}}.hero.is-success{background-color:#008a45;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,0.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-success .navbar-menu{background-color:#008a45}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#007038;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:0.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#008a45}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #00571d 0%, #008a45 71%, #00a36d 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #00571d 0%, #008a45 71%, #00a36d 100%)}}.hero.is-warning{background-color:#946f00;color:#fff}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#fff}.hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#946f00}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#7a5c00;color:#fff}.hero.is-warning .tabs a{color:#fff;opacity:0.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#fff}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#946f00}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #613900 0%, #946f00 71%, #ad9f00 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #613900 0%, #946f00 71%, #ad9f00 100%)}}.hero.is-danger{background-color:#eb003b;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-danger .navbar-menu{background-color:#eb003b}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#d10034;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:0.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#eb003b}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #b8004d 0%, #eb003b 71%, #ff051a 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #b8004d 0%, #eb003b 71%, #ff051a 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width: 769px), print{.hero.is-medium .hero-body{padding:9rem 1.5rem}.hero.is-large .hero-body{padding:18rem 1.5rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px), print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.mailtoui-modal{background-color:#000;background-color:rgba(0,0,0,0.4);bottom:0;color:#303131;display:none;height:100%;left:0;margin:0;padding:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.mailtoui-modal-content{animation:mailtoui-appear .4s;background-color:#f1f5f8;border-radius:8px;bottom:auto;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);left:50%;max-height:calc(100% - 100px);overflow:auto;padding:0;position:fixed;right:-45%;top:50%;transform:translate(-50%, -50%)}.mailtoui-modal-content:focus,.mailtoui-modal-content:hover{overflow-y:auto}@media only screen and (min-width: 768px){.mailtoui-modal-content{right:auto}}.mailtoui-modal-head{align-items:center;background-color:#fff;clear:both;display:flex;min-width:0;padding:10px 20px}.mailtoui-modal-title{color:#303131;flex:1;font-family:sans-serif;font-size:120%;font-weight:700;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.mailtoui-modal-close{color:#aaa;flex:initial;font-size:38px;margin-left:20px;position:relative;text-align:right;text-decoration:none;top:-4px}.mailtoui-modal-close:focus,.mailtoui-modal-close:hover{color:#000;cursor:pointer;font-weight:700;outline:0}.mailtoui-modal-body{height:100%;padding:20px}.mailtoui-button{color:#333;text-decoration:none}.mailtoui-button:focus{outline:0}.mailtoui-button:focus .mailtoui-button-content{background-color:#555;color:#fff}.mailtoui-button-content{background-color:#fff;border:none;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.18);margin-bottom:20px;overflow:hidden;padding:15px 20px;text-overflow:ellipsis;white-space:nowrap}.mailtoui-button-content:hover{background-color:#555;color:#fff}.mailtoui-button:last-child .mailtoui-button-content{margin-bottom:0}.mailtoui-button-icon{display:inline-block;font-weight:700;position:relative;top:4px}.mailtoui-button-icon svg{height:24px;width:24px}.mailtoui-button-text{display:inline-block;margin-left:5px;position:relative;top:-2px}.mailtoui-copy{border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.18);height:59px;margin-top:20px;position:relative}.mailtoui-button-copy{background-color:#fff;border:none;border-bottom-left-radius:8px;border-top-left-radius:8px;bottom:21px;color:#333;font-size:100%;height:100%;left:0;overflow:hidden;padding:15px 20px;position:absolute;text-overflow:ellipsis;top:0;white-space:nowrap;width:120px}.mailtoui-button-copy:focus,.mailtoui-button-copy:hover{background-color:#555;color:#fff;cursor:pointer;outline:0}.mailtoui-button-copy-clicked,.mailtoui-button-copy-clicked:focus,.mailtoui-button-copy-clicked:hover{background-color:#1f9d55;color:#fff}.mailtoui-button-copy-clicked .mailtoui-button-icon,.mailtoui-button-copy-clicked:focus .mailtoui-button-icon,.mailtoui-button-copy-clicked:hover .mailtoui-button-icon{display:none;visibility:hidden}.mailtoui-button-copy-clicked .mailtoui-button-text,.mailtoui-button-copy-clicked:focus .mailtoui-button-text,.mailtoui-button-copy-clicked:hover .mailtoui-button-text{color:#fff;top:2px}.mailtoui-email-address{background-color:#d8dcdf;border:none;border-radius:8px;box-shadow:unset;box-sizing:border-box;color:#48494a;font-size:100%;height:100%;overflow:hidden;padding:20px 20px 20px 140px;text-overflow:ellipsis;white-space:nowrap;width:100%}.mailtoui-brand{color:#888;font-size:80%;margin-top:20px;text-align:center}.mailtoui-brand a{color:#888}.mailtoui-brand a:focus,.mailtoui-brand a:hover{font-weight:700;outline:0}.mailtoui-no-scroll{overflow:hidden;position:fixed;width:100%}.mailtoui-is-hidden{display:none;visibility:hidden}@keyframes mailtoui-appear{0%{opacity:0;transform:translate(-50%, -50%) scale(0, 0)}100%{opacity:1;transform:translate(-50%, -50%) scale(1, 1)}}@media screen and (min-width: 769px), print{.pagination-list{justify-content:center}}.table-section{background-color:white;border-radius:16px;padding:16px}.is-pinned{position:absolute;width:auto !important;overflow:none !important}.link-popover{margin-left:0px;margin-left:calc(-25vw + 5.5px);background-color:#e5f1fc}.table-section-wrapper.category{padding:0}.category .table-loading{width:100%}.table-section.outer thead{z-index:2000;position:relative;background-color:white;overflow-y:hidden;overflow-x:scroll;display:table;width:calc(100vw - 160px)}thead input{border-radius:2px;padding:6px;border:1px solid #dbdbdb;box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05)}.table-section-wrapper.outer{padding-top:32px;background-color:#f0f0f0;position:fixed;z-index:1}.table-section.outer{width:calc(100vw - 128px);border-bottom-left-radius:0px;border-bottom-right-radius:0px;padding-bottom:0px}.table-section.inner{padding-top:0px;border-top-left-radius:0px;border-top-right-radius:0px}.table tbody tr.is-highlighted{background-color:#fffcef !important}.table tbody tr.is-highlighted:hover{background-color:#fff7d7 !important}button.is-expandable{width:32px;height:auto;padding:6px;background-color:#e5f1fc;height:46px;position:absolute;right:0;top:0;border:0;color:#363636}table tbody tr:hover .button.is-expandable{display:inline-block !important}table tbody tr .button.is-expandable{display:none !important}table:not(.is-loading) tbody tr.is-hover-trigger:hover{background-color:#e5f1fc !important;cursor:pointer}.facet-wrapper,.facet-wrapper-expand-with-button{max-height:52px}.facet-wrapper.is-64,.facet-wrapper-expand-with-button.is-64{max-height:64px}.facet-wrapper,.facet-wrapper.is-64,.facet-wrapper-expand-with-button{background-color:#fff;overflow:hidden}.expandable-facets{height:52px}.expandable-facets-with-button{position:relative;height:52px}.expandable-trigger:hover .facet-wrapper,.facet-wrapper:hover,.facet-wrapper-expand-with-button.is-expanded{max-height:none !important;position:absolute;overflow:none}.facet-wrapper-expand-with-button.is-expanded{z-index:2002}.expandable-trigger:hover .facet-wrapper,.facet-wrapper:hover{z-index:2001}.facet-wrapper-expand-with-button{padding-right:52px !important}.facet-wrapper-expand-with-button.is-expanded{box-shadow:0 0.5em 0.8em -0.125em rgba(10,10,10,0.1),0 0px 0 0px rgba(10,10,10,0.02)}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:0 !important}.maxCell{overflow:hidden;height:24px;overflow-wrap:break-word;display:inline-block}.table td{height:auto}.maxCell.expanded{height:auto;white-space:normal}.maxCell span{margin-right:4px;display:inline-block}.loading-header{background-color:#ebebeb;height:24px;border-radius:2px;float:left}.loading-row{background-color:#ebebeb;padding:0.25em 0.75em;border-radius:2px;height:24px;max-width:60%;display:flex}.loading-filter input{background-color:#ebebeb;border:0 !important;box-shadow:none !important;pointer-events:none}.loading-filter input::-moz-placeholder{color:rgba(0,0,0,0) !important}.loading-filter input::placeholder{color:rgba(0,0,0,0) !important}.loading,.loading-filter input{animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f1f1f1;background:linear-gradient(to right, #ebebeb 8%, #f1f1f1 45%, #ebebeb 75%);background-size:1000px 640px;color:rgba(0,0,0,0)}.loading.is-darker{animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#dcdcdc;background:linear-gradient(to right, #dcdcdc 8%, #e2e2e2 45%, #dcdcdc 75%);background-size:1000px 640px;color:rgba(0,0,0,0)}.loading.is-darker .button.is-loading::after{border:2px solid #afafaf;border-right-color:transparent;border-top-color:transparent}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.field.has-addons{margin-bottom:0px}.facet-container{margin-bottom:20px;-webkit-mask-image:linear-gradient(to bottom, black 50%, transparent 100%);mask-image:linear-gradient(to bottom, black 50%, transparent 100%)}.facet-inner{max-height:114px;overflow-y:scroll;overflow-x:hidden;position:relative;padding-bottom:30px !important}.pagination{margin:0;padding:8px}.table input{border-radius:2px;padding:6px;border:1px solid #dbdbdb;box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05)}.table{width:100%}.is-faceted .columns:not(:last-child){margin-bottom:0px}.is-faceted .columns{margin:0}.is-faceted h1{font-weight:bold}.is-faceted .columns button{margin-top:8px}.table-container .is-faceted{margin-top:16px !important;margin-bottom:0px !important}.table-wrapper{position:relative;display:flex;overflow:scroll}.table-container{width:100%;width:calc(100vw - 160px)}.table-container.has-nopadding{margin-left:0px;width:calc(100vw - 160px)}.table-loading .table-container{margin-left:0;overflow:hidden}.table-loading{display:block !important}.table-loading .table{overflow-x:scroll !important;overflow-y:hidden}.table td{vertical-align:middle;height:46px}.table.pinned{border-right:1px solid #eee;position:absolute;width:36px;bottom:-24px;z-index:1000}th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em}th.c-number,td.c-number{min-width:207px}th.c-date,td.c-date{min-width:240px}table:not(.is-loading) tbody tr:hover td.c-selection{background-color:#e5f1fc !important;border-right:0px solid #e5f1fc}.is-loading td.c-selection{border-right:0}th.c-selection,td.c-selection{width:35px;min-width:35px;border-right:1px solid #eee;margin-top:1px;position:absolute;z-index:1000;left:0px;background-color:white}th.c-selection-pinned{border-right:1px solid #eee !important;width:35px;z-index:1000;position:absolute;left:0;top:4px;height:76px;background-color:white}th.c-text,td.c-text{width:25vw;min-width:25vw;max-width:25vw;overflow:hidden;white-space:nowrap}th.c-narrow,td.c-narrow{width:210px;min-width:210px;max-width:210px;overflow:hidden}.table-header{overflow-x:scroll}.table-header::-webkit-scrollbar{display:none}.table-loading{width:calc(100vw - 160px);overflow:hidden !important}.table-loading .table.pinned{width:100%}.table.unpinned{overflow-x:scroll !important;overflow-y:hidden}.table th.selection{height:76px;vertical-align:bottom;background-color:#fff}table td.selection div{margin-bottom:2px}table td.no-wrap{padding-right:0px;white-space:nowrap}.no-wrap{white-space:nowrap}.no-wrap.c-text{overflow:visible}table th{white-space:nowrap}.is-feedback span.notification{background-color:#fff;border-bottom:1px solid #ccc;padding:8px 16px;margin-bottom:0;text-align:center;display:block;font-weight:500}.dropdown-trigger,.dropdown-trigger-v0{color:#7f7f7f;padding-left:8px;padding-right:8px;border:0;align-items:center;display:flex}a.link:hover .dropdown-trigger,button:hover .dropdown-trigger,.dropdown.is-active .dropdown-trigger{display:flex !important;margin-right:-23px;margin-left:-3px}a.link:hover .dropdown-trigger,button:hover .dropdown-trigger-v0,.dropdown.is-active .dropdown-trigger-v0{display:flex !important;margin-top:2px}a.link .dropdown-trigger,button .dropdown-trigger,button .dropdown-trigger-v0{display:none}a.link:focus,.dropdown-trigger:focus,.dropdown-trigger-v0:focus{outline:none}tr:hover .dropdown-trigger,tr:hover .dropdown-trigger-v0{background-color:#e5f1fc}.dropdown-trigger.is-light,.dropdown-trigger-v0.is-light{color:gray}.multiSelect span.button{border-radius:32px}.hint span svg{margin-right:8px;color:#7f7f7f}.hint-text{font-size:12px}.is-feedback{min-width:280px;max-width:320px;padding:16px;text-align:center}.is-feedback hr{margin:0}.multiSelect{padding:0px 8px 8px}.multiSelect span:not(:last-child){margin-right:8px;margin-bottom:8px}.is-feedback p{text-align:left;padding:8px 16px}.editable .select{position:absolute;left:0px;top:0px}.editable{position:relative}.editable div{display:none}.cell-overlay{position:absolute;white-space:nowrap;margin-top:0.5rem;padding-left:0.75rem;height:39px;padding-bottom:0.5px;border-bottom:1px solid #dbdbdb;min-width:100%;background-color:#e5f1fc}table tbody tr:hover .feedback,table tbody tr .feedback.is-visible,table tbody tr:hover .editable div,.link-popover div.feedback.dropdown.is-active{visibility:visible}.facet:hover .feedback,.facet .feedback.is-visible{visibility:visible;cursor:pointer}.facet:hover .button,.facet.is-feedback-active .button{padding-right:24px}.field.is-grouped>.control:not(:last-child){margin-right:0px}.facet:hover,.facet.is-feedback-active{margin-right:4px !important}.facet{margin-right:8px !important}.facet.is-light:hover,.facet.is-light.is-feedback-active{margin-right:4px !important}.facet.is-light{margin-right:8px !important}.facet .feedback{right:2px;top:9px;position:absolute}.react-tiny-popover-container{z-index:3000}.feedback{visibility:hidden}.dropdown .dropdown-content{padding:0}.react-tiny-popover-container{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0px 0 1px rgba(10,10,10,0.02)}.dropdown .dropdown-content button{border-bottom-width:1px}.tooltip{min-width:120px;max-width:120px;border-radius:4px}.tooltip.is-small{padding:8px}.tooltip.is-large{padding:1rem}.react-tiny-popover-container{box-shadow:none}.react-tiny-popover-container.light .tooltip{background-color:white;box-shadow:0px 0px 4px rgba(0,0,0,0.2)}.tooltip.chart{min-width:170px;max-width:170px}.tooltip.chart hr{margin-top:4px;margin-bottom:4px}.tooltip.chart .legend-color{border-width:2px;display:inline-block;width:14px;height:14px;margin-right:2px}.tooltip.chart .hover-legend-header{display:flex;align-items:center}.tooltip.chart .hover-legend-item{margin-bottom:2px}.tooltip.chart .hover-legend-section{padding:2px;margin-bottom:2px}.tooltip.chart h1{font-weight:bold}.react-tiny-popover-container.light{overflow:visible !important}.react-tiny-popover-container.light.arrow:after{background:none repeat scroll 0 0 white;border-top:1px solid white;border-right:1px solid white;box-shadow:0px 0px 4px rgba(0,0,0,0.3);content:"";height:12px;display:block;position:absolute;top:3px;left:calc(50% - 6px);z-index:-1;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:12px}.react-tiny-popover-container.light.arrow:before{background:none repeat scroll 0 0 white;border-top:1px solid white;border-right:1px solid white;content:"";height:12px;display:block;position:absolute;top:3px;left:calc(50% - 6px);transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:12px}.react-tiny-popover-container.dark .tooltip{background-color:black;color:white}a.icon{color:gray}a.icon:hover{color:black}.pulse{animation:pulse-animation 2s 5}@keyframes pulse-animation{0%{box-shadow:0 0 0 0px rgba(0,0,0,0.2)}100%{box-shadow:0 0 0 20px rgba(0,0,0,0)}}.light-pulse{animation:light-pulse-animation 2s 5}@keyframes light-pulse-animation{0%{box-shadow:0 0 0 0px rgba(0,0,0,0.2)}100%{box-shadow:0 0 0 3px rgba(0,0,0,0)}}.sidebar .menu .menu-list a:hover{color:#eee}.sidebar ul div.sidebar-section:first-child{margin-bottom:8px}.sidebar hr{margin-top:0px;height:1px;background-color:rgba(255,255,255,0.2)}.is-collapsed .sidebar{width:64px !important}.sidebar-section div{margin-left:6px}.is-collapsed .sidebar-section div{margin-left:0px}.sidebar{width:187px;position:fixed;top:0;bottom:0;left:0;z-index:1000}.is-collapsed .is-sub-menu{width:178px !important;z-index:999}.is-collapsed .sidebar ul li{text-align:center}.sidebar ul li{text-align:left}.is-collapsed .sidebar .menu .menu-list a{padding:0}.sidebar button{color:rgba(255,255,255,0.5)}.sidebar a:hover button{color:rgba(255,255,255,0.7)}.has-sidebar{padding-left:187px}.is-collapsed .has-sidebar{padding-left:64px}.is-collapsed.has-submenu .has-sidebar{padding-left:242px}.sidebar-navigation{padding:32px;padding-top:0px;padding-left:0px;padding-right:0px;min-height:100vh}.is-sub-menu{left:64px}.is-collapsed .sidebar.is-sub-menu ul li{text-align:left;margin-left:1.5rem}.sidebar-navigation.is-sub-menu{background-color:white;border-right:1px solid #dbdbdb}.is-sub-menu.sidebar .menu .menu-list li a{color:gray}.sidebar .menu .menu-list a{padding-left:32px;padding-right:32px}.sidebar .menu .menu-list li.is-selected a,.sidebar li.is-subsection-selected a button{color:white}.is-sub-menu.sidebar .menu .menu-list li.is-selected a,.is-sub-menu.sidebar li.is-subsection-selected a button,.is-sub-menu.sidebar .menu .menu-list li.is-selected li.is-selected a{color:black}.is-sub-menu.sidebar .menu .menu-list li.is-selected li a{color:gray}.sidebar .menu .menu-list li a{color:rgba(255,255,255,0.5)}.sidebar .menu .menu-list .is-selected a,.sidebar-navigation li.is-selected a.navbar-item:focus{background-color:rgba(255,255,255,0.1)}.sidebar-navigation .column{background-color:transparent}.sidebar-navigation a.navbar-item:focus{background-color:transparent}.section{background-color:white !important}.sidebar button{justify-content:left}.fullwidth-wrapper{background-color:white}.sidebar-navigation{background-color:#52486b}.menu .menu-list a{padding:0}.menu-label{color:white}@media screen and (max-width: 769px), print{.is-draggable button{display:none}}.is-draggable button{background-color:transparent;border-color:transparent;position:absolute;right:-28px}.is-draggable .button:focus,.is-draggable .button.is-focused{border-color:transparent}.is-draggable{display:none}.is-draggable button span svg{color:gray}.sidebar .button{margin-bottom:6px}.sidebar .button.is-link{background-color:transparent}.sidebar .button{background-color:transparent;border-color:transparent}.sidebar .menu-list a:hover{background-color:transparent}.sidebar .button.is-link:hover,.button.is-link.is-hovered{background-color:transparent}.is-draggable button{width:0px;align-self:center;height:120px;padding:6px}.is-draggable button:hover{border:1px solid #dbdbdb !important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.is-react{z-index:2003;position:fixed;top:0;left:187px;right:0}.navbar{display:block}.navbar-menu{align-items:center}.navbar-menu.is-expandable{align-items:flex-start}.navbar-menu form{display:inline-block}.navbar-menu.is-expandable:hover{max-height:none !important;position:absolute;overflow:none}.navbar-menu.is-expandable:not(:hover) .expandable-container{height:46px;overflow:hidden}.navbar-menu.is-expandable:hover .expandable-container{margin-bottom:4px}.navbar-menu.is-expandable .expandable-container{display:inline}.navbar-menu .expandable-container{display:flex}.is-collapsed .is-react{left:64px}.is-collapsed.has-submenu .is-react{left:242px}.overlay .is-react{position:relative;left:0;top:0;right:0}.navbar-item img{max-height:none}.navbar-brand img{filter:none !important}.navbar-brand,.navbar-tabs{display:block}.glyph img{display:inline}@media screen and (min-width: 1024px){.is-navbar-expanded .navbar{display:block !important}}.subnav{padding-left:32px;display:flex;margin-bottom:8px}.subnav-nopadding{display:flex;margin-bottom:8px}.navbar-menu{box-shadow:none;display:flex !important}.navbar{border-bottom:1px solid #dbdbdb}.navbar-item.is-active .navbar-dropdown{display:block !important}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown .navbar-item{padding:0.375rem 1rem;display:block !important}.navbar-divider{display:block}.fullwidth-wrapper.is-page{padding-top:53px}.fullwidth-wrapper.is-page.has-nopadding{padding-left:0px}.is-navbar-expanded.has-notification .fullwidth-wrapper.is-page{padding-top:152px}.has-notification .fullwidth-wrapper.is-page{padding-top:108px}.is-navbar-expanded .fullwidth-wrapper.is-page{padding-top:100px}.navbar-dropdown{position:absolute;display:none;background-color:white !important;box-shadow:0 8px 8px rgba(10,10,10,0.1);border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:2px solid #dbdbdb}.navbar-dropdown.is-right{left:auto !important;right:0 !important}.columns{display:flex}.navbar-end{justify-content:flex-end !important;margin-left:auto !important}@media screen and (max-width: 1023px){.navbar-menu{padding:0}}.glyph{padding:16px;padding-bottom:0px;text-align:center}.overlay{position:fixed;left:0;right:0;top:0;bottom:0;z-index:2004;background-color:rgba(0,0,0,0.4)}.graph.loading{height:334px;display:flex;align-items:center}.graph.loading .button{margin:0 auto;background-color:transparent;border:0}.topImage{margin-right:8px;margin-bottom:8px;width:13.553vw;max-height:13.553vw;-o-object-fit:contain;object-fit:contain;display:inline-block;text-align:center}.topImage img{max-height:13.553vw}.search-autocomplete{padding:8px;border-color:#dbdbdb;box-shadow:0 2px 2px rgba(10,10,10,0.1);border-radius:6px;position:absolute;top:44px;background-color:white;width:100%;display:none;z-index:3001}.search-autocomplete.is-visible{display:flex}.field.has-addons.search{margin-top:0}.columns.graphs{padding-bottom:8px;margin:0px;margin-bottom:-8px !important}.column.graph{max-width:300px;max-height:148px;padding:2px !important;padding-bottom:46px !important;background-color:white;border-radius:0px;border:1px solid #dbdbdb}.column.graph-fullwidth{max-width:316px;width:316px;max-height:200px !important;padding:2px !important;padding-bottom:46px !important;background-color:white;border-radius:0px;border:1px solid #dbdbdb}.column.graph canvas,.column.graph-fullwidth canvas{position:relative;top:-8px}.column.graph .numbers-wrapper,.column.graph-fullwidth .numbers-wrapper{padding-left:8px;padding-right:16px;padding-top:4px}.column.no-graph{max-height:160px;padding:16px !important;background-color:white;border-radius:16px;border:1px solid #dbdbdb}.column.no-graph:not(:last-child){margin-right:16px}.column.graph:not(:last-child){margin-right:16px}.filter-modal{position:fixed !important;top:0 !important;left:0 !important;width:100%;background-color:#fff;z-index:2005;box-shadow:"0 2px 2px rgba(10, 10, 10, 0.1)"}.filter-sources{margin-bottom:1.5rem}.filter-sources div{border-bottom:1px solid #eee;padding:4px;padding-left:16px;display:flex}.filter-sources span{margin-top:2px;margin-right:4px;width:18px;text-align:center}.title.is-6.section-header{padding:8px;padding-left:32px;background-color:#eee}.filter-visibility h1{margin-bottom:16px !important}.filter-visibility input{margin-right:4px}.is-input{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:-ms-inline-flexbox;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.375em - 1px);padding-left:calc(0.625em - 1px);padding-right:calc(0.625em - 1px);padding-top:calc(0.675em - 1px);position:relative;vertical-align:top}.is-input form{width:100%}.is-input{background-color:white;border-color:#dbdbdb;border-radius:4px;color:#363636;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1);max-width:100%;width:100%}table.no-highlighting tbody tr:hover{background-color:transparent !important;cursor:auto !important}.notification{margin-bottom:0px}.section-header{display:flex;padding-left:1.5em;padding-right:1.5em}.section-header h1.title.is-6{display:flex;margin-bottom:16px;margin-top:16px;width:100%}.section-header h1 span{font-weight:400}.details-table .feedback{display:none !important}.card-image.hover:hover img{opacity:0.65;transition:opacity 0.2s linear}.card-image.hover .card-image-content{opacity:0}.card-image.hover.is-active .card-image-content{opacity:1}.card-image.hover figure{background-color:black}.card-image.hover:hover .card-image-content{opacity:1}.card-image.hover img{opacity:1}.is-link.is-light.is-active{background-color:#eef3fc;color:#2160c4}.is-link.is-light.is-active .tag{background-color:white}.menu-list a:hover span.tag{background-color:white}.graph-float{background-color:white;padding:16px !important;width:560px;position:fixed;z-index:1000;box-shadow:0 0em 4em -0.125em rgba(10,10,10,0.2),0 0px 0 1px rgba(10,10,10,0.02);right:0;bottom:0}body{padding:0;overflow-x:hidden}.crosshairs{position:fixed;width:100%;z-index:2147483645}.crosshairs.hidden{display:none}.crosshairs::before,.crosshairs::after{content:"";position:absolute}.crosshairs::before{height:24px;width:2px;background:#000;top:-11px}.crosshairs::after{width:24px;height:2px;background:#000;left:-11px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5)}.overlay.highlighting{background:none;border-color:rgba(0,0,0,0.5);border-style:solid}.crosshairs,.crosshairs:before,.crosshairs:after,.overlay,.overlay:before,.overlay:after{box-sizing:border-box}:root{--contexify-zIndex: 666;--contexify-menu-minWidth: 220px;--contexify-menu-padding: 6px;--contexify-menu-radius: 6px;--contexify-menu-bgColor: #fff;--contexify-menu-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1),
  2px 4px 4px rgba(0, 0, 0, 0.1),
  3px 6px 6px rgba(0, 0, 0, 0.1);--contexify-menu-negatePadding: var(--contexify-menu-padding);--contexify-separator-color: rgba(0, 0, 0, 0.2);--contexify-separator-margin: 5px;--contexify-itemContent-padding: 6px;--contexify-activeItem-radius: 4px;--contexify-item-color: #333;--contexify-activeItem-color: #fff;--contexify-activeItem-bgColor: #3498db;--contexify-rightSlot-color: #6f6e77;--contexify-activeRightSlot-color: #fff;--contexify-arrow-color: #6f6e77;--contexify-activeArrow-color: #fff}@keyframes contexify_feedback{from{opacity:.4}to{opacity:1}}.contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--contexify-menu-bgColor);box-sizing:border-box;box-shadow:var(--contexify-menu-shadow);border-radius:var(--contexify-menu-radius);padding:var(--contexify-menu-padding);min-width:var(--contexify-menu-minWidth);z-index:var(--contexify-zIndex)}.contexify_submenu-isOpen,.contexify_submenu-isOpen>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_submenu-isOpen>.contexify_submenu{pointer-events:initial;opacity:1}.contexify .contexify_submenu{position:absolute;pointer-events:none;transition:opacity .265s;top:calc(-1 * var(--contexify-menu-negatePadding));left:100%}.contexify .contexify_submenu-bottom{bottom:calc(-1 * var(--contexify-menu-negatePadding));top:unset}.contexify .contexify_submenu-right{right:100%;left:unset}.contexify_rightSlot{margin-left:auto;display:flex;color:var(--contexify-rightSlot-color)}.contexify_separator{height:1px;cursor:default;margin:var(--contexify-separator-margin);background-color:var(--contexify-separator-color)}.contexify_willLeave-disabled{pointer-events:none}.contexify_item{cursor:pointer;position:relative}.contexify_item:focus{outline:0}.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent .contexify_rightSlot,.contexify_item:focus .contexify_rightSlot{color:var(--contexify-activeRightSlot-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup]>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-arrow-color)}.contexify_item[aria-haspopup]:focus>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup].contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup]:hover>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_submenu{pointer-events:initial;opacity:1}.contexify_item-disabled{cursor:default;opacity:.5}.contexify_itemContent{padding:var(--contexify-itemContent-padding);display:flex;align-items:center;white-space:nowrap;color:var(--contexify-item-color);position:relative}.contexify_item-feedback{animation:contexify_feedback 0.12s both}.contexify_theme-dark{--contexify-menu-bgColor: rgba(40, 40, 40, 0.98);--contexify-separator-color: #4c4c4c;--contexify-item-color: #fff}.contexify_theme-light{--contexify-separator-color: #eee;--contexify-item-color: #666;--contexify-activeItem-color: #3498db;--contexify-activeItem-bgColor: #e0eefd;--contexify-activeRightSlot-color: #3498db;--contexify-active-arrow-color: #3498db}@keyframes contexify_scaleIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@keyframes contexify_scaleOut{from{opacity:1}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.contexify_willEnter-scale{transform-origin:top left;animation:contexify_scaleIn .3s}.contexify_willLeave-scale{transform-origin:top left;animation:contexify_scaleOut .3s}@keyframes contexify_fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes contexify_fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.contexify_willEnter-fade{animation:contexify_fadeIn .3s ease}.contexify_willLeave-fade{animation:contexify_fadeOut .3s ease}@keyframes contexify_flipInX{from{transform:perspective(800px) rotate3d(1, 0, 0, 45deg)}to{transform:perspective(800px)}}@keyframes contexify_flipOutX{from{transform:perspective(800px)}to{transform:perspective(800px) rotate3d(1, 0, 0, 45deg);opacity:0}}.contexify_willEnter-flip{backface-visibility:visible !important;transform-origin:top center;animation:contexify_flipInX .3s}.contexify_willLeave-flip{transform-origin:top center;animation:contexify_flipOutX .3s;backface-visibility:visible !important}@keyframes contexify_slideIn{from{opacity:0;transform:scale3d(1, 0.3, 1)}to{opacity:1}}@keyframes contexify_slideOut{from{opacity:1}to{opacity:0;transform:scale3d(1, 0.3, 1)}}.contexify_willEnter-slide{transform-origin:top center;animation:contexify_slideIn .3s}.contexify_willLeave-slide{transform-origin:top center;animation:contexify_slideOut .3s}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset !important}input[name="form-field-name"]{border:1px solid lightgray;padding:0.25rem;border-radius:0.25rem;min-width:16px;text-align:right}.rti--input{padding-top:0.25rem !important;padding-bottom:0.25rem !important;padding-left:0.75rem !important;padding-right:0.75rem !important}.rti--tag{height:35px;padding:0.75rem !important}.react-tagsinput-tag.large{margin:0;font-size:16px;padding-top:2px;padding-bottom:2px;margin-top:4px;background-color:#edf2f7;border:0;color:#4a4a4a;margin-right:0.25rem;white-space:nowrap}.react-tagsinput-tag.small{margin:0;font-size:14px;padding-top:2px;padding-bottom:2px;background-color:#edf2f7;border:0;color:#4a4a4a;margin-right:0.25rem;white-space:nowrap}.react-tagsinput-remove{padding-right:4px;padding-left:4px}.react-tagsinput-tag a{width:18px;display:inline-block;text-align:center}.has-remove a::before{content:"\D7" !important;font-size:18px;line-height:0;font-weight:500}.has-remove a{width:18px;display:inline-block;text-align:center}.react-tagsinput-tag a::before{content:"\D7" !important;font-size:18px;line-height:0;font-weight:500}.react-tagsinput.large{min-height:40px;overflow:hidden;border-radius:0}.control:first-child>.react-tagsinput.tracker{border-top-left-radius:100px;border-bottom-left-radius:100px;padding-left:15px}.react-tagsinput.tracker{padding-left:0.25rem}.react-tagsinput{padding-right:32px;border-radius:4px;border:1px solid #dbdbdb;padding-top:unset;font-size:14px}.react-tagsinput--focused{border-color:#e5e7eb}.react-tagsinput-input.large{font-size:16px;margin-top:2px;margin-bottom:0px;color:#363636}.react-tagsinput-input.large :focus{outline:none}.react-tagsinput-input.small{font-size:14px;margin-top:0px;margin-bottom:0px;color:#363636}.react-tagsinput-input.small :focus{outline:none}.rti--tag span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1;-moz-line-clamp:1;display:-webkit-box;display:-moz-box;box-orient:vertical;-webkit-box-orient:vertical}.rti--tag button{outline:none}.transparent .rti--container{position:absolute;z-index:1001;width:184px;height:34px;overflow:hidden;top:3px;left:0px;border:0}.rti--container{padding-right:36px !important;--rti-bg: #fff;--rti-border: #e5e7eb !important;--rti-main: #3182ce;--rti-radius: 0.5rem !important;--rti-s: 0.25em !important;padding-left:0.3rem !important;--rti-tag: #edf2f7;--rti-tag-remove: #e53e3e;font-size:14px;line-height:25px !important}.button.is-primary{background-color:#8c72cb;border-color:transparent;color:#fff}.button.is-fullwidth{display:flex;width:100%}.button{background-color:white;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}.react-calendar__tile.react-calendar__tile--active{background-color:#006edc}.react-calendar__tile.react-calendar__tile--now{background-color:#ffff76}.react-calendar__tile.react-calendar__tile--rangeEnd{background-color:#a9d4ff}.show-scrollbar::-webkit-scrollbar{-webkit-appearance:none}.show-scrollbar::-webkit-scrollbar:vertical{width:11px}.show-scrollbar::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid white;background-color:rgba(0,0,0,0.5)}.map-container path{pointer-events:all}.map-container path:hover{opacity:0.5;cursor:pointer}.us-state-map{width:100%;height:100%}.card-header-title{padding:0.75rem 0rem;font-weight:500}@media screen and (min-width: 1044px){.charts-container{padding-left:calc((100% - 1044px) / 2);padding-right:calc((100% - 1044px) / 2)}}@media screen and (min-width: 1216px){.charts-container{padding-left:calc((100% - 1152px) / 2);padding-right:calc((100% - 1152px) / 2)}}@media screen and (min-width: 1408px){.charts-container{padding-left:calc((100% - 1344px) / 2);padding-right:calc((100% - 1344px) / 2)}}.input.is-dark{background-color:#363636;color:white}.input.is-dark::-moz-placeholder{color:lightgray;opacity:1}.input.is-dark::placeholder{color:lightgray;opacity:1}.input.is-dark:-ms-input-placeholder{color:lightgray}.input.is-dark::-ms-input-placeholder{color:lightgray}canvas{width:100% !important}.rc-slider-track{background-color:#b5daff !important}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{box-shadow:0 0 0 5px #b5daff}.rc-slider-handle{border:solid 2px #2284e6 !important}.button.no-focus:focus:not(:active),.button.no-focus.is-focused:not(:active){box-shadow:none !important}.button.no-focus:focus,.button.no-focus.is-focused{border-color:#dbdbdb}button.no-focus:focus{outline:unset}.button.is-link.is-outlined:hover,.button.is-link.is-outlined:focus{background-color:unset}.is-fixed-top{left:0;position:fixed;right:0;z-index:3000}.select.is-rounded select,.button.is-rounded{border-radius:20px}.notification.is-warning-warm.is-rounded{border-radius:26px}.columns.sections .column{margin-right:16px}.columns.sections{margin-right:-16px !important}.modal.is-active{position:fixed;z-index:10000}.text-right{text-align:right}.content figure{margin-left:0px !important;margin-right:0px !important}.is-wide{width:300px}.is-narrow{width:calc(50% - 16px)}.is-narrow-overlay{width:164px}.columns.expand-margin-right{flex-flow:wrap !important;margin-right:-2em !important}figure img{-o-object-fit:cover;object-fit:cover}a:hover .link-conversation{border-color:#b5b5b5}a .link-conversation span{color:#c2c2c2}a:hover .link-conversation span{color:#c2c2c2}.link-conversation{align-items:center;display:flex;padding-left:1em;padding-right:1em;font-size:1rem;height:2.5em;border-radius:20px;box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%;background-color:white;border:1px solid #dbdbdb}.card-image{margin-right:2em}.card{box-shadow:none}.is-centered{align-self:center}.notification.is-warning-warm{background-color:#ffdd57;margin-bottom:0px}.tag:not(body){white-space:normal;word-break:break-all;font-weight:500 !important}.tag:not(body).is-success.is-light{color:#48c774 !important}.select.is-link.is-light select{border-color:transparent;background-color:#ebf5ff;color:#0073e6}.select.is-link.is-light select:focus{box-shadow:none}.select.is-link.is-light select:hover{background-color:#deeeff}.select.is-link.is-light::after{color:#0073e6 !important}.select.is-link::after{border-color:#fff}.select.is-link:hover::after{border-color:#eee}.select.is-link select:hover{background-color:#006cd9}.select.is-link select{background-color:#0073e6;color:#fff}.select.is-lighter select{border-color:transparent;background-color:none;color:#0073e6;padding-right:calc(0.75em - 1px);border-bottom:1px solid #0073e6;text-align:center}.select.is-lighter select:focus{box-shadow:none}.select.is-lighter select:hover{background-color:none}.select.is-lighter:not(.is-multiple):not(.is-loading)::after{display:none !important}.select.is-lighter .select:not(.is-multiple):not(.is-loading)::after{display:none !important}.Resizer{background:#000;opacity:0.2;z-index:1;box-sizing:border-box;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}.Resizer:hover{transition:all 2s ease}.Resizer.horizontal{height:11px;margin:-5px 0;border-top:5px solid rgba(255,255,255,0);border-bottom:5px solid rgba(255,255,255,0);cursor:row-resize;width:100%}.Resizer.horizontal:hover{border-top:5px solid rgba(0,0,0,0.5);border-bottom:5px solid rgba(0,0,0,0.5)}.Resizer.vertical{width:11px;margin:0 -5px;border-left:5px solid rgba(255,255,255,0);border-right:5px solid rgba(255,255,255,0);cursor:col-resize}.Resizer.vertical:hover{border-left:5px solid rgba(0,0,0,0.5);border-right:5px solid rgba(0,0,0,0.5)}.Resizer.disabled{cursor:not-allowed}.Resizer.disabled:hover{border-color:transparent}svg:not(:root).svg-inline--fa{overflow:visible}.table th:not([align]){text-align:left}.table tr th{text-align:left !important}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}table td:not([align]),table th:not([align]){text-align:left}.table th{color:#363636}.table td,.table th{padding:0.5em 0.75em}.table th input{font-size:12px}.table tr th{text-align:left !important}.table tr td.is-number{text-align:right !important}.table tr th.is-number{text-align:right !important}.is-number{font-variant-numeric:tabular-nums}tr td.show-on-hover p,.is-hover-trigger span.show-on-hover{opacity:0}tr.is-hover-trigger a:hover{color:inherit}tr:hover .expand-on-hover{overflow:unset}.expand-on-hover{white-space:nowrap;overflow:hidden;z-index:2}.expand-on-hover a{background-color:inherit}.expand-on-hover a.is-hover-on-top{background-color:inherit;position:relative;z-index:2}.is-hover-trigger{background-color:inherit;position:relative;cursor:pointer}.is-hover-trigger td{background-color:inherit}tr:hover td.show-on-hover p,.is-hover-trigger:hover span.show-on-hover{opacity:1;cursor:pointer}.show-on-hover{background-color:inherit;position:relative}.is-special{color:#8c72cb}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible}.columns{margin:0px}.columns:last-child{margin-bottom:0}.column:not(.has-sidebar){padding-left:0px}.is-sidebar-menu a.navbar-item:focus,.is-sidebar-menu a.navbar-item:focus-within,.is-sidebar-menu a.navbar-item:hover,.is-sidebar-menu a.navbar-item.is-active,.is-sidebar-menu .navbar-link:focus,.is-sidebar-menu .navbar-link:focus-within,.is-sidebar-menu .navbar-link:hover,.is-sidebar-menu .navbar-link.is-active{background-color:transparent}.column{padding-right:0px;padding-top:0px;padding-bottom:0px}.columns.are-dynamic .column{flex-basis:auto;flex-grow:0}.columns.are-dynamic .column:not(:first-child){margin-right:64px}.switch{width:50px;height:25px;z-index:1000;cursor:pointer}.switch[type="checkbox"]:focus+label::before,.switch[type="checkbox"]:focus+label:before,.switch[type="checkbox"]:focus+label::after,.switch[type="checkbox"]:focus+label:after{outline:none}#topics-tags .control{margin-right:8px}.conversation:not(:last-child){border-bottom:1px solid #dbdbdb;padding-bottom:16px}#topics-tags .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:0px}.button.is-light.is-link .delete{background:rgba(0,115,230,0.5);margin-right:-6px}.button.is-light.is-link:hover .delete{background:rgba(0,115,230,0.6)}.modal-card{max-height:unset}.button.is-blue.is-loading::after{border-color:transparent transparent rgba(0,115,230,0.6) rgba(0,115,230,0.6) !important}.fullwidth-wrapper.loading{display:flex;width:100%;align-items:center;justify-content:center}.button.is-icon{color:#7f7f7f;background:none !important;border:none;padding:0;margin-right:8px;height:unset}.button.is-transparent.is-link{font-size:1em;color:#0073e6;align-self:center}.button.is-transparent.is-link:hover{color:#363636}.button.is-transparent{background:none !important;border:none}.tag.is-link.is-light svg{color:rgba(0,115,230,0.5) !important}.tag:not(body).is-link.is-light{font-weight:600}.tags-home{border-radius:0.125rem !important;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1);padding-left:6px !important;width:100%}.modal-background{background-color:rgba(10,10,10,0.5)}.is-main-content{overflow:scroll}.is-main-content .fullwidth-wrapper.is-page{min-width:-moz-fit-content;min-width:fit-content}.fullwidth-wrapper{white-space:normal}.loading-bar{position:absolute}.react-tags{position:relative;padding:6px 0 0 6px;border:1px solid #d1d1d1;border-radius:1px;font-size:1em;line-height:1.2;margin-bottom:0.75rem;cursor:text}.react-tags.is-focused{border-color:#b1b1b1}.react-tags__selected{display:inline}.react-tags__selected-tag{display:inline-block;box-sizing:border-box;margin:0 6px 0px 0;padding:6px 8px;border:0;border-radius:8px;background:#8c72cb;color:white;font-size:inherit;line-height:inherit}.react-tags__selected-tag:hover,.react-tags__selected-tag:focus{border-color:#b1b1b1}.react-tags__search{display:inline-block;padding:7px 2px;margin-bottom:6px;max-width:100%}@media screen and (min-width: 30em){.react-tags__search{position:relative}}.react-tags__search input{max-width:100%;margin:0;padding:0;border:0;outline:none;font-size:inherit;line-height:inherit}.react-tags__search input::-ms-clear{display:none}.heading.title{display:flex}.profile.heading{font-weight:400;font-size:22px}.section-wrapper{padding-left:1.5rem;padding-right:1.5rem;white-space:normal}.section-wrapper.no-padding{padding-left:0px;padding-right:0px;margin-bottom:1rem}.section-wrapper.narrow-padding{padding-left:16px;padding-right:16px}.profile.heading span:first-child{margin-right:4px}.fullwidth-wrapper{padding:1.5rem;padding-left:0px;padding-right:0px}.react-tiny-popover-container.light.no-padding .tooltip{padding:0}.react-tiny-popover-container.arrow.light.is-fixed{position:fixed !important;top:48px !important}.is-hidden{display:none}.brain{margin-top:32px;width:300px}.hero.is-primary.style4{background-color:#8c72cb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23967cd4' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E")}.home-search .field input:-webkit-autofill,.home-search .field input:-webkit-autofill:hover,.home-search .field input:-webkit-autofill:focus,.home-search .field textarea:-webkit-autofill,.home-search .field textarea:-webkit-autofill:hover,.home-search .field textarea:-webkit-autofill:focus,.home-search .field select:-webkit-autofill,.home-search .field select:-webkit-autofill:hover,.home-search .field select:-webkit-autofill:focus{font-size:1.25rem !important}.home-search .search{margin-top:0px;float:none;width:auto}.search{float:left;margin-top:7px;width:50vw}.home-search .field{font-size:1.25rem !important}.home-search{text-align:center}.home-search .field{overflow:hidden}.search,.search input,.search button{border-radius:32px}.home-search .field,.home-search .field input,.home-search .field button{border-radius:32px}.home-search{max-width:583px;margin:32px auto}.is-radius{border-radius:8px}.is-raidusless{border-radius:0px}.is-borderless{border:0px}.is-overflow-auto{overflow:auto}.navbar-brand img{filter:invert(100%)}.empty-state-placeholder{margin-left:auto;margin-right:auto;width:500px;opacity:0.2}.http-status-message a.button{margin-top:1.5em}.datatable-buttons{margin-top:1em}.datatable-buttons .button{margin-right:0.25em}.profile-menu{margin-top:1.5em}.has-margin-top-0-5{margin-top:0.5em}.has-margin-top-0-75{margin-top:0.75em}.has-margin-top-1{margin-top:1em}.has-margin-top-1-5{margin-top:1.5em}.has-margin-top-2{margin-top:2em}.has-cursor-pointer{cursor:pointer}.feedback-button{position:fixed;bottom:0px;right:10px;z-index:100}select{text-rendering:auto !important}.dt-container table{width:100% !important}.export-to-csv-link a{color:#0a0a0a}.hover-trigger .hover-content{display:none}.hover-trigger:hover .hover-content{display:inline-flex}.hover-trigger-image .hover-content-image{display:none}.hover-trigger-image:hover .hover-content-image{display:inline-flex}.language-json{display:block;white-space:break-spaces;margin-top:-2rem;margin-bottom:-2rem}ol div{display:inline !important}li div{display:inline !important}@media (min-width: 768px){.md\:container{
    width: 100%;
  }@media (min-width: 640px){.md\:container{
      max-width: 640px;
    }
  }@media (min-width: 768px){.md\:container{
      max-width: 768px;
    }
  }@media (min-width: 1024px){.md\:container{
      max-width: 1024px;
    }
  }@media (min-width: 1280px){.md\:container{
      max-width: 1280px;
    }
  }@media (min-width: 1536px){.md\:container{
      max-width: 1536px;
    }
  }
}.first\:font-bold:first-child{
  font-weight: 700 !important;
}.odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}.focus-within\:border-link:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 115 230 / var(--tw-border-opacity, 1)) !important;
}.hover\:border-gray-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}.hover\:border-red-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}.hover\:border-stone-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1)) !important;
}.hover\:border-zinc-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}.hover\:border-zinc-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-orange-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-surge-purple\/90:hover{
  background-color: rgb(160 102 203 / 0.9) !important;
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-zinc-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-zinc-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1)) !important;
}.hover\:text-lg:hover{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.hover\:font-semibold:hover{
  font-weight: 600 !important;
}.hover\:text-blue-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}.hover\:text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}.hover\:text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}.hover\:text-red-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}.hover\:text-zinc-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1)) !important;
}.hover\:opacity-100:hover{
  opacity: 1 !important;
}.hover\:outline:hover{
  outline-style: solid !important;
}.hover\:outline-1:hover{
  outline-width: 1px !important;
}.hover\:outline-zinc-200:hover{
  outline-color: #e4e4e7 !important;
}.focus\:border-transparent:focus{
  border-color: transparent !important;
}.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.group:hover .group-hover\:visible{
  visibility: visible !important;
}.group:hover .group-hover\:block{
  display: block !important;
}.group:hover .group-hover\:inline{
  display: inline !important;
}.group:hover .group-hover\:cursor-pointer{
  cursor: pointer !important;
}.group:hover .group-hover\:border-zinc-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}@media (min-width: 640px){.sm\:bottom-16{
    bottom: 4rem !important;
  }.sm\:right-4{
    right: 1rem !important;
  }.sm\:block{
    display: block !important;
  }.sm\:h-auto{
    height: auto !important;
  }.sm\:h-fit{
    height: -moz-fit-content !important;
    height: fit-content !important;
  }.sm\:max-h-\[400px\]{
    max-height: 400px !important;
  }.sm\:max-h-\[700px\]{
    max-height: 700px !important;
  }.sm\:w-\[calc\(50\%-0\.5rem\)\]{
    width: calc(50% - 0.5rem) !important;
  }.sm\:w-full{
    width: 100% !important;
  }.sm\:min-w-\[500px\]{
    min-width: 500px !important;
  }.sm\:min-w-\[550px\]{
    min-width: 550px !important;
  }.sm\:max-w-\[500px\]{
    max-width: 500px !important;
  }.sm\:-translate-x-0{
    --tw-translate-x: -0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }.sm\:flex-nowrap{
    flex-wrap: nowrap !important;
  }.sm\:justify-between{
    justify-content: space-between !important;
  }.sm\:rounded-xl{
    border-radius: 1rem !important;
  }.sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}@media (min-width: 768px){.md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }.md\:w-96{
    width: 24rem !important;
  }.md\:w-auto{
    width: auto !important;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.md\:justify-between{
    justify-content: space-between !important;
  }
}@media (min-width: 1024px){.lg\:block{
    display: block !important;
  }.lg\:flex{
    display: flex !important;
  }.lg\:hidden{
    display: none !important;
  }.lg\:min-h-\[316px\]{
    min-height: 316px !important;
  }.lg\:w-1\/2{
    width: 50% !important;
  }.lg\:w-\[248px\]{
    width: 248px !important;
  }.lg\:w-\[600px\]{
    width: 600px !important;
  }.lg\:min-w-\[240px\]{
    min-width: 240px !important;
  }.lg\:min-w-\[376px\]{
    min-width: 376px !important;
  }.lg\:max-w-\[800px\]{
    max-width: 800px !important;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.lg\:flex-row{
    flex-direction: row !important;
  }.lg\:p-0{
    padding: 0px !important;
  }.lg\:pr-\[72px\]{
    padding-right: 72px !important;
  }
}@media (min-width: 1280px){.xl\:max-w-\[315px\]{
    max-width: 315px !important;
  }.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}@media (prefers-color-scheme: dark){.dark\:border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
  }.dark\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)) !important;
  }.dark\:bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
  }.dark\:text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
  }.dark\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
  }.dark\:text-surge-yellow{
    --tw-text-opacity: 1 !important;
    color: rgb(225 253 101 / var(--tw-text-opacity, 1)) !important;
  }.dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
  }
}
