.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:#fff0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#fff0}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#fff0}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#fff0}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:#fff0}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#fff0}.air-datepicker{--adp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92, 196, 239, .1);--adp-background-color-in-range-focused:rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover:rgba(92, 196, 239, .2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0, 0, 0, .3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:#fff0}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.flatpickr-calendar{background:#fff0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid #fff0;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:#fff0;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgb(57 57 57 / .15);box-sizing:border-box}.numInputWrapper span:hover{background:rgb(0 0 0 / .1)}.numInputWrapper span:active{background:rgb(0 0 0 / .2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid #fff0;border-right:4px solid #fff0;border-bottom:4px solid rgb(57 57 57 / .6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid rgb(57 57 57 / .6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:rgb(0 0 0 / .05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgb(0 0 0 / .05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:#fff0;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:#fff0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:#fff0;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgb(0 0 0 / .05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#fff0;outline:none;padding:0}.flatpickr-weekdays{background:#fff0;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:#fff0;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid #fff0;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:#fff0;border-color:#fff0;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:#fff0;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:#fff0;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}*{scrollbar-color:initial;scrollbar-width:initial}*,: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 / .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 / .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:}.prose{color:#000c;max-width:none}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:400}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#000c;font-weight:400}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:4px;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:5px;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:6px;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#fff0;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:start;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#12693a;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:24px;line-height:1.58}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose{font-family:Open Sans;font-weight:300}.prose :where(ul>li,ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans}.prose :where(strong.text-highlight):not(:where([class~=not-prose],[class~=not-prose] *)){background-image:linear-gradient(103deg,rgb(253 183 20 / .19) 0%,#fff0 100%);padding:.1156em 0;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-weight:400}.prose :where(.wp-block-image+blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:-24px}.prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#fdb7141f;border-left:0;font-style:normal;font-size:16px;border-radius:8px}.prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)) p{margin-top:12px;margin-bottom:12px;line-height:1.44!important}.prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)) p strong{font-size:16px!important}.prose :where(blockquote.wp-block-quote-is-layout-flow:before):not(:where([class~=not-prose],[class~=not-prose] *)){content:none}.prose :where(blockquote.wp-block-quote-is-layout-flow:after):not(:where([class~=not-prose],[class~=not-prose] *)){content:none}.prose-sm{font-size:20px;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:5px;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:4px;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-gutenberg-sm{font-size:20px}.prose-gutenberg-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:24px;font-family:Playfair Display;font-weight:400;line-height:1.325;letter-spacing:-.02em;margin-left:-24px;margin-bottom:24px;padding-left:24px;padding-bottom:24px;border-bottom:1px solid #ccc}.prose-gutenberg-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:20px;font-weight:600;margin-top:0}.prose-gutenberg-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:none;counter-reset:list-item;padding-left:0}.prose-gutenberg-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) li{position:relative;counter-increment:list-item;padding-left:48px;margin-bottom:24px}.prose-gutenberg-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) li:before{content:counter(list-item);position:absolute;left:0;color:#000;font-size:16px;font-weight:700;line-height:1;width:32px;height:32px;border-radius:9999px;border:2px solid #d09136;display:flex;align-items:center;justify-content:center}.prose-gutenberg-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) li{padding-inline-start:0}.prose-gutenberg-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:1em}.prose-gutenberg-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) li::marker{color:#fdb714}.prose-gutenberg-sm :where(.wp-block-columns .wp-block-column:first-child ul):not(:where([class~=not-prose],[class~=not-prose] *)) li::marker{color:#00aa6c}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:8px 12px;font-size:16px;line-height:24px;--tw-shadow:0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid #fff0;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:40px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:12px;-webkit-print-color-adjust:unset;print-color-adjust:unset}.form-checkbox,.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:16px;width:16px;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}.form-checkbox{border-radius:0}.form-checkbox:focus,.form-radio:focus{outline:2px solid #fff0;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.form-checkbox:checked,.form-radio:checked{border-color:#fff0;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){.form-checkbox:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{border-color:#fff0;background-color:currentColor}.form-checkbox:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:#fff0;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors:active){.form-checkbox:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{border-color:#fff0;background-color:currentColor}#tpx-new-flashmc-templates :is(.tpx-hidden){display:none}#tpx-new-flashmc-templates :is(.flatpickr-day .tpx-hidden){visibility:hidden}#tpx-new-flashmc-templates :is(.tpx-block){display:block}#tpx-new-flashmc-templates :is(.tpx-section-title){position:relative;font-family:Playfair Display,serif;font-size:32px;font-weight:400;--tw-text-opacity:1;color:rgb(43 43 42 / var(--tw-text-opacity))}@media (min-width:768px){#tpx-new-flashmc-templates :is(.tpx-section-title){font-size:52px}}#tpx-new-flashmc-templates :is(.tpx-section-title){margin:0 auto 28px;padding-left:8px;padding-right:8px}@media (min-width:1024px){#tpx-new-flashmc-templates :is(.tpx-section-title){padding-left:0;padding-right:0}}#tpx-new-flashmc-templates .tpx-section-title{max-width:940px;letter-spacing:-.02em;line-height:1.19}#tpx-new-flashmc-templates .tpx-section-title:after{content:"";width:176px;height:4px}#tpx-new-flashmc-templates :is(.tpx-section-title):after{display:block;margin-left:auto;margin-right:auto;margin-top:12px}@media (min-width:768px){#tpx-new-flashmc-templates :is(.tpx-section-title):after{margin-top:24px}}#tpx-new-flashmc-templates :is(.tpx-section-title):after{--tw-bg-opacity:1;background-color:rgb(208 145 54 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.col-span-1 .package-box){height:100%}#tpx-new-flashmc-templates :is(.swiper-slide .package-box){height:100%}#tpx-new-flashmc-templates :is(.subscribe-box .input-field){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates .tpx-site-footer{background-color:#050504;background-image:linear-gradient(152.64deg,#fff0 -10.94%,rgb(208 145 54 / .00603217) 26.17%,rgb(208 145 54 / .3) 93.82%),linear-gradient(211.89deg,#fff0 53.38%,rgb(18 105 58 / .4) 101.76%)}#tpx-new-flashmc-templates .swiper{cursor:grab}.tour-slider-item .package-box{height:100%}.tpx-marker-label{pointer-events:none;z-index:20}.tpx-marker-label span{max-width:320px;overflow-wrap:break-word}.tpx-marker-label-top,.tpx-marker-label-bottom{left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tpx-marker-label-left,.tpx-marker-label-right{top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width:640px){.tpx-marker-label span{max-width:96px;padding:2px 6px}}#tpx-new-flashmc-templates :is(.pointer-events-none){pointer-events:none}#tpx-new-flashmc-templates :is(.pointer-events-auto){pointer-events:auto}#tpx-new-flashmc-templates :is(.visible){visibility:visible}#tpx-new-flashmc-templates :is(.collapse){visibility:collapse}#tpx-new-flashmc-templates :is(.static){position:static}#tpx-new-flashmc-templates :is(.fixed){position:fixed}#tpx-new-flashmc-templates :is(.absolute){position:absolute}#tpx-new-flashmc-templates :is(.relative){position:relative}#tpx-new-flashmc-templates :is(.sticky){position:sticky}#tpx-new-flashmc-templates :is(.inset-0){top:0;right:0;bottom:0;left:0}#tpx-new-flashmc-templates :is(.inset-x-0){left:0;right:0}#tpx-new-flashmc-templates :is(.-bottom-4){bottom:-16px}#tpx-new-flashmc-templates :is(.bottom-0){bottom:0}#tpx-new-flashmc-templates :is(.bottom-5){bottom:20px}#tpx-new-flashmc-templates :is(.bottom-6){bottom:24px}#tpx-new-flashmc-templates :is(.bottom-full){bottom:100%}#tpx-new-flashmc-templates :is(.left-0){left:0}#tpx-new-flashmc-templates :is(.left-0\.5){left:2px}#tpx-new-flashmc-templates :is(.left-1\/2){left:50%}#tpx-new-flashmc-templates :is(.left-10){left:40px}#tpx-new-flashmc-templates :is(.left-full){left:100%}#tpx-new-flashmc-templates :is(.right-0){right:0}#tpx-new-flashmc-templates :is(.right-0\.5){right:2px}#tpx-new-flashmc-templates :is(.right-1){right:4px}#tpx-new-flashmc-templates :is(.right-3){right:12px}#tpx-new-flashmc-templates :is(.right-4){right:16px}#tpx-new-flashmc-templates :is(.right-full){right:100%}#tpx-new-flashmc-templates :is(.top-0){top:0}#tpx-new-flashmc-templates :is(.top-1){top:4px}#tpx-new-flashmc-templates :is(.top-1\.5){top:6px}#tpx-new-flashmc-templates :is(.top-1\/2){top:50%}#tpx-new-flashmc-templates :is(.top-10){top:40px}#tpx-new-flashmc-templates :is(.top-3){top:12px}#tpx-new-flashmc-templates :is(.top-4){top:16px}#tpx-new-flashmc-templates :is(.top-8){top:32px}#tpx-new-flashmc-templates :is(.top-full){top:100%}#tpx-new-flashmc-templates :is(.isolate){isolation:isolate}#tpx-new-flashmc-templates :is(.-z-10){z-index:-10}#tpx-new-flashmc-templates :is(.-z-20){z-index:-20}#tpx-new-flashmc-templates :is(.z-10){z-index:10}#tpx-new-flashmc-templates :is(.z-10000){z-index:10000}#tpx-new-flashmc-templates :is(.z-20){z-index:20}#tpx-new-flashmc-templates :is(.z-30){z-index:30}#tpx-new-flashmc-templates :is(.z-\[1000\]){z-index:1000}#tpx-new-flashmc-templates :is(.z-\[1001\]){z-index:1001}#tpx-new-flashmc-templates :is(.z-\[100\]){z-index:100}#tpx-new-flashmc-templates :is(.z-\[10\]){z-index:10}#tpx-new-flashmc-templates :is(.z-\[11\]){z-index:11}#tpx-new-flashmc-templates :is(.z-\[19999999\]){z-index:19999999}#tpx-new-flashmc-templates :is(.order-last){order:9999}#tpx-new-flashmc-templates :is(.col-span-1){grid-column:span 1 / span 1}#tpx-new-flashmc-templates :is(.col-span-2){grid-column:span 2 / span 2}#tpx-new-flashmc-templates :is(.row-span-2){grid-row:span 2 / span 2}#tpx-new-flashmc-templates :is(.m-0){margin:0}#tpx-new-flashmc-templates :is(.m-72){margin:288px}#tpx-new-flashmc-templates :is(.\!mx-0){margin-left:0!important;margin-right:0!important}#tpx-new-flashmc-templates :is(.-mx-4){margin-left:-16px;margin-right:-16px}#tpx-new-flashmc-templates :is(.-mx-5){margin-left:-20px;margin-right:-20px}#tpx-new-flashmc-templates :is(.mx-2){margin-left:8px;margin-right:8px}#tpx-new-flashmc-templates :is(.mx-3){margin-left:12px;margin-right:12px}#tpx-new-flashmc-templates :is(.mx-4){margin-left:16px;margin-right:16px}#tpx-new-flashmc-templates :is(.mx-auto){margin-left:auto;margin-right:auto}#tpx-new-flashmc-templates :is(.my-0){margin-top:0;margin-bottom:0}#tpx-new-flashmc-templates :is(.my-14){margin-top:56px;margin-bottom:56px}#tpx-new-flashmc-templates :is(.my-6){margin-top:24px;margin-bottom:24px}#tpx-new-flashmc-templates :is(.my-8){margin-top:32px;margin-bottom:32px}#tpx-new-flashmc-templates :is(.-mb-0){margin-bottom:0}#tpx-new-flashmc-templates :is(.-mb-0\.5){margin-bottom:-2px}#tpx-new-flashmc-templates :is(.-mb-11){margin-bottom:-44px}#tpx-new-flashmc-templates :is(.-mt-1){margin-top:-4px}#tpx-new-flashmc-templates :is(.mb-0){margin-bottom:0}#tpx-new-flashmc-templates :is(.mb-0\.5){margin-bottom:2px}#tpx-new-flashmc-templates :is(.mb-1){margin-bottom:4px}#tpx-new-flashmc-templates :is(.mb-10){margin-bottom:40px}#tpx-new-flashmc-templates :is(.mb-12){margin-bottom:48px}#tpx-new-flashmc-templates :is(.mb-14){margin-bottom:56px}#tpx-new-flashmc-templates :is(.mb-18){margin-bottom:72px}#tpx-new-flashmc-templates :is(.mb-2){margin-bottom:8px}#tpx-new-flashmc-templates :is(.mb-2\.5){margin-bottom:10px}#tpx-new-flashmc-templates :is(.mb-20){margin-bottom:80px}#tpx-new-flashmc-templates :is(.mb-3){margin-bottom:12px}#tpx-new-flashmc-templates :is(.mb-4){margin-bottom:16px}#tpx-new-flashmc-templates :is(.mb-5){margin-bottom:20px}#tpx-new-flashmc-templates :is(.mb-6){margin-bottom:24px}#tpx-new-flashmc-templates :is(.mb-8){margin-bottom:32px}#tpx-new-flashmc-templates :is(.mb-auto){margin-bottom:auto}#tpx-new-flashmc-templates :is(.ml-0){margin-left:0}#tpx-new-flashmc-templates :is(.ml-0\.5){margin-left:2px}#tpx-new-flashmc-templates :is(.ml-1){margin-left:4px}#tpx-new-flashmc-templates :is(.ml-2){margin-left:8px}#tpx-new-flashmc-templates :is(.ml-4){margin-left:16px}#tpx-new-flashmc-templates :is(.ml-auto){margin-left:auto}#tpx-new-flashmc-templates :is(.mr-0){margin-right:0}#tpx-new-flashmc-templates :is(.mr-0\.5){margin-right:2px}#tpx-new-flashmc-templates :is(.mr-1){margin-right:4px}#tpx-new-flashmc-templates :is(.mr-3){margin-right:12px}#tpx-new-flashmc-templates :is(.mr-3\.5){margin-right:14px}#tpx-new-flashmc-templates :is(.mr-4){margin-right:16px}#tpx-new-flashmc-templates :is(.mr-4\.5){margin-right:18px}#tpx-new-flashmc-templates :is(.mt-0){margin-top:0}#tpx-new-flashmc-templates :is(.mt-0\.5){margin-top:2px}#tpx-new-flashmc-templates :is(.mt-10){margin-top:40px}#tpx-new-flashmc-templates :is(.mt-11){margin-top:44px}#tpx-new-flashmc-templates :is(.mt-12){margin-top:48px}#tpx-new-flashmc-templates :is(.mt-14){margin-top:56px}#tpx-new-flashmc-templates :is(.mt-16){margin-top:64px}#tpx-new-flashmc-templates :is(.mt-2){margin-top:8px}#tpx-new-flashmc-templates :is(.mt-20){margin-top:80px}#tpx-new-flashmc-templates :is(.mt-3){margin-top:12px}#tpx-new-flashmc-templates :is(.mt-4){margin-top:16px}#tpx-new-flashmc-templates :is(.mt-4\.5){margin-top:18px}#tpx-new-flashmc-templates :is(.mt-5){margin-top:20px}#tpx-new-flashmc-templates :is(.mt-6){margin-top:24px}#tpx-new-flashmc-templates :is(.mt-7){margin-top:28px}#tpx-new-flashmc-templates :is(.mt-8){margin-top:32px}#tpx-new-flashmc-templates :is(.mt-auto){margin-top:auto}#tpx-new-flashmc-templates :is(.line-clamp-1){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}#tpx-new-flashmc-templates :is(.line-clamp-3){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}#tpx-new-flashmc-templates :is(.line-clamp-4){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}#tpx-new-flashmc-templates :is(.block){display:block}#tpx-new-flashmc-templates :is(.inline-block){display:inline-block}#tpx-new-flashmc-templates :is(.inline){display:inline}#tpx-new-flashmc-templates :is(.flex){display:flex}#tpx-new-flashmc-templates :is(.inline-flex){display:inline-flex}#tpx-new-flashmc-templates :is(.table){display:table}#tpx-new-flashmc-templates :is(.grid){display:grid}#tpx-new-flashmc-templates :is(.contents){display:contents}#tpx-new-flashmc-templates :is(.hidden){display:none}#tpx-new-flashmc-templates :is(.aspect-\[1\/0\.537\]){aspect-ratio:1/.537}#tpx-new-flashmc-templates :is(.aspect-\[1\/0\.62\]){aspect-ratio:1/.62}#tpx-new-flashmc-templates :is(.aspect-\[1\/0\.66\]){aspect-ratio:1/.66}#tpx-new-flashmc-templates :is(.aspect-\[1\/0\.85\]){aspect-ratio:1/.85}#tpx-new-flashmc-templates :is(.aspect-\[1\/0\.895\]){aspect-ratio:1/.895}#tpx-new-flashmc-templates :is(.aspect-\[1\/0\.97\]){aspect-ratio:1/.97}#tpx-new-flashmc-templates :is(.aspect-\[1\/1\.1\]){aspect-ratio:1/1.1}#tpx-new-flashmc-templates :is(.aspect-\[1\/1\.27\]){aspect-ratio:1/1.27}#tpx-new-flashmc-templates :is(.aspect-\[1\/1\.28\]){aspect-ratio:1/1.28}#tpx-new-flashmc-templates :is(.aspect-square){aspect-ratio:1 / 1}#tpx-new-flashmc-templates :is(.size-11){width:44px;height:44px}#tpx-new-flashmc-templates :is(.size-16){width:64px;height:64px}#tpx-new-flashmc-templates :is(.size-18){width:72px;height:72px}#tpx-new-flashmc-templates :is(.size-4){width:16px;height:16px}#tpx-new-flashmc-templates :is(.\!h-\[300px\]){height:300px!important}#tpx-new-flashmc-templates :is(.\!h-auto){height:auto!important}#tpx-new-flashmc-templates :is(.h-0){height:0}#tpx-new-flashmc-templates :is(.h-10){height:40px}#tpx-new-flashmc-templates :is(.h-11){height:44px}#tpx-new-flashmc-templates :is(.h-12){height:48px}#tpx-new-flashmc-templates :is(.h-14){height:56px}#tpx-new-flashmc-templates :is(.h-16){height:64px}#tpx-new-flashmc-templates :is(.h-18){height:72px}#tpx-new-flashmc-templates :is(.h-2){height:8px}#tpx-new-flashmc-templates :is(.h-20){height:80px}#tpx-new-flashmc-templates :is(.h-32){height:128px}#tpx-new-flashmc-templates :is(.h-4){height:16px}#tpx-new-flashmc-templates :is(.h-5){height:20px}#tpx-new-flashmc-templates :is(.h-6){height:24px}#tpx-new-flashmc-templates :is(.h-8){height:32px}#tpx-new-flashmc-templates :is(.h-\[12vw\]){height:12vw}#tpx-new-flashmc-templates :is(.h-\[1420px\]){height:1420px}#tpx-new-flashmc-templates :is(.h-\[18px\]){height:18px}#tpx-new-flashmc-templates :is(.h-\[200px\]){height:200px}#tpx-new-flashmc-templates :is(.h-\[220px\]){height:220px}#tpx-new-flashmc-templates :is(.h-\[230px\]){height:230px}#tpx-new-flashmc-templates :is(.h-\[260px\]){height:260px}#tpx-new-flashmc-templates :is(.h-\[266px\]){height:266px}#tpx-new-flashmc-templates :is(.h-\[2px\]){height:2px}#tpx-new-flashmc-templates :is(.h-\[320px\]){height:320px}#tpx-new-flashmc-templates :is(.h-\[333px\]){height:333px}#tpx-new-flashmc-templates :is(.h-\[335px\]){height:335px}#tpx-new-flashmc-templates :is(.h-\[36px\]){height:36px}#tpx-new-flashmc-templates :is(.h-\[388px\]){height:388px}#tpx-new-flashmc-templates :is(.h-\[460px\]){height:460px}#tpx-new-flashmc-templates :is(.h-\[500px\]){height:500px}#tpx-new-flashmc-templates :is(.h-\[60px\]){height:60px}#tpx-new-flashmc-templates :is(.h-\[700px\]){height:700px}#tpx-new-flashmc-templates :is(.h-\[74px\]){height:74px}#tpx-new-flashmc-templates :is(.h-\[80px\]){height:80px}#tpx-new-flashmc-templates :is(.h-auto){height:auto}#tpx-new-flashmc-templates :is(.h-dvh){height:100dvh}#tpx-new-flashmc-templates :is(.h-full){height:100%}#tpx-new-flashmc-templates :is(.h-px){height:1px}#tpx-new-flashmc-templates :is(.max-h-\[420px\]){max-height:420px}#tpx-new-flashmc-templates :is(.max-h-\[800px\]){max-height:800px}#tpx-new-flashmc-templates :is(.max-h-\[90vh\]){max-height:90vh}#tpx-new-flashmc-templates :is(.min-h-\[40vh\]){min-height:40vh}#tpx-new-flashmc-templates :is(.min-h-\[60vh\]){min-height:60vh}#tpx-new-flashmc-templates :is(.w-1\/2){width:50%}#tpx-new-flashmc-templates :is(.w-10){width:40px}#tpx-new-flashmc-templates :is(.w-11){width:44px}#tpx-new-flashmc-templates :is(.w-12){width:48px}#tpx-new-flashmc-templates :is(.w-14){width:56px}#tpx-new-flashmc-templates :is(.w-16){width:64px}#tpx-new-flashmc-templates :is(.w-2){width:8px}#tpx-new-flashmc-templates :is(.w-24){width:96px}#tpx-new-flashmc-templates :is(.w-32){width:128px}#tpx-new-flashmc-templates :is(.w-4){width:16px}#tpx-new-flashmc-templates :is(.w-5){width:20px}#tpx-new-flashmc-templates :is(.w-6){width:24px}#tpx-new-flashmc-templates :is(.w-60){width:240px}#tpx-new-flashmc-templates :is(.w-8){width:32px}#tpx-new-flashmc-templates :is(.w-\[100px\]){width:100px}#tpx-new-flashmc-templates :is(.w-\[120px\]){width:120px}#tpx-new-flashmc-templates :is(.w-\[138px\]){width:138px}#tpx-new-flashmc-templates :is(.w-\[18px\]){width:18px}#tpx-new-flashmc-templates :is(.w-\[206px\]){width:206px}#tpx-new-flashmc-templates :is(.w-\[32px\]){width:32px}#tpx-new-flashmc-templates :is(.w-\[430px\]){width:430px}#tpx-new-flashmc-templates :is(.w-\[80px\]){width:80px}#tpx-new-flashmc-templates :is(.w-\[calc\(100\%-2rem\)\]){width:calc(100% - 32px)}#tpx-new-flashmc-templates :is(.w-auto){width:auto}#tpx-new-flashmc-templates :is(.w-dvw){width:100dvw}#tpx-new-flashmc-templates :is(.w-full){width:100%}#tpx-new-flashmc-templates :is(.min-w-\[160px\]){min-width:160px}#tpx-new-flashmc-templates :is(.max-w-\[1090px\]){max-width:1090px}#tpx-new-flashmc-templates :is(.max-w-\[1140px\]){max-width:1140px}#tpx-new-flashmc-templates :is(.max-w-\[1160px\]){max-width:1160px}#tpx-new-flashmc-templates :is(.max-w-\[1200px\]){max-width:1200px}#tpx-new-flashmc-templates :is(.max-w-\[1240px\]){max-width:1240px}#tpx-new-flashmc-templates :is(.max-w-\[240px\]){max-width:240px}#tpx-new-flashmc-templates :is(.max-w-\[260px\]){max-width:260px}#tpx-new-flashmc-templates :is(.max-w-\[326px\]){max-width:326px}#tpx-new-flashmc-templates :is(.max-w-\[340px\]){max-width:340px}#tpx-new-flashmc-templates :is(.max-w-\[360px\]){max-width:360px}#tpx-new-flashmc-templates :is(.max-w-\[428px\]){max-width:428px}#tpx-new-flashmc-templates :is(.max-w-\[440px\]){max-width:440px}#tpx-new-flashmc-templates :is(.max-w-\[450px\]){max-width:450px}#tpx-new-flashmc-templates :is(.max-w-\[500px\]){max-width:500px}#tpx-new-flashmc-templates :is(.max-w-\[560px\]){max-width:560px}#tpx-new-flashmc-templates :is(.max-w-\[580px\]){max-width:580px}#tpx-new-flashmc-templates :is(.max-w-\[589px\]){max-width:589px}#tpx-new-flashmc-templates :is(.max-w-\[612px\]){max-width:612px}#tpx-new-flashmc-templates :is(.max-w-\[680px\]){max-width:680px}#tpx-new-flashmc-templates :is(.max-w-\[700px\]){max-width:700px}#tpx-new-flashmc-templates :is(.max-w-\[720px\]){max-width:720px}#tpx-new-flashmc-templates :is(.max-w-\[740px\]){max-width:740px}#tpx-new-flashmc-templates :is(.max-w-\[744px\]){max-width:744px}#tpx-new-flashmc-templates :is(.max-w-\[758px\]){max-width:758px}#tpx-new-flashmc-templates :is(.max-w-\[770px\]){max-width:770px}#tpx-new-flashmc-templates :is(.max-w-\[774px\]){max-width:774px}#tpx-new-flashmc-templates :is(.max-w-\[840\]){max-width:840}#tpx-new-flashmc-templates :is(.max-w-\[845px\]){max-width:845px}#tpx-new-flashmc-templates :is(.max-w-\[860px\]){max-width:860px}#tpx-new-flashmc-templates :is(.max-w-\[885px\]){max-width:885px}#tpx-new-flashmc-templates :is(.max-w-\[940px\]){max-width:940px}#tpx-new-flashmc-templates :is(.max-w-none){max-width:none}#tpx-new-flashmc-templates :is(.max-w-sm){max-width:384px}#tpx-new-flashmc-templates :is(.flex-1){flex:1 1 0%}#tpx-new-flashmc-templates :is(.flex-shrink-0){flex-shrink:0}#tpx-new-flashmc-templates :is(.shrink-0){flex-shrink:0}#tpx-new-flashmc-templates :is(.border-separate){border-collapse:separate}#tpx-new-flashmc-templates :is(.-translate-x-1\/2){--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.-translate-x-full){--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.-translate-y-1\/2){--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.translate-y-40){--tw-translate-y:160px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.rotate-180){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.scale-0){--tw-scale-x:0;--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.-scale-x-100){--tw-scale-x:-1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.cursor-not-allowed){cursor:not-allowed}#tpx-new-flashmc-templates :is(.cursor-pointer){cursor:pointer}#tpx-new-flashmc-templates :is(.select-none){-webkit-user-select:none;-moz-user-select:none;user-select:none}#tpx-new-flashmc-templates :is(.list-none){list-style-type:none}#tpx-new-flashmc-templates :is(.grid-cols-1){grid-template-columns:repeat(1,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.grid-cols-2){grid-template-columns:repeat(2,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.grid-cols-4){grid-template-columns:repeat(4,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.grid-cols-5){grid-template-columns:repeat(5,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.grid-rows-4){grid-template-rows:repeat(4,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.grid-rows-6){grid-template-rows:repeat(6,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.flex-row){flex-direction:row}#tpx-new-flashmc-templates :is(.flex-col){flex-direction:column}#tpx-new-flashmc-templates :is(.flex-wrap){flex-wrap:wrap}#tpx-new-flashmc-templates :is(.items-start){align-items:flex-start}#tpx-new-flashmc-templates :is(.items-center){align-items:center}#tpx-new-flashmc-templates :is(.items-stretch){align-items:stretch}#tpx-new-flashmc-templates :is(.justify-end){justify-content:flex-end}#tpx-new-flashmc-templates :is(.justify-center){justify-content:center}#tpx-new-flashmc-templates :is(.justify-between){justify-content:space-between}#tpx-new-flashmc-templates :is(.gap-1){gap:4px}#tpx-new-flashmc-templates :is(.gap-10){gap:40px}#tpx-new-flashmc-templates :is(.gap-12){gap:48px}#tpx-new-flashmc-templates :is(.gap-14){gap:56px}#tpx-new-flashmc-templates :is(.gap-2){gap:8px}#tpx-new-flashmc-templates :is(.gap-3){gap:12px}#tpx-new-flashmc-templates :is(.gap-4){gap:16px}#tpx-new-flashmc-templates :is(.gap-5){gap:20px}#tpx-new-flashmc-templates :is(.gap-6){gap:24px}#tpx-new-flashmc-templates :is(.gap-8){gap:32px}#tpx-new-flashmc-templates :is(.gap-x-14){-moz-column-gap:56px;column-gap:56px}#tpx-new-flashmc-templates :is(.gap-x-2){-moz-column-gap:8px;column-gap:8px}#tpx-new-flashmc-templates :is(.gap-x-2\.5){-moz-column-gap:10px;column-gap:10px}#tpx-new-flashmc-templates :is(.gap-x-3){-moz-column-gap:12px;column-gap:12px}#tpx-new-flashmc-templates :is(.gap-x-4){-moz-column-gap:16px;column-gap:16px}#tpx-new-flashmc-templates :is(.gap-x-5){-moz-column-gap:20px;column-gap:20px}#tpx-new-flashmc-templates :is(.gap-x-6){-moz-column-gap:24px;column-gap:24px}#tpx-new-flashmc-templates :is(.gap-x-8){-moz-column-gap:32px;column-gap:32px}#tpx-new-flashmc-templates :is(.gap-x-px){-moz-column-gap:1px;column-gap:1px}#tpx-new-flashmc-templates :is(.gap-y-1){row-gap:4px}#tpx-new-flashmc-templates :is(.gap-y-10){row-gap:40px}#tpx-new-flashmc-templates :is(.gap-y-12){row-gap:48px}#tpx-new-flashmc-templates :is(.gap-y-2){row-gap:8px}#tpx-new-flashmc-templates :is(.gap-y-6){row-gap:24px}#tpx-new-flashmc-templates :is(.gap-y-8){row-gap:32px}#tpx-new-flashmc-templates :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.space-y-6>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.space-y-7>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(28px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(28px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.space-y-8>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.self-start){align-self:flex-start}#tpx-new-flashmc-templates :is(.overflow-auto){overflow:auto}#tpx-new-flashmc-templates :is(.overflow-hidden){overflow:hidden}#tpx-new-flashmc-templates :is(.\!overflow-visible){overflow:visible!important}#tpx-new-flashmc-templates :is(.overflow-x-auto){overflow-x:auto}#tpx-new-flashmc-templates :is(.overflow-y-auto){overflow-y:auto}#tpx-new-flashmc-templates :is(.truncate){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tpx-new-flashmc-templates :is(.text-ellipsis){text-overflow:ellipsis}#tpx-new-flashmc-templates :is(.whitespace-nowrap){white-space:nowrap}#tpx-new-flashmc-templates :is(.text-nowrap){text-wrap:nowrap}#tpx-new-flashmc-templates :is(.text-balance){text-wrap:balance}#tpx-new-flashmc-templates :is(.break-all){word-break:break-all}#tpx-new-flashmc-templates :is(.rounded){border-radius:4px}#tpx-new-flashmc-templates :is(.rounded-full){border-radius:9999px}#tpx-new-flashmc-templates :is(.rounded-lg){border-radius:8px}#tpx-new-flashmc-templates :is(.rounded-md){border-radius:6px}#tpx-new-flashmc-templates :is(.rounded-xl){border-radius:12px}#tpx-new-flashmc-templates :is(.rounded-l-lg){border-top-left-radius:8px;border-bottom-left-radius:8px}#tpx-new-flashmc-templates :is(.rounded-r-lg){border-top-right-radius:8px;border-bottom-right-radius:8px}#tpx-new-flashmc-templates :is(.border){border-width:1px}#tpx-new-flashmc-templates :is(.border-0){border-width:0}#tpx-new-flashmc-templates :is(.border-2){border-width:2px}#tpx-new-flashmc-templates :is(.border-b){border-bottom-width:1px}#tpx-new-flashmc-templates :is(.border-b-2){border-bottom-width:2px}#tpx-new-flashmc-templates :is(.border-b-4){border-bottom-width:4px}#tpx-new-flashmc-templates :is(.border-r){border-right-width:1px}#tpx-new-flashmc-templates :is(.border-t){border-top-width:1px}#tpx-new-flashmc-templates :is(.\!border-accent){--tw-border-opacity:1 !important;border-color:rgb(208 145 54 / var(--tw-border-opacity))!important}#tpx-new-flashmc-templates :is(.border-\[\#2B2B2A33\]){border-color:#2b2b2a33}#tpx-new-flashmc-templates :is(.border-\[\#B5B5B580\]){border-color:#b5b5b580}#tpx-new-flashmc-templates :is(.border-\[\#B5B5B5\]){--tw-border-opacity:1;border-color:rgb(181 181 181 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-\[\#CCCCCC\]){--tw-border-opacity:1;border-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-\[\#FDB714\]){--tw-border-opacity:1;border-color:rgb(253 183 20 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-\[\#FECD5B\]){--tw-border-opacity:1;border-color:rgb(254 205 91 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-accent){--tw-border-opacity:1;border-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-accent\/60){border-color:#d0913699}#tpx-new-flashmc-templates :is(.border-black\/10){border-color:#0000001a}#tpx-new-flashmc-templates :is(.border-gray-100){--tw-border-opacity:1;border-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-gray-50){--tw-border-opacity:1;border-color:rgb(248 245 239 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-gray-500){--tw-border-opacity:1;border-color:rgb(153 153 153 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-gray-900){--tw-border-opacity:1;border-color:rgb(51 51 51 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-primary){--tw-border-opacity:1;border-color:rgb(18 105 58 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-primary2){--tw-border-opacity:1;border-color:rgb(0 170 108 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-transparent){border-color:#fff0}#tpx-new-flashmc-templates :is(.border-white){--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-b-\[\#999\]){--tw-border-opacity:1;border-bottom-color:rgb(153 153 153 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-b-accent){--tw-border-opacity:1;border-bottom-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-b-black\/15){border-bottom-color:#00000026}#tpx-new-flashmc-templates :is(.border-b-gray-100){--tw-border-opacity:1;border-bottom-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-b-gray-500){--tw-border-opacity:1;border-bottom-color:rgb(153 153 153 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-b-transparent){border-bottom-color:#fff0}#tpx-new-flashmc-templates :is(.border-t-\[\#999\]){--tw-border-opacity:1;border-top-color:rgb(153 153 153 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-t-\[\#CCCCCC\]){--tw-border-opacity:1;border-top-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-t-gray-100){--tw-border-opacity:1;border-top-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-t-gray-500){--tw-border-opacity:1;border-top-color:rgb(153 153 153 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.border-t-gray-900){--tw-border-opacity:1;border-top-color:rgb(51 51 51 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.\!bg-transparent){background-color:transparent!important}#tpx-new-flashmc-templates :is(.bg-\[\#00000014\]){background-color:#00000014}#tpx-new-flashmc-templates :is(.bg-\[\#12693A\]\/40){background-color:#12693a66}#tpx-new-flashmc-templates :is(.bg-\[\#3A3A3AA3\]\/65){background-color:#3a3a3aa6}#tpx-new-flashmc-templates :is(.bg-\[\#DDDDDD\]){--tw-bg-opacity:1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#E4E8E4\]){--tw-bg-opacity:1;background-color:rgb(228 232 228 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#F5F6F5\]){--tw-bg-opacity:1;background-color:rgb(245 246 245 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#F8F8F8\]){--tw-bg-opacity:1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#FAFAFA\]){--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#FDB71429\]){background-color:#fdb71429}#tpx-new-flashmc-templates :is(.bg-\[\#FDB714\]){--tw-bg-opacity:1;background-color:rgb(253 183 20 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#FECD5B\]){--tw-bg-opacity:1;background-color:rgb(254 205 91 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-\[\#FFFFFFF5\]){background-color:#fffffff5}#tpx-new-flashmc-templates :is(.bg-\[\#ddd\]){--tw-bg-opacity:1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-accent){--tw-bg-opacity:1;background-color:rgb(208 145 54 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-accent-light){--tw-bg-opacity:1;background-color:rgb(254 243 198 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-accent\/50){background-color:#d0913680}#tpx-new-flashmc-templates :is(.bg-accent\/8){background-color:#d0913614}#tpx-new-flashmc-templates :is(.bg-black\/10){background-color:#0000001a}#tpx-new-flashmc-templates :is(.bg-black\/30){background-color:#0000004d}#tpx-new-flashmc-templates :is(.bg-black\/5){background-color:#0000000d}#tpx-new-flashmc-templates :is(.bg-black\/50){background-color:#00000080}#tpx-new-flashmc-templates :is(.bg-gray-25){--tw-bg-opacity:1;background-color:rgb(247 247 247 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-gray-50){--tw-bg-opacity:1;background-color:rgb(248 245 239 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-gray-800\/64){background-color:#3a3a3aa3}#tpx-new-flashmc-templates :is(.bg-primary){--tw-bg-opacity:1;background-color:rgb(18 105 58 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-primary\/60){background-color:#12693a99}#tpx-new-flashmc-templates :is(.bg-primary\/90){background-color:#12693ae6}#tpx-new-flashmc-templates :is(.bg-primary2){--tw-bg-opacity:1;background-color:rgb(0 170 108 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-transparent){background-color:#fff0}#tpx-new-flashmc-templates :is(.bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.bg-white\/10){background-color:#ffffff1a}#tpx-new-flashmc-templates :is(.bg-white\/24){background-color:#ffffff3d}#tpx-new-flashmc-templates :is(.bg-white\/65){background-color:#ffffffa6}#tpx-new-flashmc-templates :is(.bg-gradient-card-caption){background-image:linear-gradient(180deg,#fff0 0%,#12693A 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-destination-plan-blocks){background-image:linear-gradient(90deg,#ECF3EF 0%,#ECF3EF 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-overlay){background-image:linear-gradient(180deg,#fff0 0%,rgb(255 255 255) 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-overlay-2){background-image:linear-gradient(180deg,#fff0 0%,#F3F5F4 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-overlay-accent-2){background-image:linear-gradient(180deg,#fff0 0%,rgb(248 249 248) 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-section-accent){background-image:linear-gradient(99.09deg,rgb(13 41 22 / .08) 0%,rgb(32 76 56 / .008) 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-to-l){background-image:linear-gradient(to left,var(--tw-gradient-stops))}#tpx-new-flashmc-templates :is(.bg-gradient-to-r){background-image:linear-gradient(to right,var(--tw-gradient-stops))}#tpx-new-flashmc-templates :is(.bg-gradient-trip-card-closed){background-image:linear-gradient(270deg,#fff0 0%,rgb(16 96 53 / .509178) 38.14%,#12693A 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-trip-card-mobile){background-image:linear-gradient(180deg,rgb(7 41 23 / .5) 12.81%,#072917 100%)}#tpx-new-flashmc-templates :is(.bg-gradient-video-overlay){background-image:linear-gradient(0deg,rgb(43 43 42 / .3),rgb(43 43 42 / .3))}#tpx-new-flashmc-templates :is(.bg-gradient-video-preview){background-image:linear-gradient(180deg,#fff0 0%,rgb(58 58 58 / .497917) 31.04%,#3A3A3A 100%)}#tpx-new-flashmc-templates :is(.from-white){--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}#tpx-new-flashmc-templates :is(.to-transparent){--tw-gradient-to:transparent var(--tw-gradient-to-position)}#tpx-new-flashmc-templates :is(.bg-\[length\:18px_2px\]){background-size:18px 2px}#tpx-new-flashmc-templates :is(.bg-left){background-position:left}#tpx-new-flashmc-templates :is(.bg-repeat-x){background-repeat:repeat-x}#tpx-new-flashmc-templates :is(.stroke-gray){stroke:#2b2b2a}#tpx-new-flashmc-templates :is(.object-contain){-o-object-fit:contain;object-fit:contain}#tpx-new-flashmc-templates :is(.object-cover){-o-object-fit:cover;object-fit:cover}#tpx-new-flashmc-templates :is(.object-\[76\%\]){-o-object-position:76%;object-position:76%}#tpx-new-flashmc-templates :is(.object-center){-o-object-position:center;object-position:center}#tpx-new-flashmc-templates :is(.\!p-0){padding:0!important}#tpx-new-flashmc-templates :is(.p-0){padding:0}#tpx-new-flashmc-templates :is(.p-12){padding:48px}#tpx-new-flashmc-templates :is(.p-3){padding:12px}#tpx-new-flashmc-templates :is(.p-4){padding:16px}#tpx-new-flashmc-templates :is(.p-5){padding:20px}#tpx-new-flashmc-templates :is(.p-6){padding:24px}#tpx-new-flashmc-templates :is(.p-8){padding:32px}#tpx-new-flashmc-templates :is(.px-0){padding-left:0;padding-right:0}#tpx-new-flashmc-templates :is(.px-1){padding-left:4px;padding-right:4px}#tpx-new-flashmc-templates :is(.px-10){padding-left:40px;padding-right:40px}#tpx-new-flashmc-templates :is(.px-2){padding-left:8px;padding-right:8px}#tpx-new-flashmc-templates :is(.px-2\.5){padding-left:10px;padding-right:10px}#tpx-new-flashmc-templates :is(.px-3){padding-left:12px;padding-right:12px}#tpx-new-flashmc-templates :is(.px-4){padding-left:16px;padding-right:16px}#tpx-new-flashmc-templates :is(.px-5){padding-left:20px;padding-right:20px}#tpx-new-flashmc-templates :is(.px-6){padding-left:24px;padding-right:24px}#tpx-new-flashmc-templates :is(.px-8){padding-left:32px;padding-right:32px}#tpx-new-flashmc-templates :is(.py-0){padding-top:0;padding-bottom:0}#tpx-new-flashmc-templates :is(.py-0\.5){padding-top:2px;padding-bottom:2px}#tpx-new-flashmc-templates :is(.py-1){padding-top:4px;padding-bottom:4px}#tpx-new-flashmc-templates :is(.py-1\.5){padding-top:6px;padding-bottom:6px}#tpx-new-flashmc-templates :is(.py-12){padding-top:48px;padding-bottom:48px}#tpx-new-flashmc-templates :is(.py-16){padding-top:64px;padding-bottom:64px}#tpx-new-flashmc-templates :is(.py-2){padding-top:8px;padding-bottom:8px}#tpx-new-flashmc-templates :is(.py-2\.5){padding-top:10px;padding-bottom:10px}#tpx-new-flashmc-templates :is(.py-20){padding-top:80px;padding-bottom:80px}#tpx-new-flashmc-templates :is(.py-24){padding-top:96px;padding-bottom:96px}#tpx-new-flashmc-templates :is(.py-3){padding-top:12px;padding-bottom:12px}#tpx-new-flashmc-templates :is(.py-4){padding-top:16px;padding-bottom:16px}#tpx-new-flashmc-templates :is(.py-5){padding-top:20px;padding-bottom:20px}#tpx-new-flashmc-templates :is(.py-6){padding-top:24px;padding-bottom:24px}#tpx-new-flashmc-templates :is(.py-7){padding-top:28px;padding-bottom:28px}#tpx-new-flashmc-templates :is(.py-8){padding-top:32px;padding-bottom:32px}#tpx-new-flashmc-templates :is(.\!pb-0){padding-bottom:0!important}#tpx-new-flashmc-templates :is(.pb-0){padding-bottom:0}#tpx-new-flashmc-templates :is(.pb-10){padding-bottom:40px}#tpx-new-flashmc-templates :is(.pb-14){padding-bottom:56px}#tpx-new-flashmc-templates :is(.pb-20){padding-bottom:80px}#tpx-new-flashmc-templates :is(.pb-4){padding-bottom:16px}#tpx-new-flashmc-templates :is(.pb-7){padding-bottom:28px}#tpx-new-flashmc-templates :is(.pb-8){padding-bottom:32px}#tpx-new-flashmc-templates :is(.pl-10){padding-left:40px}#tpx-new-flashmc-templates :is(.pr-10){padding-right:40px}#tpx-new-flashmc-templates :is(.pr-4){padding-right:16px}#tpx-new-flashmc-templates :is(.pr-6){padding-right:24px}#tpx-new-flashmc-templates :is(.pt-10){padding-top:40px}#tpx-new-flashmc-templates :is(.pt-11){padding-top:44px}#tpx-new-flashmc-templates :is(.pt-12){padding-top:48px}#tpx-new-flashmc-templates :is(.pt-14){padding-top:56px}#tpx-new-flashmc-templates :is(.pt-16){padding-top:64px}#tpx-new-flashmc-templates :is(.pt-2){padding-top:8px}#tpx-new-flashmc-templates :is(.pt-20){padding-top:80px}#tpx-new-flashmc-templates :is(.pt-24){padding-top:96px}#tpx-new-flashmc-templates :is(.pt-30){padding-top:120px}#tpx-new-flashmc-templates :is(.pt-4){padding-top:16px}#tpx-new-flashmc-templates :is(.pt-5){padding-top:20px}#tpx-new-flashmc-templates :is(.pt-6){padding-top:24px}#tpx-new-flashmc-templates :is(.pt-8){padding-top:32px}#tpx-new-flashmc-templates :is(.text-left){text-align:left}#tpx-new-flashmc-templates :is(.text-center){text-align:center}#tpx-new-flashmc-templates :is(.text-right){text-align:right}#tpx-new-flashmc-templates :is(.font-body){font-family:Open Sans,sans-serif}#tpx-new-flashmc-templates :is(.font-heading){font-family:Playfair Display,serif}#tpx-new-flashmc-templates :is(.text-10){font-size:10px}#tpx-new-flashmc-templates :is(.text-14){font-size:14px}#tpx-new-flashmc-templates :is(.text-16){font-size:16px}#tpx-new-flashmc-templates :is(.text-18){font-size:18px}#tpx-new-flashmc-templates :is(.text-20){font-size:20px}#tpx-new-flashmc-templates :is(.text-22){font-size:22px}#tpx-new-flashmc-templates :is(.text-24){font-size:24px}#tpx-new-flashmc-templates :is(.text-28){font-size:28px}#tpx-new-flashmc-templates :is(.text-32){font-size:32px}#tpx-new-flashmc-templates :is(.text-52){font-size:52px}#tpx-new-flashmc-templates :is(.text-80){font-size:80px}#tpx-new-flashmc-templates :is(.text-base){font-size:16px;line-height:24px}#tpx-new-flashmc-templates :is(.text-sm){font-size:14px;line-height:20px}#tpx-new-flashmc-templates :is(.font-bold){font-weight:700}#tpx-new-flashmc-templates :is(.font-extrabold){font-weight:800}#tpx-new-flashmc-templates :is(.font-light){font-weight:300}#tpx-new-flashmc-templates :is(.font-medium){font-weight:500}#tpx-new-flashmc-templates :is(.font-normal){font-weight:400}#tpx-new-flashmc-templates :is(.font-semibold){font-weight:600}#tpx-new-flashmc-templates :is(.uppercase){text-transform:uppercase}#tpx-new-flashmc-templates :is(.lowercase){text-transform:lowercase}#tpx-new-flashmc-templates :is(.capitalize){text-transform:capitalize}#tpx-new-flashmc-templates :is(.leading-\[1\.16\]){line-height:1.16}#tpx-new-flashmc-templates :is(.leading-\[1\.19\]){line-height:1.19}#tpx-new-flashmc-templates :is(.leading-\[1\.27\]){line-height:1.27}#tpx-new-flashmc-templates :is(.leading-\[1\.2\]){line-height:1.2}#tpx-new-flashmc-templates :is(.leading-\[1\.33\]){line-height:1.33}#tpx-new-flashmc-templates :is(.leading-\[1\.34\]){line-height:1.34}#tpx-new-flashmc-templates :is(.leading-\[1\.35\]){line-height:1.35}#tpx-new-flashmc-templates :is(.leading-\[1\.3\]){line-height:1.3}#tpx-new-flashmc-templates :is(.leading-\[1\.4\]){line-height:1.4}#tpx-new-flashmc-templates :is(.leading-\[1\.55\]){line-height:1.55}#tpx-new-flashmc-templates :is(.leading-\[1\.58\]){line-height:1.58}#tpx-new-flashmc-templates :is(.leading-none){line-height:1}#tpx-new-flashmc-templates :is(.leading-normal){line-height:1.5}#tpx-new-flashmc-templates :is(.leading-relaxed){line-height:1.625}#tpx-new-flashmc-templates :is(.leading-snug){line-height:1.375}#tpx-new-flashmc-templates :is(.leading-tight){line-height:1.25}#tpx-new-flashmc-templates :is(.leading-typo){line-height:1.58}#tpx-new-flashmc-templates :is(.tracking-\[-0\.02em\]){letter-spacing:-.02em}#tpx-new-flashmc-templates :is(.tracking-tight){letter-spacing:-.025em}#tpx-new-flashmc-templates :is(.tracking-wide){letter-spacing:.025em}#tpx-new-flashmc-templates :is(.\!text-accent){--tw-text-opacity:1 !important;color:rgb(208 145 54 / var(--tw-text-opacity))!important}#tpx-new-flashmc-templates :is(.text-\[\#333333\]){--tw-text-opacity:1;color:rgb(51 51 51 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-\[\#595959\]){--tw-text-opacity:1;color:rgb(89 89 89 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-\[\#666\]){--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-\[\#999\]){--tw-text-opacity:1;color:rgb(153 153 153 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-\[\#B5B5B5\]){--tw-text-opacity:1;color:rgb(181 181 181 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-\[\#FDB714\]){--tw-text-opacity:1;color:rgb(253 183 20 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-accent){--tw-text-opacity:1;color:rgb(208 145 54 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-accent\/25){color:#d0913640}#tpx-new-flashmc-templates :is(.text-black){--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-black\/45){color:#00000073}#tpx-new-flashmc-templates :is(.text-body){--tw-text-opacity:1;color:rgb(43 43 42 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-gray){--tw-text-opacity:1;color:rgb(43 43 42 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-gray-150){--tw-text-opacity:1;color:rgb(171 171 171 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-gray-500){--tw-text-opacity:1;color:rgb(153 153 153 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-gray-800){--tw-text-opacity:1;color:rgb(58 58 58 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-gray-900){--tw-text-opacity:1;color:rgb(51 51 51 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-inherit){color:inherit}#tpx-new-flashmc-templates :is(.text-primary){--tw-text-opacity:1;color:rgb(18 105 58 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-primary2){--tw-text-opacity:1;color:rgb(0 170 108 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-white){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.text-white\/35){color:#ffffff59}#tpx-new-flashmc-templates :is(.text-white\/45){color:#ffffff73}#tpx-new-flashmc-templates :is(.text-white\/55){color:#ffffff8c}#tpx-new-flashmc-templates :is(.text-white\/75){color:#ffffffbf}#tpx-new-flashmc-templates :is(.text-white\/90){color:#ffffffe6}#tpx-new-flashmc-templates :is(.text-yellow){--tw-text-opacity:1;color:rgb(253 183 20 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.underline){text-decoration-line:underline}#tpx-new-flashmc-templates :is(.underline-offset-2){text-underline-offset:2px}#tpx-new-flashmc-templates :is(.underline-offset-4){text-underline-offset:4px}#tpx-new-flashmc-templates :is(.opacity-0){opacity:0}#tpx-new-flashmc-templates :is(.opacity-100){opacity:1}#tpx-new-flashmc-templates :is(.opacity-20){opacity:.2}#tpx-new-flashmc-templates :is(.opacity-64){opacity:.64}#tpx-new-flashmc-templates :is(.opacity-65){opacity:.65}#tpx-new-flashmc-templates :is(.opacity-70){opacity:.7}#tpx-new-flashmc-templates :is(.shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.12\)\]){--tw-shadow:0 10px 30px rgba(0,0,0,.12);--tw-shadow-colored:0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#tpx-new-flashmc-templates :is(.shadow-\[0_20px_50px_rgba\(0\,0\,0\,0\.15\)\]){--tw-shadow:0 20px 50px rgba(0,0,0,.15);--tw-shadow-colored:0 20px 50px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#tpx-new-flashmc-templates :is(.shadow-accommodation-card){--tw-shadow:8px 24px 64px rgba(0, 0, 0, .16);--tw-shadow-colored:8px 24px 64px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#tpx-new-flashmc-templates :is(.shadow-park-card){--tw-shadow:0px 0px 1px 0px #0000001A, 0px 1px 12px 0px #0000000D;--tw-shadow-colored:0px 0px 1px 0px var(--tw-shadow-color), 0px 1px 12px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#tpx-new-flashmc-templates :is(.shadow-tips-card){--tw-shadow:0px 4px 12px 0px rgba(0, 0, 0, .08);--tw-shadow-colored:0px 4px 12px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#tpx-new-flashmc-templates :is(.outline){outline-style:solid}#tpx-new-flashmc-templates :is(.ring-4){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#tpx-new-flashmc-templates :is(.ring-white){--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}#tpx-new-flashmc-templates :is(.drop-shadow){--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#tpx-new-flashmc-templates :is(.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)}#tpx-new-flashmc-templates :is(.backdrop-blur-sm){--tw-backdrop-blur:blur(4px);-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);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)}#tpx-new-flashmc-templates :is(.transition){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#tpx-new-flashmc-templates :is(.transition-all){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#tpx-new-flashmc-templates :is(.transition-colors){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#tpx-new-flashmc-templates :is(.transition-opacity){transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#tpx-new-flashmc-templates :is(.transition-transform){transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#tpx-new-flashmc-templates :is(.duration-200){transition-duration:.2s}#tpx-new-flashmc-templates :is(.duration-300){transition-duration:.3s}#tpx-new-flashmc-templates :is(.ease-in){transition-timing-function:cubic-bezier(.4,0,1,1)}#tpx-new-flashmc-templates :is(.ease-in-out){transition-timing-function:cubic-bezier(.4,0,.2,1)}#tpx-new-flashmc-templates :is(.ease-out){transition-timing-function:cubic-bezier(0,0,.2,1)}#tpx-new-flashmc-templates :is(.scrollbar-none){scrollbar-width:none}#tpx-new-flashmc-templates :is(.scrollbar-none)::-webkit-scrollbar{display:none}#tpx-new-flashmc-templates{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;--tw-text-opacity:1;color:rgb(43 43 42 / var(--tw-text-opacity))}:where(#tpx-new-flashmc-templates){--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--border-color:rgb(209 213 219);--placeholder-color:rgb(156 163 175)}:where(#tpx-new-flashmc-templates) *,:where(#tpx-new-flashmc-templates) :before,:where(#tpx-new-flashmc-templates) :after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--border-color)}:where(#tpx-new-flashmc-templates){line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-sans);margin:0;line-height:inherit}:where(#tpx-new-flashmc-templates) hr{height:0;color:inherit;border-top-width:1px}:where(#tpx-new-flashmc-templates) abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(#tpx-new-flashmc-templates) h1,:where(#tpx-new-flashmc-templates) h2,:where(#tpx-new-flashmc-templates) h3,:where(#tpx-new-flashmc-templates) h4,:where(#tpx-new-flashmc-templates) h5,:where(#tpx-new-flashmc-templates) h6{font-size:inherit;font-weight:inherit;margin:0}:where(#tpx-new-flashmc-templates) a{color:inherit;text-decoration:inherit;transition:none}:where(#tpx-new-flashmc-templates) b,:where(#tpx-new-flashmc-templates) strong{font-weight:bolder}:where(#tpx-new-flashmc-templates) code,:where(#tpx-new-flashmc-templates) kbd,:where(#tpx-new-flashmc-templates) samp,:where(#tpx-new-flashmc-templates) pre{font-family:var(--font-mono);font-size:1em}:where(#tpx-new-flashmc-templates) small{font-size:80%}:where(#tpx-new-flashmc-templates) sub,:where(#tpx-new-flashmc-templates) sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}:where(#tpx-new-flashmc-templates) sub{bottom:-.25em}:where(#tpx-new-flashmc-templates) sup{top:-.5em}:where(#tpx-new-flashmc-templates) table{text-indent:0;border-color:inherit;border-collapse:collapse}:where(#tpx-new-flashmc-templates) button,:where(#tpx-new-flashmc-templates) input,:where(#tpx-new-flashmc-templates) optgroup,:where(#tpx-new-flashmc-templates) select,:where(#tpx-new-flashmc-templates) textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}:where(#tpx-new-flashmc-templates) button,:where(#tpx-new-flashmc-templates) select{text-transform:none}:where(#tpx-new-flashmc-templates) button,:where(#tpx-new-flashmc-templates) [type=button],:where(#tpx-new-flashmc-templates) [type=reset],:where(#tpx-new-flashmc-templates) [type=submit]{-webkit-appearance:button;background-color:#fff0;background-image:none}:where(#tpx-new-flashmc-templates) :-moz-focusring{outline:auto}:where(#tpx-new-flashmc-templates) :-moz-ui-invalid{box-shadow:none}:where(#tpx-new-flashmc-templates) progress{vertical-align:baseline}:where(#tpx-new-flashmc-templates) .prose .wp-element-button{width:100%;border-radius:6px;--tw-bg-opacity:1;background-color:rgb(18 105 58 / var(--tw-bg-opacity));padding-top:12px;padding-bottom:12px;text-align:center;font-size:18px;font-weight:400;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}:where(#tpx-new-flashmc-templates) .prose .wp-element-button:hover{--tw-bg-opacity:1;background-color:rgb(208 145 54 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity));text-decoration-line:none}@media (min-width:1024px){:where(#tpx-new-flashmc-templates) .prose .wp-element-button{width:auto;padding-left:48px;padding-right:48px;font-size:20px}}:where(#tpx-new-flashmc-templates) .prose .wp-element-button{text-decoration-line:none}:where(#tpx-new-flashmc-templates) ::-webkit-inner-spin-button,:where(#tpx-new-flashmc-templates) ::-webkit-outer-spin-button{height:auto}:where(#tpx-new-flashmc-templates) [type=search]{-webkit-appearance:textfield;outline-offset:-2px}:where(#tpx-new-flashmc-templates) ::-webkit-search-decoration{-webkit-appearance:none}:where(#tpx-new-flashmc-templates) ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(#tpx-new-flashmc-templates) summary{display:list-item}:where(#tpx-new-flashmc-templates) blockquote,:where(#tpx-new-flashmc-templates) dl,:where(#tpx-new-flashmc-templates) dd,:where(#tpx-new-flashmc-templates) h1,:where(#tpx-new-flashmc-templates) h2,:where(#tpx-new-flashmc-templates) h3,:where(#tpx-new-flashmc-templates) h4,:where(#tpx-new-flashmc-templates) h5,:where(#tpx-new-flashmc-templates) h6,:where(#tpx-new-flashmc-templates) hr,:where(#tpx-new-flashmc-templates) figure,:where(#tpx-new-flashmc-templates) p,:where(#tpx-new-flashmc-templates) pre,:where(#tpx-new-flashmc-templates) ul,:where(#tpx-new-flashmc-templates) ol,:where(#tpx-new-flashmc-templates) ul>li,:where(#tpx-new-flashmc-templates) ol>li{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}:where(#tpx-new-flashmc-templates) fieldset{margin:0;padding:0}:where(#tpx-new-flashmc-templates) legend{padding:0}:where(#tpx-new-flashmc-templates) ol,:where(#tpx-new-flashmc-templates) ul,:where(#tpx-new-flashmc-templates) menu{list-style:none;margin:0;padding:0}:where(#tpx-new-flashmc-templates) textarea{resize:vertical}:where(#tpx-new-flashmc-templates) input::-moz-placeholder,:where(#tpx-new-flashmc-templates) textarea::-moz-placeholder{opacity:1;color:var(--placeholder-color)}:where(#tpx-new-flashmc-templates) input::placeholder,:where(#tpx-new-flashmc-templates) textarea::placeholder{opacity:1;color:var(--placeholder-color)}:where(#tpx-new-flashmc-templates) button,:where(#tpx-new-flashmc-templates) [role=button]{cursor:pointer}:where(#tpx-new-flashmc-templates) :disabled{cursor:default}:where(#tpx-new-flashmc-templates) img,:where(#tpx-new-flashmc-templates) svg,:where(#tpx-new-flashmc-templates) video,:where(#tpx-new-flashmc-templates) canvas,:where(#tpx-new-flashmc-templates) audio,:where(#tpx-new-flashmc-templates) iframe,:where(#tpx-new-flashmc-templates) embed,:where(#tpx-new-flashmc-templates) object{display:block;vertical-align:middle}:where(#tpx-new-flashmc-templates) img,:where(#tpx-new-flashmc-templates) video{max-width:100%;height:auto}:where(#tpx-new-flashmc-templates) [hidden]{display:none}:where(#tpx-new-flashmc-templates) .swiper .swiper-pagination{position:static;display:flex;justify-content:center;align-items:center;margin-top:48px}:where(#tpx-new-flashmc-templates) .swiper .swiper-pagination-bullet{width:16px;height:16px;background-color:#00000029;display:block;border-radius:9999px;margin-left:4px!important;margin-right:4px!important}:where(#tpx-new-flashmc-templates) .swiper .swiper-pagination-bullet-active{--tw-bg-opacity:1;background-color:rgb(18 105 58 / var(--tw-bg-opacity))}:where(#tpx-new-flashmc-templates) .swiper .swiper-pagination-yellow .swiper-pagination-bullet-active{--tw-bg-opacity:1;background-color:rgb(253 183 20 / var(--tw-bg-opacity))}:where(#tpx-new-flashmc-templates) .tpx-reviews-controls .swiper-pagination{position:static;margin:0;display:flex;width:auto;justify-content:flex-start}.flatpickr-calendar:where(#tpx-new-flashmc-templates) .tpx-reviews-controls .swiper-pagination{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar:where(#tpx-new-flashmc-templates) .tpx-reviews-controls .swiper-pagination.open{z-index:999;display:block}:where(#tpx-new-flashmc-templates) .tpx-reviews-controls .swiper-pagination-bullet{width:16px;height:16px;background-color:#ffffff80;opacity:1}:where(#tpx-new-flashmc-templates) .tpx-reviews-controls .swiper-pagination-bullet-active{--tw-bg-opacity:1;background-color:rgb(208 145 54 / var(--tw-bg-opacity))}.hide-br-mobile br{display:none}@media (min-width:1024px){.hide-br-mobile br{display:block}}:where(#tpx-new-flashmc-templates) .wp-block-table{margin:0 0 1em;overflow-x:auto}:where(#tpx-new-flashmc-templates) .wp-block-table table{border:0;border-collapse:collapse;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:where(#tpx-new-flashmc-templates) .wp-block-table.has-fixed-layout table{table-layout:fixed}:where(#tpx-new-flashmc-templates) .wp-block-table td{border:none;padding:15px;text-align:center;word-break:break-word;vertical-align:middle}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:first-child td{background-color:#efd8b9;font-weight:500;font-size:.9em;padding-top:2em;color:#333}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:first-child td:first-child{border-top-left-radius:16px}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:first-child td:last-child{border-top-right-radius:16px}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td{color:#00000080;font-size:.9em;text-transform:uppercase;letter-spacing:2px;font-weight:400;padding:10px 15px}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td:nth-child(1),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td:nth-child(2){background-color:#fff}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td:nth-child(3),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td:nth-child(4){background-color:#ecf3ef}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td:nth-child(5),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td:nth-child(6){background-color:#fff}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td{font-weight:500;font-size:.9em;color:#333}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:nth-child(1),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:nth-child(2){background-color:#fff}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:nth-child(3),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:nth-child(4){background-color:#ecf3ef}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:nth-child(5),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:nth-child(6){background-color:#fff}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td:contains("vary"),:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td[style*=italic]{font-style:italic;color:#666;font-weight:400}@media (max-width:768px){:where(#tpx-new-flashmc-templates) .wp-block-table td{padding:10px 8px;font-size:.9em}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:first-child td{font-size:1em}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(2) td{font-size:.8em;padding:8px}:where(#tpx-new-flashmc-templates) .wp-block-table tbody tr:nth-child(n+3) td{font-size:1em}}#tpx-new-flashmc-templates .range-container{position:relative}#tpx-new-flashmc-templates .range-container input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;background:#d9d9d9;pointer-events:auto}#tpx-new-flashmc-templates .range-container input[type=range]:last-child{margin-top:-8px}#tpx-new-flashmc-templates .range-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#38a169;cursor:pointer;z-index:2;position:relative;border:2px solid #fff}#tpx-new-flashmc-templates .range-container input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#38a169;cursor:pointer;z-index:2;position:relative;border:2px solid #fff}#tpx-new-flashmc-templates .range-container input[type=range]::-ms-thumb{width:20px;height:20px;border-radius:50%;background:#38a169;cursor:pointer;z-index:2;position:relative;border:2px solid #fff}.range-track{position:absolute;height:5px;width:100%;background:#e2e8f0;border-radius:5px;top:50%;transform:translateY(-50%);z-index:1}.range-progress{position:absolute;height:8px;background:#38a169;border-radius:5px;top:50%;transform:translateY(-50%);z-index:1}.tours-filter-select{text-align:center;font-weight:400;cursor:pointer;padding-right:16px;padding-left:28px}.tours-filter-select.tours-filter-select-sort{background-position:left 8px center;background-image:url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6H11.5M4.5 12H11.5M4.5 18H13.5M15.5 9L18.5 6M18.5 6L21.5 9M18.5 6V18' stroke='%23D09136' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.tours-filter-select.tours-filter-select-departure{background-position:left 8px center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23D09136' stroke-linecap='round' stroke-linejoin='round' d='M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4H3m12-8v4M7 3v4m11 9.496V18l1 1m-5-1a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z'/%3E%3C/svg%3E")}.flatpickr-calendar.open{z-index:999999999}.scrollbar-none{scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}#tpx-new-flashmc-templates .tpx-logo-row-wrap{margin:0 -20px 40px;padding-top:64px}#tpx-new-flashmc-templates .tpx-logo-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;max-width:1560px;margin-left:auto;margin-right:auto}@media (min-width:768px){#tpx-new-flashmc-templates .tpx-logo-row-wrap{margin-left:0;margin-right:0}}@media (min-width:1024px){#tpx-new-flashmc-templates .tpx-logo-row{grid-template-columns:repeat(var(--logo-cols,4),minmax(0,1fr));gap:8px}}@property --tpx-logo-angle{syntax:"<angle>";inherits:false;initial-value:0deg}#tpx-new-flashmc-templates .tpx-logo-gradient-gold,#tpx-new-flashmc-templates .tpx-logo-gradient-green{transition:--tpx-logo-angle .6s ease}#tpx-new-flashmc-templates .tpx-logo-gradient-gold{--tpx-logo-angle:139.39deg;border:1px solid #d5a44f66;background-image:linear-gradient(var(--tpx-logo-angle),#fff0 -2.8%,rgb(208 145 54 / .00321716) 51.92%,rgb(208 145 54 / .16) 91.86%)}#tpx-new-flashmc-templates .tpx-logo-gradient-green{--tpx-logo-angle:211.89deg;border:1px solid #12693a66;background-image:linear-gradient(var(--tpx-logo-angle),#fff0 53.38%,rgb(18 105 58 / .16) 101.76%)}#tpx-new-flashmc-templates .tpx-logo-gradient-gold:hover{--tpx-logo-angle:319.39deg}#tpx-new-flashmc-templates .tpx-logo-gradient-green:hover{--tpx-logo-angle:31.89deg}@media (prefers-reduced-motion:reduce){#tpx-new-flashmc-templates .tpx-logo-gradient-gold,#tpx-new-flashmc-templates .tpx-logo-gradient-green{transition:none}}@font-face{font-display:swap;font-family:flexslider-icon;src:url(/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.eot);src:url(/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.woff) format("woff"),url(/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.ttf) format("truetype"),url(/wp-content/plugins/js_composer/assets/lib/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;border-radius:4px;-o-box-shadow:"" 0 1px 4px rgb(0 0 0 / .2);box-shadow:"" 0 1px 4px #0003}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;transition:all 1s ease}.loading .flex-viewport{max-height:300px}@-moz-document url-prefix(){.loading .flex-viewport{max-height:none}}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:#000c;text-shadow:1px 1px 0 rgb(255 255 255 / .3);transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:"";color:#000c;text-shadow:1px 1px 0 rgb(255 255 255 / .3)}.flex-direction-nav a.flex-next:before{content:""}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:""}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:""}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgb(0 0 0 / .5);cursor:pointer;text-indent:-9999px;-o-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);box-shadow:inset 0 0 3px #0000004d;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgb(0 0 0 / .7)}.flex-control-paging li a.flex-active{background:#000;background:rgb(0 0 0 / .9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.rtl .flexslider{direction:rtl}.rtl .carousel li{margin-right:5px}.rtl .flex-direction-nav a:before{content:""}.rtl .flex-direction-nav a.flex-next:before{content:""}.rtl .flex-direction-nav .flex-prev{left:auto;right:-50px}.rtl .flex-direction-nav .flex-next{right:auto;left:-50px;text-align:left}.rtl .flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:auto;right:10px}.rtl .flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:auto;left:10px}.rtl .flex-pauseplay a{left:auto;right:10px}@media screen and (max-width:860px){.rtl .flex-direction-nav .flex-prev{left:auto;right:10px}.rtl .flex-direction-nav .flex-next{right:auto;left:10px}}:root{--tpx-scroll-offset:calc(var(--wp-admin--admin-bar--height, 0px) + 100px)}html{scroll-behavior:smooth;scroll-padding-top:var(--tpx-scroll-offset)}.custom-gallery{width:100%;padding:40px 0;overflow:hidden;position:relative;min-height:880px;cursor:grab}.custom-gallery:active{cursor:grabbing}.gallery-track{display:flex;gap:8px;align-items:center;will-change:transform;cursor:grab}.gallery-slide.clone{pointer-events:none;opacity:.7}.gallery-slide.clone .slide-content{width:272px;height:600px}.gallery-slide.clone .slide-image{opacity:.8}.gallery-track:active{cursor:grabbing}.gallery-slide{flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;width:272px;min-height:800px;transition:all .4s cubic-bezier(.25,.46,.45,.94);will-change:transform,opacity;cursor:pointer}.slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:#f5f5f5}.slide-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.gallery-slide.inactive{opacity:.7;z-index:1}.gallery-slide.inactive .slide-content{width:272px;height:600px}.gallery-slide.inactive .slide-image{opacity:.8}.gallery-slide.active{opacity:1;width:800px;z-index:10}.gallery-slide.active .slide-content{width:800px;height:800px}.gallery-slide.active .slide-image{opacity:1}.gallery-slide.inactive:hover{opacity:.9}.gallery-slide.inactive:hover .slide-content{transform:translate(-50%,-50%) scale(1.02);box-shadow:0 6px 20px #00000026}.swiper-navigation{z-index:20}.swiper-button-prev,.swiper-button-next{position:static;margin:0;color:#374151;transition:all .2s ease}.swiper-button-prev:hover,.swiper-button-next:hover{color:#111827;transform:scale(1.1)}.gallery-slider .swiper{width:100vw;max-width:none}@media (max-width:1600px){.custom-gallery{min-height:660px}.gallery-slide{width:200px;min-height:600px}.gallery-slide.inactive .slide-content{width:200px;height:440px}.gallery-slide.active{width:600px}.gallery-slide.active .slide-content{width:600px;height:600px}}@media (max-width:1200px){.custom-gallery{min-height:540px}.gallery-slide{width:180px;min-height:480px}.gallery-slide.inactive .slide-content{width:180px;height:380px}.gallery-slide.active{width:480px}.gallery-slide.active .slide-content{width:480px;height:480px}}@media (max-width:900px){.custom-gallery{min-height:440px}.gallery-slide{width:160px;min-height:400px}.gallery-slide.inactive .slide-content{width:160px;height:320px}.gallery-slide.active{width:400px}.gallery-slide.active .slide-content{width:400px;height:400px}}@media (max-width:640px){.custom-gallery{min-height:340px}.gallery-slide{width:140px;min-height:300px}.gallery-slide.inactive .slide-content{width:140px;height:240px}.gallery-slide.active{width:300px}.gallery-slide.active .slide-content{width:300px;height:300px}}@media (max-width:480px){.gallery-slide,.gallery-slide.active{width:200px;min-height:200px}.gallery-slide .slide-content,.gallery-slide.active .slide-content{width:200px;height:200px}}@media (prefers-reduced-motion:reduce){.gallery-slide,.slide-content,.slide-image{transition:none}}blockquote:after,blockquote:before,.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after,.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none!important}.tpx-experience-block[data-highlight-color=green] blockquote{background-color:#f8f8f8;border-radius:0;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(18 105 58 / var(--tw-border-opacity));padding:16px 16px 16px 24px}.tpx-experience-block[data-highlight-color=yellow] blockquote{background-color:#f8f8f8;border-radius:0;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(253 183 20 / var(--tw-border-opacity));padding:16px 16px 16px 24px}.tpx-experience-block blockquote{font-weight:400;font-style:normal}.tpx-experience-block blockquote p{margin-bottom:12px;margin-top:4px}.tpx-experience-block blockquote p:first-child{margin-top:0}.tpx-experience-block blockquote p:last-child{margin-bottom:0}.tpx-experience-block blockquote strong{font-weight:600}.tpx-experience-block{color:#000c;font-weight:400}.tpx-experience-block h1,.tpx-experience-block h2,.tpx-experience-block h3,.tpx-experience-block h4,.tpx-experience-block h5,.tpx-experience-block h6{margin-bottom:.6em;font-family:Playfair Display,serif;font-weight:400}.tpx-experience-block blockquote h1,.tpx-experience-block blockquote h2,.tpx-experience-block blockquote h3,.tpx-experience-block blockquote h4,.tpx-experience-block blockquote h5,.tpx-experience-block blockquote h6{margin-top:0}.tpx-experience-block h2{font-size:36px}.tpx-experience-block h3{font-size:28px}.tpx-experience-block p,.tpx-experience-block li{font-size:18px;line-height:1.667}.tpx-experience-block[data-highlight-color=green] ul li::marker{--tw-text-opacity:1;color:rgb(18 105 58 / var(--tw-text-opacity))}.tpx-experience-block[data-highlight-color=yellow] ul li::marker{--tw-text-opacity:1;color:rgb(253 183 20 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.data-active\:tpx-block[data-ui~=active]){display:block}#tpx-new-flashmc-templates :is(.data-inactive\:tpx-hidden[data-ui~=inactive]){display:none}#tpx-new-flashmc-templates :is(.flatpickr-day .data-inactive\:tpx-hidden[data-ui~=inactive]){visibility:hidden}@media (min-width:768px){.md\:prose{color:#000c;max-width:none}.md\:prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.md\:prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:400}.md\:prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#000c;font-weight:400}.md\:prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.md\:prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.md\:prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.md\:prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.md\:prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.md\:prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.md\:prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.md\:prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.md\:prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.md\:prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.md\:prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.md\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.md\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.md\:prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.md\:prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.md\:prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:4px;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.md\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.md\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.md\:prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.md\:prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.md\:prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.md\:prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.md\:prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.md\:prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.md\:prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.md\:prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.md\:prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.md\:prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:5px;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.md\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.md\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.md\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.md\:prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.md\:prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.md\:prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.md\:prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:6px;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.md\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#fff0;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.md\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.md\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.md\:prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:start;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.md\:prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.md\:prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.md\:prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.md\:prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.md\:prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.md\:prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.md\:prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.md\:prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.md\:prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#12693a;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:24px;line-height:1.58}.md\:prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.md\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.md\:prose :where(.md\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose :where(.md\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose :where(.md\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose :where(.md\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.md\:prose :where(.md\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.md\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.md\:prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.md\:prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.md\:prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.md\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.md\:prose :where(.md\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose :where(.md\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.md\:prose{font-family:Open Sans;font-weight:300}.md\:prose :where(ul>li,ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans}.md\:prose :where(strong.text-highlight):not(:where([class~=not-prose],[class~=not-prose] *)){background-image:linear-gradient(103deg,rgb(253 183 20 / .19) 0%,#fff0 100%);padding:.1156em 0;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-weight:400}.md\:prose :where(.wp-block-image+blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:-24px}.md\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#fdb7141f;border-left:0;font-style:normal;font-size:16px;border-radius:8px}.md\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)) p{margin-top:12px;margin-bottom:12px;line-height:1.44!important}.md\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)) p strong{font-size:16px!important}.md\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.md\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}#tpx-new-flashmc-templates :is(.md\:tpx-hidden){display:none}#tpx-new-flashmc-templates :is(.flatpickr-day .md\:tpx-hidden){visibility:hidden}#tpx-new-flashmc-templates :is(.md\:tpx-block){display:block}}@media (min-width:1024px){.lg\:prose{color:#000c;max-width:none}.lg\:prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.lg\:prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.lg\:prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:400}.lg\:prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#000c;font-weight:400}.lg\:prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.lg\:prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.lg\:prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.lg\:prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.lg\:prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.lg\:prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.lg\:prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.lg\:prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.lg\:prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.lg\:prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.lg\:prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.lg\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.lg\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.lg\:prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.lg\:prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.lg\:prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:4px;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.lg\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.lg\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.lg\:prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.lg\:prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.lg\:prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.lg\:prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.lg\:prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.lg\:prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.lg\:prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.lg\:prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.lg\:prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:5px;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.lg\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.lg\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.lg\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.lg\:prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.lg\:prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.lg\:prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.lg\:prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:6px;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.lg\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#fff0;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.lg\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.lg\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.lg\:prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:start;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.lg\:prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.lg\:prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.lg\:prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.lg\:prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.lg\:prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.lg\:prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.lg\:prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.lg\:prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.lg\:prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#12693a;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:24px;line-height:1.58}.lg\:prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.lg\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.lg\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.lg\:prose :where(.lg\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.lg\:prose :where(.lg\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.lg\:prose :where(.lg\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.lg\:prose :where(.lg\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.lg\:prose :where(.lg\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.lg\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.lg\:prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.lg\:prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.lg\:prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.lg\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose :where(.lg\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose :where(.lg\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.lg\:prose{font-family:Open Sans;font-weight:300}.lg\:prose :where(ul>li,ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){font-family:Open Sans}.lg\:prose :where(strong.text-highlight):not(:where([class~=not-prose],[class~=not-prose] *)){background-image:linear-gradient(103deg,rgb(253 183 20 / .19) 0%,#fff0 100%);padding:.1156em 0;-webkit-box-decoration-break:clone;box-decoration-break:clone;font-weight:400}.lg\:prose :where(.wp-block-image+blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:-24px}.lg\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:#fdb7141f;border-left:0;font-style:normal;font-size:16px;border-radius:8px}.lg\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)) p{margin-top:12px;margin-bottom:12px;line-height:1.44!important}.lg\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)) p strong{font-size:16px!important}.lg\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.lg\:prose :where(blockquote.wp-block-quote-is-layout-flow):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.lg\:prose-lg{font-size:18px;line-height:1.7777778}.lg\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.lg\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.lg\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.lg\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.lg\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.lg\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.lg\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:5px;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.lg\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.lg\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.lg\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.lg\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:6px;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.lg\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.lg\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.lg\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.lg\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.lg\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(.lg\:prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.lg\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.lg\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.lg\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.lg\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.lg\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.lg\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.lg\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.lg\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.lg\:prose-lg :where(.lg\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.lg\:prose-lg :where(.lg\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.lg\:prose-gutenberg{font-size:24px}.lg\:prose-gutenberg :where(h2:not(:first-child)):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:80px}.lg\:prose-gutenberg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:32px;font-weight:400;border-bottom:1px solid #ccc}.lg\:prose-gutenberg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:24px;margin-top:0}.lg\:prose-gutenberg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:none;counter-reset:list-item;padding-left:0}.lg\:prose-gutenberg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) li{padding-left:56px}.lg\:prose-gutenberg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) li:before{width:40px;height:40px}.lg\:prose-gutenberg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:1em}.lg\:prose-gutenberg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) li{padding-inline-start:0}.lg\:prose-gutenberg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) li::marker{color:#fdb714}.lg\:prose-gutenberg :where(.wp-block-columns .wp-block-column:first-child ul):not(:where([class~=not-prose],[class~=not-prose] *)) li::marker{color:#00aa6c}#tpx-new-flashmc-templates :is(.lg\:tpx-hidden){display:none}#tpx-new-flashmc-templates :is(.flatpickr-day .lg\:tpx-hidden){visibility:hidden}#tpx-new-flashmc-templates :is(.lg\:tpx-block){display:block}#tpx-new-flashmc-templates :is(.lg\:col-span-1 .package-box){height:100%}#tpx-new-flashmc-templates :is(.lg\:\[\&_br\]\:tpx-hidden br){display:none}#tpx-new-flashmc-templates :is(.flatpickr-day .lg\:\[\&_br\]\:tpx-hidden br){visibility:hidden}}#tpx-new-flashmc-templates :is(.placeholder\:text-\[\#B5B5B5\])::-moz-placeholder{--tw-text-opacity:1;color:rgb(181 181 181 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.placeholder\:text-\[\#B5B5B5\])::placeholder{--tw-text-opacity:1;color:rgb(181 181 181 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.first\:mt-0:first-child){margin-top:0}#tpx-new-flashmc-templates :is(.odd\:bg-white:nth-child(odd)){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.odd\:bg-gradient-section-accent:nth-child(odd)){background-image:linear-gradient(99.09deg,rgb(13 41 22 / .08) 0%,rgb(32 76 56 / .008) 100%)}#tpx-new-flashmc-templates :is(.even\:bg-white:nth-child(2n)){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.even\:bg-gradient-section-accent:nth-child(2n)){background-image:linear-gradient(99.09deg,rgb(13 41 22 / .08) 0%,rgb(32 76 56 / .008) 100%)}#tpx-new-flashmc-templates :is(.checked\:border-accent:checked){--tw-border-opacity:1;border-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.checked\:bg-accent:checked){--tw-bg-opacity:1;background-color:rgb(208 145 54 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.group:hover .group-hover\:scale-100){--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.group:hover .group-hover\:scale-110){--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.group:hover .group-hover\:fill-primary){fill:#12693a}#tpx-new-flashmc-templates :is(.group:hover .group-hover\:stroke-primary){stroke:#12693a}#tpx-new-flashmc-templates :is(.group:hover .group-hover\:stroke-white){stroke:#fff}#tpx-new-flashmc-templates :is(.group:hover .group-hover\:opacity-100){opacity:1}#tpx-new-flashmc-templates :is(.data-active\:flex[data-ui~=active]){display:flex}#tpx-new-flashmc-templates :is(.data-active\:border-\[\#D5A44F\][data-ui~=active]){--tw-border-opacity:1;border-color:rgb(213 164 79 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.data-active\:border-accent[data-ui~=active]){--tw-border-opacity:1;border-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.data-active\:border-b-accent[data-ui~=active]){--tw-border-opacity:1;border-bottom-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.data-active\:bg-\[\#FDB71414\][data-ui~=active]){background-color:#fdb71414}#tpx-new-flashmc-templates :is(.data-active\:bg-accent\/8[data-ui~=active]){background-color:#d0913614}#tpx-new-flashmc-templates :is(.data-active\:bg-yellow[data-ui~=active]){--tw-bg-opacity:1;background-color:rgb(253 183 20 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.data-active\:bg-yellow\/10[data-ui~=active]){background-color:#fdb7141a}#tpx-new-flashmc-templates :is(.data-active\:pb-6[data-ui~=active]){padding-bottom:24px}#tpx-new-flashmc-templates :is(.data-active\:font-bold[data-ui~=active]){font-weight:700}#tpx-new-flashmc-templates :is(.data-active\:text-accent[data-ui~=active]){--tw-text-opacity:1;color:rgb(208 145 54 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.data-active\:text-black[data-ui~=active]){--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.data-active\:text-gray[data-ui~=active]){--tw-text-opacity:1;color:rgb(43 43 42 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.data-inactive\:hidden[data-ui~=inactive]){display:none}#tpx-new-flashmc-templates :is(.data-inactive\:translate-x-\[-120px\][data-ui~=inactive]){--tw-translate-x:-120px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.data-inactive\:translate-x-\[120px\][data-ui~=inactive]){--tw-translate-x:120px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.data-inactive\:opacity-0[data-ui~=inactive]){opacity:0}#tpx-new-flashmc-templates :is(.group\/accordion-item[data-ui~=active] .group-data-active\/accordion-item\:rotate-90){--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.prose-p\:my-0 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *)))){margin-top:0;margin-bottom:0}#tpx-new-flashmc-templates :is(.prose-p\:first\:mt-0:first-child :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *)))){margin-top:0}#tpx-new-flashmc-templates :is(.prose-a\:underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *)))){text-decoration-line:underline}#tpx-new-flashmc-templates :is(.prose-strong\:font-medium :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *)))){font-weight:500}#tpx-new-flashmc-templates :is(.prose-strong\:text-white :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *)))){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.hover\:scale-110:hover){--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.hover\:\!border-accent:hover){--tw-border-opacity:1 !important;border-color:rgb(208 145 54 / var(--tw-border-opacity))!important}#tpx-new-flashmc-templates :is(.hover\:border-accent:hover){--tw-border-opacity:1;border-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.hover\:border-primary:hover){--tw-border-opacity:1;border-color:rgb(18 105 58 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.hover\:border-white:hover){--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.hover\:bg-\[\#FECD5B\]\/90:hover){background-color:#fecd5be6}#tpx-new-flashmc-templates :is(.hover\:bg-accent:hover){--tw-bg-opacity:1;background-color:rgb(208 145 54 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.hover\:bg-accent\/8:hover){background-color:#d0913614}#tpx-new-flashmc-templates :is(.hover\:bg-black\/10:hover){background-color:#0000001a}#tpx-new-flashmc-templates :is(.hover\:bg-primary:hover){--tw-bg-opacity:1;background-color:rgb(18 105 58 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.hover\:bg-white:hover){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#tpx-new-flashmc-templates :is(.hover\:bg-white\/100:hover){background-color:#fff}#tpx-new-flashmc-templates :is(.hover\:font-medium:hover){font-weight:500}#tpx-new-flashmc-templates :is(.hover\:text-accent:hover){--tw-text-opacity:1;color:rgb(208 145 54 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.hover\:text-black:hover){--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.hover\:text-primary:hover){--tw-text-opacity:1;color:rgb(18 105 58 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.hover\:underline:hover){text-decoration-line:underline}#tpx-new-flashmc-templates :is(.hover\:no-underline:hover){text-decoration-line:none}#tpx-new-flashmc-templates :is(.hover\:opacity-100:hover){opacity:1}#tpx-new-flashmc-templates :is(.hover\:opacity-40:hover){opacity:.4}#tpx-new-flashmc-templates :is(.hover\:opacity-70:hover){opacity:.7}#tpx-new-flashmc-templates :is(.hover\:opacity-80:hover){opacity:.8}#tpx-new-flashmc-templates :is(.focus\:outline-none:focus){outline:2px solid #fff0;outline-offset:2px}#tpx-new-flashmc-templates :is(.focus\:ring-accent:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(208 145 54 / var(--tw-ring-opacity))}#tpx-new-flashmc-templates :is(.active\:text-white:active){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.active\:no-underline:active){text-decoration-line:none}#tpx-new-flashmc-templates :is(.disabled\:pointer-events-none:disabled){pointer-events:none}#tpx-new-flashmc-templates :is(.disabled\:cursor-not-allowed:disabled){cursor:not-allowed}#tpx-new-flashmc-templates :is(.disabled\:opacity-70:disabled){opacity:.7}@media (min-width:640px){#tpx-new-flashmc-templates :is(.sm\:h-16){height:64px}#tpx-new-flashmc-templates :is(.sm\:w-16){width:64px}#tpx-new-flashmc-templates :is(.sm\:flex-row){flex-direction:row}#tpx-new-flashmc-templates :is(.sm\:items-center){align-items:center}#tpx-new-flashmc-templates :is(.sm\:justify-between){justify-content:space-between}#tpx-new-flashmc-templates :is(.sm\:gap-4){gap:16px}#tpx-new-flashmc-templates :is(.sm\:px-6){padding-left:24px;padding-right:24px}}@media (min-width:768px){#tpx-new-flashmc-templates :is(.md\:absolute){position:absolute}#tpx-new-flashmc-templates :is(.md\:bottom-0){bottom:0}#tpx-new-flashmc-templates :is(.md\:left-0){left:0}#tpx-new-flashmc-templates :is(.md\:left-1\/2){left:50%}#tpx-new-flashmc-templates :is(.md\:left-10){left:40px}#tpx-new-flashmc-templates :is(.md\:left-6){left:24px}#tpx-new-flashmc-templates :is(.md\:right-auto){right:auto}#tpx-new-flashmc-templates :is(.md\:top-0){top:0}#tpx-new-flashmc-templates :is(.md\:top-10){top:40px}#tpx-new-flashmc-templates :is(.md\:mx-0){margin-left:0;margin-right:0}#tpx-new-flashmc-templates :is(.md\:mx-6){margin-left:24px;margin-right:24px}#tpx-new-flashmc-templates :is(.md\:mx-auto){margin-left:auto;margin-right:auto}#tpx-new-flashmc-templates :is(.md\:my-12){margin-top:48px;margin-bottom:48px}#tpx-new-flashmc-templates :is(.md\:my-14){margin-top:56px;margin-bottom:56px}#tpx-new-flashmc-templates :is(.md\:mb-0){margin-bottom:0}#tpx-new-flashmc-templates :is(.md\:mb-14){margin-bottom:56px}#tpx-new-flashmc-templates :is(.md\:mb-16){margin-bottom:64px}#tpx-new-flashmc-templates :is(.md\:mb-20){margin-bottom:80px}#tpx-new-flashmc-templates :is(.md\:mb-32){margin-bottom:128px}#tpx-new-flashmc-templates :is(.md\:mb-4){margin-bottom:16px}#tpx-new-flashmc-templates :is(.md\:mt-0){margin-top:0}#tpx-new-flashmc-templates :is(.md\:mt-14){margin-top:56px}#tpx-new-flashmc-templates :is(.md\:mt-16){margin-top:64px}#tpx-new-flashmc-templates :is(.md\:mt-32){margin-top:128px}#tpx-new-flashmc-templates :is(.md\:hidden){display:none}#tpx-new-flashmc-templates :is(.md\:h-16){height:64px}#tpx-new-flashmc-templates :is(.md\:h-20){height:80px}#tpx-new-flashmc-templates :is(.md\:h-40){height:160px}#tpx-new-flashmc-templates :is(.md\:h-\[118px\]){height:118px}#tpx-new-flashmc-templates :is(.md\:h-\[800px\]){height:800px}#tpx-new-flashmc-templates :is(.md\:h-\[876px\]){height:876px}#tpx-new-flashmc-templates :is(.md\:h-auto){height:auto}#tpx-new-flashmc-templates :is(.md\:h-full){height:100%}#tpx-new-flashmc-templates :is(.md\:min-h-\[2lh\]){min-height:2lh}#tpx-new-flashmc-templates :is(.md\:w-16){width:64px}#tpx-new-flashmc-templates :is(.md\:w-20){width:80px}#tpx-new-flashmc-templates :is(.md\:w-40){width:160px}#tpx-new-flashmc-templates :is(.md\:w-\[340px\]){width:340px}#tpx-new-flashmc-templates :is(.md\:w-\[360px\]){width:360px}#tpx-new-flashmc-templates :is(.md\:w-\[420px\]){width:420px}#tpx-new-flashmc-templates :is(.md\:w-auto){width:auto}#tpx-new-flashmc-templates :is(.md\:flex-1){flex:1 1 0%}#tpx-new-flashmc-templates :is(.md\:-translate-x-1\/2){--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.md\:translate-x-0){--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.md\:translate-y-0){--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.md\:grid-cols-2){grid-template-columns:repeat(2,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.md\:grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.md\:flex-row){flex-direction:row}#tpx-new-flashmc-templates :is(.md\:flex-col){flex-direction:column}#tpx-new-flashmc-templates :is(.md\:items-center){align-items:center}#tpx-new-flashmc-templates :is(.md\:justify-center){justify-content:center}#tpx-new-flashmc-templates :is(.md\:justify-between){justify-content:space-between}#tpx-new-flashmc-templates :is(.md\:gap-11){gap:44px}#tpx-new-flashmc-templates :is(.md\:gap-8){gap:32px}#tpx-new-flashmc-templates :is(.md\:gap-x-6){-moz-column-gap:24px;column-gap:24px}#tpx-new-flashmc-templates :is(.md\:gap-y-14){row-gap:56px}#tpx-new-flashmc-templates :is(.md\:space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.md\:space-y-8>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.md\:truncate){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tpx-new-flashmc-templates :is(.md\:rounded-l-lg){border-top-left-radius:8px;border-bottom-left-radius:8px}#tpx-new-flashmc-templates :is(.md\:rounded-r-lg){border-top-right-radius:8px;border-bottom-right-radius:8px}#tpx-new-flashmc-templates :is(.md\:bg-transparent){background-color:#fff0}#tpx-new-flashmc-templates :is(.md\:p-8){padding:32px}#tpx-new-flashmc-templates :is(.md\:px-0){padding-left:0;padding-right:0}#tpx-new-flashmc-templates :is(.md\:px-10){padding-left:40px;padding-right:40px}#tpx-new-flashmc-templates :is(.md\:px-6){padding-left:24px;padding-right:24px}#tpx-new-flashmc-templates :is(.md\:px-7){padding-left:28px;padding-right:28px}#tpx-new-flashmc-templates :is(.md\:px-7\.5){padding-left:30px;padding-right:30px}#tpx-new-flashmc-templates :is(.md\:px-8){padding-left:32px;padding-right:32px}#tpx-new-flashmc-templates :is(.md\:py-0){padding-top:0;padding-bottom:0}#tpx-new-flashmc-templates :is(.md\:py-14){padding-top:56px;padding-bottom:56px}#tpx-new-flashmc-templates :is(.md\:py-24){padding-top:96px;padding-bottom:96px}#tpx-new-flashmc-templates :is(.md\:py-3){padding-top:12px;padding-bottom:12px}#tpx-new-flashmc-templates :is(.md\:py-3\.5){padding-top:14px;padding-bottom:14px}#tpx-new-flashmc-templates :is(.md\:py-32){padding-top:128px;padding-bottom:128px}#tpx-new-flashmc-templates :is(.md\:py-6){padding-top:24px;padding-bottom:24px}#tpx-new-flashmc-templates :is(.md\:pb-32){padding-bottom:128px}#tpx-new-flashmc-templates :is(.md\:pb-6){padding-bottom:24px}#tpx-new-flashmc-templates :is(.md\:pl-10){padding-left:40px}#tpx-new-flashmc-templates :is(.md\:pl-24){padding-left:96px}#tpx-new-flashmc-templates :is(.md\:pr-20){padding-right:80px}#tpx-new-flashmc-templates :is(.md\:pt-10){padding-top:40px}#tpx-new-flashmc-templates :is(.md\:pt-24){padding-top:96px}#tpx-new-flashmc-templates :is(.md\:pt-32){padding-top:128px}#tpx-new-flashmc-templates :is(.md\:pt-36){padding-top:144px}#tpx-new-flashmc-templates :is(.md\:text-right){text-align:right}#tpx-new-flashmc-templates :is(.md\:text-14){font-size:14px}#tpx-new-flashmc-templates :is(.md\:text-16){font-size:16px}#tpx-new-flashmc-templates :is(.md\:text-18){font-size:18px}#tpx-new-flashmc-templates :is(.md\:text-20){font-size:20px}#tpx-new-flashmc-templates :is(.md\:text-24){font-size:24px}#tpx-new-flashmc-templates :is(.md\:text-28){font-size:28px}#tpx-new-flashmc-templates :is(.md\:text-30){font-size:30px}#tpx-new-flashmc-templates :is(.md\:text-32){font-size:32px}#tpx-new-flashmc-templates :is(.md\:text-52){font-size:52px}#tpx-new-flashmc-templates :is(.md\:text-62){font-size:62px}#tpx-new-flashmc-templates :is(.md\:text-80){font-size:80px}#tpx-new-flashmc-templates :is(.md\:text-\[180px\]){font-size:180px}}@media (min-width:1024px){#tpx-new-flashmc-templates :is(.lg\:absolute){position:absolute}#tpx-new-flashmc-templates :is(.lg\:sticky){position:sticky}#tpx-new-flashmc-templates :is(.lg\:inset-0){top:0;right:0;bottom:0;left:0}#tpx-new-flashmc-templates :is(.lg\:bottom-32){bottom:128px}#tpx-new-flashmc-templates :is(.lg\:top-16){top:64px}#tpx-new-flashmc-templates :is(.lg\:top-32){top:128px}#tpx-new-flashmc-templates :is(.lg\:top-52){top:208px}#tpx-new-flashmc-templates :is(.lg\:top-72){top:288px}#tpx-new-flashmc-templates :is(.lg\:top-\[162px\]){top:162px}#tpx-new-flashmc-templates :is(.lg\:z-auto){z-index:auto}#tpx-new-flashmc-templates :is(.lg\:order-1){order:1}#tpx-new-flashmc-templates :is(.lg\:order-2){order:2}#tpx-new-flashmc-templates :is(.lg\:order-none){order:0}#tpx-new-flashmc-templates :is(.lg\:col-span-1){grid-column:span 1 / span 1}#tpx-new-flashmc-templates :is(.lg\:col-span-2){grid-column:span 2 / span 2}#tpx-new-flashmc-templates :is(.lg\:row-span-1){grid-row:span 1 / span 1}#tpx-new-flashmc-templates :is(.lg\:row-span-2){grid-row:span 2 / span 2}#tpx-new-flashmc-templates :is(.lg\:mx-0){margin-left:0;margin-right:0}#tpx-new-flashmc-templates :is(.lg\:mx-4){margin-left:16px;margin-right:16px}#tpx-new-flashmc-templates :is(.lg\:my-12){margin-top:48px;margin-bottom:48px}#tpx-new-flashmc-templates :is(.lg\:my-14){margin-top:56px;margin-bottom:56px}#tpx-new-flashmc-templates :is(.lg\:-mb-0){margin-bottom:0}#tpx-new-flashmc-templates :is(.lg\:-mb-0\.5){margin-bottom:-2px}#tpx-new-flashmc-templates :is(.lg\:-mb-20){margin-bottom:-80px}#tpx-new-flashmc-templates :is(.lg\:-mt-32){margin-top:-128px}#tpx-new-flashmc-templates :is(.lg\:mb-0){margin-bottom:0}#tpx-new-flashmc-templates :is(.lg\:mb-1){margin-bottom:4px}#tpx-new-flashmc-templates :is(.lg\:mb-1\.5){margin-bottom:6px}#tpx-new-flashmc-templates :is(.lg\:mb-10){margin-bottom:40px}#tpx-new-flashmc-templates :is(.lg\:mb-12){margin-bottom:48px}#tpx-new-flashmc-templates :is(.lg\:mb-14){margin-bottom:56px}#tpx-new-flashmc-templates :is(.lg\:mb-16){margin-bottom:64px}#tpx-new-flashmc-templates :is(.lg\:mb-3){margin-bottom:12px}#tpx-new-flashmc-templates :is(.lg\:mb-4){margin-bottom:16px}#tpx-new-flashmc-templates :is(.lg\:mb-4\.5){margin-bottom:18px}#tpx-new-flashmc-templates :is(.lg\:mb-6){margin-bottom:24px}#tpx-new-flashmc-templates :is(.lg\:mb-8){margin-bottom:32px}#tpx-new-flashmc-templates :is(.lg\:ml-0){margin-left:0}#tpx-new-flashmc-templates :is(.lg\:ml-auto){margin-left:auto}#tpx-new-flashmc-templates :is(.lg\:mr-4){margin-right:16px}#tpx-new-flashmc-templates :is(.lg\:mr-auto){margin-right:auto}#tpx-new-flashmc-templates :is(.lg\:mt-0){margin-top:0}#tpx-new-flashmc-templates :is(.lg\:mt-12){margin-top:48px}#tpx-new-flashmc-templates :is(.lg\:mt-14){margin-top:56px}#tpx-new-flashmc-templates :is(.lg\:mt-16){margin-top:64px}#tpx-new-flashmc-templates :is(.lg\:mt-20){margin-top:80px}#tpx-new-flashmc-templates :is(.lg\:mt-3){margin-top:12px}#tpx-new-flashmc-templates :is(.lg\:mt-4){margin-top:16px}#tpx-new-flashmc-templates :is(.lg\:mt-5){margin-top:20px}#tpx-new-flashmc-templates :is(.lg\:mt-8){margin-top:32px}#tpx-new-flashmc-templates :is(.lg\:block){display:block}#tpx-new-flashmc-templates :is(.lg\:inline){display:inline}#tpx-new-flashmc-templates :is(.lg\:flex){display:flex}#tpx-new-flashmc-templates :is(.lg\:grid){display:grid}#tpx-new-flashmc-templates :is(.lg\:aspect-\[1\/0\.439\]){aspect-ratio:1/.439}#tpx-new-flashmc-templates :is(.lg\:aspect-\[1\/0\.716\]){aspect-ratio:1/.716}#tpx-new-flashmc-templates :is(.lg\:aspect-\[1\/0\.74\]){aspect-ratio:1/.74}#tpx-new-flashmc-templates :is(.lg\:aspect-\[1\/0\.7\]){aspect-ratio:1/.7}#tpx-new-flashmc-templates :is(.lg\:aspect-\[1\/0\.86\]){aspect-ratio:1/.86}#tpx-new-flashmc-templates :is(.lg\:aspect-\[612\/520\]){aspect-ratio:612/520}#tpx-new-flashmc-templates :is(.lg\:size-15){width:60px;height:60px}#tpx-new-flashmc-templates :is(.lg\:size-\[120px\]){width:120px;height:120px}#tpx-new-flashmc-templates :is(.lg\:h-12){height:48px}#tpx-new-flashmc-templates :is(.lg\:h-14){height:56px}#tpx-new-flashmc-templates :is(.lg\:h-20){height:80px}#tpx-new-flashmc-templates :is(.lg\:h-30){height:120px}#tpx-new-flashmc-templates :is(.lg\:h-8){height:32px}#tpx-new-flashmc-templates :is(.lg\:h-\[140px\]){height:140px}#tpx-new-flashmc-templates :is(.lg\:h-\[400px\]){height:400px}#tpx-new-flashmc-templates :is(.lg\:h-\[702px\]){height:702px}#tpx-new-flashmc-templates :is(.lg\:h-\[94px\]){height:94px}#tpx-new-flashmc-templates :is(.lg\:h-\[calc\(100vh-120px\)\]){height:calc(100vh - 120px)}#tpx-new-flashmc-templates :is(.lg\:h-full){height:100%}#tpx-new-flashmc-templates :is(.lg\:max-h-ellipsis-2){max-height:585px}#tpx-new-flashmc-templates :is(.lg\:max-h-ellipsis-3){max-height:508px}#tpx-new-flashmc-templates :is(.lg\:max-h-ellipsis-4){max-height:310px}#tpx-new-flashmc-templates :is(.lg\:w-1\/2){width:50%}#tpx-new-flashmc-templates :is(.lg\:w-12){width:48px}#tpx-new-flashmc-templates :is(.lg\:w-14){width:56px}#tpx-new-flashmc-templates :is(.lg\:w-2\/3){width:66.666667%}#tpx-new-flashmc-templates :is(.lg\:w-20){width:80px}#tpx-new-flashmc-templates :is(.lg\:w-30){width:120px}#tpx-new-flashmc-templates :is(.lg\:w-4\/5){width:80%}#tpx-new-flashmc-templates :is(.lg\:w-8){width:32px}#tpx-new-flashmc-templates :is(.lg\:w-\[300px\]){width:300px}#tpx-new-flashmc-templates :is(.lg\:w-\[360px\]){width:360px}#tpx-new-flashmc-templates :is(.lg\:w-\[57\%\]){width:57%}#tpx-new-flashmc-templates :is(.lg\:w-auto){width:auto}#tpx-new-flashmc-templates :is(.lg\:min-w-\[220px\]){min-width:220px}#tpx-new-flashmc-templates :is(.lg\:max-w-\[1260px\]){max-width:1260px}#tpx-new-flashmc-templates :is(.lg\:max-w-\[202px\]){max-width:202px}#tpx-new-flashmc-templates :is(.lg\:max-w-\[336px\]){max-width:336px}#tpx-new-flashmc-templates :is(.lg\:max-w-\[543px\]){max-width:543px}#tpx-new-flashmc-templates :is(.lg\:flex-1){flex:1 1 0%}#tpx-new-flashmc-templates :is(.lg\:translate-x-0){--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.lg\:columns-2){-moz-columns:2;columns:2}#tpx-new-flashmc-templates :is(.lg\:grid-cols-2){grid-template-columns:repeat(2,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.lg\:grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.lg\:grid-cols-4){grid-template-columns:repeat(4,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.lg\:grid-cols-5){grid-template-columns:repeat(5,minmax(0,1fr))}#tpx-new-flashmc-templates :is(.lg\:grid-cols-\[1\.4fr_1fr_1fr_auto\]){grid-template-columns:1.4fr 1fr 1fr auto}#tpx-new-flashmc-templates :is(.lg\:grid-cols-\[335px_1fr\]){grid-template-columns:335px 1fr}#tpx-new-flashmc-templates :is(.lg\:flex-row){flex-direction:row}#tpx-new-flashmc-templates :is(.lg\:flex-col){flex-direction:column}#tpx-new-flashmc-templates :is(.lg\:items-start){align-items:flex-start}#tpx-new-flashmc-templates :is(.lg\:items-end){align-items:flex-end}#tpx-new-flashmc-templates :is(.lg\:items-center){align-items:center}#tpx-new-flashmc-templates :is(.lg\:justify-start){justify-content:flex-start}#tpx-new-flashmc-templates :is(.lg\:justify-end){justify-content:flex-end}#tpx-new-flashmc-templates :is(.lg\:justify-center){justify-content:center}#tpx-new-flashmc-templates :is(.lg\:justify-between){justify-content:space-between}#tpx-new-flashmc-templates :is(.lg\:gap-10){gap:40px}#tpx-new-flashmc-templates :is(.lg\:gap-16){gap:64px}#tpx-new-flashmc-templates :is(.lg\:gap-2){gap:8px}#tpx-new-flashmc-templates :is(.lg\:gap-4){gap:16px}#tpx-new-flashmc-templates :is(.lg\:gap-6){gap:24px}#tpx-new-flashmc-templates :is(.lg\:gap-8){gap:32px}#tpx-new-flashmc-templates :is(.lg\:gap-x-11){-moz-column-gap:44px;column-gap:44px}#tpx-new-flashmc-templates :is(.lg\:gap-x-12){-moz-column-gap:48px;column-gap:48px}#tpx-new-flashmc-templates :is(.lg\:gap-x-14){-moz-column-gap:56px;column-gap:56px}#tpx-new-flashmc-templates :is(.lg\:gap-x-4){-moz-column-gap:16px;column-gap:16px}#tpx-new-flashmc-templates :is(.lg\:gap-x-6){-moz-column-gap:24px;column-gap:24px}#tpx-new-flashmc-templates :is(.lg\:gap-y-0){row-gap:0}#tpx-new-flashmc-templates :is(.lg\:gap-y-11){row-gap:44px}#tpx-new-flashmc-templates :is(.lg\:space-y-11>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(44px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(44px * var(--tw-space-y-reverse))}#tpx-new-flashmc-templates :is(.lg\:overflow-hidden){overflow:hidden}#tpx-new-flashmc-templates :is(.lg\:rounded-r-none){border-top-right-radius:0;border-bottom-right-radius:0}#tpx-new-flashmc-templates :is(.lg\:border-b){border-bottom-width:1px}#tpx-new-flashmc-templates :is(.lg\:border-l){border-left-width:1px}#tpx-new-flashmc-templates :is(.lg\:border-t){border-top-width:1px}#tpx-new-flashmc-templates :is(.lg\:border-l-gray-100){--tw-border-opacity:1;border-left-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.lg\:border-t-gray-100){--tw-border-opacity:1;border-top-color:rgb(204 204 204 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.lg\:bg-transparent){background-color:#fff0}#tpx-new-flashmc-templates :is(.lg\:p-10){padding:40px}#tpx-new-flashmc-templates :is(.lg\:p-5){padding:20px}#tpx-new-flashmc-templates :is(.lg\:p-8){padding:32px}#tpx-new-flashmc-templates :is(.lg\:px-0){padding-left:0;padding-right:0}#tpx-new-flashmc-templates :is(.lg\:px-1){padding-left:4px;padding-right:4px}#tpx-new-flashmc-templates :is(.lg\:px-10){padding-left:40px;padding-right:40px}#tpx-new-flashmc-templates :is(.lg\:px-12){padding-left:48px;padding-right:48px}#tpx-new-flashmc-templates :is(.lg\:px-15){padding-left:60px;padding-right:60px}#tpx-new-flashmc-templates :is(.lg\:px-5){padding-left:20px;padding-right:20px}#tpx-new-flashmc-templates :is(.lg\:px-8){padding-left:32px;padding-right:32px}#tpx-new-flashmc-templates :is(.lg\:py-10){padding-top:40px;padding-bottom:40px}#tpx-new-flashmc-templates :is(.lg\:py-16){padding-top:64px;padding-bottom:64px}#tpx-new-flashmc-templates :is(.lg\:py-2){padding-top:8px;padding-bottom:8px}#tpx-new-flashmc-templates :is(.lg\:py-28){padding-top:112px;padding-bottom:112px}#tpx-new-flashmc-templates :is(.lg\:py-4){padding-top:16px;padding-bottom:16px}#tpx-new-flashmc-templates :is(.lg\:py-5){padding-top:20px;padding-bottom:20px}#tpx-new-flashmc-templates :is(.lg\:py-\[130px\]){padding-top:130px;padding-bottom:130px}#tpx-new-flashmc-templates :is(.lg\:pb-0){padding-bottom:0}#tpx-new-flashmc-templates :is(.lg\:pb-16){padding-bottom:64px}#tpx-new-flashmc-templates :is(.lg\:pb-4){padding-bottom:16px}#tpx-new-flashmc-templates :is(.lg\:pl-6){padding-left:24px}#tpx-new-flashmc-templates :is(.lg\:pt-10){padding-top:40px}#tpx-new-flashmc-templates :is(.lg\:pt-12){padding-top:48px}#tpx-new-flashmc-templates :is(.lg\:pt-16){padding-top:64px}#tpx-new-flashmc-templates :is(.lg\:pt-24){padding-top:96px}#tpx-new-flashmc-templates :is(.lg\:pt-8){padding-top:32px}#tpx-new-flashmc-templates :is(.lg\:text-18){font-size:18px}#tpx-new-flashmc-templates :is(.lg\:text-20){font-size:20px}#tpx-new-flashmc-templates :is(.lg\:text-24){font-size:24px}#tpx-new-flashmc-templates :is(.lg\:text-30){font-size:30px}#tpx-new-flashmc-templates :is(.lg\:text-32){font-size:32px}#tpx-new-flashmc-templates :is(.lg\:text-52){font-size:52px}#tpx-new-flashmc-templates :is(.lg\:text-62){font-size:62px}#tpx-new-flashmc-templates :is(.lg\:font-normal){font-weight:400}#tpx-new-flashmc-templates :is(.lg\:uppercase){text-transform:uppercase}#tpx-new-flashmc-templates :is(.lg\:leading-\[1\.6\]){line-height:1.6}#tpx-new-flashmc-templates :is(.lg\:text-white){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.lg\:data-active\:border-b[data-ui~=active]){border-bottom-width:1px}#tpx-new-flashmc-templates :is(.lg\:data-active\:pb-4[data-ui~=active]){padding-bottom:16px}#tpx-new-flashmc-templates :is(.group[data-ui~=active] .lg\:group-data-active\:-translate-y-full){--tw-translate-y:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.group[data-ui~=active] .lg\:group-data-active\:translate-y-0){--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#tpx-new-flashmc-templates :is(.lg\:hover\:border-accent:hover){--tw-border-opacity:1;border-color:rgb(208 145 54 / var(--tw-border-opacity))}#tpx-new-flashmc-templates :is(.lg\:hover\:bg-accent\/8:hover){background-color:#d0913614}#tpx-new-flashmc-templates :is(.admin-bar .lg\:admin-bar\:top-24){top:96px}#tpx-new-flashmc-templates :is(.admin-bar .lg\:admin-bar\:top-60){top:240px}#tpx-new-flashmc-templates :is(.admin-bar .lg\:admin-bar\:top-80){top:320px}#tpx-new-flashmc-templates :is(.admin-bar .lg\:admin-bar\:top-\[194px\]){top:194px}}@media (min-width:1280px){#tpx-new-flashmc-templates :is(.xl\:px-0){padding-left:0;padding-right:0}}@media (min-width:1536px){#tpx-new-flashmc-templates :is(.\32xl\:py-76){padding-top:300px;padding-bottom:300px}#tpx-new-flashmc-templates :is(.\32xl\:pt-72){padding-top:288px}}#tpx-new-flashmc-templates :is(.\[\&\.swiper-button-disabled\]\:pointer-events-none.swiper-button-disabled){pointer-events:none}#tpx-new-flashmc-templates :is(.\[\&\.swiper-button-disabled\]\:opacity-10.swiper-button-disabled){opacity:.1}#tpx-new-flashmc-templates :is(.\[\&\:\:after\]\:\!hidden):after{display:none!important}#tpx-new-flashmc-templates :is(.\[\&\>a\]\:text-primary>a){--tw-text-opacity:1;color:rgb(18 105 58 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.\[\&\>a\]\:underline>a){text-decoration-line:underline}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\:hover\]\:text-accent .tpx-footer-menu a:hover){--tw-text-opacity:1;color:rgb(208 145 54 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:block .tpx-footer-menu a){display:block}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:font-body .tpx-footer-menu a){font-family:Open Sans,sans-serif}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:text-14 .tpx-footer-menu a){font-size:14px}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:font-normal .tpx-footer-menu a){font-weight:400}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:leading-snug .tpx-footer-menu a){line-height:1.375}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:text-white .tpx-footer-menu a){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_a\]\:transition-colors .tpx-footer-menu a){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_li\:last-child\]\:mb-0 .tpx-footer-menu li:last-child){margin-bottom:0}#tpx-new-flashmc-templates :is(.\[\&_\.tpx-footer-menu_li\]\:mb-4 .tpx-footer-menu li){margin-bottom:16px}@media (min-width:768px){#tpx-new-flashmc-templates :is(.md\:\[\&_br\]\:hidden br){display:none}}#tpx-new-flashmc-templates :is(.\[\&_p\]\:my-0 p){margin-top:0;margin-bottom:0}#tpx-new-flashmc-templates :is(.\[\&_strong\]\:font-normal strong){font-weight:400}#tpx-new-flashmc-templates :is(.\[\&_strong\]\:text-primary strong){--tw-text-opacity:1;color:rgb(18 105 58 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.\[\&_strong\]\:text-yellow strong){--tw-text-opacity:1;color:rgb(253 183 20 / var(--tw-text-opacity))}#tpx-new-flashmc-templates :is(.active .\[\.active_\&\]\:text-yellow){--tw-text-opacity:1;color:rgb(253 183 20 / var(--tw-text-opacity))}