@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@font-face{font-family:montserrat;font-style:normal;font-weight:900;src:url(../fonts/montserrat/Montserrat-Black.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:900;src:url(../fonts/montserrat/Montserrat-BlackItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:800;src:url(../fonts/montserrat/Montserrat-ExtraBold.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:800;src:url(../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:700;src:url(../fonts/montserrat/Montserrat-Bold.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:700;src:url(../fonts/montserrat/Montserrat-BoldItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:600;src:url(../fonts/montserrat/Montserrat-SemiBold.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:600;src:url(../fonts/montserrat/Montserrat-SemiBoldItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:500;src:url(../fonts/montserrat/Montserrat-Medium.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:500;src:url(../fonts/montserrat/Montserrat-MediumItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:400;src:url(../fonts/montserrat/Montserrat-Regular.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:400;src:url(../fonts/montserrat/Montserrat-Italic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:300;src:url(../fonts/montserrat/Montserrat-Light.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:300;src:url(../fonts/montserrat/Montserrat-LightItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:200;src:url(../fonts/montserrat/Montserrat-ExtraLight.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:200;src:url(../fonts/montserrat/Montserrat-ExtraLightItalic.ttf)}@font-face{font-family:montserrat;font-style:normal;font-weight:100;src:url(../fonts/montserrat/Montserrat-Thin.ttf)}@font-face{font-family:montserrat;font-style:italic;font-weight:100;src:url(../fonts/montserrat/Montserrat-ThinItalic.ttf)}@font-face{font-family:aptima;font-style:normal;font-weight:400;src:url(../fonts/aptima/SVN-APTIMA.TTF)}@font-face{font-family:aptima;font-style:italic;font-weight:400;src:url(../fonts/aptima/SVN-APTIMA_ITALIC.TTF)}@font-face{font-family:aptima;font-style:normal;font-weight:700;src:url(../fonts/aptima/SVN-APTIMA_BOLD.TTF)}@font-face{font-family:aptima;font-style:italic;font-weight:700;src:url(../fonts/aptima/SVN-APTIMA_BOLD_ITALIC.TTF)}@font-face{font-family:utm;font-style:italic;font-weight:500;src:url(../fonts/UTM/AmericanaItalic.ttf)}@font-face{font-family:UTMAptima;font-weight:500;src:url(../fonts/UTM/[cnttqn.net]UTMAptima.ttf)}@font-face{font-family:raleway;font-weight:500;src:url(../fonts/raleway/Raleway-Medium.ttf)}.text-aptima{font-family:aptima}.text-utm{font-family:utm}.text-raleway{font-family:raleway}.text-utm-Aptima{font-family:UTMAptima}.text-montserrat{font-family:montserrat}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--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:rgba(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: }::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:rgba(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: }.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-bottom-\[39rem\]{bottom:-39rem}.-left-\[15rem\]{left:-15rem}.-left-\[48rem\]{left:-48rem}.-right-\[15rem\]{right:-15rem}.-right-\[1rem\]{right:-1rem}.-right-\[60rem\]{right:-60rem}.-top-\[10\.5rem\]{top:-10.5rem}.-top-\[10rem\]{top:-10rem}.-top-\[18\.5rem\]{top:-18.5rem}.-top-\[1rem\]{top:-1rem}.-top-\[3rem\]{top:-3rem}.-top-\[4\.5rem\]{top:-4.5rem}.-top-\[60rem\]{top:-60rem}.-top-\[9\.5rem\]{top:-9.5rem}.bottom-0{bottom:0}.bottom-\[-10rem\]{bottom:-10rem}.bottom-\[-11rem\]{bottom:-11rem}.bottom-\[-16rem\]{bottom:-16rem}.bottom-\[-1rem\]{bottom:-1rem}.bottom-\[-35rem\]{bottom:-35rem}.bottom-\[-36rem\]{bottom:-36rem}.bottom-\[-9rem\]{bottom:-9rem}.bottom-\[11rem\]{bottom:11rem}.bottom-\[13rem\]{bottom:13rem}.bottom-\[24rem\]{bottom:24rem}.bottom-\[3\.2rem\]{bottom:3.2rem}.bottom-\[6\.4rem\]{bottom:6.4rem}.left-0{left:0}.left-1\/2{left:50%}.left-\[-0\.6rem\]{left:-.6rem}.left-\[-1\.5rem\]{left:-1.5rem}.left-\[-10rem\]{left:-10rem}.left-\[-15rem\]{left:-15rem}.left-\[-18rem\]{left:-18rem}.left-\[-24rem\]{left:-24rem}.left-\[-36rem\]{left:-36rem}.left-\[-3rem\]{left:-3rem}.left-\[-5rem\]{left:-5rem}.left-\[-7rem\]{left:-7rem}.left-\[0\.002204059064388275px\]{left:.002204059064388275px}.left-\[0\.5rem\]{left:.5rem}.left-\[1\.8rem\]{left:1.8rem}.left-\[10\.2rem\]{left:10.2rem}.left-\[10\.4rem\]{left:10.4rem}.left-\[100\.2rem\]{left:100.2rem}.left-\[100\.7rem\]{left:100.7rem}.left-\[103\.3rem\]{left:103.3rem}.left-\[105\.1rem\]{left:105.1rem}.left-\[106\.1rem\]{left:106.1rem}.left-\[106\.4rem\]{left:106.4rem}.left-\[107\.8rem\]{left:107.8rem}.left-\[108\.1rem\]{left:108.1rem}.left-\[108\.3rem\]{left:108.3rem}.left-\[108rem\]{left:108rem}.left-\[11rem\]{left:11rem}.left-\[12rem\]{left:12rem}.left-\[131\.7rem\]{left:131.7rem}.left-\[15rem\]{left:15rem}.left-\[165\.3rem\]{left:165.3rem}.left-\[2\.405rem\]{left:2.405rem}.left-\[2\.7rem\]{left:2.7rem}.left-\[20\%\]{left:20%}.left-\[21\.2rem\]{left:21.2rem}.left-\[21\.8rem\]{left:21.8rem}.left-\[22\.4rem\]{left:22.4rem}.left-\[22rem\]{left:22rem}.left-\[24\.5rem\]{left:24.5rem}.left-\[25\.351rem\]{left:25.351rem}.left-\[25\.4rem\]{left:25.4rem}.left-\[26rem\]{left:26rem}.left-\[27\%\]{left:27%}.left-\[27\.2rem\]{left:27.2rem}.left-\[27rem\]{left:27rem}.left-\[28\.1rem\]{left:28.1rem}.left-\[29\.1rem\]{left:29.1rem}.left-\[2rem\]{left:2rem}.left-\[3\.4rem\]{left:3.4rem}.left-\[3\.5rem\]{left:3.5rem}.left-\[30\.2rem\]{left:30.2rem}.left-\[30\.3rem\]{left:30.3rem}.left-\[30\.9rem\]{left:30.9rem}.left-\[31\.3rem\]{left:31.3rem}.left-\[32rem\]{left:32rem}.left-\[33\.7rem\]{left:33.7rem}.left-\[34\.7rem\]{left:34.7rem}.left-\[34\.9rem\]{left:34.9rem}.left-\[36\.1rem\]{left:36.1rem}.left-\[39\.8rem\]{left:39.8rem}.left-\[39rem\]{left:39rem}.left-\[40\.2rem\]{left:40.2rem}.left-\[40\.3rem\]{left:40.3rem}.left-\[40\.9em\]{left:40.9em}.left-\[42rem\]{left:42rem}.left-\[44\.5rem\]{left:44.5rem}.left-\[46\.9em\]{left:46.9em}.left-\[50\.7rem\]{left:50.7rem}.left-\[51\.3rem\]{left:51.3rem}.left-\[53\.7rem\]{left:53.7rem}.left-\[56\.1rem\]{left:56.1rem}.left-\[57rem\]{left:57rem}.left-\[58\.2rem\]{left:58.2rem}.left-\[6\.161rem\]{left:6.161rem}.left-\[60\.192rem\]{left:60.192rem}.left-\[61\.5rem\]{left:61.5rem}.left-\[61rem\]{left:61rem}.left-\[62\.7rem\]{left:62.7rem}.left-\[62\.8rem\]{left:62.8rem}.left-\[62\.9rem\]{left:62.9rem}.left-\[63\.7rem\]{left:63.7rem}.left-\[63\.8rem\]{left:63.8rem}.left-\[63rem\]{left:63rem}.left-\[65rem\]{left:65rem}.left-\[66\.3rem\]{left:66.3rem}.left-\[66\.5rem\]{left:66.5rem}.left-\[66\.6rem\]{left:66.6rem}.left-\[67\.7rem\]{left:67.7rem}.left-\[69\.2rem\]{left:69.2rem}.left-\[7\.3rem\]{left:7.3rem}.left-\[72\.5rem\]{left:72.5rem}.left-\[73\.2rem\]{left:73.2rem}.left-\[74\.5rem\]{left:74.5rem}.left-\[75\.5rem\]{left:75.5rem}.left-\[79\.5rem\]{left:79.5rem}.left-\[80\.6rem\]{left:80.6rem}.left-\[85\.6rem\]{left:85.6rem}.left-\[87\.4rem\]{left:87.4rem}.left-\[90\.5rem\]{left:90.5rem}.left-\[96\.1rem\]{left:96.1rem}.left-\[98\.1rem\]{left:98.1rem}.left-\[98\.7rem\]{left:98.7rem}.left-\[9rem\]{left:9rem}.right-0{right:0}.right-\[-1\.5rem\]{right:-1.5rem}.right-\[-10rem\]{right:-10rem}.right-\[-11rem\]{right:-11rem}.right-\[-15rem\]{right:-15rem}.right-\[-18rem\]{right:-18rem}.right-\[-21rem\]{right:-21rem}.right-\[-25rem\]{right:-25rem}.right-\[-2rem\]{right:-2rem}.right-\[-3rem\]{right:-3rem}.right-\[-48rem\]{right:-48rem}.right-\[-7rem\]{right:-7rem}.right-\[1\.8rem\]{right:1.8rem}.right-\[10rem\]{right:10rem}.right-\[12rem\]{right:12rem}.right-\[2\.7rem\]{right:2.7rem}.right-\[20rem\]{right:20rem}.right-\[21\.8rem\]{right:21.8rem}.right-\[22rem\]{right:22rem}.right-\[25\.8rem\]{right:25.8rem}.right-\[2rem\]{right:2rem}.right-\[3\.5rem\]{right:3.5rem}.right-\[3rem\]{right:3rem}.right-\[8rem\]{right:8rem}.top-0{top:0}.top-1\/2{top:50%}.top-\[-14rem\]{top:-14rem}.top-\[-15rem\]{top:-15rem}.top-\[-17rem\]{top:-17rem}.top-\[-2\.5rem\]{top:-2.5rem}.top-\[-24rem\]{top:-24rem}.top-\[-2rem\]{top:-2rem}.top-\[-39rem\]{top:-39rem}.top-\[-3rem\]{top:-3rem}.top-\[-5rem\]{top:-5rem}.top-\[-66rem\]{top:-66rem}.top-\[0\.526rem\]{top:.526rem}.top-\[1\.168rem\]{top:1.168rem}.top-\[10\.984rem\]{top:10.984rem}.top-\[108\.5rem\]{top:108.5rem}.top-\[10rem\]{top:10rem}.top-\[119\.9rem\]{top:119.9rem}.top-\[11rem\]{top:11rem}.top-\[12\.984rem\]{top:12.984rem}.top-\[120\.3rem\]{top:120.3rem}.top-\[127\.2rem\]{top:127.2rem}.top-\[13\.351rem\]{top:13.351rem}.top-\[13\.984rem\]{top:13.984rem}.top-\[136\.2rem\]{top:136.2rem}.top-\[148\.2rem\]{top:148.2rem}.top-\[14rem\]{top:14rem}.top-\[15\.3rem\]{top:15.3rem}.top-\[15\.984rem\]{top:15.984rem}.top-\[15\.9rem\]{top:15.9rem}.top-\[157\.2rem\]{top:157.2rem}.top-\[15rem\]{top:15rem}.top-\[16\.6rem\]{top:16.6rem}.top-\[16\.984rem\]{top:16.984rem}.top-\[163\.2rem\]{top:163.2rem}.top-\[16rem\]{top:16rem}.top-\[17\.137rem\]{top:17.137rem}.top-\[17\.8rem\]{top:17.8rem}.top-\[18\.52rem\]{top:18.52rem}.top-\[18\.5rem\]{top:18.5rem}.top-\[18\.984rem\]{top:18.984rem}.top-\[18rem\]{top:18rem}.top-\[19\.984rem\]{top:19.984rem}.top-\[197\.4rem\]{top:197.4rem}.top-\[19rem\]{top:19rem}.top-\[1rem\]{top:1rem}.top-\[2\.5rem\]{top:2.5rem}.top-\[20\.3rem\]{top:20.3rem}.top-\[204\.5rem\]{top:204.5rem}.top-\[205\.7rem\]{top:205.7rem}.top-\[206\.6rem\]{top:206.6rem}.top-\[21\.2rem\]{top:21.2rem}.top-\[21\.984rem\]{top:21.984rem}.top-\[213\.5rem\]{top:213.5rem}.top-\[21rem\]{top:21rem}.top-\[22\.676rem\]{top:22.676rem}.top-\[222\.2rem\]{top:222.2rem}.top-\[23\.2rem\]{top:23.2rem}.top-\[231\.2rem\]{top:231.2rem}.top-\[235\.5rem\]{top:235.5rem}.top-\[24\.114rem\]{top:24.114rem}.top-\[245\.3rem\]{top:245.3rem}.top-\[245\.5rem\]{top:245.5rem}.top-\[246\.4rem\]{top:246.4rem}.top-\[24rem\]{top:24rem}.top-\[25\.984rem\]{top:25.984rem}.top-\[251\.9rem\]{top:251.9rem}.top-\[254\.9rem\]{top:254.9rem}.top-\[257\.9rem\]{top:257.9rem}.top-\[26\.61rem\]{top:26.61rem}.top-\[26\.941rem\]{top:26.941rem}.top-\[276\.7rem\]{top:276.7rem}.top-\[28\.372rem\]{top:28.372rem}.top-\[28\.3rem\]{top:28.3rem}.top-\[289rem\]{top:289rem}.top-\[2rem\]{top:2rem}.top-\[3\.9rem\]{top:3.9rem}.top-\[31\.3rem\]{top:31.3rem}.top-\[32\.793rem\]{top:32.793rem}.top-\[32rem\]{top:32rem}.top-\[34\.493rem\]{top:34.493rem}.top-\[35\.334rem\]{top:35.334rem}.top-\[352\.1rem\]{top:352.1rem}.top-\[35rem\]{top:35rem}.top-\[36\.334rem\]{top:36.334rem}.top-\[36rem\]{top:36rem}.top-\[38\.334rem\]{top:38.334rem}.top-\[39\.3rem\]{top:39.3rem}.top-\[3rem\]{top:3rem}.top-\[4\.3rem\]{top:4.3rem}.top-\[4\.5rem\]{top:4.5rem}.top-\[4\.684rem\]{top:4.684rem}.top-\[4\.935rem\]{top:4.935rem}.top-\[40rem\]{top:40rem}.top-\[41rem\]{top:41rem}.top-\[423\.1rem\]{top:423.1rem}.top-\[43\.1rem\]{top:43.1rem}.top-\[43rem\]{top:43rem}.top-\[44\.7rem\]{top:44.7rem}.top-\[47rem\]{top:47rem}.top-\[4rem\]{top:4rem}.top-\[5\.051rem\]{top:5.051rem}.top-\[50\.9rem\]{top:50.9rem}.top-\[503\.8rem\]{top:503.8rem}.top-\[50rem\]{top:50rem}.top-\[512\.7rem\]{top:512.7rem}.top-\[52\.2rem\]{top:52.2rem}.top-\[52rem\]{top:52rem}.top-\[53\.5rem\]{top:53.5rem}.top-\[53rem\]{top:53rem}.top-\[54\.6rem\]{top:54.6rem}.top-\[541\.4rem\]{top:541.4rem}.top-\[548\.4rem\]{top:548.4rem}.top-\[55\%\]{top:55%}.top-\[559\.4rem\]{top:559.4rem}.top-\[567\.4rem\]{top:567.4rem}.top-\[588\.2rem\]{top:588.2rem}.top-\[5rem\]{top:5rem}.top-\[6\.2rem\]{top:6.2rem}.top-\[6\.55rem\]{top:6.55rem}.top-\[62\.7rem\]{top:62.7rem}.top-\[66rem\]{top:66rem}.top-\[69\.8rem\]{top:69.8rem}.top-\[6rem\]{top:6rem}.top-\[7\.5rem\]{top:7.5rem}.top-\[7\.669rem\]{top:7.669rem}.top-\[7\.957rem\]{top:7.957rem}.top-\[7\.984rem\]{top:7.984rem}.top-\[7\.9rem\]{top:7.9rem}.top-\[702\.7rem\]{top:702.7rem}.top-\[70rem\]{top:70rem}.top-\[77\.5rem\]{top:77.5rem}.top-\[8\.446rem\]{top:8.446rem}.top-\[8\.6rem\]{top:8.6rem}.top-\[8\.7rem\]{top:8.7rem}.top-\[819\.6rem\]{top:819.6rem}.top-\[84rem\]{top:84rem}.top-\[86\.1rem\]{top:86.1rem}.top-\[8rem\]{top:8rem}.top-\[9\.5rem\]{top:9.5rem}.top-\[9\.984rem\]{top:9.984rem}.top-\[913rem\]{top:913rem}.top-\[9rem\]{top:9rem}.top-\[calc\(100\%_\+_0\.5rem\)\]{top:calc(100% + .5rem)}.top-\[calc\(50\%_\+_12rem\)\]{top:calc(50% + 12rem)}.top-\[calc\(50\%_\+_5rem\)\]{top:calc(50% + 5rem)}.top-\[calc\(50\%_\+_6rem\)\]{top:calc(50% + 6rem)}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[30\]{z-index:30}.z-\[50\]{z-index:50}.float-right{float:right}.float-left{float:left}.clear-both{clear:both}.mx-\[0\.8rem\]{margin-left:.8rem;margin-right:.8rem}.mx-\[1\.2rem\]{margin-left:1.2rem;margin-right:1.2rem}.mx-\[12\.6rem\]{margin-left:12.6rem;margin-right:12.6rem}.mx-\[24\.4rem\]{margin-left:24.4rem;margin-right:24.4rem}.mx-\[4rem\]{margin-left:4rem;margin-right:4rem}.mx-auto{margin-left:auto;margin-right:auto}.my-\[2\.7rem\]{margin-bottom:2.7rem;margin-top:2.7rem}.mb-\[0\.2rem\]{margin-bottom:.2rem}.mb-\[0\.3rem\]{margin-bottom:.3rem}.mb-\[0\.4rem\]{margin-bottom:.4rem}.mb-\[0\.51rem\]{margin-bottom:.51rem}.mb-\[0\.5rem\]{margin-bottom:.5rem}.mb-\[0\.8rem\]{margin-bottom:.8rem}.mb-\[1\.1rem\]{margin-bottom:1.1rem}.mb-\[1\.26rem\]{margin-bottom:1.26rem}.mb-\[1\.2rem\]{margin-bottom:1.2rem}.mb-\[1\.3rem\]{margin-bottom:1.3rem}.mb-\[1\.4rem\]{margin-bottom:1.4rem}.mb-\[1\.5rem\]{margin-bottom:1.5rem}.mb-\[1\.6rem\]{margin-bottom:1.6rem}.mb-\[1\.7rem\]{margin-bottom:1.7rem}.mb-\[1\.8rem\]{margin-bottom:1.8rem}.mb-\[10\.6rem\]{margin-bottom:10.6rem}.mb-\[10\.9rem\]{margin-bottom:10.9rem}.mb-\[10rem\]{margin-bottom:10rem}.mb-\[11\.3rem\]{margin-bottom:11.3rem}.mb-\[11\.7rem\]{margin-bottom:11.7rem}.mb-\[14\.5rem\]{margin-bottom:14.5rem}.mb-\[14rem\]{margin-bottom:14rem}.mb-\[15rem\]{margin-bottom:15rem}.mb-\[17rem\]{margin-bottom:17rem}.mb-\[18rem\]{margin-bottom:18rem}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[2\.1rem\]{margin-bottom:2.1rem}.mb-\[2\.26rem\]{margin-bottom:2.26rem}.mb-\[2\.2rem\]{margin-bottom:2.2rem}.mb-\[2\.3rem\]{margin-bottom:2.3rem}.mb-\[2\.4rem\]{margin-bottom:2.4rem}.mb-\[2\.5rem\]{margin-bottom:2.5rem}.mb-\[2\.6rem\]{margin-bottom:2.6rem}.mb-\[2\.7rem\]{margin-bottom:2.7rem}.mb-\[2\.8rem\]{margin-bottom:2.8rem}.mb-\[2\.9rem\]{margin-bottom:2.9rem}.mb-\[20rem\]{margin-bottom:20rem}.mb-\[21rem\]{margin-bottom:21rem}.mb-\[22\.8rem\]{margin-bottom:22.8rem}.mb-\[24\.3rem\]{margin-bottom:24.3rem}.mb-\[25rem\]{margin-bottom:25rem}.mb-\[29\.1rem\]{margin-bottom:29.1rem}.mb-\[2rem\]{margin-bottom:2rem}.mb-\[3\.1rem\]{margin-bottom:3.1rem}.mb-\[3\.3rem\]{margin-bottom:3.3rem}.mb-\[3\.5rem\]{margin-bottom:3.5rem}.mb-\[3\.7rem\]{margin-bottom:3.7rem}.mb-\[3\.8rem\]{margin-bottom:3.8rem}.mb-\[3\.9rem\]{margin-bottom:3.9rem}.mb-\[30rem\]{margin-bottom:30rem}.mb-\[32\.4rem\]{margin-bottom:32.4rem}.mb-\[38\.7rem\]{margin-bottom:38.7rem}.mb-\[3rem\]{margin-bottom:3rem}.mb-\[4\.26rem\]{margin-bottom:4.26rem}.mb-\[4\.5rem\]{margin-bottom:4.5rem}.mb-\[4\.8rem\]{margin-bottom:4.8rem}.mb-\[40\.2rem\]{margin-bottom:40.2rem}.mb-\[43\.6rem\]{margin-bottom:43.6rem}.mb-\[45\.6rem\]{margin-bottom:45.6rem}.mb-\[4rem\]{margin-bottom:4rem}.mb-\[5\.3rem\]{margin-bottom:5.3rem}.mb-\[5\.5rem\]{margin-bottom:5.5rem}.mb-\[5\.6rem\]{margin-bottom:5.6rem}.mb-\[5\.9rem\]{margin-bottom:5.9rem}.mb-\[5rem\]{margin-bottom:5rem}.mb-\[6\.8rem\]{margin-bottom:6.8rem}.mb-\[6\.9rem\]{margin-bottom:6.9rem}.mb-\[6rem\]{margin-bottom:6rem}.mb-\[7\.4rem\]{margin-bottom:7.4rem}.mb-\[7\.5rem\]{margin-bottom:7.5rem}.mb-\[76rem\]{margin-bottom:76rem}.mb-\[7rem\]{margin-bottom:7rem}.mb-\[8\.467rem\]{margin-bottom:8.467rem}.mb-\[8\.8rem\]{margin-bottom:8.8rem}.mb-\[8rem\]{margin-bottom:8rem}.mb-\[9\.8rem\]{margin-bottom:9.8rem}.mb-\[9rem\]{margin-bottom:9rem}.ml-\[-5rem\]{margin-left:-5rem}.ml-\[1\.5rem\]{margin-left:1.5rem}.ml-\[23\.8rem\]{margin-left:23.8rem}.ml-\[2rem\]{margin-left:2rem}.ml-\[4rem\]{margin-left:4rem}.ml-\[5rem\]{margin-left:5rem}.ml-\[6rem\]{margin-left:6rem}.mr-\[0\.5rem\]{margin-right:.5rem}.mr-\[1\.5rem\]{margin-right:1.5rem}.mr-\[1rem\]{margin-right:1rem}.mr-\[2\.5rem\]{margin-right:2.5rem}.mr-\[3\.3rem\]{margin-right:3.3rem}.mt-\[0\.2rem\]{margin-top:.2rem}.mt-\[0\.5rem\]{margin-top:.5rem}.mt-\[1\.217rem\]{margin-top:1.217rem}.mt-\[1\.2rem\]{margin-top:1.2rem}.mt-\[1\.9rem\]{margin-top:1.9rem}.mt-\[11\.3rem\]{margin-top:11.3rem}.mt-\[11\.7rem\]{margin-top:11.7rem}.mt-\[16\.17rem\]{margin-top:16.17rem}.mt-\[16px\]{margin-top:16px}.mt-\[17rem\]{margin-top:17rem}.mt-\[1rem\]{margin-top:1rem}.mt-\[2\.434rem\]{margin-top:2.434rem}.mt-\[2\.5rem\]{margin-top:2.5rem}.mt-\[2\.8rem\]{margin-top:2.8rem}.mt-\[20rem\]{margin-top:20rem}.mt-\[22\.3rem\]{margin-top:22.3rem}.mt-\[28\.3rem\]{margin-top:28.3rem}.mt-\[2rem\]{margin-top:2rem}.mt-\[3\.2rem\]{margin-top:3.2rem}.mt-\[3\.3rem\]{margin-top:3.3rem}.mt-\[3\.8rem\]{margin-top:3.8rem}.mt-\[3\.9rem\]{margin-top:3.9rem}.mt-\[30rem\]{margin-top:30rem}.mt-\[32\.3rem\]{margin-top:32.3rem}.mt-\[3rem\]{margin-top:3rem}.mt-\[4\.2rem\]{margin-top:4.2rem}.mt-\[4\.3rem\]{margin-top:4.3rem}.mt-\[4\.9rem\]{margin-top:4.9rem}.mt-\[4rem\]{margin-top:4rem}.mt-\[5\.1rem\]{margin-top:5.1rem}.mt-\[5rem\]{margin-top:5rem}.mt-\[6\.6rem\]{margin-top:6.6rem}.mt-\[6rem\]{margin-top:6rem}.mt-\[7\.3rem\]{margin-top:7.3rem}.mt-\[9\.5rem\]{margin-top:9.5rem}.mt-\[9rem\]{margin-top:9rem}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[1\]{aspect-ratio:1}.aspect-square{aspect-ratio:1/1}.h-\[0\.1rem\]{height:.1rem}.h-\[0\.2rem\]{height:.2rem}.h-\[0\.3rem\]{height:.3rem}.h-\[1\.4rem\]{height:1.4rem}.h-\[10\.5rem\]{height:10.5rem}.h-\[102\.5rem\]{height:102.5rem}.h-\[108\.2rem\]{height:108.2rem}.h-\[10rem\]{height:10rem}.h-\[11\.1rem\]{height:11.1rem}.h-\[11\.4rem\]{height:11.4rem}.h-\[11\.8rem\]{height:11.8rem}.h-\[114\.5rem\]{height:114.5rem}.h-\[116\.9rem\]{height:116.9rem}.h-\[12\.6rem\]{height:12.6rem}.h-\[12\.8rem\]{height:12.8rem}.h-\[12\.9rem\]{height:12.9rem}.h-\[12rem\]{height:12rem}.h-\[13\.2rem\]{height:13.2rem}.h-\[132rem\]{height:132rem}.h-\[14\.4rem\]{height:14.4rem}.h-\[14rem\]{height:14rem}.h-\[15\.5rem\]{height:15.5rem}.h-\[15\.7rem\]{height:15.7rem}.h-\[150rem\]{height:150rem}.h-\[16\.7rem\]{height:16.7rem}.h-\[162rem\]{height:162rem}.h-\[17\.2rem\]{height:17.2rem}.h-\[17\.4rem\]{height:17.4rem}.h-\[17rem\]{height:17rem}.h-\[18rem\]{height:18rem}.h-\[19\.2rem\]{height:19.2rem}.h-\[19\.6rem\]{height:19.6rem}.h-\[19\.8rem\]{height:19.8rem}.h-\[19\.9rem\]{height:19.9rem}.h-\[2\.7rem\]{height:2.7rem}.h-\[2\.8rem\]{height:2.8rem}.h-\[2\.9rem\]{height:2.9rem}.h-\[20\.6rem\]{height:20.6rem}.h-\[20rem\]{height:20rem}.h-\[21\.7rem\]{height:21.7rem}.h-\[21\.9rem\]{height:21.9rem}.h-\[21rem\]{height:21rem}.h-\[22\.3rem\]{height:22.3rem}.h-\[22rem\]{height:22rem}.h-\[23\.1rem\]{height:23.1rem}.h-\[23\.6rem\]{height:23.6rem}.h-\[24rem\]{height:24rem}.h-\[26\.6rem\]{height:26.6rem}.h-\[27\.2rem\]{height:27.2rem}.h-\[28\.7rem\]{height:28.7rem}.h-\[28rem\]{height:28rem}.h-\[29rem\]{height:29rem}.h-\[3\.4rem\]{height:3.4rem}.h-\[3\.5rem\]{height:3.5rem}.h-\[3\.6rem\]{height:3.6rem}.h-\[3\.7rem\]{height:3.7rem}.h-\[3\.8rem\]{height:3.8rem}.h-\[30\.3rem\]{height:30.3rem}.h-\[30rem\]{height:30rem}.h-\[31rem\]{height:31rem}.h-\[32rem\]{height:32rem}.h-\[33\.5rem\]{height:33.5rem}.h-\[34\.4rem\]{height:34.4rem}.h-\[34\.6rem\]{height:34.6rem}.h-\[35rem\]{height:35rem}.h-\[36\.8rem\]{height:36.8rem}.h-\[37\.2rem\]{height:37.2rem}.h-\[37\.6rem\]{height:37.6rem}.h-\[38rem\]{height:38rem}.h-\[39rem\]{height:39rem}.h-\[4\.3rem\]{height:4.3rem}.h-\[4\.5rem\]{height:4.5rem}.h-\[4\.7rem\]{height:4.7rem}.h-\[4\.8rem\]{height:4.8rem}.h-\[40\.6rem\]{height:40.6rem}.h-\[42rem\]{height:42rem}.h-\[43\.2rem\]{height:43.2rem}.h-\[43rem\]{height:43rem}.h-\[44rem\]{height:44rem}.h-\[46\.1rem\]{height:46.1rem}.h-\[47\.4rem\]{height:47.4rem}.h-\[48\.7rem\]{height:48.7rem}.h-\[49rem\]{height:49rem}.h-\[4rem\]{height:4rem}.h-\[5\.2rem\]{height:5.2rem}.h-\[5\.6rem\]{height:5.6rem}.h-\[51\.7rem\]{height:51.7rem}.h-\[57\.9rem\]{height:57.9rem}.h-\[58rem\]{height:58rem}.h-\[5rem\]{height:5rem}.h-\[6\.3rem\]{height:6.3rem}.h-\[6\.7rem\]{height:6.7rem}.h-\[60\.2rem\]{height:60.2rem}.h-\[600rem\]{height:600rem}.h-\[64\.1rem\]{height:64.1rem}.h-\[65rem\]{height:65rem}.h-\[6rem\]{height:6rem}.h-\[70rem\]{height:70rem}.h-\[72\.6rem\]{height:72.6rem}.h-\[72rem\]{height:72rem}.h-\[74\.2rem\]{height:74.2rem}.h-\[74\.5rem\]{height:74.5rem}.h-\[75\.7rem\]{height:75.7rem}.h-\[75rem\]{height:75rem}.h-\[76\.2rem\]{height:76.2rem}.h-\[77\.4rem\]{height:77.4rem}.h-\[79\.4rem\]{height:79.4rem}.h-\[7rem\]{height:7rem}.h-\[82\.8rem\]{height:82.8rem}.h-\[9\.2rem\]{height:9.2rem}.h-\[9\.5rem\]{height:9.5rem}.h-\[9\.8rem\]{height:9.8rem}.h-\[91\.3rem\]{height:91.3rem}.h-\[93\.4rem\]{height:93.4rem}.h-\[9rem\]{height:9rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-\[0\.25rem\]{width:.25rem}.w-\[0\.2rem\]{width:.2rem}.w-\[0\.3rem\]{width:.3rem}.w-\[0\.5rem\]{width:.5rem}.w-\[1\.8rem\]{width:1.8rem}.w-\[10\.2rem\]{width:10.2rem}.w-\[10\.3rem\]{width:10.3rem}.w-\[10\.5rem\]{width:10.5rem}.w-\[100\.3rem\]{width:100.3rem}.w-\[101\.7rem\]{width:101.7rem}.w-\[102\.1rem\]{width:102.1rem}.w-\[102\.4rem\]{width:102.4rem}.w-\[104rem\]{width:104rem}.w-\[107\.8rem\]{width:107.8rem}.w-\[107rem\]{width:107rem}.w-\[108\.2rem\]{width:108.2rem}.w-\[108\.5rem\]{width:108.5rem}.w-\[108rem\]{width:108rem}.w-\[10rem\]{width:10rem}.w-\[11\.4rem\]{width:11.4rem}.w-\[11\.6rem\]{width:11.6rem}.w-\[11\.7rem\]{width:11.7rem}.w-\[110rem\]{width:110rem}.w-\[118\.1rem\]{width:118.1rem}.w-\[11rem\]{width:11rem}.w-\[12\.1rem\]{width:12.1rem}.w-\[12\.2rem\]{width:12.2rem}.w-\[12\.3rem\]{width:12.3rem}.w-\[12\.8rem\]{width:12.8rem}.w-\[120rem\]{width:120rem}.w-\[121\.4rem\]{width:121.4rem}.w-\[12rem\]{width:12rem}.w-\[13\.1rem\]{width:13.1rem}.w-\[13\.2rem\]{width:13.2rem}.w-\[132rem\]{width:132rem}.w-\[138rem\]{width:138rem}.w-\[139\.5rem\]{width:139.5rem}.w-\[13rem\]{width:13rem}.w-\[140rem\]{width:140rem}.w-\[144rem\]{width:144rem}.w-\[145rem\]{width:145rem}.w-\[14rem\]{width:14rem}.w-\[15\.4rem\]{width:15.4rem}.w-\[15\.6rem\]{width:15.6rem}.w-\[150rem\]{width:150rem}.w-\[151\.2rem\]{width:151.2rem}.w-\[153\.2rem\]{width:153.2rem}.w-\[153\.6rem\]{width:153.6rem}.w-\[157rem\]{width:157rem}.w-\[159rem\]{width:159rem}.w-\[15rem\]{width:15rem}.w-\[16\.6rem\]{width:16.6rem}.w-\[160rem\]{width:160rem}.w-\[162rem\]{width:162rem}.w-\[16rem\]{width:16rem}.w-\[17\.2rem\]{width:17.2rem}.w-\[17\.3rem\]{width:17.3rem}.w-\[17\.4rem\]{width:17.4rem}.w-\[172rem\]{width:172rem}.w-\[17rem\]{width:17rem}.w-\[18\.2rem\]{width:18.2rem}.w-\[18\.6rem\]{width:18.6rem}.w-\[185rem\]{width:185rem}.w-\[19\.3rem\]{width:19.3rem}.w-\[192rem\]{width:192rem}.w-\[2\.2rem\]{width:2.2rem}.w-\[2\.6rem\]{width:2.6rem}.w-\[20rem\]{width:20rem}.w-\[21\.6rem\]{width:21.6rem}.w-\[21\.7rem\]{width:21.7rem}.w-\[21rem\]{width:21rem}.w-\[22rem\]{width:22rem}.w-\[23\.6rem\]{width:23.6rem}.w-\[24\.2rem\]{width:24.2rem}.w-\[24\.3rem\]{width:24.3rem}.w-\[24\.8rem\]{width:24.8rem}.w-\[24rem\]{width:24rem}.w-\[25\.6rem\]{width:25.6rem}.w-\[25\.7rem\]{width:25.7rem}.w-\[26\.2rem\]{width:26.2rem}.w-\[26rem\]{width:26rem}.w-\[27rem\]{width:27rem}.w-\[28\.3rem\]{width:28.3rem}.w-\[28\.4rem\]{width:28.4rem}.w-\[28\.6rem\]{width:28.6rem}.w-\[28\.7rem\]{width:28.7rem}.w-\[28\.8rem\]{width:28.8rem}.w-\[29\.2rem\]{width:29.2rem}.w-\[29\.5rem\]{width:29.5rem}.w-\[29rem\]{width:29rem}.w-\[2rem\]{width:2rem}.w-\[3\.4rem\]{width:3.4rem}.w-\[3\.6rem\]{width:3.6rem}.w-\[3\.7rem\]{width:3.7rem}.w-\[3\.8rem\]{width:3.8rem}.w-\[30\.7rem\]{width:30.7rem}.w-\[30\.9rem\]{width:30.9rem}.w-\[30rem\]{width:30rem}.w-\[31\.5rem\]{width:31.5rem}.w-\[31\.6rem\]{width:31.6rem}.w-\[31rem\]{width:31rem}.w-\[32\.2rem\]{width:32.2rem}.w-\[33\.4rem\]{width:33.4rem}.w-\[33rem\]{width:33rem}.w-\[34\.2rem\]{width:34.2rem}.w-\[34\.4rem\]{width:34.4rem}.w-\[34\.5rem\]{width:34.5rem}.w-\[34\.7rem\]{width:34.7rem}.w-\[34\.8rem\]{width:34.8rem}.w-\[35\.1rem\]{width:35.1rem}.w-\[35\.6rem\]{width:35.6rem}.w-\[35\.7rem\]{width:35.7rem}.w-\[35\.9rem\]{width:35.9rem}.w-\[35rem\]{width:35rem}.w-\[36rem\]{width:36rem}.w-\[37\.4rem\]{width:37.4rem}.w-\[37\.6rem\]{width:37.6rem}.w-\[37rem\]{width:37rem}.w-\[38\.7rem\]{width:38.7rem}.w-\[38\.8rem\]{width:38.8rem}.w-\[38rem\]{width:38rem}.w-\[39\.1rem\]{width:39.1rem}.w-\[39rem\]{width:39rem}.w-\[3rem\]{width:3rem}.w-\[4\.3rem\]{width:4.3rem}.w-\[4\.7rem\]{width:4.7rem}.w-\[40\.4rem\]{width:40.4rem}.w-\[40\.7rem\]{width:40.7rem}.w-\[40rem\]{width:40rem}.w-\[41\.2rem\]{width:41.2rem}.w-\[41\.6rem\]{width:41.6rem}.w-\[41rem\]{width:41rem}.w-\[42\.3rem\]{width:42.3rem}.w-\[42\.6rem\]{width:42.6rem}.w-\[43\.2rem\]{width:43.2rem}.w-\[43\.5rem\]{width:43.5rem}.w-\[43\.6rem\]{width:43.6rem}.w-\[43rem\]{width:43rem}.w-\[44\.3rem\]{width:44.3rem}.w-\[44rem\]{width:44rem}.w-\[45\.1rem\]{width:45.1rem}.w-\[45\.5rem\]{width:45.5rem}.w-\[46\.3rem\]{width:46.3rem}.w-\[47\.2rem\]{width:47.2rem}.w-\[49\.5rem\]{width:49.5rem}.w-\[49rem\]{width:49rem}.w-\[4rem\]{width:4rem}.w-\[5\.5rem\]{width:5.5rem}.w-\[50\.4rem\]{width:50.4rem}.w-\[50rem\]{width:50rem}.w-\[51\.8rem\]{width:51.8rem}.w-\[56rem\]{width:56rem}.w-\[57rem\]{width:57rem}.w-\[58\.1rem\]{width:58.1rem}.w-\[58\.8rem\]{width:58.8rem}.w-\[59\.2rem\]{width:59.2rem}.w-\[5rem\]{width:5rem}.w-\[6\.7rem\]{width:6.7rem}.w-\[60\.4rem\]{width:60.4rem}.w-\[61rem\]{width:61rem}.w-\[62rem\]{width:62rem}.w-\[65\.2rem\]{width:65.2rem}.w-\[65rem\]{width:65rem}.w-\[66\.7rem\]{width:66.7rem}.w-\[69\.2rem\]{width:69.2rem}.w-\[7\.4rem\]{width:7.4rem}.w-\[70rem\]{width:70rem}.w-\[71\.4rem\]{width:71.4rem}.w-\[71\.9rem\]{width:71.9rem}.w-\[71rem\]{width:71rem}.w-\[72\.6rem\]{width:72.6rem}.w-\[72rem\]{width:72rem}.w-\[77rem\]{width:77rem}.w-\[78\.5rem\]{width:78.5rem}.w-\[78\.6rem\]{width:78.6rem}.w-\[78rem\]{width:78rem}.w-\[7rem\]{width:7rem}.w-\[8\.4rem\]{width:8.4rem}.w-\[8\.9rem\]{width:8.9rem}.w-\[80\%\]{width:80%}.w-\[80rem\]{width:80rem}.w-\[81\.5rem\]{width:81.5rem}.w-\[81rem\]{width:81rem}.w-\[82\.2rem\]{width:82.2rem}.w-\[82\.3rem\]{width:82.3rem}.w-\[83rem\]{width:83rem}.w-\[84\.5rem\]{width:84.5rem}.w-\[84\.7rem\]{width:84.7rem}.w-\[84rem\]{width:84rem}.w-\[85rem\]{width:85rem}.w-\[86\.8rem\]{width:86.8rem}.w-\[9\.1rem\]{width:9.1rem}.w-\[9\.5rem\]{width:9.5rem}.w-\[91\.5rem\]{width:91.5rem}.w-\[92\.5rem\]{width:92.5rem}.w-\[96rem\]{width:96rem}.w-full{width:100%}.w-screen{width:100vw}.flex-shrink-0{flex-shrink:0}.origin-center{transform-origin:center}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-1\/2{--tw-translate-x:50%}.-rotate-\[0deg\],.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-\[0deg\]{--tw-rotate:-0deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.rotate-\[200deg\]{--tw-rotate:200deg}.rotate-\[200deg\],.rotate-\[247deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[247deg\]{--tw-rotate:247deg}.rotate-\[270deg\]{--tw-rotate:270deg}.rotate-\[270deg\],.rotate-\[450deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[450deg\]{--tw-rotate:450deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-\[1\.1rem\]{gap:1.1rem}.gap-\[1\.6rem\]{gap:1.6rem}.gap-\[4\.6rem\]{gap:4.6rem}.gap-x-\[1\.1rem\]{-moz-column-gap:1.1rem;column-gap:1.1rem}.gap-x-\[1rem\]{-moz-column-gap:1rem;column-gap:1rem}.gap-x-\[3\.6rem\]{-moz-column-gap:3.6rem;column-gap:3.6rem}.gap-x-\[4\.2rem\]{-moz-column-gap:4.2rem;column-gap:4.2rem}.gap-y-\[1\.2rem\]{row-gap:1.2rem}.gap-y-\[1rem\]{row-gap:1rem}.gap-y-\[3\.3rem\]{row-gap:3.3rem}.gap-y-\[4rem\]{row-gap:4rem}.place-self-center{place-self:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-\[0\.8rem\]{border-radius:.8rem}.rounded-\[1\.2rem\]{border-radius:1.2rem}.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[1\.8rem\]{border-radius:1.8rem}.rounded-\[1rem\]{border-radius:1rem}.rounded-\[2\.1rem\]{border-radius:2.1rem}.rounded-\[2\.3rem\]{border-radius:2.3rem}.rounded-\[2\.4rem\]{border-radius:2.4rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[2\.6rem\]{border-radius:2.6rem}.rounded-\[2\.8rem\]{border-radius:2.8rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[3\.3rem\]{border-radius:3.3rem}.rounded-\[3\.5rem\]{border-radius:3.5rem}.rounded-\[3rem\]{border-radius:3rem}.rounded-\[4rem\]{border-radius:4rem}.rounded-\[5rem\]{border-radius:5rem}.rounded-\[6rem\]{border-radius:6rem}.rounded-\[8rem\]{border-radius:8rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-bl-\[2rem\]{border-bottom-left-radius:2rem}.rounded-br-\[10rem\]{border-bottom-right-radius:10rem}.rounded-br-\[2rem\]{border-bottom-right-radius:2rem}.rounded-br-\[6rem\]{border-bottom-right-radius:6rem}.rounded-tl-\[10rem\]{border-top-left-radius:10rem}.rounded-tl-\[2rem\]{border-top-left-radius:2rem}.rounded-tl-\[6rem\]{border-top-left-radius:6rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[0\.15rem\]{border-width:.15rem}.border-\[0\.1rem\]{border-width:.1rem}.border-\[0\.2rem\]{border-width:.2rem}.border-\[0\.3rem\]{border-width:.3rem}.border-b{border-bottom-width:1px}.border-b-\[0\.2rem\]{border-bottom-width:.2rem}.border-b-\[0\.3rem\]{border-bottom-width:.3rem}.border-r-\[0\.3rem\]{border-right-width:.3rem}.border-t-\[0\.3rem\]{border-top-width:.3rem}.border-\[\#4D4D4F\]{--tw-border-opacity:1;border-color:rgb(77 77 79/var(--tw-border-opacity))}.border-\[\#858080\]{--tw-border-opacity:1;border-color:rgb(133 128 128/var(--tw-border-opacity))}.border-\[\#F2D1AA\]{--tw-border-opacity:1;border-color:rgb(242 209 170/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-\[\#00183A\],.bg-\[\#00183a\]{--tw-bg-opacity:1;background-color:rgb(0 24 58/var(--tw-bg-opacity))}.bg-\[\#0076B7\]{--tw-bg-opacity:1;background-color:rgb(0 118 183/var(--tw-bg-opacity))}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity))}.bg-\[\#DBDBDC\]{--tw-bg-opacity:1;background-color:rgb(219 219 220/var(--tw-bg-opacity))}.bg-\[\#E6E7E8\]{--tw-bg-opacity:1;background-color:rgb(230 231 232/var(--tw-bg-opacity))}.bg-\[\#FFFBF2\]{--tw-bg-opacity:1;background-color:rgb(255 251 242/var(--tw-bg-opacity))}.bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-opacity-\[0\.25\]{--tw-bg-opacity:0.25}.bg-opacity-\[0\.2\]{--tw-bg-opacity:0.2}.bg-opacity-\[0\.35\]{--tw-bg-opacity:0.35}.bg-opacity-\[0\.3\]{--tw-bg-opacity:0.3}.bg-\[url\(\/img\/about-us\/moon1\.png\)\]{background-image:url(/img/about-us/moon1.png)}.bg-\[url\(\/img\/about-us\/moon3\.png\)\]{background-image:url(/img/about-us/moon3.png)}.bg-\[url\(\/img\/about-us\/moon4\.png\)\]{background-image:url(/img/about-us/moon4.png)}.bg-\[url\(\/img\/bg-about-us\.png\)\]{background-image:url(/img/bg-about-us.png)}.bg-\[url\(\/img\/bg-home1\.png\)\]{background-image:url(/img/bg-home1.png)}.bg-\[url\(\/img\/bg-home2\.png\)\]{background-image:url(/img/bg-home2.png)}.bg-\[url\(\/img\/bg-home3\.png\)\]{background-image:url(/img/bg-home3.png)}.bg-\[url\(\/img\/bg-home4\.png\)\]{background-image:url(/img/bg-home4.png)}.bg-\[url\(\/img\/bg-home5\.png\)\]{background-image:url(/img/bg-home5.png)}.bg-\[url\(\/img\/bg-home6\.png\)\]{background-image:url(/img/bg-home6.png)}.bg-\[url\(\/img\/bg-home7\.png\)\]{background-image:url(/img/bg-home7.png)}.bg-\[url\(\/img\/experts\/moon1\.png\)\]{background-image:url(/img/experts/moon1.png)}.bg-\[url\(\/img\/experts\/moon2\.png\)\]{background-image:url(/img/experts/moon2.png)}.bg-\[url\(\/img\/home\/moon1\.svg\)\]{background-image:url(/img/home/moon1.svg)}.bg-\[url\(\/img\/home\/moon2\.png\)\]{background-image:url(/img/home/moon2.png)}.bg-\[url\(\/img\/home\/moon6\.png\)\]{background-image:url(/img/home/moon6.png)}.bg-\[url\(\/img\/layer-ngoi-sao\.png\)\]{background-image:url(/img/layer-ngoi-sao.png)}.bg-\[url\(\/img\/news\/moon1\.png\)\]{background-image:url(/img/news/moon1.png)}.bg-\[url\(\/img\/personal\/moon1\.png\)\]{background-image:url(/img/personal/moon1.png)}.bg-\[url\(\/img\/personal\/moon2\.png\)\]{background-image:url(/img/personal/moon2.png)}.bg-\[url\(\/img\/personal\/moon3\.png\)\]{background-image:url(/img/personal/moon3.png)}.bg-\[url\(\/img\/personal\/moon4\.png\)\]{background-image:url(/img/personal/moon4.png)}.bg-\[url\(\/img\/resources\/moon-05_5\.png\)\]{background-image:url(/img/resources/moon-05_5.png)}.bg-\[url\(\/img\/resources\/moon1\.png\)\]{background-image:url(/img/resources/moon1.png)}.bg-\[url\(\/img\/resources\/moon2\.png\)\]{background-image:url(/img/resources/moon2.png)}.bg-\[url\(\/img\/resources\/moon3\.png\)\]{background-image:url(/img/resources/moon3.png)}.bg-\[url\(\/img\/resources\/moonto\.png\)\]{background-image:url(/img/resources/moonto.png)}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#46C5F2\]{--tw-gradient-from:#46c5f2 var(--tw-gradient-from-position);--tw-gradient-to:rgba(70,197,242,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#46C6F3\]{--tw-gradient-from:#46c6f3 var(--tw-gradient-from-position);--tw-gradient-to:rgba(70,198,243,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#6911B4\]{--tw-gradient-to:#6911b4 var(--tw-gradient-to-position)}.to-\[\#6911B5\]{--tw-gradient-to:#6911b5 var(--tw-gradient-to-position)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.object-center{-o-object-position:center;object-position:center}.object-top{-o-object-position:top;object-position:top}.p-\[0\.2rem\]{padding:.2rem}.p-\[0\.6rem\]{padding:.6rem}.p-\[0\.8rem\]{padding:.8rem}.p-\[1\.2rem\]{padding:1.2rem}.p-\[1\.5rem\]{padding:1.5rem}.p-\[1\.6rem\]{padding:1.6rem}.p-\[2\.3rem\]{padding:2.3rem}.p-\[2rem\]{padding:2rem}.p-\[3rem\]{padding:3rem}.p-\[4\.868rem\]{padding:4.868rem}.p-\[4rem\]{padding:4rem}.p-\[5rem\]{padding:5rem}.px-\[0\.6rem\]{padding-left:.6rem;padding-right:.6rem}.px-\[0\.7rem\]{padding-left:.7rem;padding-right:.7rem}.px-\[0\.8rem\]{padding-left:.8rem;padding-right:.8rem}.px-\[1\.2rem\]{padding-left:1.2rem;padding-right:1.2rem}.px-\[1\.7rem\]{padding-left:1.7rem;padding-right:1.7rem}.px-\[10rem\]{padding-left:10rem;padding-right:10rem}.px-\[11rem\]{padding-left:11rem;padding-right:11rem}.px-\[14\.5rem\]{padding-left:14.5rem;padding-right:14.5rem}.px-\[16rem\]{padding-left:16rem;padding-right:16rem}.px-\[1rem\]{padding-left:1rem;padding-right:1rem}.px-\[2\.1rem\]{padding-left:2.1rem;padding-right:2.1rem}.px-\[2\.4rem\]{padding-left:2.4rem;padding-right:2.4rem}.px-\[2\.5rem\]{padding-left:2.5rem;padding-right:2.5rem}.px-\[2\.6rem\]{padding-left:2.6rem;padding-right:2.6rem}.px-\[2rem\]{padding-left:2rem;padding-right:2rem}.px-\[3\.5rem\]{padding-left:3.5rem;padding-right:3.5rem}.px-\[3rem\]{padding-left:3rem;padding-right:3rem}.px-\[4\.8rem\]{padding-left:4.8rem;padding-right:4.8rem}.px-\[4rem\]{padding-left:4rem;padding-right:4rem}.px-\[5rem\]{padding-left:5rem;padding-right:5rem}.px-\[6rem\]{padding-left:6rem;padding-right:6rem}.px-\[9\.7rem\]{padding-left:9.7rem;padding-right:9.7rem}.px-\[9rem\]{padding-left:9rem;padding-right:9rem}.py-\[0\.2rem\]{padding-bottom:.2rem;padding-top:.2rem}.py-\[0\.3rem\]{padding-bottom:.3rem;padding-top:.3rem}.py-\[0\.5rem\]{padding-bottom:.5rem;padding-top:.5rem}.py-\[0\.6rem\]{padding-bottom:.6rem;padding-top:.6rem}.py-\[0\.8rem\]{padding-bottom:.8rem;padding-top:.8rem}.py-\[1\.5rem\]{padding-bottom:1.5rem;padding-top:1.5rem}.py-\[1rem\]{padding-bottom:1rem;padding-top:1rem}.py-\[2\.8rem\]{padding-bottom:2.8rem;padding-top:2.8rem}.py-\[22rem\]{padding-bottom:22rem;padding-top:22rem}.py-\[2rem\]{padding-bottom:2rem;padding-top:2rem}.py-\[3\.3rem\]{padding-bottom:3.3rem;padding-top:3.3rem}.py-\[3rem\]{padding-bottom:3rem;padding-top:3rem}.py-\[4\.7rem\]{padding-bottom:4.7rem;padding-top:4.7rem}.pb-\[1\.7rem\]{padding-bottom:1.7rem}.pb-\[2\.5rem\]{padding-bottom:2.5rem}.pb-\[2rem\]{padding-bottom:2rem}.pb-\[3\.3rem\]{padding-bottom:3.3rem}.pb-\[3rem\]{padding-bottom:3rem}.pb-\[5rem\]{padding-bottom:5rem}.pb-\[6rem\]{padding-bottom:6rem}.pl-\[0\.5rem\]{padding-left:.5rem}.pl-\[0\.9rem\]{padding-left:.9rem}.pl-\[1\.4rem\]{padding-left:1.4rem}.pl-\[1\.5rem\]{padding-left:1.5rem}.pl-\[10\.4rem\]{padding-left:10.4rem}.pl-\[13\.6rem\]{padding-left:13.6rem}.pl-\[16rem\]{padding-left:16rem}.pl-\[1rem\]{padding-left:1rem}.pl-\[2rem\]{padding-left:2rem}.pl-\[3rem\]{padding-left:3rem}.pl-\[4\.55rem\]{padding-left:4.55rem}.pl-\[5rem\]{padding-left:5rem}.pl-\[6rem\]{padding-left:6rem}.pl-\[9\.1rem\]{padding-left:9.1rem}.pl-\[9\.5rem\]{padding-left:9.5rem}.pl-\[9\.6rem\]{padding-left:9.6rem}.pr-\[1\.5rem\]{padding-right:1.5rem}.pr-\[1rem\]{padding-right:1rem}.pr-\[2rem\]{padding-right:2rem}.pr-\[8\.7rem\]{padding-right:8.7rem}.pr-\[9\.2rem\]{padding-right:9.2rem}.pr-\[9\.4rem\]{padding-right:9.4rem}.pt-\[0\.5rem\]{padding-top:.5rem}.pt-\[0\.6rem\]{padding-top:.6rem}.pt-\[1\.9rem\]{padding-top:1.9rem}.pt-\[10rem\]{padding-top:10rem}.pt-\[11rem\]{padding-top:11rem}.pt-\[14\.9rem\]{padding-top:14.9rem}.pt-\[14rem\]{padding-top:14rem}.pt-\[16rem\]{padding-top:16rem}.pt-\[17\.8rem\]{padding-top:17.8rem}.pt-\[18\.6rem\]{padding-top:18.6rem}.pt-\[1rem\]{padding-top:1rem}.pt-\[2\.2rem\]{padding-top:2.2rem}.pt-\[2\.3rem\]{padding-top:2.3rem}.pt-\[2\.4rem\]{padding-top:2.4rem}.pt-\[3\.5rem\]{padding-top:3.5rem}.pt-\[39rem\]{padding-top:39rem}.pt-\[4\.5rem\]{padding-top:4.5rem}.pt-\[4\.9rem\]{padding-top:4.9rem}.pt-\[41rem\]{padding-top:41rem}.pt-\[53rem\]{padding-top:53rem}.pt-\[59\.2rem\]{padding-top:59.2rem}.pt-\[5rem\]{padding-top:5rem}.pt-\[6\.7rem\]{padding-top:6.7rem}.pt-\[6rem\]{padding-top:6rem}.pt-\[7rem\]{padding-top:7rem}.pt-\[8rem\]{padding-top:8rem}.pt-\[9rem\]{padding-top:9rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-\[0\.9rem\]{font-size:.9rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[1\.4rem\]{font-size:1.4rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[1\.7rem\]{font-size:1.7rem}.text-\[1\.8rem\]{font-size:1.8rem}.text-\[1\.9rem\]{font-size:1.9rem}.text-\[1rem\]{font-size:1rem}.text-\[2\.1rem\]{font-size:2.1rem}.text-\[2\.2rem\]{font-size:2.2rem}.text-\[2\.3rem\]{font-size:2.3rem}.text-\[2\.4rem\]{font-size:2.4rem}.text-\[2\.5rem\]{font-size:2.5rem}.text-\[2\.6rem\]{font-size:2.6rem}.text-\[2\.8rem\]{font-size:2.8rem}.text-\[2\.9rem\]{font-size:2.9rem}.text-\[2rem\]{font-size:2rem}.text-\[3\.2rem\]{font-size:3.2rem}.text-\[3\.3rem\]{font-size:3.3rem}.text-\[3\.5rem\]{font-size:3.5rem}.text-\[3\.6rem\]{font-size:3.6rem}.text-\[3\.8rem\]{font-size:3.8rem}.text-\[3rem\]{font-size:3rem}.text-\[4\.101rem\]{font-size:4.101rem}.text-\[4rem\]{font-size:4rem}.text-\[5\.4rem\]{font-size:5.4rem}.text-\[5\.653rem\]{font-size:5.653rem}.text-\[5rem\]{font-size:5rem}.text-\[6\.4rem\]{font-size:6.4rem}.text-\[6rem\]{font-size:6rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.\!leading-\[4rem\]{line-height:4rem!important}.leading-\[1\.4rem\]{line-height:1.4rem}.leading-\[1\.55rem\]{line-height:1.55rem}.leading-\[1\.6rem\]{line-height:1.6rem}.leading-\[1\.9rem\]{line-height:1.9rem}.leading-\[12rem\]{line-height:12rem}.leading-\[2\.5rem\]{line-height:2.5rem}.leading-\[2\.6rem\]{line-height:2.6rem}.leading-\[2\.7rem\]{line-height:2.7rem}.leading-\[2\.8rem\]{line-height:2.8rem}.leading-\[2\.9rem\]{line-height:2.9rem}.leading-\[2rem\]{line-height:2rem}.leading-\[3\.5rem\]{line-height:3.5rem}.leading-\[3\.8rem\]{line-height:3.8rem}.leading-\[4\.3rem\]{line-height:4.3rem}.leading-\[4\.5rem\]{line-height:4.5rem}.leading-\[4\.8rem\]{line-height:4.8rem}.leading-\[4rem\]{line-height:4rem}.leading-\[5rem\]{line-height:5rem}.leading-\[6\.281rem\]{line-height:6.281rem}.leading-\[6rem\]{line-height:6rem}.leading-\[7\.325rem\]{line-height:7.325rem}.leading-\[9rem\]{line-height:9rem}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#00183A\]{--tw-text-opacity:1;color:rgb(0 24 58/var(--tw-text-opacity))}.text-\[\#381DDB\]{--tw-text-opacity:1;color:rgb(56 29 219/var(--tw-text-opacity))}.text-\[\#4D4D4F\]{--tw-text-opacity:1;color:rgb(77 77 79/var(--tw-text-opacity))}.text-\[\#858080\]{--tw-text-opacity:1;color:rgb(133 128 128/var(--tw-text-opacity))}.text-\[\#eeeded\]{--tw-text-opacity:1;color:rgb(238 237 237/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-40{opacity:.4}.mix-blend-lighten{mix-blend-mode:lighten}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.drop-shadow-\[0\.7rem_0\.7rem_0\.5rem_\#231F20BF\]{--tw-drop-shadow:drop-shadow(0.7rem 0.7rem 0.5rem #231f20bf);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)}.transition{transition-duration:.15s;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)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media screen and (min-width:968px){html{font-size:10px}}@media screen and (max-width:967px){html{font-size:2px}}body{overflow-x:hidden!important;width:100vw}p{text-align:justify}.thumbnail{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.pagination.active{position:relative}.pagination.active:after{background:#fff;border-radius:100%;content:"";height:1.6rem;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:1.6rem}.bg-home.active,.bg-home.init-active{opacity:100%;z-index:45}.bg-home.active{animation:ani-bg-active 1s ease-in}.bg-home.ani-inactive{animation:ani-bg-inactive 1s ease-in}.bg-home.inactive{opacity:0;z-index:40}@keyframes ani-bg-active{0%{opacity:0}to{opacity:1}}@keyframes ani-bg-inactive{0%{opacity:1}to{opacity:0}}.menu.active{color:#fff}.menu.inactive{color:hsla(0,0%,100%,.5)}[data-aos=fade-rotate]{opacity:0;transform:rotate(1turn);transition-property:transform,opacity}[data-aos=fade-rotate] .aos-animate{opacity:1;transform:rotate(0)}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.fade-right{animation:ani-fade-right 1s ease-in-out}@keyframes ani-fade-right{0%{opacity:0;transform:translateX(-50%)}to{opacity:1;transform:translateX(0)}}.fade-left{animation:ani-fade-left 1s ease-in-out}@keyframes ani-fade-left{0%{opacity:0;transform:translateX(50%)}to{opacity:1;transform:translateX(0)}}.fade-up{animation:ani-fade-up 1s ease-in-out}@keyframes ani-fade-up{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}.fade-down{animation:ani-fade-down 1s ease-in-out}@keyframes ani-fade-down{0%{opacity:0;transform:translateY(-50%)}to{opacity:1;transform:translateY(0)}}.zoom-in{animation:ani-zoom-in 1s ease-in-out}@keyframes ani-zoom-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(100%)}}.up-zoom-in{animation:ani-up-zoom-in 1s ease-in-out;transform-origin:left bottom}@keyframes ani-up-zoom-in{0%{opacity:0;transform:scale(0) translateX(50%)}to{opacity:1;transform:scale(100%) translateX(0)}}.down-zoom-in{animation:ani-down-zoom-in 1s ease-in-out;transform-origin:top right}@keyframes ani-down-zoom-in{0%{opacity:0;transform:scale(0) translate(-200%)}to{opacity:1;transform:scale(100%) translate(0)}}.te-9{font-size:.9rem}.te-10{font-size:1rem}.te-11{font-size:1.1rem}.te-12{font-size:1.2rem}.te-13{font-size:1.3rem}.te-14{font-size:1.4rem}.te-15{font-size:1.5rem}.te-16{font-size:1.6rem}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}
