.site-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #eef1f8}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:var(--ts-container-wide);height:100px;margin-inline:auto}.site-header__logo{flex-shrink:0;display:flex;align-items:center;border:0;background:transparent;padding:0;cursor:pointer}.site-header__logo img{height:40px;width:auto;object-fit:contain}.site-header__right{display:flex;align-items:center;gap:48px;margin-left:auto}.site-header__nav{display:flex;align-items:center;gap:30px}.site-header__link{border:0;background:transparent;padding:0 4px;font-family:var(--ts-font-family);font-size:18px;font-weight:400;line-height:1;color:#0a1a4f;cursor:pointer;white-space:nowrap}.site-header__link--active{color:#1fc3b4}.site-header__actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.site-header__btn{border:0;border-radius:75px;font-family:var(--ts-font-family);font-weight:600;cursor:pointer;white-space:nowrap}.site-header__btn--login{background:#1fc3b4;color:#fff;padding:10px 34px;font-size:18px}.site-header__btn--signup{background:#f3f6ff;border:1px solid #e1e7f5;color:#0a1a4f;padding:10px 38px;font-size:16px}.site-header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border:0;background:transparent;cursor:pointer;padding:6px}.site-header__burger span{display:block;height:2px;width:100%;border-radius:2px;background:#0a1a4f}.site-header__mobile-nav{display:none}@media(max-width:1023px){.site-header__right,.site-header__nav,.site-header__actions{display:none}.site-header__inner{width:calc(100% - var(--ts-gutter) * 2);height:75px}.site-header__logo img{height:32px}.site-header__burger{display:flex}.site-header__mobile-nav{display:flex;flex-direction:column;gap:2px;width:calc(100% - var(--ts-gutter) * 2);margin-inline:auto;padding-bottom:var(--ts-stack-sm);border-top:1px solid #eef1f8}.site-header__mobile-link{text-align:left;border:0;background:transparent;padding:12px 4px;font-family:var(--ts-font-family);font-size:15px;color:#0a1a4f;cursor:pointer}.site-header__mobile-link--active{color:#1fc3b4}.site-header__mobile-actions{display:flex;gap:12px;padding-top:12px}.site-header__mobile-actions .site-header__btn{flex:1;padding-block:10px}}.site-footer{position:relative;overflow:hidden;background:#0b1b50;text-align:center;font-family:var(--ts-font-family)}.site-footer__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right top;pointer-events:none}.site-footer__cta,.site-footer__links{position:relative;z-index:1}.site-footer__cta{padding:39px var(--ts-gutter) 0;max-width:min(1100px,100%);margin-inline:auto}.site-footer__cta-title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:#fff}.site-footer__cta-subtitle{margin:16px auto 0;max-width:none;font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);font-weight:400;line-height:1.45;color:#fff9;white-space:nowrap}.site-footer__cta-subtitle--wrap{white-space:normal;max-width:920px}@media(max-width:1200px){.site-footer__cta-subtitle{white-space:normal;max-width:820px}}.site-footer__contact{margin:20px auto 0;font-family:var(--ts-font-family);font-size:16px;font-weight:400;line-height:1.5;color:#ffffffb3}.site-footer__contact a{color:inherit;text-decoration:none}.site-footer__contact a:hover{color:#fff;text-decoration:underline}.site-footer__cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:22px}.site-footer__cta-btn{width:auto;min-width:168px;border:0;border-radius:75px;padding:14px 28px;font-family:var(--ts-font-family);font-size:var(--ts-fs-label);font-weight:700;color:#0b1b50;cursor:pointer;white-space:nowrap}.site-footer__cta-btn--gold{background:#ebab38}.site-footer__cta-btn--teal{background:#1fc3b4;color:#0a1a4f}.site-footer__links{padding:92px var(--ts-gutter) 44px}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.site-footer__link{border:0;background:transparent;padding:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-label);font-weight:400;color:#fff;cursor:pointer;white-space:nowrap}.site-footer__copy{margin:28px 0 0;font-family:var(--ts-font-family);font-size:13px;font-weight:400;color:#ffffff80}.site-footer__social{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:24px}.site-footer__social img{width:24px;height:24px;object-fit:contain}@media(max-width:1023px){.site-footer__cta{padding:40px var(--ts-gutter) 0}.site-footer__cta-title{line-height:var(--ts-lh-section-title)}.site-footer__cta-subtitle{white-space:normal;max-width:360px;margin-inline:auto}.site-footer__cta-buttons{flex-direction:column;align-items:center;gap:16px;margin-top:24px}.site-footer__cta-btn{width:100%;max-width:280px;white-space:normal;padding:13px 24px;font-size:14px}.site-footer__contact{margin-top:18px;font-size:14px;max-width:320px}.site-footer__links{padding:48px var(--ts-gutter) 36px}.site-footer__nav{gap:14px 20px}.site-footer__link{font-size:13.5px}.site-footer__copy{margin-top:24px;font-size:12px}.site-footer__social{margin-top:20px;gap:18px}}@media(max-width:640px){.site-footer__cta{padding:40px 20px 0}.site-footer__links{padding:24px 20px 32px}}.feature-point-list{display:flex;flex-direction:column;gap:28px;margin:22px 0 0;padding-left:6px;list-style:none}.feature-point-list__item{--feature-point-marker: 6px;--feature-point-gap: 8px;display:flex;flex-direction:column}.feature-point-list__title-row{display:flex;align-items:center;gap:var(--feature-point-gap)}.feature-point-list__arrow{flex-shrink:0;width:var(--feature-point-marker);height:10px}.feature-point-list__diamond{display:none}.feature-point-list__title{margin:0;min-width:0;font-family:var(--ts-font-family);font-size:24px;font-weight:600;line-height:1.35;color:var(--ts-navy);letter-spacing:-.33px}.feature-point-list__desc{margin:8px 0 0 calc(var(--feature-point-marker) + var(--feature-point-gap));font-family:var(--ts-font-family);font-size:20px;line-height:1.5;color:var(--ts-text-muted);letter-spacing:-.27px}@media(max-width:1023px){.feature-point-list{gap:18px;margin-top:20px;padding-left:0}.feature-point-list__item{--feature-point-marker: 7px;--feature-point-gap: 12px}.feature-point-list__arrow{display:none!important}.feature-point-list__diamond{display:block;flex-shrink:0;width:var(--feature-point-marker);height:var(--feature-point-marker);background:#1fc3b4;transform:rotate(45deg)}.feature-point-list__title{font-size:20px;font-weight:600;line-height:1.35;text-align:left}.feature-point-list__desc{margin-top:6px;font-size:17px;line-height:1.5;color:#444b8c;text-align:left}}.testimonials-section{padding-block:var(--ts-section-pad-y-md) var(--ts-section-pad-y);overflow:visible;font-family:var(--ts-font-family)}.testimonials-section__container{width:var(--ts-container-testimonials);margin-inline:auto}.testimonials-section__title{margin:0}.testimonials-section__subtitle{margin:6px auto 0;max-width:560px}.testimonials-section__track{display:grid;grid-template-columns:minmax(0,400fr) minmax(0,560fr) minmax(0,400fr);gap:28px;align-items:start;margin-top:var(--ts-stack-after-title)}.testimonial-card{position:relative;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;overflow:hidden;border-radius:var(--ts-radius-card);background:var(--ts-surface-card-gradient);padding:20px 20px 24px;text-align:center}.testimonial-card--side{min-height:300px;height:auto;margin-top:40px}.testimonial-card--center{min-height:400px;height:auto;padding:24px 28px 28px;border-radius:var(--ts-radius-card-sm)}.testimonial-card__avatar{position:relative;flex-shrink:0;margin-inline:auto;border:0;border-radius:999px;background:transparent;padding:0;cursor:pointer;display:block}.testimonial-card--side .testimonial-card__avatar{width:72px;height:72px}.testimonial-card--center .testimonial-card__avatar{width:110px;height:110px}.testimonial-card__avatar>img{width:100%;height:100%;border-radius:999px;object-fit:cover}.testimonial-card__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.testimonial-card--center .testimonial-card__play img{width:24px;height:24px}.testimonial-card--side .testimonial-card__play img{width:18px;height:18px}.testimonial-card__name{margin:12px 0 0;font-family:var(--ts-font-family);font-weight:600;line-height:var(--ts-lh-tight);color:var(--ts-navy-deep)}.testimonial-card--side .testimonial-card__name{font-size:var(--ts-fs-body)}.testimonial-card--center .testimonial-card__name{font-size:var(--ts-fs-h3)}.testimonial-card__role{margin:2px 0 0;font-family:var(--ts-font-family);line-height:var(--ts-lh-tight);color:var(--ts-teal-dark)}.testimonial-card--side .testimonial-card__role{font-size:var(--ts-fs-label)}.testimonial-card--center .testimonial-card__role{font-size:var(--ts-fs-body-sm)}.testimonial-card__quote{margin:12px 0 0;width:100%;font-family:var(--ts-font-family);opacity:.8;color:var(--ts-navy-deep)}.testimonial-card--side .testimonial-card__quote{max-width:380px;font-size:var(--ts-fs-body-sm);line-height:1.45}.testimonial-card--center .testimonial-card__quote{max-width:520px;font-size:var(--ts-fs-h3);line-height:1.4}.testimonials-section__nav{display:flex;justify-content:center;margin-top:28px}@media(max-width:1023px){.testimonials-section__container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.testimonials-section__track{grid-template-columns:1fr;max-width:min(480px,100%);margin-inline:auto}.testimonials-section__title{line-height:var(--ts-lh-section-title)}.testimonials-section__subtitle{font-size:var(--ts-fs-subtitle);line-height:var(--ts-lh-body)}.testimonial-card--side{display:none}.testimonial-card--center{min-height:0;margin-top:0;padding:20px}.testimonial-card--center .testimonial-card__name{font-size:15px}.testimonial-card--center .testimonial-card__role{font-size:12px}.testimonial-card--center .testimonial-card__quote{font-size:17px;line-height:1.55}.testimonial-card--center .testimonial-card__avatar{width:56px;height:56px}}.awards-carousel__arrow{position:absolute;z-index:5;top:153.93px;display:flex;align-items:center;justify-content:center;width:40.5px;height:40.5px;padding:10.292px;border:.643px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer}.awards-carousel__arrow--prev{left:42.6px;background:#0b1b50}.awards-carousel__arrow--next{left:1008.9px;background:#0b1b50}.awards-carousel__arrow-icon{position:relative;width:20.585px;height:20.585px;flex-shrink:0}.awards-carousel__arrow-icon img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none}.mobile-awards-slider{position:relative;margin-top:28px;margin-inline:auto;width:100%;max-width:340px}.mobile-awards-slider__arrow{position:absolute;top:115px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;cursor:pointer}.mobile-awards-slider__arrow--prev{left:-12px;background:#0b1b50;color:#fff;box-shadow:0 4px 12px #0b1b5040}.mobile-awards-slider__arrow--next{right:-12px;background:#0b1b50;color:#fff;box-shadow:0 4px 12px #0b1b5040}.logo-marquee{width:100%;margin-top:24px;padding-block:14px;overflow:hidden}.logo-marquee__viewport{width:100%;overflow:hidden}.logo-marquee__track{display:flex;align-items:center;gap:48px;width:max-content;animation:logoMarqueeScroll 24s linear infinite}.logo-marquee__track:hover{animation-play-state:paused}.logo-marquee__logo{display:block;height:52px;width:auto;max-width:160px;object-fit:contain;flex-shrink:0}@keyframes logoMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-partners{overflow-x:clip}.trusted-partners__subtitle{max-width:960px}.trusted-partners__carousel--desktop{position:relative;width:min(1240px,100%);margin:var(--ts-stack-after-title) auto 0;overflow:visible;background:#fff}.trusted-partners__carousel-mobile{display:none}.trusted-partners__note{margin:var(--ts-stack-md) 0 0;text-align:center;color:var(--ts-text-muted-faint)}.trusted-partners__cta{display:block;margin:var(--ts-stack-after-title) auto 0;border:0;border-radius:var(--ts-radius-pill);background:var(--ts-gold);padding:11px 20px;font-family:var(--ts-font-family);font-size:13.5px;font-weight:700;color:var(--ts-navy-deep);cursor:pointer}@media(max-width:1023px){.trusted-partners .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2))}.trusted-partners__carousel--desktop{display:none}.trusted-partners__carousel-mobile{display:block;margin-top:var(--ts-stack-after-title);overflow:visible}.trusted-partners__cta{display:block;width:fit-content;max-width:min(280px,100%);margin-inline:auto;padding:10px 20px;font-size:13.5px}}.home-learn__inner.site-container{position:relative;z-index:1;width:min(1600px,calc(100vw - var(--ts-gutter) * 2));margin-inline:auto}.home-learn__header{text-align:center;margin-bottom:var(--ts-stack-after-subtitle)}.home-learn__title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);letter-spacing:-.02em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.25)}.home-learn__steps{display:none;list-style:none;margin:0;padding:0}.home-learn__board--desktop{--dot-size: 45px;--dot-r: calc(var(--dot-size) / 2);--seg-w: calc(270 / 1125 * 100%);position:relative;width:100%;max-width:none;margin-inline:auto;padding-top:var(--dot-size);padding-bottom:12px}.home-learn__timeline{position:absolute;inset:0 0 auto;height:var(--dot-size);pointer-events:none;z-index:2}.home-learn__hline{position:absolute;top:50%;height:2px;max-width:none;object-fit:fill;transform:translateY(-50%);z-index:0}.home-learn__dot{position:absolute;top:0;width:var(--dot-size);height:var(--dot-size);transform:translate(-50%);max-width:none;z-index:1}.home-learn__vline{position:absolute;top:var(--dot-size);bottom:0;width:0;transform:translate(-50%);border-left:1.5px dashed rgba(168,178,209,.45);pointer-events:none;z-index:0}.home-learn__grid{display:grid;grid-template-columns:var(--seg-w) var(--seg-w) var(--seg-w) var(--seg-w) 4%;gap:0;position:relative;z-index:1}.home-learn__col{position:relative;min-height:1px;padding:24px 18px 16px;box-sizing:border-box}.home-learn__col--tail{padding:0;pointer-events:none}.home-learn__col-axis{position:relative;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;width:112%;max-width:300px;padding:4px 4px 8px;box-sizing:border-box;text-align:center}.home-learn__icon-wrap{display:flex;align-items:center;justify-content:center;width:52.5px;height:52.5px;flex-shrink:0}.home-learn__icon-img{display:block;width:100%;height:100%;object-fit:contain}.home-learn__icon-stack{position:relative;width:100%;height:100%}.home-learn__icon-layer{position:absolute;max-width:none}.home-learn__icon-layer--video-body{top:18%;left:0;width:100%;height:64%;object-fit:contain}.home-learn__icon-layer--video-play{top:35%;left:28%;width:23%;height:29%}.home-learn__icon-layer--laptop-bulb{top:24%;left:41%;width:18%;height:20%}.home-learn__icon-layer--exam-board{top:0;left:12%;width:76%;height:100%;object-fit:contain}.home-learn__icon-layer--exam-grade{top:25%;left:28%;width:44%;height:43%;object-fit:contain}.home-learn__item-title{margin:14px 0 0;width:100%;font-family:var(--ts-font-family);font-size:clamp(22px,1.9vw,26px);font-weight:600;line-height:1.35;color:var(--ts-gold);text-align:center;text-wrap:balance}.home-learn__item-desc{margin:10px 0 0;width:100%;font-family:var(--ts-font-family);font-size:clamp(17px,1.4vw,20px);font-weight:400;line-height:1.5;color:#ffffffeb;text-align:center;text-wrap:balance}@media(max-width:1023px){.home-learn__inner.site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2))}.home-learn__header{margin-bottom:32px}.home-learn__title{line-height:var(--ts-lh-section-title)}.home-learn__board--desktop{display:none}.home-learn__steps{display:flex;flex-direction:column;align-items:center;gap:36px}.home-learn__step{display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px;text-align:center}.home-learn__step-num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ebab38;font-family:var(--ts-font-family);font-size:16px;font-weight:700;color:#0b1b50}.home-learn__icon-wrap--step{width:34px;height:34px;margin-top:16px;color:#1fc3b4}.home-learn__item-title--step{margin:12px 0 0;font-size:22px;font-weight:600;color:#1fc3b4}.home-learn__item-desc--step{margin:8px 0 0;max-width:320px;font-size:19px;line-height:1.55;color:#ffffffb3}}@media(max-width:640px){.home-learn__steps{gap:32px}.home-learn__item-title--step{font-size:20px}.home-learn__item-desc--step{font-size:17px}}.home-page{--container: var(--ts-container-home);--home-about-outer-gap: var(--ts-stack-after-title)}.home-learn{position:relative;overflow-x:clip;overflow-y:visible;padding-block:var(--ts-section-pad-y)}.home-learn__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 90% 75% at 94% 92%,rgba(31,195,180,.48) 0%,transparent 52%),radial-gradient(ellipse 60% 50% at 6% 88%,rgba(24,45,115,.7) 0%,transparent 48%),linear-gradient(118deg,#0a1640,#0b1b50 42%,#0c2d4a 72%,#0d3a52)}.home-learn__shape{position:absolute;pointer-events:none}.home-learn__shape--star{left:-5%;bottom:10%;width:min(300px,26vw);height:min(300px,26vw);border:1px solid rgba(24,45,115,.35);border-radius:50%;opacity:.4}.home-learn__shape--star:before{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:1px solid rgba(24,45,115,.25);border-radius:50%;transform:rotate(22deg)}.home-learn__shape--arc{top:-12%;left:-4%;width:min(220px,20vw);height:min(220px,20vw);border:1px solid rgba(255,255,255,.04);border-radius:50%}.home-learn__shape--glow{right:-6%;bottom:-12%;width:min(520px,46vw);height:min(300px,26vw);border-radius:50%;background:radial-gradient(ellipse,rgba(31,195,180,.2) 0%,transparent 68%);filter:blur(4px)}@media(max-width:1023px){.home-learn{padding-block:var(--ts-section-pad-y-md);background:#0b1b50}}.home-hero{position:relative;background:linear-gradient(90deg,#0c6c63,#0d2d9a)}.home-hero__desktop{display:block}.home-hero__mobile{display:none;max-width:480px;margin-inline:auto}.home-mobile-hero{padding-bottom:28px}@media(max-width:1023px){.home-hero__desktop{display:none}.home-hero__mobile{display:block}.home-hero{background:#fff;padding-bottom:8px}.home-page .home-hero+.feature-split{padding-top:var(--ts-section-pad-y-sm)}.home-page .feature-split__grid{gap:28px}.home-page .feature-split__media{margin-bottom:4px}.home-page .feature-split .home-laptop{margin-top:0}}.feature-split .home-laptop{width:100%;max-width:none}.home-laptop{width:100%;max-width:980px;flex-shrink:0;margin-left:0}.home-page .feature-split__container{width:min(1760px,calc(100% - 40px))}.home-page .feature-split__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.45fr);gap:clamp(24px,2.5vw,48px);align-items:center}.home-page .feature-split__grid--reverse{grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr)}.home-page .feature-split__copy{max-width:none}.home-page .feature-split__media{flex-direction:column;align-items:center;justify-content:center;overflow:visible}.home-page .feature-split .home-laptop{width:130%;max-width:1280px;margin-inline:auto;transform-origin:center center}@media(max-width:1023px){.home-page .site-container,.home-jiotv .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.home-page .home-jiotv__stage{display:flex;flex-direction:column}.home-page .home-jiotv__stage:before{display:none}.home-page .home-jiotv__text{position:static;order:-1;padding:0 var(--ts-gutter) 16px;text-align:center}.home-page .home-jiotv__title{color:var(--ts-navy-deep)}.home-page .home-jiotv__subtitle{color:#0a1a4f99}.home-page .home-jiotv__ctas{position:static;padding:20px var(--ts-gutter) 4px}.home-page .feature-split__container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.home-page .feature-split__grid,.home-page .feature-split__grid--reverse{display:flex;flex-direction:column;grid-template-columns:unset;gap:24px;align-items:stretch}.home-page .feature-split__media{order:-1;width:100%;justify-content:center;margin-bottom:4px}.home-page .feature-split__copy{order:0;text-align:left;width:100%}.home-page .feature-split__headline,.home-page .feature-split__description{text-align:left}.home-page .feature-split__cta{display:block;width:fit-content;max-width:min(280px,100%);margin:24px auto 0;text-align:center}.home-page .feature-split .site-section__title,.home-page .feature-split .site-section__subtitle{text-align:center}.home-page .feature-split .home-laptop{width:100%;max-width:100%}.home-page .home-laptop__badge{display:none}}.home-about-section .site-container{position:relative;overflow:visible;width:min(1480px,calc(100% - 64px));max-width:none}.home-about__stage{position:relative}.home-about-section.site-section{overflow:visible;padding-block:0;padding-top:calc(121px + var(--home-about-outer-gap));padding-bottom:var(--home-about-outer-gap);background:#fff}.home-page .home-about-section+.trusted-partners.site-section{padding-block:0 var(--ts-section-pad-y)}.home-about__card{position:relative;min-height:424px;margin-bottom:40px;border-radius:15px;background:#0b1b50;overflow:visible}.home-about__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:15px;object-fit:cover;pointer-events:none;z-index:0}.home-about__image{position:absolute;left:1.6875%;bottom:0;width:39.8125%;height:136.23%;z-index:3;pointer-events:none}.home-about__image-inner{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.home-about__image-inner img{position:absolute;left:0;top:-35.85%;width:100%;height:163.88%;max-width:none;object-fit:cover}.home-about__image-caption{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:20px 14px 14px;background:linear-gradient(to top,#0b1b50eb,#0b1b508c 65%,#0b1b5000)}.home-about__image-caption-name{margin:0;font-family:var(--ts-font-family);font-size:21px;font-weight:700;line-height:1.3;color:#fff}.home-about__image-caption-role{margin:3px 0 0;font-family:var(--ts-font-family);font-size:15.5px;font-weight:400;line-height:1.3;color:#ffffffbf}.home-about__body{position:relative;z-index:2;margin-left:40%;padding:48px 56px 48px 32px;min-height:424px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.home-about__heading{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:#fff}.home-about__heading-line,.home-about__heading-accent{display:block}.home-about__heading-accent{margin-top:0;color:#00d5c1}.home-about__text{margin:16px 0 0;max-width:none;width:100%;font-family:var(--ts-font-family);font-size:var(--ts-fs-body);line-height:var(--ts-lh-body);color:#e5e7eb;text-align:left}.home-jiotv{background:#eaefff}.home-jiotv__stage{position:relative;width:100%;overflow:hidden}.home-jiotv__bg{display:block;width:100%;height:auto}.home-jiotv__stage:before{content:"";position:absolute;inset:0 0 auto 0;height:55%;background:linear-gradient(180deg,#04122d8c,#04122d00);z-index:1;pointer-events:none}.home-jiotv__text{position:absolute;top:0;left:0;right:0;z-index:2;padding:clamp(28px,4vw,52px) clamp(20px,4vw,48px) 0;text-align:center}.home-jiotv__title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:#fff}.home-jiotv__subtitle{margin:14px auto 0;max-width:min(820px,100%);font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);line-height:var(--ts-lh-body);color:#ffffffe6}.home-jiotv__ctas{position:absolute;left:0;right:0;bottom:clamp(20px,3.5vw,44px);z-index:2;display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.home-jiotv__cta{display:inline-flex;align-items:center;justify-content:center;min-width:min(220px,100%);border:0;border-radius:75px;padding:13px 24px;font-family:var(--ts-font-family);font-size:var(--ts-fs-label);font-weight:700;line-height:1.2;text-align:center;text-decoration:none;color:#0b1b50;cursor:pointer;transition:opacity .15s ease}.home-jiotv__cta:hover{opacity:.9}.home-jiotv__cta--gold{background:#ebab38}.home-jiotv__cta--teal{background:#1fc3b4}.home-jiotv__cta--navy{background:#fff;box-shadow:inset 0 0 0 1.5px #0b1b5026;cursor:default}@media(max-width:1023px){.home-jiotv__ctas{flex-direction:column;align-items:center;gap:12px}.home-jiotv__cta{width:100%;max-width:280px;min-width:0;padding:12px 20px;font-size:var(--ts-fs-label)}}@media(max-width:1023px){.home-laptop,.feature-split .home-laptop{max-width:min(850px,100%);margin-left:auto;margin-right:auto}.home-about-section .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.home-about-section.site-section{padding-block:var(--home-about-outer-gap)}.home-page .home-about-section+.trusted-partners.site-section{padding-block:0 var(--ts-section-pad-y-md)}.home-about__card{overflow:hidden;min-height:0;border-radius:15px}.home-about__card-bg{border-radius:15px}.home-about__image{position:relative;left:0;bottom:auto;width:100%;height:auto;aspect-ratio:477.75 / 438;max-height:360px}.home-about__image-inner{position:relative;aspect-ratio:477.75 / 438}.home-about__image-inner img{position:absolute;right:0;bottom:0;left:0;top:-35.85%;width:100%;height:163.88%}.home-about__body{margin-left:0;padding:28px 24px 32px;min-height:0;text-align:left}.home-about__heading{line-height:var(--ts-lh-section-title)}.home-about__text{margin-top:14px;font-size:var(--ts-fs-body);line-height:var(--ts-lh-body)}}@keyframes schoolsDashboardPanelIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes schoolsDashboardScreenIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes schoolsDashboardArrowPulse{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes schoolsDashboardBulletIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.schools-dashboard-tabs__panel{animation:schoolsDashboardPanelIn .35s ease-out both}.schools-dashboard-tabs__screen{animation:schoolsDashboardScreenIn .32s ease both}.schools-dashboard-tabs__copy{display:flex;flex-direction:column;gap:28px;overflow:visible}.schools-dashboard-tabs__copy-head{display:flex;flex-direction:column;gap:12px}.schools-dashboard-tabs__section-title{position:absolute;top:0;right:14%;bottom:95%;left:14%;margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:#0a1a4f;text-align:center;white-space:nowrap;word-break:break-word}.schools-dashboard-tabs__section-subtitle{position:absolute;top:6.4%;right:10%;bottom:87.21%;left:10%;font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);font-weight:400;line-height:var(--ts-lh-body);color:#0b1b5066;text-align:center;word-break:break-word}.schools-dashboard-tabs__section-subtitle p{margin:0;line-height:var(--ts-lh-body);white-space:normal}.schools-dashboard-tabs__heading{margin:0;font-family:var(--ts-font-family);font-size:32px;font-weight:700;line-height:1.25;color:#1fc3b4}.schools-dashboard-tabs__desc{margin:0;font-family:var(--ts-font-family);font-size:24px;font-weight:400;line-height:1.35;color:#0b1b5099}.schools-dashboard-tabs__copy-list{position:relative;padding-left:0}.schools-dashboard-tabs__bullets{display:flex;flex-direction:column;gap:22px;font-family:var(--ts-font-family);font-size:28px;font-weight:400;letter-spacing:-.46px;color:#0b1b50;word-break:break-word}.schools-dashboard-tabs__bullets ul{margin:0;opacity:0;animation:schoolsDashboardBulletIn .34s ease-out forwards}.schools-dashboard-tabs__bullets li{position:relative;font-weight:400;line-height:1.25}.schools-dashboard-tabs__play{position:absolute;top:50%;left:50%;z-index:5;transform:translate(-50%,-50%);width:74px;height:74px;border:0;background:transparent;padding:0;cursor:pointer;transition:transform .15s ease}.schools-dashboard-tabs__play:hover{transform:translate(-50%,-50%) scale(1.06)}.schools-dashboard-tabs__play-icon{display:block;width:100%;height:100%}.schools-dashboard-tabs__arrow{position:absolute;left:-34.5px;top:0;display:flex;align-items:center;width:14px;height:1.25em;animation:schoolsDashboardArrowPulse .45s ease both}.schools-dashboard-tabs__arrow-inner{position:relative;display:block;width:6.69px;height:11.78px;flex-shrink:0}.schools-dashboard-tabs__arrow-inner img{display:block;width:100%;height:100%;max-width:none;object-fit:fill}.schools-dashboard-tabs__bullets ul:nth-of-type(1){animation-delay:.12s}.schools-dashboard-tabs__bullets ul:nth-of-type(2){animation-delay:.2s}.schools-dashboard-tabs__bullets ul:nth-of-type(3){animation-delay:.28s}.schools-dashboard-tabs__bullets ul:nth-of-type(4){animation-delay:.36s}.schools-dashboard-tabs__bullets ul:nth-of-type(5){animation-delay:.44s}.schools-dashboard-tabs__tab{transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}.schools-dashboard-tabs__tab:not(.schools-dashboard-tabs__tab--active):hover{background-color:#f0fafe;border-color:#1fc3b4;color:#1fc3b4}.schools-dashboard-tabs__tab--active{box-shadow:0 4px 16px #1fc3b459}.schools-dashboard-mobile{width:100%;max-width:480px;margin-inline:auto;font-family:var(--ts-font-family)}.schools-dashboard-mobile__header{text-align:center}.schools-dashboard-mobile__title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:var(--ts-navy-deep);text-wrap:balance}.schools-dashboard-mobile__subtitle{margin:12px 0 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);line-height:var(--ts-lh-body);color:var(--ts-text-muted);text-wrap:pretty}.schools-dashboard-mobile__tabs{display:flex;align-items:stretch;gap:8px;margin-top:22px}.schools-dashboard-mobile__tab{flex:1 1 0;min-width:0;border:0;border-radius:999px;background:#e3eafe;padding:10px 8px;font-family:var(--ts-font-family);font-size:13px;font-weight:500;line-height:1.2;color:#1f2c30;text-align:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.schools-dashboard-mobile__tab--active{background:var(--ts-teal);color:#fff;font-weight:700;box-shadow:0 4px 14px #1fc3b459}.schools-dashboard-mobile__laptop{margin-top:24px}.schools-dashboard-laptop{width:100%;max-width:360px;margin-inline:auto}.schools-dashboard-mobile__panel{margin-top:24px;text-align:left}.schools-dashboard-mobile__heading{margin:0;font-size:18px;font-weight:700;line-height:1.35;color:var(--ts-teal-dark)}.schools-dashboard-mobile__desc{margin:16px 0 0;font-size:var(--ts-fs-body-sm);line-height:1.55;color:var(--ts-text-muted)}.schools-dashboard-mobile__bullets{margin:16px 0 0;padding:0;list-style:none}.schools-dashboard-mobile__bullets li{position:relative;padding-left:16px;font-size:var(--ts-fs-body);font-weight:400;line-height:1.5;color:var(--ts-navy)}.schools-dashboard-mobile__bullets li+li{margin-top:22px}.schools-dashboard-mobile__bullets li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--ts-teal);transform:translateY(-50%)}@media(max-width:360px){.schools-dashboard-mobile__tab{font-size:12px;padding:9px 6px}}.schools-hero,.schools-logos-section,.schools-stakeholders-section,.schools-dashboards__stage,.schools-comparison-section,.schools-offers{font-family:var(--ts-font-family)}.schools-hero__desktop{display:block}.schools-hero__mobile{display:none;max-width:480px;margin-inline:auto}@media(max-width:1023px){.schools-hero__desktop{display:none}.schools-hero__mobile{display:block}}.schools-logos-section{overflow-x:clip}.schools-stakeholders-section{position:relative;overflow-x:clip;background:transparent}.schools-stakeholders-section .site-container{position:relative;z-index:1;width:min(1600px,calc(100% - 40px));max-width:none}.schools-stakeholders-section .site-section__subtitle{margin-top:10px;max-width:820px}.schools-section-band{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.schools-section-band__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f3f6ff,#f8fff9,#f6f8fd)}.schools-section-band__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.schools-stakeholders__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:28px;margin-top:20px}.schools-stakeholder-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid #eef1f8;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0b1b500f}.schools-stakeholder-card__media{flex-shrink:0;height:220px;overflow:hidden;background:#f5f7fb}.schools-stakeholder-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.schools-stakeholder-card--parents .schools-stakeholder-card__media img{object-position:center 40%}.schools-stakeholder-card__body{flex:1;display:flex;flex-direction:column;padding:22px 20px 24px}.schools-stakeholder-card h3{margin:0;font-family:var(--ts-font-family);font-size:28px;font-weight:700;color:var(--ts-navy-deep)}.schools-stakeholder-card__desc{margin:12px 0 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-body);font-weight:400;line-height:1.5;color:#3e4177}.schools-bullet-list{margin:14px 0 0;padding:0;list-style:none}.schools-bullet-list li{position:relative;padding-left:14px;font-size:16px;font-weight:400;line-height:1.5;color:#3e4177}.schools-bullet-list li+li{margin-top:var(--ts-bullet-gap)}.schools-bullet-list li:before{content:"";position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--ts-teal);transform:translateY(-50%)}.schools-dashboards-section{padding-block:var(--ts-section-pad-y)}.schools-dashboards__header{width:min(1600px,calc(100% - 40px));margin:0 auto var(--ts-stack-after-title);text-align:center}.schools-dashboards__header .site-section__subtitle{max-width:920px}.schools-dashboards__stage{width:min(1600px,calc(100% - 40px));max-width:none;margin-inline:auto}.schools-dashboards__stage--desktop{display:block;overflow:hidden}.schools-dashboards__mobile{display:none;width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.schools-comparison-section{position:relative;overflow-x:clip;background:transparent}.schools-comparison-section .site-container{position:relative;z-index:1;width:min(1600px,calc(100% - 40px));max-width:none}.schools-table-wrap{margin-top:32px;overflow-x:auto}.schools-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;border-radius:14px;overflow:hidden;text-align:left;background:#fff;box-shadow:0 1px #0b1b500a}.schools-table th{padding:20px 28px;font-size:var(--ts-fs-label);font-weight:600;color:#fff;line-height:1.4;border-bottom:1px solid rgba(255,255,255,.12);vertical-align:middle}.schools-table th:first-child{text-align:left}.schools-table th:nth-child(n+2){text-align:center}.schools-table th:nth-child(-n+3){background:var(--ts-teal);color:#fff}.schools-table th:last-child{background:var(--ts-navy);color:#fff}.schools-table td{padding:16px 28px;font-size:var(--ts-fs-body-sm);color:#3e4177;vertical-align:middle;background:#fff;border-bottom:1px solid #e6eaf2}.schools-table tbody tr:last-child td{border-bottom:0}.schools-table td:first-child{font-weight:400;color:var(--ts-navy);text-align:left;vertical-align:top}.schools-table td:nth-child(2),.schools-table td:nth-child(3),.schools-table td:last-child{text-align:center;vertical-align:middle}.schools-table td:last-child{background:#e8f6f4;color:var(--ts-teal);font-weight:600}.schools-offers{background:#eef1fb;overflow:visible}.schools-offers__stage{width:min(1600px,calc(100% - 40px));max-width:none;margin-inline:auto}.schools-offers__header{width:100%;text-align:center}.schools-offers__header .site-section__title{display:block;width:100%;margin:0;font-weight:700}.schools-offers__header .site-section__subtitle{margin-inline:auto;max-width:820px}.schools-offers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:var(--ts-stack-after-title)}.schools-offers__card{border:1px solid #e6ebf7;border-radius:15px;background:#f4f7fe;padding:28px 26px}.schools-offers__card h3{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h2);font-weight:600;line-height:1.35;color:var(--ts-teal)}.schools-offers__card p{margin:10px 0 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-body-sm);line-height:1.5;color:#3e4177}@media(max-width:1100px){.schools-offers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.schools-logos-section .site-container,.schools-stakeholders-section .site-container,.schools-comparison-section .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.schools-table-wrap{margin-top:28px;overflow-x:auto;-webkit-overflow-scrolling:touch}.schools-table{width:526px;min-width:526px;table-layout:fixed;border-radius:10px}.schools-table__col-capability{width:160px}.schools-table__col-data{width:122px}.schools-table th:first-child,.schools-table td:first-child{width:160px;max-width:160px;padding:12px 10px;text-align:left;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;vertical-align:top}.schools-table th:not(:first-child),.schools-table td:not(:first-child){width:122px;max-width:122px;padding:12px 10px;text-align:center;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;vertical-align:middle}.schools-table th:first-child{text-align:left}.schools-table th:not(:first-child){text-align:center}.schools-table th{padding:12px 10px;font-size:13px;line-height:1.35;white-space:normal}.schools-table td{padding:12px 10px;font-size:14px;line-height:1.45}.schools-stakeholders-section .site-section__subtitle{max-width:100%}.schools-stakeholders__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:16px}.schools-stakeholder-card__media{height:180px}.schools-stakeholder-card__body{padding:18px 16px 20px}.schools-stakeholder-card h3{font-size:24px;line-height:1.3;text-align:left}.schools-stakeholder-card__desc{font-size:17px;text-align:left}.schools-dashboards__stage--desktop{display:none}.schools-dashboards__mobile{display:block}.schools-dashboards__stage,.schools-offers__stage{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.schools-offers__card{padding:20px 18px}.schools-offers__card h3{font-size:16px}.schools-offers__card p{font-size:14px}.schools-offers__grid{grid-template-columns:1fr;gap:14px}}@media(max-width:640px){.schools-stakeholders__grid{grid-template-columns:1fr;gap:16px}.schools-stakeholder-card__media{height:200px}.schools-stakeholder-card h3{font-size:22px}.schools-stakeholder-card__desc{font-size:16px}}.smart-learning{width:100%;max-width:100%;box-sizing:border-box;padding-inline:var(--ts-gutter);padding-block:var(--ts-section-pad-y-md);background:#eaefff;overflow-x:clip}.smart-learning__inner{width:100%;max-width:480px;margin-inline:auto}.smart-learning__title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);text-align:center;color:var(--ts-navy-deep);text-wrap:balance}.smart-learning__title--desktop{position:absolute;left:50%;top:0;transform:translate(-50%);white-space:nowrap;word-break:break-word}.smart-learning__stage{position:relative;margin-top:var(--ts-stack-after-title);width:100%;max-width:100%}.smart-learning__video{display:block;width:100%;max-width:100%;min-width:0;border-radius:8px}.smart-learning__play-icon{width:clamp(32px,18%,52px);aspect-ratio:1 / 1;height:auto;min-width:32px}.smart-learning__arrow{position:absolute;top:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#fffffff2;box-shadow:0 4px 12px #0b1b502e;transform:translateY(-50%);cursor:pointer}.smart-learning__arrow img{width:18px;height:18px}.smart-learning__arrow--prev{left:8px}.smart-learning__arrow--next{right:8px}.smart-learning__nav{display:flex;justify-content:center;width:100%;max-width:100%;margin-top:var(--ts-stack-after-subtitle);overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:640px){.smart-learning{padding-block:var(--ts-section-pad-y-sm)}.smart-learning__arrow{width:36px;height:36px}.smart-learning__arrow img{width:16px;height:16px}.smart-learning__arrow--prev{left:4px}.smart-learning__arrow--next{right:4px}}.for-students-page,.students-hero-band,.students-fypc-band,.students-htw,.students-exam-section,.students-smart-learning{font-family:var(--ts-font-family)}.students-hero-band{margin-bottom:0}.students-fypc-wrap{position:relative;z-index:1}.students-fypc-band{position:relative;z-index:1;margin-block:0}.students-fypc__header{position:absolute;top:7.5%;left:50%;z-index:5;width:min(1400px,calc(100% - 32px));transform:translate(-50%);text-align:center;pointer-events:none}.students-fypc__title{color:#fff!important;white-space:nowrap}.students-fypc__subtitle{margin:6px auto 0;width:max-content;max-width:min(920px,100%);color:#ffffffb3!important;white-space:nowrap}.students-fypc__header .site-section__title,.students-fypc-band .site-section__title{color:#fff!important}.students-fypc__header .site-section__subtitle,.students-fypc-band .site-section__subtitle{color:#ffffffb3!important}.students-htw{padding-block:64px;background:#fff}.students-htw__inner{width:min(1600px,calc(100% - 32px));margin-inline:auto}.students-htw__header{text-align:center;margin-bottom:16px}.students-htw__header .site-section__subtitle{margin:8px auto 0;width:max-content;max-width:100%;color:#0b1b5099;white-space:nowrap}@media(max-width:1120px){.students-htw__header .site-section__subtitle{width:auto;white-space:normal;text-wrap:balance}}.students-htw__steps{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;list-style:none;margin:0;padding:0 12px}.students-htw__step{position:relative;display:flex;flex:1 1 0;flex-direction:column;align-items:center;max-width:none;min-width:0;text-align:center;padding-inline:12px}.students-htw__connector{position:absolute;top:32px;left:calc(50% + 32px);width:calc(100% - 36px);height:2px;background:#ebab3866}.students-htw__num{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#ebab38;font-size:24px;font-weight:700;color:#fff}.students-htw__icon{width:68px;height:68px;margin-top:18px;object-fit:contain}.students-htw__step-title{margin:14px 0 0;font-size:22px;font-weight:700;line-height:1.3;color:#0b1b50}.students-htw__step-desc{margin:10px 0 0;font-size:17px;line-height:1.45;color:#3e4177}.students-exam-section.site-section{padding-block:64px}.students-exam__header{text-align:center}.students-exam-section .site-section__title{font-weight:700;color:#0a1a4f}.students-exam__subtitle{margin:10px auto 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);line-height:var(--ts-lh-body);color:#0b1b5099;white-space:nowrap}.students-exam__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:16px}.students-exam-mastery-card{display:grid;grid-template-columns:minmax(0,46%) minmax(0,1fr);align-items:stretch;min-height:400px;border:2px dashed rgba(255,255,255,.3);border-radius:21px;background:#0b1b50;overflow:hidden;isolation:isolate}.students-exam-mastery-card__media{position:relative;align-self:end;min-height:400px;pointer-events:none;-webkit-mask-size:100% 85.5%;mask-size:100% 85.5%;-webkit-mask-position:left bottom;mask-position:left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.students-exam-mastery-card__photo{position:absolute;left:0;bottom:0;width:108%;height:auto;max-height:95%;object-fit:contain;object-position:left bottom;mix-blend-mode:lighten}.students-exam-mastery-card__arch{position:absolute;left:-4%;bottom:2%;width:112%;height:auto;object-fit:contain;mix-blend-mode:screen;pointer-events:none}.students-exam-mastery-card__body{display:flex;flex-direction:column;justify-content:flex-start;gap:0;padding:36px 28px 28px 16px}.students-exam-mastery-card h3{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h3);font-weight:700;line-height:1.3;color:#fff}.students-exam-mastery-card p{margin:16px 0 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-body-sm);line-height:1.45;color:#ffffffb3}.students-exam-mastery-card__cta{margin-top:24px;align-self:flex-start;border:0;border-radius:100px;padding:12px 22px;background:var(--ts-gold, #ebab38);font-family:var(--ts-font-family);font-size:var(--ts-fs-label);font-weight:700;color:#0b1b50;cursor:pointer}.students-smart-learning__container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto;padding-inline:0}.students-sle-band{display:block}.students-smart-learning{display:none}@media(max-width:1023px){.for-students-page{overflow-x:clip}.students-sle-band{display:none}.students-smart-learning{display:block}.students-exam-section .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.students-exam-section .site-section__title{text-align:center;text-wrap:balance}.students-exam__subtitle{padding-inline:8px;white-space:normal;width:auto;max-width:100%}.students-exam__grid{grid-template-columns:1fr;gap:24px}.students-exam-mastery-card{grid-template-columns:1fr;min-height:0}.students-exam-mastery-card__media{min-height:0;width:min(100%,340px);aspect-ratio:361 / 400;margin:8px auto 0}.students-exam-mastery-card__body{padding:20px 20px 24px;text-align:left}.students-exam-mastery-card h3{font-size:20px;line-height:1.35;text-align:left}.students-exam-mastery-card p{font-size:14px;line-height:1.5;text-align:left}.students-exam-mastery-card__cta{width:100%;text-align:center;font-size:13px;padding:11px 16px}}@media(max-width:640px){.students-exam-mastery-card h3{font-size:18px}.students-exam-mastery-card p{font-size:15px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.students-scaled-sections{display:block}.students-mobile-sections{display:none}.students-m-hero{position:relative;overflow:hidden;padding-block:0 var(--ts-section-pad-y-md);background:#fff}.students-m-hero .home-mobile-hero{max-width:min(480px,100%);background:transparent}.students-hero-frame{max-width:100%;margin-inline:auto}.students-m-hero [data-name=F1]:active>div.contents,.students-m-hero [data-name=F1]:focus-within>div.contents{animation-play-state:paused}.students-m-hero__inner{display:flex;flex-direction:column;gap:12px;width:min(480px,calc(100% - var(--ts-gutter) * 2));margin-inline:auto}.students-m-hero__card{width:100%;padding:24px 20px 20px;border-radius:15px;background:#fafffff2;box-shadow:0 8px 32px #0b1b5014}.students-m-hero__logo{display:block;width:130px;height:auto;margin:0 0 20px}.students-m-hero__title{margin:0 0 22px;font-size:24px;font-weight:700;line-height:1.33;letter-spacing:-.02em;color:var(--ts-navy);text-wrap:balance}.students-m-hero__title-line{display:block}.students-m-hero__title-accent{color:var(--ts-teal)}.students-m-hero__field{display:block;width:100%;margin-bottom:12px;padding:12px 14px;border:1px solid #a7d3cf;border-radius:9px;font-family:var(--ts-font-family);font-size:12px;letter-spacing:.02em;color:var(--ts-navy);background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none}.students-m-hero__field::placeholder{color:#20335480}.students-m-hero__field--invalid{border-color:#f87171}.students-m-hero__field-error{margin:-8px 0 12px;font-size:11px;color:#ef4444}.students-m-hero__field-wrap{position:relative;margin-bottom:12px}.students-m-hero__field-wrap .students-m-hero__field{margin-bottom:0}.students-m-hero__field--icon{padding-left:34px}svg.students-m-hero__field-icon{position:absolute;left:12px;top:50%;width:15px;height:15px;transform:translateY(-50%);color:#20335480;pointer-events:none}.students-m-hero__phone-row{display:flex;align-items:stretch;gap:8px;margin-bottom:12px}.students-m-hero__flag{flex:0 0 52px;align-self:center;aspect-ratio:275 / 183;border:1px solid #a7d3cf;border-radius:9px;overflow:hidden;background:#fff}.students-m-hero__flag img{display:block;width:100%;height:100%;object-fit:cover}.students-m-hero__phone-row .students-m-hero__field{flex:1 1 auto;min-width:0;margin-bottom:0}.students-m-hero__otp-row{display:flex;align-items:stretch;gap:8px;margin-bottom:12px}.students-m-hero__otp-row .students-m-hero__field{flex:1 1 auto;min-width:0;margin-bottom:0}.students-m-hero__btn--otp-action{display:flex;align-items:center;justify-content:center;align-self:center;flex:0 0 auto;height:34px;padding:0 14px;font-size:10px;white-space:nowrap;background:var(--ts-gold);color:var(--ts-navy)}.students-m-hero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:4px}.students-m-hero__btn{border:0;border-radius:100px;padding:12px 16px;font-family:var(--ts-font-family);font-size:13px;font-weight:700;cursor:pointer}.students-m-hero__btn--primary{width:50%;min-width:150px;background:var(--ts-gold);color:var(--ts-navy);white-space:nowrap}.students-m-hero__card-accent{height:8px;margin:16px -20px -20px;border-radius:0 0 15px 15px;background:linear-gradient(to left,#fc611f,#1cb098 50%,#d94da6)}.students-m-fypc{position:relative;padding-block:56px;background:var(--ts-navy);color:#fff;overflow:hidden}.students-m-fypc__pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35;pointer-events:none}.students-m-fypc__glow{position:absolute;inset:auto -20% -30% -20%;height:55%;pointer-events:none;background:radial-gradient(ellipse at center,rgba(31,195,180,.14) 0%,transparent 70%)}.students-m-fypc__header{position:relative;z-index:1;text-align:center;margin-bottom:16px}.students-m-fypc .site-section__title{color:#fff!important}.students-m-fypc .site-section__subtitle{color:#ffffffb3!important}.students-m-fypc__list{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px;list-style:none;margin:0;padding:0}.students-m-fypc__card{display:flex;flex-direction:column;min-height:0;border-radius:15px;border:1px solid #e4efef;background:#fff;overflow:hidden}.students-m-fypc__card-media{aspect-ratio:16 / 9;overflow:hidden}.students-m-fypc__card-media img{width:100%;height:100%;object-fit:cover}.students-m-fypc__card-body{display:flex;flex-direction:column;align-items:center;flex:1;gap:4px;padding:12px 14px 16px;text-align:center}.students-m-fypc__card-grade{margin:0;font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--ts-teal)}.students-m-fypc__card-title{margin:0;min-height:2.4em;font-size:17px;font-weight:700;color:var(--ts-navy-deep)}.students-m-fypc__card-desc{margin:0;min-height:4em;font-size:13px;line-height:1.4;color:#444b8c}.students-m-fypc__card-btn{margin-top:auto;border:0;border-radius:85px;padding:10px 0;width:min(100%,280px);background:var(--ts-gold);font-family:var(--ts-font-family);font-size:13px;font-weight:700;color:var(--ts-navy);cursor:pointer}.students-m-htw{padding-block:64px;background:#fff}.students-m-htw__header{text-align:center;margin-bottom:16px}.students-m-htw__header .site-section__subtitle{margin:10px auto 0;max-width:100%;color:var(--ts-text-muted);text-wrap:balance}.students-m-htw__steps{display:flex;flex-direction:column;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.students-m-htw__step{display:flex;flex-direction:column;align-items:center;width:100%;max-width:340px;text-align:center}.students-m-htw__step-num{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--ts-gold);font-size:22px;font-weight:700;color:#fff}.students-m-htw__step-icon{width:64px;height:64px;margin-top:16px;object-fit:contain}.students-m-htw__step-title{margin:14px 0 0;font-size:20px;font-weight:700;line-height:1.35;color:var(--ts-navy)}.students-m-htw__step-desc{margin:10px 0 0;font-size:16px;line-height:1.5;color:#3e4177}.students-m-htw__rule{margin:var(--ts-section-pad-y-sm) 0 0;border:0;border-top:2px solid rgba(11,27,80,.12)}@media(max-width:1023px){.for-students-page{overflow-x:clip}.students-scaled-sections{display:none}.students-mobile-sections{display:block}.students-m-fypc .site-container,.students-m-htw .site-container,.students-exam-section .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2))}}.about-hero,.about-container,.about-card{font-family:var(--ts-font-family)}.about-hero{position:relative;overflow-x:clip;overflow-y:visible;padding-bottom:var(--ts-section-pad-y-md)}.about-hero__band{position:absolute;top:0;right:0;bottom:0;left:0;min-height:524px;pointer-events:none}.about-hero__band-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f3f6ff,#f8fff9,#f6f8fd)}.about-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.about-container{position:relative;z-index:1;width:min(1480px,calc(100% - 64px));max-width:none;margin-inline:auto;padding-top:var(--ts-section-pad-y-sm)}.about-hero__title{margin:0 0 var(--ts-stack-after-subtitle);color:#0a1a4f}.about-stage{position:relative;padding-top:121px}.about-card{position:relative;min-height:424px;margin-bottom:40px;border-radius:15px;background:#0b1b50;overflow:visible}.about-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:15px;object-fit:cover;pointer-events:none;z-index:0}.about-card__image-wrap{position:absolute;left:1.6875%;bottom:0;z-index:3;width:39.8125%;height:136.23%;pointer-events:none}.about-card__image-inner{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.about-card__image-inner img{position:absolute;left:0;top:-35.85%;width:100%;height:163.88%;max-width:none;object-fit:cover}.about-card__image-caption{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:20px 14px 14px;background:linear-gradient(to top,#0b1b50eb,#0b1b508c 65%,#0b1b5000)}.about-card__image-caption-name{margin:0;font-family:var(--ts-font-family);font-size:21px;font-weight:700;line-height:1.3;color:#fff}.about-card__image-caption-role{margin:3px 0 0;font-family:var(--ts-font-family);font-size:15.5px;font-weight:400;line-height:1.3;color:#ffffffbf}.about-card__body{position:relative;z-index:2;margin-left:40%;padding:48px 56px 48px 32px;min-height:424px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.about-card__heading{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:#fff}.about-card__heading-line,.about-card__heading-accent{display:block}.about-card__heading-accent{margin-top:0;color:#00d5c1}.about-card__text{margin:16px 0 0;max-width:none;width:100%;font-family:var(--ts-font-family);font-size:var(--ts-fs-body);line-height:var(--ts-lh-body);color:#e5e7eb;text-align:left}@media(max-width:1023px){.about-hero__band{min-height:420px}.about-container{width:min(480px,calc(100% - var(--ts-gutter) * 2));padding-top:var(--ts-stack-after-title)}.about-hero__title{margin-bottom:var(--ts-stack-after-title);line-height:var(--ts-lh-section-title)}.about-stage{padding-top:0}.about-card{overflow:hidden;min-height:0;margin-bottom:32px}.about-card__image-wrap{position:relative;left:0;bottom:auto;width:100%;height:auto;aspect-ratio:477.75 / 438;max-height:360px}.about-card__image-inner{position:relative;aspect-ratio:477.75 / 438}.about-card__image-inner img{position:absolute;right:0;bottom:0;left:0;top:-35.85%;width:100%;height:163.88%}.about-card__body{margin-left:0;padding:28px 24px 32px;min-height:0;text-align:left}.about-card__heading{line-height:var(--ts-lh-section-title)}.about-card__heading-accent{margin-top:0}.about-card__text{margin-top:14px;font-size:var(--ts-fs-body);line-height:var(--ts-lh-body)}}:root{--ts-font-family: "Poppins", sans-serif;--ts-gutter: 40px;--ts-section-pad-y: 72px;--ts-section-pad-y-md: 56px;--ts-section-pad-y-sm: 48px;--ts-stack-after-title: 32px;--ts-stack-after-subtitle: 40px;--ts-stack-md: 24px;--ts-stack-sm: 16px;--ts-bullet-gap: 10px;--ts-navy: #0b1b50;--ts-navy-deep: #0a1a4f;--ts-teal: #1fc3b4;--ts-teal-dark: #14978b;--ts-gold: #ebab38;--ts-text-muted: rgba(11, 27, 80, .6);--ts-text-muted-soft: rgba(11, 27, 80, .4);--ts-text-muted-faint: rgba(11, 27, 80, .5);--ts-surface-alt: #f5f7fc;--ts-surface-card-gradient: linear-gradient(90deg, #f3f6ff 0%, #f8fffd 50%, #f6f8fd 100%);--ts-fs-h1: 40px;--ts-fs-h1-lg: 40px;--ts-fs-h1-section: 40px;--ts-fs-h2: 22px;--ts-fs-h3: 24px;--ts-fs-subtitle: 22px;--ts-fs-subtitle-sm: 22px;--ts-fs-body: 20px;--ts-fs-body-sm: 18px;--ts-fs-label: 17px;--ts-fs-caption: 14px;--ts-fs-stat: 48px;--ts-fs-stat-label: 16px;--ts-lh-tight: 1.15;--ts-lh-snug: 1.35;--ts-lh-body: 1.5;--ts-lh-title: 1.2;--ts-lh-section-title: 1.2;--ts-container: min(1200px, calc(100% - var(--ts-gutter) * 2));--ts-container-wide: min(1400px, calc(100% - var(--ts-gutter) * 2));--ts-container-home: var(--ts-container-wide);--ts-container-testimonials: var(--ts-container-wide);--ts-radius-card: 18px;--ts-radius-card-sm: 16px;--ts-radius-pill: 75px}@media(max-width:1023px){:root{--ts-gutter: 24px;--ts-section-pad-y: 48px;--ts-section-pad-y-md: 40px;--ts-section-pad-y-sm: 32px;--ts-stack-after-title: 24px;--ts-stack-after-subtitle: 28px;--ts-container: min(480px, calc(100% - var(--ts-gutter) * 2));--ts-fs-h1: 28px;--ts-fs-h1-lg: 28px;--ts-fs-h1-section: 28px;--ts-lh-title: 1.25;--ts-lh-section-title: 1.25;--ts-fs-h2: 18px;--ts-fs-h3: 20px;--ts-fs-subtitle: 18px;--ts-fs-subtitle-sm: 18px;--ts-fs-body: 17px;--ts-fs-body-sm: 16px;--ts-fs-label: 15px;--ts-fs-stat: 32px;--ts-fs-stat-label: 13px;--ts-lh-body: 1.5}}@media(max-width:640px){:root{--ts-gutter: 20px;--ts-section-pad-y: 40px;--ts-section-pad-y-md: 32px;--ts-section-pad-y-sm: 28px;--ts-stack-after-title: 20px;--ts-container: calc(100% - var(--ts-gutter) * 2);--ts-fs-h1: 26px;--ts-fs-h1-lg: 26px;--ts-fs-h1-section: 26px;--ts-fs-h2: 17px;--ts-fs-label: 14px;--ts-fs-body-sm: 15px;--ts-fs-subtitle: 17px;--ts-fs-subtitle-sm: 17px;--ts-fs-stat: 30px}}@media(min-width:1440px){:root{--ts-container: min(1400px, calc(100% - var(--ts-gutter) * 2));--ts-container-wide: min(1600px, calc(100% - var(--ts-gutter) * 2));--ts-container-home: min(1600px, calc(100% - var(--ts-gutter) * 2));--ts-container-testimonials: min(1600px, calc(100% - var(--ts-gutter) * 2))}}@media(min-width:1920px){:root{--ts-gutter: 48px;--ts-container: min(1680px, calc(100% - var(--ts-gutter) * 2));--ts-container-wide: min(1800px, calc(100% - var(--ts-gutter) * 2));--ts-container-home: min(1800px, calc(100% - var(--ts-gutter) * 2));--ts-container-testimonials: min(1800px, calc(100% - var(--ts-gutter) * 2));--ts-fs-h1: 40px;--ts-fs-h1-lg: 40px;--ts-fs-h1-section: 40px;--ts-lh-section-title: 1.2;--ts-lh-title: 1.2}}.site-page{--container: var(--ts-container);background:#fff;color:var(--ts-navy-deep);font-family:var(--ts-font-family);overflow-x:hidden}.site-container{width:var(--container);margin-inline:auto}.site-section{padding-block:var(--ts-section-pad-y)}.site-section--tight{padding-block:var(--ts-section-pad-y-md)}.site-section--alt{background:var(--ts-surface-alt)}.site-section--hero-band{background:linear-gradient(90deg,#f3f6ff,#f8fff9,#f6f8fd);padding-block:var(--ts-section-pad-y-md) var(--ts-section-pad-y-sm)}.site-section--hero-band .site-container{max-width:min(826px,100%)}@media(max-width:1023px){.site-section--hero-band{padding-block:var(--ts-section-pad-y-sm) var(--ts-section-pad-y-md)}.site-section--hero-band .site-container{width:min(480px,calc(100% - var(--ts-gutter) * 2))}}.site-section__title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section)!important;font-weight:700;line-height:var(--ts-lh-section-title);text-align:center;color:var(--ts-navy-deep)}.site-section__subtitle,.site-section__subtitle--sm{margin:var(--ts-stack-sm) auto 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle)!important;line-height:var(--ts-lh-body);text-align:center;color:var(--ts-text-muted)}.site-section__subtitle--sm{max-width:820px;line-height:1.45;color:var(--ts-text-muted-soft)}.home-learn__title,.students-htw__title,.students-fypc__title,.students-m-fypc__title,.students-m-htw__title,.schools-logos__title,.schools-dashboard-mobile__title,.schools-dashboard-tabs__section-title,.smart-learning__title,.about-hero__title,.home-mobile__title,.site-growth__title,.site-footer__cta-title,.home-about__heading,.about-card__heading,.home-mobile__about-heading{font-family:var(--ts-font-family)!important;font-size:var(--ts-fs-h1-section)!important;font-weight:700!important;line-height:var(--ts-lh-section-title)!important}.home-about__text,.about-card__text,.home-mobile__about-text{font-family:var(--ts-font-family)!important;font-size:var(--ts-fs-body)!important;line-height:var(--ts-lh-body)!important}.students-htw__subtitle,.students-fypc__subtitle,.students-exam__subtitle,.students-m-fypc__subtitle,.students-m-htw__subtitle,.schools-dashboard-mobile__subtitle,.schools-dashboard-tabs__section-subtitle,.home-mobile__subtitle,.home-jiotv__subtitle,.site-footer__cta-subtitle{font-family:var(--ts-font-family)!important;font-size:var(--ts-fs-subtitle)!important;line-height:var(--ts-lh-body)!important}.feature-split__container{width:var(--ts-container-wide)}.feature-split__grid{display:grid;grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:var(--ts-stack-after-subtitle);align-items:start;margin-top:var(--ts-stack-after-subtitle)}.feature-split__grid--reverse{grid-template-columns:minmax(0,1fr) minmax(0,520px)}.feature-split__copy{max-width:560px}.feature-split__media{min-width:0;display:flex;align-items:flex-start;justify-content:stretch;overflow:visible;width:100%}.feature-split__headline{margin:0;font-family:var(--ts-font-family);font-size:28px;font-weight:700;line-height:1.35;color:var(--ts-teal)}.feature-split__description{margin:10px 0 0;font-family:var(--ts-font-family);font-size:22px;line-height:1.5;color:var(--ts-text-muted)}.feature-split__cta{margin-top:24px;border:0;border-radius:var(--ts-radius-pill);background:var(--ts-gold);padding:14px 32px;font-family:var(--ts-font-family);font-size:16px;font-weight:700;color:var(--ts-navy-deep);cursor:pointer}.feature-split__cta:hover{opacity:.92}.site-growth{background:var(--ts-navy);padding-block:var(--ts-section-pad-y);text-align:center}.site-growth__title{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:#fff;text-transform:capitalize}.site-growth__subtitle{margin:var(--ts-stack-sm) auto 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-body);color:#fff9}.site-growth__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:100px;width:var(--container);margin:var(--ts-stack-after-title) auto 0}.site-growth__value{margin:0;font-family:var(--ts-font-family);font-size:var(--ts-fs-stat);font-weight:700;line-height:1.1;color:var(--ts-teal)}.site-growth__label{margin:8px 0 0;font-family:var(--ts-font-family);font-size:var(--ts-fs-stat-label);font-weight:600;color:#fff}@media(max-width:1023px){.feature-split__grid,.feature-split__grid--reverse{grid-template-columns:1fr;gap:var(--ts-stack-after-title);margin-top:var(--ts-stack-after-title)}.feature-split .site-section__title{font-size:var(--ts-fs-h1-section);line-height:var(--ts-lh-section-title)}.feature-split .site-section__subtitle{font-size:var(--ts-fs-subtitle);line-height:var(--ts-lh-body)}.feature-split__headline{font-size:22px;line-height:1.35}.feature-split__description{font-size:18px;line-height:1.5}.feature-split__copy{max-width:none}.feature-split__media{justify-content:center;order:-1}.feature-split__cta{display:block;width:fit-content;max-width:min(280px,100%);margin:24px auto 0;padding:12px 24px;text-align:center}.site-growth{padding-block:var(--ts-section-pad-y-md)}.site-growth__title{font-size:var(--ts-fs-h1-section);line-height:var(--ts-lh-section-title)}.site-growth__subtitle{font-size:var(--ts-fs-body);line-height:var(--ts-lh-body);max-width:360px;margin-inline:auto}.site-growth__grid{gap:28px 16px;width:min(480px,calc(100% - var(--ts-gutter) * 2))}.site-growth__value{font-size:var(--ts-fs-stat);line-height:1}.site-growth__label{margin-top:8px;font-size:var(--ts-fs-stat-label);font-weight:400;line-height:1.35}}@media(max-width:640px){.site-growth__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ts-stack-after-title)}}.site-page button,.site-page input,.site-page textarea,.site-page select{font-family:inherit}.terms-of-service-hero{background:linear-gradient(90deg,#f3f6ff,#f8fff9,#f6f8fd);padding-block:var(--ts-section-pad-y-md) var(--ts-section-pad-y)}.terms-of-service.site-container{max-width:1400px}.terms-of-service__card{background:#fff;border:1px solid #e0e6f1;border-radius:20px;padding:56px 64px;box-shadow:0 20px 45px #0f17420f}.terms-of-service__card .tt-heading-cont h1{margin:0 0 8px;font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:var(--ts-navy-deep);text-align:left}.terms-of-service__card .tt-heading-cont{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #eef1f8}.terms-of-service__card .m_termsHead{margin:32px 0 12px;font-family:var(--ts-font-family);font-size:22px;font-weight:700;line-height:1.4;color:var(--ts-teal)}.terms-of-service__card .m_termsHead:first-of-type{margin-top:0}.terms-of-service__card .m_termsContent{margin:0 0 16px;font-family:var(--ts-font-family);font-size:var(--ts-fs-body-sm);line-height:1.7;color:var(--ts-navy);text-align:left}.terms-of-service__card .m_termsPoint{margin:0 0 16px;padding:16px 20px;background:var(--ts-surface-alt);border-radius:12px}.terms-of-service__card .m_termsPoint .m_termsContent{margin-bottom:10px}.terms-of-service__card .m_termsPoint .m_termsContent:last-child{margin-bottom:0}.terms-of-service__card a{color:var(--ts-teal);text-decoration:underline;word-break:break-word}@media(max-width:1023px){.terms-of-service.site-container{width:min(720px,calc(100% - var(--ts-gutter) * 2));max-width:100%}.terms-of-service__card{padding:40px 36px}}@media(max-width:640px){.terms-of-service-hero{padding-block:var(--ts-section-pad-y-sm) var(--ts-section-pad-y-md)}.terms-of-service.site-container{width:calc(100% - var(--ts-gutter) * 2)}.terms-of-service__card{padding:24px 20px;border-radius:16px}.terms-of-service__card .tt-heading-cont h1{font-size:26px}.terms-of-service__card .m_termsHead{font-size:19px}.terms-of-service__card .m_termsContent{font-size:15.5px;line-height:1.65}.terms-of-service__card .m_termsPoint{padding:12px 14px}}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}html,body{font-family:var(--ts-font-family)}:root{--ts-font-family:"Poppins",sans-serif;--ts-gutter:40px;--ts-section-pad-y:72px;--ts-section-pad-y-md:56px;--ts-section-pad-y-sm:48px;--ts-stack-after-title:32px;--ts-stack-after-subtitle:40px;--ts-stack-md:24px;--ts-stack-sm:16px;--ts-bullet-gap:10px;--ts-navy:#0b1b50;--ts-navy-deep:#0a1a4f;--ts-teal:#1fc3b4;--ts-teal-dark:#14978b;--ts-gold:#ebab38;--ts-text-muted:#0b1b5099;--ts-text-muted-soft:#0b1b5066;--ts-text-muted-faint:#0b1b5080;--ts-surface-alt:#f5f7fc;--ts-surface-card-gradient:linear-gradient(90deg,#f3f6ff 0%,#f8fffd 50%,#f6f8fd 100%);--ts-fs-h1:40px;--ts-fs-h1-lg:40px;--ts-fs-h1-section:40px;--ts-fs-h2:22px;--ts-fs-h3:24px;--ts-fs-subtitle:22px;--ts-fs-subtitle-sm:22px;--ts-fs-body:20px;--ts-fs-body-sm:18px;--ts-fs-label:17px;--ts-fs-caption:14px;--ts-fs-stat:48px;--ts-fs-stat-label:16px;--ts-lh-tight:1.15;--ts-lh-snug:1.35;--ts-lh-body:1.5;--ts-lh-title:1.2;--ts-lh-section-title:1.2;--ts-container:min(1200px,calc(100% - var(--ts-gutter)*2));--ts-container-wide:min(1400px,calc(100% - var(--ts-gutter)*2));--ts-container-home:var(--ts-container-wide);--ts-container-testimonials:var(--ts-container-wide);--ts-radius-card:18px;--ts-radius-card-sm:16px;--ts-radius-pill:75px}@media(max-width:1023px){:root{--ts-gutter:24px;--ts-section-pad-y:48px;--ts-section-pad-y-md:40px;--ts-section-pad-y-sm:32px;--ts-stack-after-title:24px;--ts-stack-after-subtitle:28px;--ts-container:min(480px,calc(100% - var(--ts-gutter)*2));--ts-fs-h1:28px;--ts-fs-h1-lg:28px;--ts-fs-h1-section:28px;--ts-lh-title:1.25;--ts-lh-section-title:1.25;--ts-fs-h2:18px;--ts-fs-h3:20px;--ts-fs-subtitle:18px;--ts-fs-subtitle-sm:18px;--ts-fs-body:17px;--ts-fs-body-sm:16px;--ts-fs-label:15px;--ts-fs-stat:32px;--ts-fs-stat-label:13px;--ts-lh-body:1.5}}@media(max-width:640px){:root{--ts-gutter:20px;--ts-section-pad-y:40px;--ts-section-pad-y-md:32px;--ts-section-pad-y-sm:28px;--ts-stack-after-title:20px;--ts-container:calc(100% - var(--ts-gutter)*2);--ts-fs-h1:26px;--ts-fs-h1-lg:26px;--ts-fs-h1-section:26px;--ts-fs-h2:17px;--ts-fs-label:14px;--ts-fs-body-sm:15px;--ts-fs-subtitle:17px;--ts-fs-subtitle-sm:17px;--ts-fs-stat:30px}}@media(min-width:1440px){:root{--ts-container:min(1400px,calc(100% - var(--ts-gutter)*2));--ts-container-wide:min(1600px,calc(100% - var(--ts-gutter)*2));--ts-container-home:min(1600px,calc(100% - var(--ts-gutter)*2));--ts-container-testimonials:min(1600px,calc(100% - var(--ts-gutter)*2))}}@media(min-width:1920px){:root{--ts-gutter:48px;--ts-container:min(1680px,calc(100% - var(--ts-gutter)*2));--ts-container-wide:min(1800px,calc(100% - var(--ts-gutter)*2));--ts-container-home:min(1800px,calc(100% - var(--ts-gutter)*2));--ts-container-testimonials:min(1800px,calc(100% - var(--ts-gutter)*2));--ts-fs-h1:40px;--ts-fs-h1-lg:40px;--ts-fs-h1-section:40px;--ts-lh-section-title:1.2;--ts-lh-title:1.2}}.ts-font{font-family:var(--ts-font-family)}.ts-h1,.ts-h1-section{font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title);color:var(--ts-navy-deep)}.ts-h1-lg{font-family:var(--ts-font-family);font-size:var(--ts-fs-h1-section);font-weight:700;line-height:var(--ts-lh-section-title)}.ts-subtitle{font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);line-height:var(--ts-lh-body);color:var(--ts-text-muted)}.ts-subtitle-sm{font-family:var(--ts-font-family);font-size:var(--ts-fs-subtitle);color:var(--ts-text-muted-soft);line-height:1.45}.ts-body{font-family:var(--ts-font-family);font-size:var(--ts-fs-body);line-height:var(--ts-lh-body)}.ts-label{font-family:var(--ts-font-family);font-size:var(--ts-fs-label);line-height:var(--ts-lh-body)}.ts-stat{font-family:var(--ts-font-family);font-size:var(--ts-fs-stat);color:var(--ts-teal);font-weight:700;line-height:1.1}.ts-stat-label{font-family:var(--ts-font-family);font-size:var(--ts-fs-stat-label);font-weight:600}.ts-semibold{font-weight:600}.ts-bold{font-weight:700}.ts-center{text-align:center}@layer theme{:root,:host{--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-gray-100:oklch(96.7% .003 264.542);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-2xl:1.5rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-widest:.1em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-xs:.125rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:"Poppins",ui-sans-serif,sans-serif;--default-mono-font-family:var(--font-mono);--color-border:var(--border)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground);font-family:var(--ts-font-family)}h1,h2,h3,h4,h5,h6,p,a,li,label,button,input,textarea,select,footer{font-family:var(--ts-font-family)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer components;@layer utilities{.\@container\/card-header{container:card-header/inline-size}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-\[-0\.5px_0\]{top:-.5px;right:0;bottom:-.5px;left:0}.inset-\[-0\.07px_0\]{top:-.07px;right:0;bottom:-.07px;left:0}.inset-\[-0\.37px_0\]{top:-.37px;right:0;bottom:-.37px;left:0}.inset-\[-0\.75px_0_0_0\]{top:-.75px;right:0;bottom:0;left:0}.inset-\[-0\.98px_0_0_0\]{top:-.98px;right:0;bottom:0;left:0}.inset-\[-1\.5px_0_0_0\]{top:-1.5px;right:0;bottom:0;left:0}.inset-\[-1\.88px_0_0_0\]{top:-1.88px;right:0;bottom:0;left:0}.inset-\[-2\.5px_0_0_0\]{top:-2.5px;right:0;bottom:0;left:0}.inset-\[-3\.69px_0_0_0\]{top:-3.69px;right:0;bottom:0;left:0}.inset-\[-5\.89px_-80\%_-5\.89px_-489\.12\%\]{top:-5.89px;right:-80%;bottom:-5.89px;left:-489.12%}.inset-\[-6\.13\%_-7\.24\%_-8\.23\%_-6\.15\%\]{top:-6.13%;right:-7.24%;bottom:-8.23%;left:-6.15%}.inset-\[-6\.45\%_-12\.9\%_-19\.35\%_-12\.9\%\]{top:-6.45%;right:-12.9%;bottom:-19.35%;left:-12.9%}.inset-\[-8\.86\%_-52\.65\%\]{top:-8.86%;right:-52.65%;bottom:-8.86%;left:-52.65%}.inset-\[-20\.88\%_-10\.65\%\]{top:-20.88%;right:-10.65%;bottom:-20.88%;left:-10.65%}.inset-\[-28\.57\%_-36\.1\%\]{top:-28.57%;right:-36.1%;bottom:-28.57%;left:-36.1%}.inset-\[-51\.02\%\]{top:-51.02%;right:-51.02%;bottom:-51.02%;left:-51.02%}.inset-\[-63\.83\%_-49\.26\%\]{top:-63.83%;right:-49.26%;bottom:-63.83%;left:-49.26%}.inset-\[-64\.79\%_-18\.46\%\]{top:-64.79%;right:-18.46%;bottom:-64.79%;left:-18.46%}.inset-\[-300\.52\%_-8\.82\%_-300\.01\%_-8\.82\%\]{top:-300.52%;right:-8.82%;bottom:-300.01%;left:-8.82%}.inset-\[0_0\.01\%\]{top:0;right:.01%;bottom:0;left:.01%}.inset-\[0_0_-5\.97\%_-3\.34\%\]{top:0;right:0;bottom:-5.97%;left:-3.34%}.inset-\[0_0_-5\.98\%_-3\.34\%\]{top:0;right:0;bottom:-5.98%;left:-3.34%}.inset-\[0_0_0\.04\%_0\]{top:0;right:0;bottom:.04%;left:0}.inset-\[0_1\.63\%\]{top:0;right:1.63%;bottom:0;left:1.63%}.inset-\[0_3\.46\%_0_0\]{top:0;right:3.46%;bottom:0;left:0}.inset-\[0_11\.69\%\]{top:0;right:11.69%;bottom:0;left:11.69%}.inset-\[0_17\.99\%_75\.87\%_17\.9\%\]{top:0;right:17.99%;bottom:75.87%;left:17.9%}.inset-\[0_19\.81\%_93\.17\%_57\.78\%\]{top:0;right:19.81%;bottom:93.17%;left:57.78%}.inset-\[0_23\.56\%_95\%_23\.47\%\]{top:0;right:23.56%;bottom:95%;left:23.47%}.inset-\[1\.11\%_44\.47\%_96\.78\%_52\.91\%\]{top:1.11%;right:44.47%;bottom:96.78%;left:52.91%}.inset-\[1\.25\%_-217\.81\%_89\.68\%_300\.13\%\]{top:1.25%;right:-217.81%;bottom:89.68%;left:300.13%}.inset-\[1\.68\%_43\.46\%_96\.89\%_54\.98\%\]{top:1.68%;right:43.46%;bottom:96.89%;left:54.98%}.inset-\[1\.94\%_26\.57\%_0\.83\%_26\.54\%\]{top:1.94%;right:26.57%;bottom:.83%;left:26.54%}.inset-\[1\.96\%_76\.58\%_94\.96\%_11\.45\%\]{top:1.96%;right:76.58%;bottom:94.96%;left:11.45%}.inset-\[2\.27\%_-1\.97\%_94\.02\%_98\.13\%\]{top:2.27%;right:-1.97%;bottom:94.02%;left:98.13%}.inset-\[2\.67\%_4\.63\%_88\.13\%_79\.7\%\]{top:2.67%;right:4.63%;bottom:88.13%;left:79.7%}.inset-\[2\.97\%_-44\.49\%_92\.45\%_124\.76\%\]{top:2.97%;right:-44.49%;bottom:92.45%;left:124.76%}.inset-\[3\.2\%_0\.84\%_94\.96\%_97\.51\%\]{top:3.2%;right:.84%;bottom:94.96%;left:97.51%}.inset-\[3\.07\%_-161\.17\%_86\.02\%_233\.59\%\]{top:3.07%;right:-161.17%;bottom:86.02%;left:233.59%}.inset-\[3\.07\%_-193\.15\%_90\.32\%_275\.87\%\]{top:3.07%;right:-193.15%;bottom:90.32%;left:275.87%}.inset-\[3\.22\%_-23\.23\%_90\.22\%_109\.4\%\]{top:3.22%;right:-23.23%;bottom:90.22%;left:109.4%}.inset-\[3\.34\%_-87\.4\%_84\.22\%_156\.73\%\]{top:3.34%;right:-87.4%;bottom:84.22%;left:156.73%}.inset-\[3\.36\%_81\.34\%_94\.52\%_11\.71\%\]{top:3.36%;right:81.34%;bottom:94.52%;left:11.71%}.inset-\[3\.37\%_5\.99\%_89\.57\%_81\.73\%\]{top:3.37%;right:5.99%;bottom:89.57%;left:81.73%}.inset-\[3\.49\%_-156\.28\%_95\.72\%_252\.82\%\]{top:3.49%;right:-156.28%;bottom:95.72%;left:252.82%}.inset-\[4\.18\%_-107\.76\%_90\.38\%_193\.71\%\]{top:4.18%;right:-107.76%;bottom:90.38%;left:193.71%}.inset-\[4\.27\%_-157\.7\%_95\.14\%_256\.27\%\]{top:4.27%;right:-157.7%;bottom:95.14%;left:256.27%}.inset-\[4\.37\%_-48\.24\%_87\.19\%_117\.03\%\]{top:4.37%;right:-48.24%;bottom:87.19%;left:117.03%}.inset-\[4\.47\%_-17\.73\%_94\.32\%_114\.93\%\]{top:4.47%;right:-17.73%;bottom:94.32%;left:114.93%}.inset-\[4\.65\%_83\%_93\.93\%_12\.63\%\]{top:4.65%;right:83%;bottom:93.93%;left:12.63%}.inset-\[5\.01\%_48\.43\%_90\.19\%_48\.43\%\]{top:5.01%;right:48.43%;bottom:90.19%;left:48.43%}.inset-\[5\.03\%_-21\.16\%_91\.52\%_116\.71\%\]{top:5.03%;right:-21.16%;bottom:91.52%;left:116.71%}.inset-\[6\.4\%_17\.99\%_87\.21\%_17\.9\%\]{top:6.4%;right:17.99%;bottom:87.21%;left:17.9%}.inset-\[6\.11\%_-32\.46\%_89\.1\%_123\.45\%\]{top:6.11%;right:-32.46%;bottom:89.1%;left:123.45%}.inset-\[6\.14\%_59\.79\%_91\.59\%_39\.84\%\]{top:6.14%;right:59.79%;bottom:91.59%;left:39.84%}.inset-\[6\.87\%_85\.55\%_91\.8\%_1\.63\%\]{top:6.87%;right:85.55%;bottom:91.8%;left:1.63%}.inset-\[6\.94\%_-15\.3\%_91\.86\%_112\.37\%\]{top:6.94%;right:-15.3%;bottom:91.86%;left:112.37%}.inset-\[7\.68\%_98\.5\%_88\.95\%_0\.09\%\]{top:7.68%;right:98.5%;bottom:88.95%;left:.09%}.inset-\[7\.92\%_69\.31\%_90\.97\%_27\.24\%\]{top:7.92%;right:69.31%;bottom:90.97%;left:27.24%}.inset-\[8\.6\%_-148\.15\%_86\.82\%_236\.98\%\]{top:8.6%;right:-148.15%;bottom:86.82%;left:236.98%}.inset-\[8\.27\%_84\.99\%_88\.12\%_0\.44\%\]{top:8.27%;right:84.99%;bottom:88.12%;left:.44%}.inset-\[8\.28\%_94\.07\%_90\.49\%_2\.96\%\]{top:8.28%;right:94.07%;bottom:90.49%;left:2.96%}.inset-\[8\.33\%_-17\.61\%_90\.19\%_110\.36\%\]{top:8.33%;right:-17.61%;bottom:90.19%;left:110.36%}.inset-\[8\.33\%_46\.76\%_90\.46\%_50\.68\%\]{top:8.33%;right:46.76%;bottom:90.46%;left:50.68%}.inset-\[8\.48\%_-118\.79\%_89\.52\%_215\.04\%\]{top:8.48%;right:-118.79%;bottom:89.52%;left:215.04%}.inset-\[8\.56\%_87\.49\%_90\.24\%_9\.48\%\]{top:8.56%;right:87.49%;bottom:90.24%;left:9.48%}.inset-\[8\.76\%_-142\.49\%_90\.94\%_241\.53\%\]{top:8.76%;right:-142.49%;bottom:90.94%;left:241.53%}.inset-\[9\.02\%_49\.92\%_82\.85\%_30\.39\%\]{top:9.02%;right:49.92%;bottom:82.85%;left:30.39%}.inset-\[9\.46\%_-118\.97\%_90\.32\%_216\.59\%\]{top:9.46%;right:-118.97%;bottom:90.32%;left:216.59%}.inset-\[9\.97\%_-45\.42\%_85\.56\%_132\.51\%\]{top:9.97%;right:-45.42%;bottom:85.56%;left:132.51%}.inset-\[10\.1\%_26\.67\%_88\.74\%_71\.61\%\]{top:10.1%;right:26.67%;bottom:88.74%;left:71.61%}.inset-\[10\.16\%_13\.15\%_88\.93\%_84\.12\%\]{top:10.16%;right:13.15%;bottom:88.93%;left:84.12%}.inset-\[10\.27\%_-124\.78\%_89\.17\%_222\.25\%\]{top:10.27%;right:-124.78%;bottom:89.17%;left:222.25%}.inset-\[10\.27\%_87\.84\%_88\.86\%_3\.3\%\]{top:10.27%;right:87.84%;bottom:88.86%;left:3.3%}.inset-\[11\.42\%_84\.69\%_79\.65\%_-5\.09\%\]{top:11.42%;right:84.69%;bottom:79.65%;left:-5.09%}.inset-\[11\.61\%_-151\.04\%_87\.36\%_249\.07\%\]{top:11.61%;right:-151.04%;bottom:87.36%;left:249.07%}.inset-\[11\.71\%_-129\.31\%_87\.02\%_227\.52\%\]{top:11.71%;right:-129.31%;bottom:87.02%;left:227.52%}.inset-\[11\.88\%_30\.19\%_87\.5\%_68\.01\%\]{top:11.88%;right:30.19%;bottom:87.5%;left:68.01%}.inset-\[11\.95\%_-30\.82\%_86\.08\%_124\.1\%\]{top:11.95%;right:-30.82%;bottom:86.08%;left:124.1%}.inset-\[12\.9\%_41\.92\%_86\.85\%_52\.6\%\]{top:12.9%;right:41.92%;bottom:86.85%;left:52.6%}.inset-\[12\.21\%_35\.38\%_85\.65\%_60\.47\%\]{top:12.21%;right:35.38%;bottom:85.65%;left:60.47%}.inset-\[12\.24\%_81\.26\%_79\.14\%_12\.43\%\]{top:12.24%;right:81.26%;bottom:79.14%;left:12.43%}.inset-\[12\.68\%_33\.93\%_86\.83\%_64\.25\%\]{top:12.68%;right:33.93%;bottom:86.83%;left:64.25%}.inset-\[12\.71\%_-36\.78\%_84\.77\%_130\.04\%\]{top:12.71%;right:-36.78%;bottom:84.77%;left:130.04%}.inset-\[12\.84\%_72\.84\%_86\.9\%_23\%\]{top:12.84%;right:72.84%;bottom:86.9%;left:23%}.inset-\[12\.87\%_-199\.96\%_75\.39\%_263\.51\%\]{top:12.87%;right:-199.96%;bottom:75.39%;left:263.51%}.inset-\[12\.98\%_12\.18\%\]{top:12.98%;right:12.18%;bottom:12.98%;left:12.18%}.inset-\[13\.4\%_88\.23\%_83\.79\%_0\.6\%\]{top:13.4%;right:88.23%;bottom:83.79%;left:.6%}.inset-\[13\.72\%_-206\.7\%_83\.69\%_304\.36\%\]{top:13.72%;right:-206.7%;bottom:83.69%;left:304.36%}.inset-\[13\.93\%_-196\.41\%_76\.63\%_266\.55\%\]{top:13.93%;right:-196.41%;bottom:76.63%;left:266.55%}.inset-\[13\.96\%_-204\.81\%_82\.73\%_302\.64\%\]{top:13.96%;right:-204.81%;bottom:82.73%;left:302.64%}.inset-\[14\.33\%_12\.5\%_14\.33\%_9\.91\%\]{top:14.33%;right:12.5%;bottom:14.33%;left:9.91%}.inset-\[14\.35\%_-131\.51\%_84\.26\%_231\.07\%\]{top:14.35%;right:-131.51%;bottom:84.26%;left:231.07%}.inset-\[14\.58\%_101\.81\%_80\%_-7\.94\%\]{top:14.58%;right:101.81%;bottom:80%;left:-7.94%}.inset-\[14\.91\%_6\.04\%_71\.79\%_62\.18\%\]{top:14.91%;right:6.04%;bottom:71.79%;left:62.18%}.inset-\[14\.98\%_110\.15\%_84\.6\%_-13\.54\%\]{top:14.98%;right:110.15%;bottom:84.6%;left:-13.54%}.inset-\[16\.4\%_116\.97\%_82\.74\%_-19\.45\%\]{top:16.4%;right:116.97%;bottom:82.74%;left:-19.45%}.inset-\[16\.9\%_-50\.36\%_81\.88\%_147\.31\%\]{top:16.9%;right:-50.36%;bottom:81.88%;left:147.31%}.inset-\[16\.11\%_-120\.83\%_65\.5\%_174\.13\%\]{top:16.11%;right:-120.83%;bottom:65.5%;left:174.13%}.inset-\[16\.46\%_44\.13\%_82\.19\%_51\.52\%\]{top:16.46%;right:44.13%;bottom:82.19%;left:51.52%}.inset-\[16\.69\%_-25\.18\%_79\.96\%_103\.53\%\]{top:16.69%;right:-25.18%;bottom:79.96%;left:103.53%}.inset-\[17\.4\%_26\.7\%_75\.87\%_26\.67\%\]{top:17.4%;right:26.7%;bottom:75.87%;left:26.67%}.inset-\[17\.4\%_26\.7\%_75\.87\%_59\.32\%\]{top:17.4%;right:26.7%;bottom:75.87%;left:59.32%}.inset-\[17\.4\%_41\.45\%_75\.87\%_42\.84\%\]{top:17.4%;right:41.45%;bottom:75.87%;left:42.84%}.inset-\[17\.4\%_57\.93\%_75\.87\%_26\.67\%\]{top:17.4%;right:57.93%;bottom:75.87%;left:26.67%}.inset-\[17\.05\%_-133\.23\%_81\.7\%_232\.02\%\]{top:17.05%;right:-133.23%;bottom:81.7%;left:232.02%}.inset-\[17\.5\%_-54\.51\%_82\.35\%_152\.52\%\]{top:17.5%;right:-54.51%;bottom:82.35%;left:152.52%}.inset-\[17\.11\%_67\.71\%_80\.8\%_29\.07\%\]{top:17.11%;right:67.71%;bottom:80.8%;left:29.07%}.inset-\[17\.52\%_12\.08\%_80\.76\%_83\.69\%\]{top:17.52%;right:12.08%;bottom:80.76%;left:83.69%}.inset-\[17\.55\%_88\.08\%_76\.79\%_-3\.52\%\]{top:17.55%;right:88.08%;bottom:76.79%;left:-3.52%}.inset-\[17\.58\%_-151\.14\%_75\.42\%_235\.15\%\]{top:17.58%;right:-151.14%;bottom:75.42%;left:235.15%}.inset-\[17\.97\%_0\]{top:17.97%;right:0;bottom:17.97%;left:0}.inset-\[17\.97\%_57\.44\%_79\.72\%_41\.97\%\]{top:17.97%;right:57.44%;bottom:79.72%;left:41.97%}.inset-\[18\.61\%_-149\.56\%_80\.07\%_241\.57\%\]{top:18.61%;right:-149.56%;bottom:80.07%;left:241.57%}.inset-\[18\.84\%_-52\.08\%_80\.42\%_150\.01\%\]{top:18.84%;right:-52.08%;bottom:80.42%;left:150.01%}.inset-\[18\.93\%_-136\.73\%_80\.29\%_234\.43\%\]{top:18.93%;right:-136.73%;bottom:80.29%;left:234.43%}.inset-\[18\.94\%_-56\.66\%_79\.77\%_153\.43\%\]{top:18.94%;right:-56.66%;bottom:79.77%;left:153.43%}.inset-\[18\.99\%_121\.8\%_79\.82\%_-22\.5\%\]{top:18.99%;right:121.8%;bottom:79.82%;left:-22.5%}.inset-\[20\.12\%_-50\.89\%_79\.36\%_149\.76\%\]{top:20.12%;right:-50.89%;bottom:79.36%;left:149.76%}.inset-\[20\.22\%_-110\%_72\.75\%_179\.68\%\]{top:20.22%;right:-110%;bottom:72.75%;left:179.68%}.inset-\[20\.84\%_13\.46\%_20\.8\%_5\.39\%\]{top:20.84%;right:13.46%;bottom:20.8%;left:5.39%}.inset-\[20\.84\%_13\.46\%_20\.8\%_23\.85\%\]{top:20.84%;right:13.46%;bottom:20.8%;left:23.85%}.inset-\[20\.94\%_-53\.74\%_78\.28\%_151\.67\%\]{top:20.94%;right:-53.74%;bottom:78.28%;left:151.67%}.inset-\[21\.08\%_-56\.5\%_78\.27\%_154\.5\%\]{top:21.08%;right:-56.5%;bottom:78.27%;left:154.5%}.inset-\[21\.26\%_49\.76\%_68\.05\%_31\.1\%\]{top:21.26%;right:49.76%;bottom:68.05%;left:31.1%}.inset-\[21\.27\%_-40\.6\%_78\.2\%_139\.32\%\]{top:21.27%;right:-40.6%;bottom:78.2%;left:139.32%}.inset-\[22\.8\%_-198\.89\%_73\.7\%_260\.66\%\]{top:22.8%;right:-198.89%;bottom:73.7%;left:260.66%}.inset-\[22\.22\%_120\.57\%_76\.82\%_-21\.56\%\]{top:22.22%;right:120.57%;bottom:76.82%;left:-21.56%}.inset-\[22\.27\%_-23\.51\%_71\.13\%_106\.23\%\]{top:22.27%;right:-23.51%;bottom:71.13%;left:106.23%}.inset-\[22\.34\%_-38\.93\%_76\.55\%_135\.82\%\]{top:22.34%;right:-38.93%;bottom:76.55%;left:135.82%}.inset-\[22\.34\%_-53\.22\%_77\.22\%_152\.13\%\]{top:22.34%;right:-53.22%;bottom:77.22%;left:152.13%}.inset-\[22\.74\%_53\.89\%_74\.62\%_36\.34\%\]{top:22.74%;right:53.89%;bottom:74.62%;left:36.34%}.inset-\[22\.97\%_-42\.55\%_76\.34\%_140\.64\%\]{top:22.97%;right:-42.55%;bottom:76.34%;left:140.64%}.inset-\[23\.08\%_-59\.98\%_65\.21\%_149\.53\%\]{top:23.08%;right:-59.98%;bottom:65.21%;left:149.53%}.inset-\[23\.33\%_-132\.76\%_74\.22\%_230\.68\%\]{top:23.33%;right:-132.76%;bottom:74.22%;left:230.68%}.inset-\[23\.45\%_-218\.37\%_60\.19\%_302\.6\%\]{top:23.45%;right:-218.37%;bottom:60.19%;left:302.6%}.inset-\[23\.63\%_102\.65\%_73\%_-8\.88\%\]{top:23.63%;right:102.65%;bottom:73%;left:-8.88%}.inset-\[23\.75\%_80\.33\%_24\.66\%_5\.39\%\]{top:23.75%;right:80.33%;bottom:24.66%;left:5.39%}.inset-\[23\.79\%_-129\.56\%_73\.96\%_227\.97\%\]{top:23.79%;right:-129.56%;bottom:73.96%;left:227.97%}.inset-\[24\.7\%_-107\.74\%_71\.48\%_179\.12\%\]{top:24.7%;right:-107.74%;bottom:71.48%;left:179.12%}.inset-\[24\.7\%_3\.03\%_73\.2\%_91\.61\%\]{top:24.7%;right:3.03%;bottom:73.2%;left:91.61%}.inset-\[24\.23\%_-182\.89\%_75\.02\%_276\.63\%\]{top:24.23%;right:-182.89%;bottom:75.02%;left:276.63%}.inset-\[24\.42\%_-40\.49\%_75\.04\%_139\.31\%\]{top:24.42%;right:-40.49%;bottom:75.04%;left:139.31%}.inset-\[24\.46\%_28\.53\%_71\.29\%_60\.77\%\]{top:24.46%;right:28.53%;bottom:71.29%;left:60.77%}.inset-\[24\.47\%_40\.96\%_55\.32\%_40\.96\%\]{top:24.47%;right:40.96%;bottom:55.32%;left:40.96%}.inset-\[24\.61\%_115\.23\%_74\.98\%_-17\.66\%\]{top:24.61%;right:115.23%;bottom:74.98%;left:-17.66%}.inset-\[25\.05\%_28\.39\%_31\.73\%_28\.39\%\]{top:25.05%;right:28.39%;bottom:31.73%;left:28.39%}.inset-\[25\.05\%_30\.06\%_65\.14\%_60\.12\%\]{top:25.05%;right:30.06%;bottom:65.14%;left:60.12%}.inset-\[25\.05\%_30\.06\%_65\.14\%_60\.13\%\]{top:25.05%;right:30.06%;bottom:65.14%;left:60.13%}.inset-\[25\.16\%_108\.2\%_74\.65\%_-11\.16\%\]{top:25.16%;right:108.2%;bottom:74.65%;left:-11.16%}.inset-\[25\.33\%_-50\.31\%_65\.96\%_138\.4\%\]{top:25.33%;right:-50.31%;bottom:65.96%;left:138.4%}.inset-\[27\.11\%_-181\.18\%_71\.17\%_277\.81\%\]{top:27.11%;right:-181.18%;bottom:71.17%;left:277.81%}.inset-\[27\.56\%_-161\.81\%_67\.04\%_248\.84\%\]{top:27.56%;right:-161.81%;bottom:67.04%;left:248.84%}.inset-\[27\.78\%_5\.82\%_71\.51\%_93\.51\%\]{top:27.78%;right:5.82%;bottom:71.51%;left:93.51%}.inset-\[28\.6\%_-134\.82\%_59\.98\%_213\.85\%\]{top:28.6%;right:-134.82%;bottom:59.98%;left:213.85%}.inset-\[28\.21\%_7\.54\%_69\.69\%_81\.67\%\]{top:28.21%;right:7.54%;bottom:69.69%;left:81.67%}.inset-\[28\.21\%_8\.55\%_69\.8\%_82\.68\%\]{top:28.21%;right:8.55%;bottom:69.8%;left:82.68%}.inset-\[28\.21\%_30\.12\%_69\.8\%_61\.12\%\]{top:28.21%;right:30.12%;bottom:69.8%;left:61.12%}.inset-\[28\.21\%_72\.28\%_69\.69\%_16\.93\%\]{top:28.21%;right:72.28%;bottom:69.69%;left:16.93%}.inset-\[28\.21\%_73\.29\%_69\.8\%_17\.94\%\]{top:28.21%;right:73.29%;bottom:69.8%;left:17.94%}.inset-\[28\.22\%_8\.58\%_69\.8\%_82\.72\%\]{top:28.22%;right:8.58%;bottom:69.8%;left:82.72%}.inset-\[28\.22\%_30\.15\%_69\.8\%_61\.15\%\]{top:28.22%;right:30.15%;bottom:69.8%;left:61.15%}.inset-\[28\.22\%_73\.32\%_69\.8\%_17\.98\%\]{top:28.22%;right:73.32%;bottom:69.8%;left:17.98%}.inset-\[28\.23\%_13\.47\%_70\.31\%_82\.75\%\]{top:28.23%;right:13.47%;bottom:70.31%;left:82.75%}.inset-\[28\.23\%_35\.04\%_70\.31\%_61\.18\%\]{top:28.23%;right:35.04%;bottom:70.31%;left:61.18%}.inset-\[28\.23\%_50\.66\%_69\.67\%_38\.54\%\]{top:28.23%;right:50.66%;bottom:69.67%;left:38.54%}.inset-\[28\.23\%_51\.68\%_69\.79\%_39\.56\%\]{top:28.23%;right:51.68%;bottom:69.79%;left:39.56%}.inset-\[28\.23\%_78\.21\%_70\.31\%_18\.01\%\]{top:28.23%;right:78.21%;bottom:70.31%;left:18.01%}.inset-\[28\.24\%_51\.71\%_69\.79\%_39\.59\%\]{top:28.24%;right:51.71%;bottom:69.79%;left:39.59%}.inset-\[28\.25\%_56\.6\%_70\.29\%_39\.62\%\]{top:28.25%;right:56.6%;bottom:70.29%;left:39.62%}.inset-\[28\.26\%_12\.87\%_71\.69\%_87\%\]{top:28.26%;right:12.87%;bottom:71.69%;left:87%}.inset-\[28\.26\%_34\.43\%_71\.69\%_65\.44\%\]{top:28.26%;right:34.43%;bottom:71.69%;left:65.44%}.inset-\[28\.26\%_77\.61\%_71\.69\%_22\.26\%\]{top:28.26%;right:77.61%;bottom:71.69%;left:22.26%}.inset-\[28\.28\%_56\%_71\.68\%_43\.88\%\]{top:28.28%;right:56%;bottom:71.68%;left:43.88%}.inset-\[28\.31\%_8\.84\%_69\.97\%_82\.92\%\]{top:28.31%;right:8.84%;bottom:69.97%;left:82.92%}.inset-\[28\.31\%_30\.41\%_69\.97\%_61\.35\%\]{top:28.31%;right:30.41%;bottom:69.97%;left:61.35%}.inset-\[28\.31\%_73\.58\%_69\.97\%_18\.18\%\]{top:28.31%;right:73.58%;bottom:69.97%;left:18.18%}.inset-\[28\.32\%_51\.97\%_69\.95\%_39\.79\%\]{top:28.32%;right:51.97%;bottom:69.95%;left:39.79%}.inset-\[28\.35\%_80\.48\%_71\.54\%_18\.36\%\]{top:28.35%;right:80.48%;bottom:71.54%;left:18.36%}.inset-\[28\.37\%_58\.86\%_71\.52\%_39\.9\%\]{top:28.37%;right:58.86%;bottom:71.52%;left:39.9%}.inset-\[28\.57\%_-125\.57\%_67\.79\%_220\.18\%\]{top:28.57%;right:-125.57%;bottom:67.79%;left:220.18%}.inset-\[28\.91\%_-178\.99\%_70\.35\%_277\.27\%\]{top:28.91%;right:-178.99%;bottom:70.35%;left:277.27%}.inset-\[29\.11\%_77\.4\%_69\.28\%_21\.17\%\]{top:29.11%;right:77.4%;bottom:69.28%;left:21.17%}.inset-\[29\.35\%_2\.58\%_70\.05\%_96\.34\%\]{top:29.35%;right:2.58%;bottom:70.05%;left:96.34%}.inset-\[29\.49\%_-167\.15\%_70\.3\%_265\.86\%\]{top:29.49%;right:-167.15%;bottom:70.3%;left:265.86%}.inset-\[30\.2\%_7\.54\%_69\.73\%_81\.67\%\]{top:30.2%;right:7.54%;bottom:69.73%;left:81.67%}.inset-\[30\.2\%_12\.06\%_69\.76\%_86\.19\%\]{top:30.2%;right:12.06%;bottom:69.76%;left:86.19%}.inset-\[30\.2\%_29\.1\%_69\.73\%_60\.1\%\]{top:30.2%;right:29.1%;bottom:69.73%;left:60.1%}.inset-\[30\.2\%_33\.63\%_69\.76\%_64\.63\%\]{top:30.2%;right:33.63%;bottom:69.76%;left:64.63%}.inset-\[30\.2\%_72\.28\%_69\.73\%_16\.93\%\]{top:30.2%;right:72.28%;bottom:69.73%;left:16.93%}.inset-\[30\.2\%_76\.8\%_69\.76\%_21\.45\%\]{top:30.2%;right:76.8%;bottom:69.76%;left:21.45%}.inset-\[30\.04\%_-171\.08\%_69\.66\%_268\.9\%\]{top:30.04%;right:-171.08%;bottom:69.66%;left:268.9%}.inset-\[30\.13\%_8\.58\%_69\.87\%_82\.72\%\]{top:30.13%;right:8.58%;bottom:69.87%;left:82.72%}.inset-\[30\.13\%_30\.15\%_69\.87\%_61\.15\%\]{top:30.13%;right:30.15%;bottom:69.87%;left:61.15%}.inset-\[30\.13\%_73\.32\%_69\.87\%_17\.98\%\]{top:30.13%;right:73.32%;bottom:69.87%;left:17.98%}.inset-\[30\.15\%_51\.71\%_69\.85\%_39\.59\%\]{top:30.15%;right:51.71%;bottom:69.85%;left:39.59%}.inset-\[30\.17\%_-175\.47\%_69\.47\%_273\.23\%\]{top:30.17%;right:-175.47%;bottom:69.47%;left:273.23%}.inset-\[30\.21\%_50\.66\%_69\.72\%_38\.54\%\]{top:30.21%;right:50.66%;bottom:69.72%;left:38.54%}.inset-\[30\.21\%_55\.19\%_69\.74\%_43\.07\%\]{top:30.21%;right:55.19%;bottom:69.74%;left:43.07%}.inset-\[30\.25\%_7\.54\%_69\.69\%_81\.67\%\]{top:30.25%;right:7.54%;bottom:69.69%;left:81.67%}.inset-\[30\.25\%_29\.1\%_69\.69\%_60\.1\%\]{top:30.25%;right:29.1%;bottom:69.69%;left:60.1%}.inset-\[30\.25\%_72\.28\%_69\.69\%_16\.93\%\]{top:30.25%;right:72.28%;bottom:69.69%;left:16.93%}.inset-\[30\.27\%_50\.66\%_69\.67\%_38\.54\%\]{top:30.27%;right:50.66%;bottom:69.67%;left:38.54%}.inset-\[30\.62\%_-2\.76\%_68\.98\%_100\.64\%\]{top:30.62%;right:-2.76%;bottom:68.98%;left:100.64%}.inset-\[30\.76\%_90\.37\%_57\.94\%_-15\.11\%\]{top:30.76%;right:90.37%;bottom:57.94%;left:-15.11%}.inset-\[31\.31\%_90\.57\%_65\.43\%_1\.28\%\]{top:31.31%;right:90.57%;bottom:65.43%;left:1.28%}.inset-\[31\.54\%_73\.81\%_66\.85\%_22\.48\%\]{top:31.54%;right:73.81%;bottom:66.85%;left:22.48%}.inset-\[31\.58\%_-202\.6\%_60\.93\%_284\.44\%\]{top:31.58%;right:-202.6%;bottom:60.93%;left:284.44%}.inset-\[31\.69\%_-9\.33\%_67\.97\%_107\.02\%\]{top:31.69%;right:-9.33%;bottom:67.97%;left:107.02%}.inset-\[32\.5\%_-106\.39\%_65\.81\%_204\.64\%\]{top:32.5%;right:-106.39%;bottom:65.81%;left:204.64%}.inset-\[32\.7\%_-107\.19\%_65\.75\%_206\.23\%\]{top:32.7%;right:-107.19%;bottom:65.75%;left:206.23%}.inset-\[32\.66\%_0_0_0\]{top:32.66%;right:0;bottom:0;left:0}.inset-\[32\.66\%_0_0_38\.58\%\]{top:32.66%;right:0;bottom:0;left:38.58%}.inset-\[32\.66\%_5\.79\%_3\.8\%_44\.36\%\]{top:32.66%;right:5.79%;bottom:3.8%;left:44.36%}.inset-\[32\.77\%_59\.17\%_2\.24\%_0\]{top:32.77%;right:59.17%;bottom:2.24%;left:0}.inset-\[32\.77\%_59\.17\%_2\.24\%_1\.3\%\]{top:32.77%;right:59.17%;bottom:2.24%;left:1.3%}.inset-\[32\.77\%_59\.17\%_7\.86\%_0\]{top:32.77%;right:59.17%;bottom:7.86%;left:0}.inset-\[32\.77\%_59\.17\%_14\.03\%_0\]{top:32.77%;right:59.17%;bottom:14.03%;left:0}.inset-\[32\.77\%_59\.17\%_42\%_1\.84\%\]{top:32.77%;right:59.17%;bottom:42%;left:1.84%}.inset-\[32\.77\%_59\.17\%_50\%_1\.84\%\]{top:32.77%;right:59.17%;bottom:50%;left:1.84%}.inset-\[32\.78\%_-15\.07\%_66\.8\%_113\.35\%\]{top:32.78%;right:-15.07%;bottom:66.8%;left:113.35%}.inset-\[33\%_5\.97\%_3\.8\%_44\.54\%\]{top:33%;right:5.97%;bottom:3.8%;left:44.54%}.inset-\[33\.13\%_-15\.55\%_44\.21\%_68\.12\%\]{top:33.13%;right:-15.55%;bottom:44.21%;left:68.12%}.inset-\[33\.33\%_33\.78\%_19\.91\%_44\.72\%\]{top:33.33%;right:33.78%;bottom:19.91%;left:44.72%}.inset-\[33\.65\%_104\.09\%_63\.41\%_-9\.9\%\]{top:33.65%;right:104.09%;bottom:63.41%;left:-9.9%}.inset-\[33\.84\%_-39\.85\%_61\.34\%_127\.19\%\]{top:33.84%;right:-39.85%;bottom:61.34%;left:127.19%}.inset-\[34\.08\%_-95\.52\%_54\.5\%_170\.23\%\]{top:34.08%;right:-95.52%;bottom:54.5%;left:170.23%}.inset-\[34\.31\%_-18\.25\%_64\.72\%_117\.36\%\]{top:34.31%;right:-18.25%;bottom:64.72%;left:117.36%}.inset-\[34\.45\%_30\.36\%_64\.21\%_68\.93\%\]{top:34.45%;right:30.36%;bottom:64.21%;left:68.93%}.inset-\[35\.3\%_-5\.93\%_55\.97\%_78\.05\%\]{top:35.3%;right:-5.93%;bottom:55.97%;left:78.05%}.inset-\[35\.8\%_7\.44\%_9\.09\%_45\.69\%\]{top:35.8%;right:7.44%;bottom:9.09%;left:45.69%}.inset-\[35\.54\%_48\.87\%_35\.54\%_28\.36\%\]{top:35.54%;right:48.87%;bottom:35.54%;left:28.36%}.inset-\[35\.88\%_44\.66\%_53\.44\%_44\.66\%\]{top:35.88%;right:44.66%;bottom:53.44%;left:44.66%}.inset-\[36\.1\%_-42\.88\%_58\.81\%_129\.93\%\]{top:36.1%;right:-42.88%;bottom:58.81%;left:129.93%}.inset-\[36\.05\%_-91\.47\%_61\.73\%_186\.65\%\]{top:36.05%;right:-91.47%;bottom:61.73%;left:186.65%}.inset-\[36\.05\%_35\.08\%_52\.2\%_8\.81\%\]{top:36.05%;right:35.08%;bottom:52.2%;left:8.81%}.inset-\[36\.23\%_-85\.23\%_61\.42\%_180\.88\%\]{top:36.23%;right:-85.23%;bottom:61.42%;left:180.88%}.inset-\[36\.59\%_2\.14\%_48\.82\%_90\.16\%\]{top:36.59%;right:2.14%;bottom:48.82%;left:90.16%}.inset-\[36\.62\%_-79\.48\%_60\.81\%_175\.06\%\]{top:36.62%;right:-79.48%;bottom:60.81%;left:175.06%}.inset-\[36\.85\%_-177\.67\%_53\.02\%_244\.46\%\]{top:36.85%;right:-177.67%;bottom:53.02%;left:244.46%}.inset-\[37\.26\%_46\.67\%_59\.26\%_46\.28\%\]{top:37.26%;right:46.67%;bottom:59.26%;left:46.28%}.inset-\[37\.26\%_46\.67\%_59\.26\%_46\.75\%\]{top:37.26%;right:46.67%;bottom:59.26%;left:46.75%}.inset-\[37\.81\%_98\.97\%_58\.13\%_-13\.96\%\]{top:37.81%;right:98.97%;bottom:58.13%;left:-13.96%}.inset-\[38\.7\%_-200\.66\%_58\.64\%_296\.77\%\]{top:38.7%;right:-200.66%;bottom:58.64%;left:296.77%}.inset-\[38\.77\%_-202\.72\%_59\.38\%_300\.15\%\]{top:38.77%;right:-202.72%;bottom:59.38%;left:300.15%}.inset-\[39\.16\%_23\.35\%_59\.79\%_74\.48\%\]{top:39.16%;right:23.35%;bottom:59.79%;left:74.48%}.inset-\[41\%_-64\.74\%_49\.96\%_142\.4\%\]{top:41%;right:-64.74%;bottom:49.96%;left:142.4%}.inset-\[41\.74\%_5\.76\%_51\.4\%_77\.45\%\]{top:41.74%;right:5.76%;bottom:51.4%;left:77.45%}.inset-\[41\.84\%_-9\.77\%_57\.19\%_105\.98\%\]{top:41.84%;right:-9.77%;bottom:57.19%;left:105.98%}.inset-\[42\.14\%_-35\.5\%_56\.3\%_131\.93\%\]{top:42.14%;right:-35.5%;bottom:56.3%;left:131.93%}.inset-\[43\.14\%_-58\.08\%_52\.53\%_150\.33\%\]{top:43.14%;right:-58.08%;bottom:52.53%;left:150.33%}.inset-\[43\.81\%_112\.98\%_53\.21\%_-19\.02\%\]{top:43.81%;right:112.98%;bottom:53.21%;left:-19.02%}.inset-\[43\.93\%_-33\.84\%_55\.12\%_133\.33\%\]{top:43.93%;right:-33.84%;bottom:55.12%;left:133.33%}.inset-\[44\.69\%_-217\.07\%_48\.35\%_308\.11\%\]{top:44.69%;right:-217.07%;bottom:48.35%;left:308.11%}.inset-\[44\.92\%_101\.19\%_42\.89\%_-17\.55\%\]{top:44.92%;right:101.19%;bottom:42.89%;left:-17.55%}.inset-\[45\.8\%_-32\.58\%_53\.45\%_131\.25\%\]{top:45.8%;right:-32.58%;bottom:53.45%;left:131.25%}.inset-\[45\.71\%_-103\.31\%_53\.15\%_200\.49\%\]{top:45.71%;right:-103.31%;bottom:53.15%;left:200.49%}.inset-\[45\.71\%_-106\.67\%_54\.04\%_205\%\]{top:45.71%;right:-106.67%;bottom:54.04%;left:205%}.inset-\[45\.92\%_-140\.11\%_46\.38\%_221\.63\%\]{top:45.92%;right:-140.11%;bottom:46.38%;left:221.63%}.inset-\[46\.36\%_-211\.32\%_46\.1\%_302\.5\%\]{top:46.36%;right:-211.32%;bottom:46.1%;left:302.5%}.inset-\[46\.47\%_4\.44\%_3\.99\%_4\.44\%\]{top:46.47%;right:4.44%;bottom:3.99%;left:4.44%}.inset-\[46\.76\%_-110\.1\%_52\.02\%_207\.2\%\]{top:46.76%;right:-110.1%;bottom:52.02%;left:207.2%}.inset-\[46\.76\%_-193\.07\%_47\.85\%_280\.1\%\]{top:46.76%;right:-193.07%;bottom:47.85%;left:280.1%}.inset-\[46\.91\%_-29\.2\%_52\.71\%_127\.03\%\]{top:46.91%;right:-29.2%;bottom:52.71%;left:127.03%}.inset-\[47\.3\%_15\.69\%_48\.86\%_63\.8\%\]{top:47.3%;right:15.69%;bottom:48.86%;left:63.8%}.inset-\[47\.3\%_16\.79\%_51\.84\%_66\.61\%\]{top:47.3%;right:16.79%;bottom:51.84%;left:66.61%}.inset-\[47\.3\%_39\.86\%_48\.86\%_39\.64\%\]{top:47.3%;right:39.86%;bottom:48.86%;left:39.64%}.inset-\[47\.3\%_41\.78\%_50\.97\%_41\.41\%\]{top:47.3%;right:41.78%;bottom:50.97%;left:41.41%}.inset-\[47\.3\%_64\.03\%_48\.86\%_15\.47\%\]{top:47.3%;right:64.03%;bottom:48.86%;left:15.47%}.inset-\[47\.3\%_68\.74\%_51\.84\%_19\.87\%\]{top:47.3%;right:68.74%;bottom:51.84%;left:19.87%}.inset-\[47\.15\%_-105\.83\%_52\.16\%_203\.94\%\]{top:47.15%;right:-105.83%;bottom:52.16%;left:203.94%}.inset-\[47\.32\%_-25\.03\%_52\.45\%_123\.75\%\]{top:47.32%;right:-25.03%;bottom:52.45%;left:123.75%}.inset-\[47\.39\%_-71\.79\%_47\.74\%_159\.76\%\]{top:47.39%;right:-71.79%;bottom:47.74%;left:159.76%}.inset-\[48\.3\%_67\.39\%_37\.52\%_-5\.08\%\]{top:48.3%;right:67.39%;bottom:37.52%;left:-5.08%}.inset-\[48\.36\%_-105\.59\%_51\.19\%_204\.64\%\]{top:48.36%;right:-105.59%;bottom:51.19%;left:204.64%}.inset-\[48\.37\%_-50\.35\%_46\.75\%_138\.79\%\]{top:48.37%;right:-50.35%;bottom:46.75%;left:138.79%}.inset-\[48\.66\%_-110\.88\%_50\.85\%_209\.52\%\]{top:48.66%;right:-110.88%;bottom:50.85%;left:209.52%}.inset-\[48\.79\%_-108\.71\%_50\.49\%_206\.83\%\]{top:48.79%;right:-108.71%;bottom:50.49%;left:206.83%}.inset-\[49\.17\%_15\.69\%_48\.86\%_63\.8\%\]{top:49.17%;right:15.69%;bottom:48.86%;left:63.8%}.inset-\[49\.17\%_39\.86\%_48\.86\%_39\.64\%\]{top:49.17%;right:39.86%;bottom:48.86%;left:39.64%}.inset-\[49\.17\%_64\.03\%_48\.86\%_15\.47\%\]{top:49.17%;right:64.03%;bottom:48.86%;left:15.47%}.inset-\[49\.29\%_4\.44\%_4\.23\%_4\.44\%\]{top:49.29%;right:4.44%;bottom:4.23%;left:4.44%}.inset-\[49\.63\%_-9\.35\%_48\.26\%_99\.95\%\]{top:49.63%;right:-9.35%;bottom:48.26%;left:99.95%}.inset-\[49\.76\%_-169\.86\%_39\.2\%_245\.11\%\]{top:49.76%;right:-169.86%;bottom:39.2%;left:245.11%}.inset-\[49\.83\%_47\.63\%_44\.78\%_39\.42\%\]{top:49.83%;right:47.63%;bottom:44.78%;left:39.42%}.inset-\[50\.16\%_-122\.01\%_39\.6\%_206\.75\%\]{top:50.16%;right:-122.01%;bottom:39.6%;left:206.75%}.inset-\[50\.37\%_41\.11\%_48\.64\%_41\.11\%\]{top:50.37%;right:41.11%;bottom:48.64%;left:41.11%}.inset-\[50\.52\%_-97\.56\%_48\.99\%_196\.31\%\]{top:50.52%;right:-97.56%;bottom:48.99%;left:196.31%}.inset-\[50\.89\%_92\.69\%_47\.2\%_2\.68\%\]{top:50.89%;right:92.69%;bottom:47.2%;left:2.68%}.inset-\[51\.8\%_-100\.33\%_47\.58\%_198\.68\%\]{top:51.8%;right:-100.33%;bottom:47.58%;left:198.68%}.inset-\[51\.47\%_-92\.3\%_41\.94\%_175\.01\%\]{top:51.47%;right:-92.3%;bottom:41.94%;left:175.01%}.inset-\[51\.68\%_11\.39\%_47\.33\%_11\.39\%\]{top:51.68%;right:11.39%;bottom:47.33%;left:11.39%}.inset-\[51\.72\%_-97\.02\%_47\.26\%_194\.21\%\]{top:51.72%;right:-97.02%;bottom:47.26%;left:194.21%}.inset-\[52\%_59\.17\%_2\.24\%_0\]{top:52%;right:59.17%;bottom:2.24%;left:0}.inset-\[52\%_59\.17\%_2\.24\%_1\.3\%\]{top:52%;right:59.17%;bottom:2.24%;left:1.3%}.inset-\[52\%_59\.17\%_14\.03\%_0\]{top:52%;right:59.17%;bottom:14.03%;left:0}.inset-\[52\%_59\.17\%_14\.03\%_1\.3\%\]{top:52%;right:59.17%;bottom:14.03%;left:1.3%}.inset-\[52\.02\%_-165\.4\%_46\.58\%_261\.94\%\]{top:52.02%;right:-165.4%;bottom:46.58%;left:261.94%}.inset-\[52\.79\%_0\.47\%_7\.61\%_64\.59\%\]{top:52.79%;right:.47%;bottom:7.61%;left:64.59%}.inset-\[53\.5\%_99\.94\%_46\.5\%_0\]{top:53.5%;right:99.94%;bottom:46.5%;left:0}.inset-\[53\.18\%_0\.56\%_6\.25\%_63\.22\%\]{top:53.18%;right:.56%;bottom:6.25%;left:63.22%}.inset-\[53\.18\%_0\.56\%_6\.92\%_63\.91\%\]{top:53.18%;right:.56%;bottom:6.92%;left:63.91%}.inset-\[53\.21\%_-99\.51\%_46\.27\%_198\.45\%\]{top:53.21%;right:-99.51%;bottom:46.27%;left:198.45%}.inset-\[53\.57\%_-113\.51\%_39\.26\%_198\.78\%\]{top:53.57%;right:-113.51%;bottom:39.26%;left:198.78%}.inset-\[53\.94\%_-12\.53\%_43\.68\%_89\.17\%\]{top:53.94%;right:-12.53%;bottom:43.68%;left:89.17%}.inset-\[54\.2\%_-63\.91\%_41\.36\%_155\.05\%\]{top:54.2%;right:-63.91%;bottom:41.36%;left:155.05%}.inset-\[54\.43\%_-31\.42\%_41\.13\%_124\.46\%\]{top:54.43%;right:-31.42%;bottom:41.13%;left:124.46%}.inset-\[54\.45\%_10\%_37\.77\%_10\%\]{top:54.45%;right:10%;bottom:37.77%;left:10%}.inset-\[55\.21\%_-203\.87\%_42\.67\%_297\.25\%\]{top:55.21%;right:-203.87%;bottom:42.67%;left:297.25%}.inset-\[56\%_59\.17\%_7\.86\%_0\]{top:56%;right:59.17%;bottom:7.86%;left:0}.inset-\[56\%_59\.17\%_7\.86\%_1\.3\%\]{top:56%;right:59.17%;bottom:7.86%;left:1.3%}.inset-\[56\.31\%_27\.41\%_36\.31\%_53\.5\%\]{top:56.31%;right:27.41%;bottom:36.31%;left:53.5%}.inset-\[57\.22\%_-45\.13\%_40\.59\%_142\.77\%\]{top:57.22%;right:-45.13%;bottom:40.59%;left:142.77%}.inset-\[57\.32\%_-35\.36\%_41\.14\%_133\.5\%\]{top:57.32%;right:-35.36%;bottom:41.14%;left:133.5%}.inset-\[57\.68\%_11\.67\%_41\.83\%_11\.67\%\]{top:57.68%;right:11.67%;bottom:41.83%;left:11.67%}.inset-\[57\.76\%_10\%_33\.98\%_10\%\]{top:57.76%;right:10%;bottom:33.98%;left:10%}.inset-\[57\.89\%_64\.92\%_37\.29\%_23\.13\%\]{top:57.89%;right:64.92%;bottom:37.29%;left:23.13%}.inset-\[57\.96\%_-153\%_38\.5\%_244\.51\%\]{top:57.96%;right:-153%;bottom:38.5%;left:244.51%}.inset-\[58\.68\%_-199\.8\%_40\.61\%_298\.37\%\]{top:58.68%;right:-199.8%;bottom:40.61%;left:298.37%}.inset-\[59\.8\%_9\.89\%_34\.57\%_82\.83\%\]{top:59.8%;right:9.89%;bottom:34.57%;left:82.83%}.inset-\[59\.28\%_-27\.88\%_39\.44\%_124\.26\%\]{top:59.28%;right:-27.88%;bottom:39.44%;left:124.26%}.inset-\[59\.95\%_-195\.21\%_39\.62\%_293\.42\%\]{top:59.95%;right:-195.21%;bottom:39.62%;left:293.42%}.inset-\[60\.31\%_-181\.21\%_39\.5\%_278\.63\%\]{top:60.31%;right:-181.21%;bottom:39.5%;left:278.63%}.inset-\[60\.41\%_-173\.41\%_39\.38\%_271\.2\%\]{top:60.41%;right:-173.41%;bottom:39.38%;left:271.2%}.inset-\[60\.41\%_-189\.41\%_39\.45\%_286\.7\%\]{top:60.41%;right:-189.41%;bottom:39.45%;left:286.7%}.inset-\[60\.43\%_-48\.03\%_28\.26\%_129\.22\%\]{top:60.43%;right:-48.03%;bottom:28.26%;left:129.22%}.inset-\[60\.57\%_-77\.38\%_37\.54\%_160\.72\%\]{top:60.57%;right:-77.38%;bottom:37.54%;left:160.72%}.inset-\[60\.64\%_42\.02\%_36\.17\%_54\.79\%\]{top:60.64%;right:42.02%;bottom:36.17%;left:54.79%}.inset-\[60\.64\%_48\.4\%_36\.17\%_48\.4\%\]{top:60.64%;right:48.4%;bottom:36.17%;left:48.4%}.inset-\[60\.64\%_48\.41\%_36\.17\%_48\.4\%\]{top:60.64%;right:48.41%;bottom:36.17%;left:48.4%}.inset-\[60\.64\%_54\.79\%_36\.17\%_42\.02\%\]{top:60.64%;right:54.79%;bottom:36.17%;left:42.02%}.inset-\[60\.83\%_-54\.22\%_38\.61\%_150\.22\%\]{top:60.83%;right:-54.22%;bottom:38.61%;left:150.22%}.inset-\[61\.1\%_99\.94\%_38\.9\%_0\]{top:61.1%;right:99.94%;bottom:38.9%;left:0}.inset-\[61\.3\%_-167\.43\%_37\.77\%_265\.79\%\]{top:61.3%;right:-167.43%;bottom:37.77%;left:265.79%}.inset-\[61\.12\%_-4\.83\%_37\.19\%_98\.18\%\]{top:61.12%;right:-4.83%;bottom:37.19%;left:98.18%}.inset-\[61\.18\%_14\.68\%_32\.79\%_78\.17\%\]{top:61.18%;right:14.68%;bottom:32.79%;left:78.17%}.inset-\[61\.58\%_-80\.08\%_36\.77\%_173\.79\%\]{top:61.58%;right:-80.08%;bottom:36.77%;left:173.79%}.inset-\[62\%_-14\.99\%_37\.56\%_100\.27\%\]{top:62%;right:-14.99%;bottom:37.56%;left:100.27%}.inset-\[62\.7\%_-137\.61\%_36\.31\%_224\.83\%\]{top:62.7%;right:-137.61%;bottom:36.31%;left:224.83%}.inset-\[63\.7\%_-26\.12\%_35\.77\%_122\.14\%\]{top:63.7%;right:-26.12%;bottom:35.77%;left:122.14%}.inset-\[63\.24\%_-207\.49\%_34\.63\%_302\.74\%\]{top:63.24%;right:-207.49%;bottom:34.63%;left:302.74%}.inset-\[63\.59\%_75\.16\%_23\.98\%_-5\.88\%\]{top:63.59%;right:75.16%;bottom:23.98%;left:-5.88%}.inset-\[63\.68\%_-138\.08\%_32\.55\%_224\.63\%\]{top:63.68%;right:-138.08%;bottom:32.55%;left:224.63%}.inset-\[63\.73\%_-124\.75\%_33\.01\%_224\.15\%\]{top:63.73%;right:-124.75%;bottom:33.01%;left:224.15%}.inset-\[63\.73\%_-204\.84\%_24\.51\%_248\.66\%\]{top:63.73%;right:-204.84%;bottom:24.51%;left:248.66%}.inset-\[64\.09\%_10\%_31\.32\%_10\%\]{top:64.09%;right:10%;bottom:31.32%;left:10%}.inset-\[64\.12\%_-129\.35\%_34\.67\%_226\.42\%\]{top:64.12%;right:-129.35%;bottom:34.67%;left:226.42%}.inset-\[64\.13\%_-135\.77\%_34\.7\%_232\.79\%\]{top:64.13%;right:-135.77%;bottom:34.7%;left:232.79%}.inset-\[64\.28\%_-207\.5\%_35\.27\%_305\%\]{top:64.28%;right:-207.5%;bottom:35.27%;left:305%}.inset-\[64\.59\%_-57\.98\%_35\.03\%_151\.24\%\]{top:64.59%;right:-57.98%;bottom:35.03%;left:151.24%}.inset-\[65\.19\%_-92\.44\%_32\.46\%_191\.93\%\]{top:65.19%;right:-92.44%;bottom:32.46%;left:191.93%}.inset-\[65\.27\%_-211\.97\%_33\.62\%_309\.27\%\]{top:65.27%;right:-211.97%;bottom:33.62%;left:309.27%}.inset-\[66\.06\%_-135\.86\%_33\.43\%_227\.14\%\]{top:66.06%;right:-135.86%;bottom:33.43%;left:227.14%}.inset-\[66\.23\%_-18\.77\%_29\.24\%_108\.15\%\]{top:66.23%;right:-18.77%;bottom:29.24%;left:108.15%}.inset-\[66\.66\%_60\.47\%_30\.03\%_31\.6\%\]{top:66.66%;right:60.47%;bottom:30.03%;left:31.6%}.inset-\[66\.99\%_-82\.82\%_31\.91\%_179\.33\%\]{top:66.99%;right:-82.82%;bottom:31.91%;left:179.33%}.inset-\[67\.28\%_-51\.79\%_31\.29\%_148\.22\%\]{top:67.28%;right:-51.79%;bottom:31.29%;left:148.22%}.inset-\[67\.42\%_-105\.34\%_31\.34\%_202\.87\%\]{top:67.42%;right:-105.34%;bottom:31.34%;left:202.87%}.inset-\[67\.45\%_-215\.03\%_31\.34\%_313\.85\%\]{top:67.45%;right:-215.03%;bottom:31.34%;left:313.85%}.inset-\[67\.46\%_-142\.65\%_29\.4\%_239\.58\%\]{top:67.46%;right:-142.65%;bottom:29.4%;left:239.58%}.inset-\[67\.49\%_-139\.3\%_21\.59\%_219\.85\%\]{top:67.49%;right:-139.3%;bottom:21.59%;left:219.85%}.inset-\[67\.97\%_10\%_27\.14\%_10\%\]{top:67.97%;right:10%;bottom:27.14%;left:10%}.inset-\[68\.1\%_-102\.16\%_23\.77\%_182\.51\%\]{top:68.1%;right:-102.16%;bottom:23.77%;left:182.51%}.inset-\[68\.39\%_3\.67\%_25\.35\%_82\.09\%\]{top:68.39%;right:3.67%;bottom:25.35%;left:82.09%}.inset-\[68\.74\%_28\.38\%_22\.1\%_50\.53\%\]{top:68.74%;right:28.38%;bottom:22.1%;left:50.53%}.inset-\[69\.17\%_-136\.34\%_28\.4\%_225\.86\%\]{top:69.17%;right:-136.34%;bottom:28.4%;left:225.86%}.inset-\[69\.31\%_5\.02\%_29\.47\%_87\.85\%\]{top:69.31%;right:5.02%;bottom:29.47%;left:87.85%}.inset-\[69\.54\%_-63\.13\%_26\.63\%_152\.01\%\]{top:69.54%;right:-63.13%;bottom:26.63%;left:152.01%}.inset-\[69\.62\%_-215\.55\%_28\.77\%_314\.67\%\]{top:69.62%;right:-215.55%;bottom:28.77%;left:314.67%}.inset-\[69\.81\%_10\%_25\.61\%_10\%\]{top:69.81%;right:10%;bottom:25.61%;left:10%}.inset-\[70\.65\%_-124\.3\%_24\.14\%_218\.39\%\]{top:70.65%;right:-124.3%;bottom:24.14%;left:218.39%}.inset-\[70\.65\%_-144\.01\%_24\.18\%_238\.25\%\]{top:70.65%;right:-144.01%;bottom:24.18%;left:238.25%}.inset-\[71\.94\%_-79\.22\%_27\.83\%_175\.11\%\]{top:71.94%;right:-79.22%;bottom:27.83%;left:175.11%}.inset-\[71\.95\%_-27\.25\%_19\.93\%_104\.28\%\]{top:71.95%;right:-27.25%;bottom:19.93%;left:104.28%}.inset-\[71\.98\%_-109\.98\%_27\.82\%_204\.69\%\]{top:71.98%;right:-109.98%;bottom:27.82%;left:204.69%}.inset-\[72\.37\%_-214\.03\%_26\.31\%_311\.8\%\]{top:72.37%;right:-214.03%;bottom:26.31%;left:311.8%}.inset-\[72\.73\%_63\.19\%_22\.87\%_20\.93\%\]{top:72.73%;right:63.19%;bottom:22.87%;left:20.93%}.inset-\[73\.28\%_-131\.05\%_21\.53\%_223\.52\%\]{top:73.28%;right:-131.05%;bottom:21.53%;left:223.52%}.inset-\[73\.49\%_35\.07\%_23\.38\%_35\.07\%\]{top:73.49%;right:35.07%;bottom:23.38%;left:35.07%}.inset-\[73\.99\%_-35\.69\%_20\.36\%_120\.86\%\]{top:73.99%;right:-35.69%;bottom:20.36%;left:120.86%}.inset-\[74\.05\%_10\%_21\.06\%_21\.94\%\]{top:74.05%;right:10%;bottom:21.06%;left:21.94%}.inset-\[74\.05\%_31\%_21\.06\%_21\.94\%\]{top:74.05%;right:31%;bottom:21.06%;left:21.94%}.inset-\[74\.05\%_79\.44\%_21\.06\%_10\%\]{top:74.05%;right:79.44%;bottom:21.06%;left:10%}.inset-\[74\.34\%_-210\.14\%_24\.88\%_307\.68\%\]{top:74.34%;right:-210.14%;bottom:24.88%;left:307.68%}.inset-\[74\.88\%_106\.42\%_19\.73\%_-19\.39\%\]{top:74.88%;right:106.42%;bottom:19.73%;left:-19.39%}.inset-\[75\.07\%_11\.39\%_22\.08\%_71\.94\%\]{top:75.07%;right:11.39%;bottom:22.08%;left:71.94%}.inset-\[75\.51\%_-108\.05\%_23\.15\%_203\.71\%\]{top:75.51%;right:-108.05%;bottom:23.15%;left:203.71%}.inset-\[75\.52\%_10\%_19\.88\%_21\.94\%\]{top:75.52%;right:10%;bottom:19.88%;left:21.94%}.inset-\[75\.52\%_31\%_19\.88\%_21\.94\%\]{top:75.52%;right:31%;bottom:19.88%;left:21.94%}.inset-\[75\.52\%_79\.44\%_19\.88\%_10\%\]{top:75.52%;right:79.44%;bottom:19.88%;left:10%}.inset-\[75\.81\%_-63\.65\%_15\.11\%_147\.03\%\]{top:75.81%;right:-63.65%;bottom:15.11%;left:147.03%}.inset-\[76\.08\%_-84\.54\%_21\.71\%_181\.22\%\]{top:76.08%;right:-84.54%;bottom:21.71%;left:181.22%}.inset-\[76\.23\%_14\.92\%_19\.53\%_76\.78\%\]{top:76.23%;right:14.92%;bottom:19.53%;left:76.78%}.inset-\[76\.54\%_11\.39\%_20\.9\%_71\.94\%\]{top:76.54%;right:11.39%;bottom:20.9%;left:71.94%}.inset-\[76\.79\%_94\.91\%_21\.6\%_2\.17\%\]{top:76.79%;right:94.91%;bottom:21.6%;left:2.17%}.inset-\[76\.83\%_52\.97\%_19\.71\%_41\.11\%\]{top:76.83%;right:52.97%;bottom:19.71%;left:41.11%}.inset-\[76\.94\%_96\.32\%_20\.76\%_-0\.93\%\]{top:76.94%;right:96.32%;bottom:20.76%;left:-.93%}.inset-\[77\.1\%_-94\.68\%_20\.7\%_194\.05\%\]{top:77.1%;right:-94.68%;bottom:20.7%;left:194.05%}.inset-\[77\.08\%_-60\.19\%_20\.74\%_151\.75\%\]{top:77.08%;right:-60.19%;bottom:20.74%;left:151.75%}.inset-\[77\.67\%_-213\.69\%_13\.42\%_297\.33\%\]{top:77.67%;right:-213.69%;bottom:13.42%;left:297.33%}.inset-\[77\.83\%_55\.46\%_18\.75\%_18\.03\%\]{top:77.83%;right:55.46%;bottom:18.75%;left:18.03%}.inset-\[78\.2\%_-165\.99\%_9\.55\%_235\.81\%\]{top:78.2%;right:-165.99%;bottom:9.55%;left:235.81%}.inset-\[78\.7\%_-179\.95\%_18\.38\%_266\.12\%\]{top:78.7%;right:-179.95%;bottom:18.38%;left:266.12%}.inset-\[80\.02\%_10\%_15\.09\%_10\%\]{top:80.02%;right:10%;bottom:15.09%;left:10%}.inset-\[80\.02\%_31\%_15\.09\%_10\%\]{top:80.02%;right:31%;bottom:15.09%;left:10%}.inset-\[80\.17\%_46\.76\%_16\.7\%_35\.07\%\]{top:80.17%;right:46.76%;bottom:16.7%;left:35.07%}.inset-\[80\.27\%_-152\.84\%_17\.92\%_248\.12\%\]{top:80.27%;right:-152.84%;bottom:17.92%;left:248.12%}.inset-\[81\.04\%_11\.39\%_16\.11\%_71\.94\%\]{top:81.04%;right:11.39%;bottom:16.11%;left:71.94%}.inset-\[81\.11\%_11\.39\%_16\.18\%_71\.94\%\]{top:81.11%;right:11.39%;bottom:16.18%;left:71.94%}.inset-\[81\.15\%_10\%_14\.25\%_10\%\]{top:81.15%;right:10%;bottom:14.25%;left:10%}.inset-\[81\.15\%_31\%_14\.25\%_10\%\]{top:81.15%;right:31%;bottom:14.25%;left:10%}.inset-\[81\.16\%_-37\.08\%_9\.67\%_114\.47\%\]{top:81.16%;right:-37.08%;bottom:9.67%;left:114.47%}.inset-\[81\.19\%_28\.22\%_9\.27\%_54\.32\%\]{top:81.19%;right:28.22%;bottom:9.27%;left:54.32%}.inset-\[81\.39\%_-118\.71\%_10\.81\%_199\.94\%\]{top:81.39%;right:-118.71%;bottom:10.81%;left:199.94%}.inset-\[81\.45\%_-11\.22\%_16\.71\%_105\.63\%\]{top:81.45%;right:-11.22%;bottom:16.71%;left:105.63%}.inset-\[82\.16\%_-149\.34\%_16\.06\%_244\.42\%\]{top:82.16%;right:-149.34%;bottom:16.06%;left:244.42%}.inset-\[82\.17\%_11\.39\%_15\.27\%_71\.94\%\]{top:82.17%;right:11.39%;bottom:15.27%;left:71.94%}.inset-\[83\.11\%_51\.18\%_11\.22\%_44\.07\%\]{top:83.11%;right:51.18%;bottom:11.22%;left:44.07%}.inset-\[83\.16\%_75\.63\%_7\.65\%_-11\.87\%\]{top:83.16%;right:75.63%;bottom:7.65%;left:-11.87%}.inset-\[83\.18\%_-91\.85\%_11\.42\%_178\.84\%\]{top:83.18%;right:-91.85%;bottom:11.42%;left:178.84%}.inset-\[83\.31\%_-112\.24\%_14\.51\%_207\.82\%\]{top:83.31%;right:-112.24%;bottom:14.51%;left:207.82%}.inset-\[83\.84\%_-176\.52\%_13\.8\%_275\.26\%\]{top:83.84%;right:-176.52%;bottom:13.8%;left:275.26%}.inset-\[83\.96\%_-124\.09\%_13\.66\%_217\.88\%\]{top:83.96%;right:-124.09%;bottom:13.66%;left:217.88%}.inset-\[83\.99\%_-146\.96\%_13\.88\%_241\.75\%\]{top:83.99%;right:-146.96%;bottom:13.88%;left:241.75%}.inset-\[84\.49\%_-7\.92\%_14\.89\%_106\.6\%\]{top:84.49%;right:-7.92%;bottom:14.89%;left:106.6%}.inset-\[84\.88\%_48\.76\%_11\.74\%_47\.88\%\]{top:84.88%;right:48.76%;bottom:11.74%;left:47.88%}.inset-\[85\.6\%_80\.6\%_9\.43\%_-3\.48\%\]{top:85.6%;right:80.6%;bottom:9.43%;left:-3.48%}.inset-\[85\.08\%_-187\.99\%_13\.61\%_285\.15\%\]{top:85.08%;right:-187.99%;bottom:13.61%;left:285.15%}.inset-\[85\.9\%_8\.36\%_13\.95\%_89\.39\%\]{top:85.9%;right:8.36%;bottom:13.95%;left:89.39%}.inset-\[85\.39\%_46\.87\%_12\.53\%_50\.7\%\]{top:85.39%;right:46.87%;bottom:12.53%;left:50.7%}.inset-\[85\.52\%_-3\.93\%_14\.13\%_102\.2\%\]{top:85.52%;right:-3.93%;bottom:14.13%;left:102.2%}.inset-\[85\.92\%_1\.23\%_13\.92\%_96\.36\%\]{top:85.92%;right:1.23%;bottom:13.92%;left:96.36%}.inset-\[85\.98\%_15\.25\%_13\.83\%_83\.01\%\]{top:85.98%;right:15.25%;bottom:13.83%;left:83.01%}.inset-\[86\.36\%_-169\.09\%_12\.67\%_265\.74\%\]{top:86.36%;right:-169.09%;bottom:12.67%;left:265.74%}.inset-\[86\.72\%_20\.05\%_12\.4\%_78\.32\%\]{top:86.72%;right:20.05%;bottom:12.4%;left:78.32%}.inset-\[87\.29\%_-56\.5\%_10\.96\%_153\.24\%\]{top:87.29%;right:-56.5%;bottom:10.96%;left:153.24%}.inset-\[87\.47\%_-188\%_1\.28\%_269\.19\%\]{top:87.47%;right:-188%;bottom:1.28%;left:269.19%}.inset-\[87\.51\%_40\%_8\.04\%_10\%\]{top:87.51%;right:40%;bottom:8.04%;left:10%}.inset-\[87\.69\%_-196\.13\%_10\.71\%_290\.3\%\]{top:87.69%;right:-196.13%;bottom:10.71%;left:290.3%}.inset-\[88\.21\%_40\%_7\.59\%_10\%\]{top:88.21%;right:40%;bottom:7.59%;left:10%}.inset-\[88\.59\%_-90\.78\%_1\.33\%_162\.35\%\]{top:88.59%;right:-90.78%;bottom:1.33%;left:162.35%}.inset-\[89\.08\%_4\.53\%_1\.47\%_72\.77\%\]{top:89.08%;right:4.53%;bottom:1.47%;left:72.77%}.inset-\[89\.15\%_-54\.31\%_10\.14\%_152\.76\%\]{top:89.15%;right:-54.31%;bottom:10.14%;left:152.76%}.inset-\[89\.68\%_-42\.47\%_10\.11\%_141\.19\%\]{top:89.68%;right:-42.47%;bottom:10.11%;left:141.19%}.inset-\[89\.85\%_-153\.33\%_0_220\.16\%\]{top:89.85%;right:-153.33%;bottom:0;left:220.16%}.inset-\[89\.89\%_-164\.7\%_9\.69\%_260\.24\%\]{top:89.89%;right:-164.7%;bottom:9.69%;left:260.24%}.inset-\[90\.3\%_-46\.39\%_9\.44\%_144\.27\%\]{top:90.3%;right:-46.39%;bottom:9.44%;left:144.27%}.inset-\[90\.11\%_50\.38\%_2\.3\%_24\.76\%\]{top:90.11%;right:50.38%;bottom:2.3%;left:24.76%}.inset-\[90\.32\%_-71\.87\%_8\.23\%_168\.34\%\]{top:90.32%;right:-71.87%;bottom:8.23%;left:168.34%}.inset-\[90\.39\%_-50\.69\%_9\.31\%_148\.59\%\]{top:90.39%;right:-50.69%;bottom:9.31%;left:148.59%}.inset-\[90\.62\%_-22\.08\%_0\.23\%_107\.67\%\]{top:90.62%;right:-22.08%;bottom:.23%;left:107.67%}.inset-\[91\.44\%_12\.34\%_5\.9\%_82\.33\%\]{top:91.44%;right:12.34%;bottom:5.9%;left:82.33%}.inset-\[91\.56\%_104\.81\%_2\.96\%_-18\.94\%\]{top:91.56%;right:104.81%;bottom:2.96%;left:-18.94%}.inset-\[91\.77\%_-15\.87\%_5\.27\%_109\.99\%\]{top:91.77%;right:-15.87%;bottom:5.27%;left:109.99%}.inset-\[91\.89\%_-195\.38\%_7\.57\%_290\.57\%\]{top:91.89%;right:-195.38%;bottom:7.57%;left:290.57%}.inset-\[92\.09\%_-217\.25\%_1\.31\%_299\.91\%\]{top:92.09%;right:-217.25%;bottom:1.31%;left:299.91%}.inset-\[92\.26\%_-2\.02\%_4\.92\%_94\.6\%\]{top:92.26%;right:-2.02%;bottom:4.92%;left:94.6%}.inset-\[92\.65\%_34\.06\%_5\.82\%_62\.44\%\]{top:92.65%;right:34.06%;bottom:5.82%;left:62.44%}.inset-\[93\.06\%_-59\.43\%_0\.34\%_142\.16\%\]{top:93.06%;right:-59.43%;bottom:.34%;left:142.16%}.inset-\[93\.35\%_-167\.18\%_5\.4\%_264\.34\%\]{top:93.35%;right:-167.18%;bottom:5.4%;left:264.34%}.inset-\[94\.18\%_5\.97\%_5\.82\%_44\.54\%\]{top:94.18%;right:5.97%;bottom:5.82%;left:44.54%}.inset-\[94\.25\%_4\.44\%_4\.23\%_4\.44\%\]{top:94.25%;right:4.44%;bottom:4.23%;left:4.44%}.inset-\[94\.46\%_35\.65\%_4\.55\%_63\.82\%\]{top:94.46%;right:35.65%;bottom:4.55%;left:63.82%}.inset-\[94\.58\%_4\.44\%_3\.99\%_4\.44\%\]{top:94.58%;right:4.44%;bottom:3.99%;left:4.44%}.inset-\[95\.12\%_-93\.16\%_1\.25\%_184\.12\%\]{top:95.12%;right:-93.16%;bottom:1.25%;left:184.12%}.inset-\[95\.54\%_12\.3\%_2\.21\%_73\.41\%\]{top:95.54%;right:12.3%;bottom:2.21%;left:73.41%}.inset-\[96\.2\%_0_1\.57\%_38\.58\%\]{top:96.2%;right:0;bottom:1.57%;left:38.58%}.inset-\[96\.2\%_25\.75\%_2\.24\%_64\.33\%\]{top:96.2%;right:25.75%;bottom:2.24%;left:64.33%}.inset-\[96\.3\%_36\.95\%_2\.93\%_61\.76\%\]{top:96.3%;right:36.95%;bottom:2.93%;left:61.76%}.inset-\[97\.43\%_40\.11\%_2\.21\%_57\.66\%\]{top:97.43%;right:40.11%;bottom:2.21%;left:57.66%}.inset-\[97\.81\%_44\.39\%_1\.99\%_54\.34\%\]{top:97.81%;right:44.39%;bottom:1.99%;left:54.34%}.inset-\[97\.99\%_0_0_38\.58\%\]{top:97.99%;right:0;bottom:0;left:38.58%}.inset-\[452\.35\%_12\.7\%_-363\.98\%_71\.39\%\]{top:452.35%;right:12.7%;bottom:-363.98%;left:71.39%}.inset-\[452\.35\%_13\.72\%_-355\.48\%_72\.21\%\]{top:452.35%;right:13.72%;bottom:-355.48%;left:72.21%}.inset-\[452\.35\%_31\.6\%_-355\.48\%_52\.83\%\]{top:452.35%;right:31.6%;bottom:-355.48%;left:52.83%}.inset-\[452\.35\%_31\.36\%_-363\.98\%_52\.73\%\]{top:452.35%;right:31.36%;bottom:-363.98%;left:52.73%}.inset-\[452\.35\%_49\.72\%_-363\.98\%_34\.37\%\]{top:452.35%;right:49.72%;bottom:-363.98%;left:34.37%}.inset-\[452\.35\%_50\.16\%_-355\.48\%_34\.68\%\]{top:452.35%;right:50.16%;bottom:-355.48%;left:34.68%}.inset-\[452\.35\%_68\.38\%_-363\.98\%_15\.71\%\]{top:452.35%;right:68.38%;bottom:-363.98%;left:15.71%}.inset-\[452\.35\%_69\.13\%_-355\.48\%_16\.32\%\]{top:452.35%;right:69.13%;bottom:-355.48%;left:16.32%}.inset-\[457\.04\%_12\.7\%_-363\.98\%_71\.39\%\]{top:457.04%;right:12.7%;bottom:-363.98%;left:71.39%}.inset-\[457\.04\%_31\.36\%_-363\.98\%_52\.73\%\]{top:457.04%;right:31.36%;bottom:-363.98%;left:52.73%}.inset-\[457\.04\%_49\.72\%_-363\.98\%_34\.37\%\]{top:457.04%;right:49.72%;bottom:-363.98%;left:34.37%}.inset-\[457\.04\%_68\.38\%_-363\.98\%_15\.71\%\]{top:457.04%;right:68.38%;bottom:-363.98%;left:15.71%}.inset-\[calc\(13\.54\%-0\.28px\)_calc\(5\.21\%-0\.34px\)\]{inset:calc(13.54% - .28px) calc(5.21% - .34px)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.-top-12{top:calc(var(--spacing)*-12)}.top-0{top:calc(var(--spacing)*0)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-3{top:calc(var(--spacing)*3)}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[-0\.2px\]{top:-.2px}.top-\[-0\.03\%\]{top:-.03%}.top-\[-0\.04\%\]{top:-.04%}.top-\[-0\.16px\]{top:-.16px}.top-\[-0\.22\%\]{top:-.22%}.top-\[-0\.24px\]{top:-.24px}.top-\[-0\.61px\]{top:-.61px}.top-\[-0\.89\%\]{top:-.89%}.top-\[-1\.5px\]{top:-1.5px}.top-\[-1\.13px\]{top:-1.13px}.top-\[-1\.24px\]{top:-1.24px}.top-\[-1\.49px\]{top:-1.49px}.top-\[-1\.63px\]{top:-1.63px}.top-\[-1\.69px\]{top:-1.69px}.top-\[-1\.76px\]{top:-1.76px}.top-\[-2\.02px\]{top:-2.02px}.top-\[-2\.22px\]{top:-2.22px}.top-\[-4\.72\%\]{top:-4.72%}.top-\[-5\.12\%\]{top:-5.12%}.top-\[-6\.75px\]{top:-6.75px}.top-\[-7\.7\%\]{top:-7.7%}.top-\[-7\.72\%\]{top:-7.72%}.top-\[-13\.92\%\]{top:-13.92%}.top-\[-17\.23px\]{top:-17.23px}.top-\[-19\.36px\]{top:-19.36px}.top-\[-24px\]{top:-24px}.top-\[-27px\]{top:-27px}.top-\[-30\.88px\]{top:-30.88px}.top-\[-32\.87px\]{top:-32.87px}.top-\[-35\.85\%\]{top:-35.85%}.top-\[-35px\]{top:-35px}.top-\[-36\.9px\]{top:-36.9px}.top-\[-36\.91px\]{top:-36.91px}.top-\[-40\.19px\]{top:-40.19px}.top-\[-40px\]{top:-40px}.top-\[-41\.09\%\]{top:-41.09%}.top-\[-44\.3px\]{top:-44.3px}.top-\[-46\.79\%\]{top:-46.79%}.top-\[-47\.9px\]{top:-47.9px}.top-\[-49\.2px\]{top:-49.2px}.top-\[-49\.21px\]{top:-49.21px}.top-\[-53\.58px\]{top:-53.58px}.top-\[-54\.1px\]{top:-54.1px}.top-\[-60\.77px\]{top:-60.77px}.top-\[-60\.79px\]{top:-60.79px}.top-\[-61\.85px\]{top:-61.85px}.top-\[-119\.37\%\]{top:-119.37%}.top-\[-122\.34\%\]{top:-122.34%}.top-\[-146\.11px\]{top:-146.11px}.top-\[-158px\]{top:-158px}.top-\[-471\.85px\]{top:-471.85px}.top-\[-613\.34px\]{top:-613.34px}.top-\[-697\.6px\]{top:-697.6px}.top-\[-1164\.83px\]{top:-1164.83px}.top-\[-1249\.08px\]{top:-1249.08px}.top-\[-1800\.57px\]{top:-1800.57px}.top-\[-2352\.06px\]{top:-2352.06px}.top-\[0\.02px\]{top:.02px}.top-\[0\.6em\]{top:.6em}.top-\[0\.43px\]{top:.43px}.top-\[0\.47\%\]{top:.47%}.top-\[1px\]{top:1px}.top-\[2\.04px\]{top:2.04px}.top-\[4\.93px\]{top:4.93px}.top-\[8\.57px\]{top:8.57px}.top-\[8px\]{top:8px}.top-\[9\.5px\]{top:9.5px}.top-\[9px\]{top:9px}.top-\[10\.85px\]{top:10.85px}.top-\[11\.7px\]{top:11.7px}.top-\[11\.38px\]{top:11.38px}.top-\[11\.62px\]{top:11.62px}.top-\[11\.92px\]{top:11.92px}.top-\[11\.95px\]{top:11.95px}.top-\[12\.8px\]{top:12.8px}.top-\[12\.9px\]{top:12.9px}.top-\[12\.12px\]{top:12.12px}.top-\[12px\]{top:12px}.top-\[13\.4px\]{top:13.4px}.top-\[13px\]{top:13px}.top-\[14\.15px\]{top:14.15px}.top-\[15\.01px\]{top:15.01px}.top-\[15\.39px\]{top:15.39px}.top-\[15\.61px\]{top:15.61px}.top-\[15\.98px\]{top:15.98px}.top-\[15px\]{top:15px}.top-\[16\.54px\]{top:16.54px}.top-\[18\.05px\]{top:18.05px}.top-\[18\.53px\]{top:18.53px}.top-\[18\.54px\]{top:18.54px}.top-\[18\.66px\]{top:18.66px}.top-\[19\.51px\]{top:19.51px}.top-\[19\.96px\]{top:19.96px}.top-\[19\.97px\]{top:19.97px}.top-\[20\.26px\]{top:20.26px}.top-\[20\.59px\]{top:20.59px}.top-\[20px\]{top:20px}.top-\[21\.3px\]{top:21.3px}.top-\[21\.94px\]{top:21.94px}.top-\[21px\]{top:21px}.top-\[22\.5px\]{top:22.5px}.top-\[22\.43px\]{top:22.43px}.top-\[23\.8px\]{top:23.8px}.top-\[23\.41px\]{top:23.41px}.top-\[24\.44px\]{top:24.44px}.top-\[25\.5px\]{top:25.5px}.top-\[25\.09px\]{top:25.09px}.top-\[25\.73px\]{top:25.73px}.top-\[26\%\]{top:26%}.top-\[26\.6px\]{top:26.6px}.top-\[26\.37px\]{top:26.37px}.top-\[26\.62px\]{top:26.62px}.top-\[26\.82px\]{top:26.82px}.top-\[26px\]{top:26px}.top-\[27\.01px\]{top:27.01px}.top-\[27px\]{top:27px}.top-\[28\.94px\]{top:28.94px}.top-\[28px\]{top:28px}.top-\[29\.58px\]{top:29.58px}.top-\[30\.87px\]{top:30.87px}.top-\[30px\]{top:30px}.top-\[32\.38px\]{top:32.38px}.top-\[32px\]{top:32px}.top-\[33\.1px\]{top:33.1px}.top-\[33\.07px\]{top:33.07px}.top-\[33\.57px\]{top:33.57px}.top-\[34\.05px\]{top:34.05px}.top-\[34\.77px\]{top:34.77px}.top-\[35\.36px\]{top:35.36px}.top-\[35\.67px\]{top:35.67px}.top-\[35\.75\%\]{top:35.75%}.top-\[38\.34px\]{top:38.34px}.top-\[39\.31px\]{top:39.31px}.top-\[40\.52px\]{top:40.52px}.top-\[40\.66px\]{top:40.66px}.top-\[40px\]{top:40px}.top-\[44\.4px\]{top:44.4px}.top-\[44\.86px\]{top:44.86px}.top-\[45px\]{top:45px}.top-\[46\.2\%\]{top:46.2%}.top-\[46\.91\%\]{top:46.91%}.top-\[48px\]{top:48px}.top-\[49\.85\%\]{top:49.85%}.top-\[50\%\]{top:50%}.top-\[51\.11px\]{top:51.11px}.top-\[52\.62px\]{top:52.62px}.top-\[52\.88\%\]{top:52.88%}.top-\[52\.89\%\]{top:52.89%}.top-\[53\.59px\]{top:53.59px}.top-\[58\.39\%\]{top:58.39%}.top-\[59\.57px\]{top:59.57px}.top-\[60\%\]{top:60%}.top-\[64px\]{top:64px}.top-\[71\.5px\]{top:71.5px}.top-\[71\.75px\]{top:71.75px}.top-\[73\.71\%\]{top:73.71%}.top-\[75\.43\%\]{top:75.43%}.top-\[75\.75px\]{top:75.75px}.top-\[75px\]{top:75px}.top-\[79\.09px\]{top:79.09px}.top-\[79\.64px\]{top:79.64px}.top-\[80px\]{top:80px}.top-\[81px\]{top:81px}.top-\[83\.28px\]{top:83.28px}.top-\[83px\]{top:83px}.top-\[85\.3\%\]{top:85.3%}.top-\[86\%\]{top:86%}.top-\[86\.15\%\]{top:86.15%}.top-\[88\.52px\]{top:88.52px}.top-\[90px\]{top:90px}.top-\[92px\]{top:92px}.top-\[93\.81\%\]{top:93.81%}.top-\[94\%\]{top:94%}.top-\[94\.14px\]{top:94.14px}.top-\[95\.22px\]{top:95.22px}.top-\[96px\]{top:96px}.top-\[98\.25px\]{top:98.25px}.top-\[100\.69px\]{top:100.69px}.top-\[100px\]{top:100px}.top-\[101px\]{top:101px}.top-\[102\.5px\]{top:102.5px}.top-\[104px\]{top:104px}.top-\[105\.24px\]{top:105.24px}.top-\[105\.26px\]{top:105.26px}.top-\[108\.49px\]{top:108.49px}.top-\[110\.8px\]{top:110.8px}.top-\[120\.75px\]{top:120.75px}.top-\[122px\]{top:122px}.top-\[132px\]{top:132px}.top-\[136\.34px\]{top:136.34px}.top-\[136\.35px\]{top:136.35px}.top-\[140\.13px\]{top:140.13px}.top-\[140\.14px\]{top:140.14px}.top-\[146px\]{top:146px}.top-\[148px\]{top:148px}.top-\[153\.93px\]{top:153.93px}.top-\[154\.43px\]{top:154.43px}.top-\[161px\]{top:161px}.top-\[162\.55px\]{top:162.55px}.top-\[162\.95px\]{top:162.95px}.top-\[162px\]{top:162px}.top-\[168\.43px\]{top:168.43px}.top-\[171\.49px\]{top:171.49px}.top-\[171\.78px\]{top:171.78px}.top-\[172px\]{top:172px}.top-\[173\.31px\]{top:173.31px}.top-\[174px\]{top:174px}.top-\[181\.8px\]{top:181.8px}.top-\[181\.64px\]{top:181.64px}.top-\[181\.79px\]{top:181.79px}.top-\[182\.1px\]{top:182.1px}.top-\[183\.59px\]{top:183.59px}.top-\[185\.29px\]{top:185.29px}.top-\[185\.81px\]{top:185.81px}.top-\[186\.5px\]{top:186.5px}.top-\[188\.03px\]{top:188.03px}.top-\[188\.3px\]{top:188.3px}.top-\[188px\]{top:188px}.top-\[197\.71px\]{top:197.71px}.top-\[198\.98px\]{top:198.98px}.top-\[201\.99px\]{top:201.99px}.top-\[206\.1px\]{top:206.1px}.top-\[208\.62px\]{top:208.62px}.top-\[209\.885px\]{top:209.885px}.top-\[210\.94px\]{top:210.94px}.top-\[217\.51px\]{top:217.51px}.top-\[219\.77px\]{top:219.77px}.top-\[224\.57px\]{top:224.57px}.top-\[224\.58px\]{top:224.58px}.top-\[225\.19px\]{top:225.19px}.top-\[228\.25px\]{top:228.25px}.top-\[228\.55px\]{top:228.55px}.top-\[230\.14px\]{top:230.14px}.top-\[230\.25px\]{top:230.25px}.top-\[230px\]{top:230px}.top-\[233\.56px\]{top:233.56px}.top-\[236\.15px\]{top:236.15px}.top-\[241\.1px\]{top:241.1px}.top-\[243px\]{top:243px}.top-\[249\.25px\]{top:249.25px}.top-\[256\.74px\]{top:256.74px}.top-\[258\.34px\]{top:258.34px}.top-\[260\.92px\]{top:260.92px}.top-\[261px\]{top:261px}.top-\[263\.2px\]{top:263.2px}.top-\[263\.62px\]{top:263.62px}.top-\[267\.75px\]{top:267.75px}.top-\[269\.92px\]{top:269.92px}.top-\[284\.52px\]{top:284.52px}.top-\[286\.94px\]{top:286.94px}.top-\[291\.19px\]{top:291.19px}.top-\[291\.82px\]{top:291.82px}.top-\[294\.69px\]{top:294.69px}.top-\[299\.44px\]{top:299.44px}.top-\[301\.5px\]{top:301.5px}.top-\[305\.38px\]{top:305.38px}.top-\[311\.42px\]{top:311.42px}.top-\[311\.955px\]{top:311.955px}.top-\[331\.88px\]{top:331.88px}.top-\[335\.23px\]{top:335.23px}.top-\[340px\]{top:340px}.top-\[343\.15px\]{top:343.15px}.top-\[351\.31px\]{top:351.31px}.top-\[351\.43px\]{top:351.43px}.top-\[351\.86px\]{top:351.86px}.top-\[353\.84px\]{top:353.84px}.top-\[354\.75px\]{top:354.75px}.top-\[358\.69px\]{top:358.69px}.top-\[362\.99px\]{top:362.99px}.top-\[363\.73px\]{top:363.73px}.top-\[364\.78px\]{top:364.78px}.top-\[375\.72px\]{top:375.72px}.top-\[387\.82px\]{top:387.82px}.top-\[399\.45px\]{top:399.45px}.top-\[401\.25px\]{top:401.25px}.top-\[403\.06px\]{top:403.06px}.top-\[405\.38px\]{top:405.38px}.top-\[406px\]{top:406px}.top-\[442\.17px\]{top:442.17px}.top-\[442\.81px\]{top:442.81px}.top-\[446\.12px\]{top:446.12px}.top-\[449\.46px\]{top:449.46px}.top-\[454px\]{top:454px}.top-\[465\.53px\]{top:465.53px}.top-\[471\.15px\]{top:471.15px}.top-\[475\.5px\]{top:475.5px}.top-\[477\.11px\]{top:477.11px}.top-\[489\.64px\]{top:489.64px}.top-\[504\.88px\]{top:504.88px}.top-\[505\.7px\]{top:505.7px}.top-\[517\.67px\]{top:517.67px}.top-\[537\.16px\]{top:537.16px}.top-\[543\.72px\]{top:543.72px}.top-\[544\.08px\]{top:544.08px}.top-\[544\.27px\]{top:544.27px}.top-\[566\.87px\]{top:566.87px}.top-\[581\.24px\]{top:581.24px}.top-\[582\.75px\]{top:582.75px}.top-\[586\.05px\]{top:586.05px}.top-\[586\.97px\]{top:586.97px}.top-\[614\.19px\]{top:614.19px}.top-\[626\.25px\]{top:626.25px}.top-\[627\.38px\]{top:627.38px}.top-\[631\.13px\]{top:631.13px}.top-\[638\.73px\]{top:638.73px}.top-\[640\.24px\]{top:640.24px}.top-\[641\.55px\]{top:641.55px}.top-\[641\.75px\]{top:641.75px}.top-\[642\.32px\]{top:642.32px}.top-\[646\.25px\]{top:646.25px}.top-\[649\.53px\]{top:649.53px}.top-\[662\.41px\]{top:662.41px}.top-\[673\.5px\]{top:673.5px}.top-\[685\.69px\]{top:685.69px}.top-\[687\.89px\]{top:687.89px}.top-\[689\.52px\]{top:689.52px}.top-\[693\.62px\]{top:693.62px}.top-\[696\.37px\]{top:696.37px}.top-\[700px\]{top:700px}.top-\[702\.44px\]{top:702.44px}.top-\[703\.78px\]{top:703.78px}.top-\[704\.25px\]{top:704.25px}.top-\[717px\]{top:717px}.top-\[723px\]{top:723px}.top-\[726\.37px\]{top:726.37px}.top-\[731\.59px\]{top:731.59px}.top-\[739\.81\%\]{top:739.81%}.top-\[739\.82\%\]{top:739.82%}.top-\[741\.75px\]{top:741.75px}.top-\[748px\]{top:748px}.top-\[752\.17px\]{top:752.17px}.top-\[763\.08\%\]{top:763.08%}.top-\[768\.94px\]{top:768.94px}.top-\[775\.5px\]{top:775.5px}.top-\[779\.25px\]{top:779.25px}.top-\[781\.2px\]{top:781.2px}.top-\[781\.5px\]{top:781.5px}.top-\[789px\]{top:789px}.top-\[796\.7px\]{top:796.7px}.top-\[806\.1px\]{top:806.1px}.top-\[813\.75px\]{top:813.75px}.top-\[816\.75px\]{top:816.75px}.top-\[837\.75px\]{top:837.75px}.top-\[837px\]{top:837px}.top-\[839\.24px\]{top:839.24px}.top-\[841\.49px\]{top:841.49px}.top-\[848\.25px\]{top:848.25px}.top-\[848\.96px\]{top:848.96px}.top-\[852\.58px\]{top:852.58px}.top-\[855px\]{top:855px}.top-\[856px\]{top:856px}.top-\[858px\]{top:858px}.top-\[863\.25px\]{top:863.25px}.top-\[864px\]{top:864px}.top-\[870\.17px\]{top:870.17px}.top-\[876\.58px\]{top:876.58px}.top-\[878\.8px\]{top:878.8px}.top-\[878\.94px\]{top:878.94px}.top-\[889\.5px\]{top:889.5px}.top-\[902\.4px\]{top:902.4px}.top-\[912px\]{top:912px}.top-\[921px\]{top:921px}.top-\[927px\]{top:927px}.top-\[948\.38px\]{top:948.38px}.top-\[951px\]{top:951px}.top-\[954\.23px\]{top:954.23px}.top-\[956\.87px\]{top:956.87px}.top-\[965\.85px\]{top:965.85px}.top-\[969px\]{top:969px}.top-\[983px\]{top:983px}.top-\[985\.13px\]{top:985.13px}.top-\[987\.8px\]{top:987.8px}.top-\[998\.25px\]{top:998.25px}.top-\[1007\.82px\]{top:1007.82px}.top-\[1012px\]{top:1012px}.top-\[1015px\]{top:1015px}.top-\[1031px\]{top:1031px}.top-\[1040\.25px\]{top:1040.25px}.top-\[1041\.13px\]{top:1041.13px}.top-\[1076\.25px\]{top:1076.25px}.top-\[1080\.42px\]{top:1080.42px}.top-\[1086px\]{top:1086px}.top-\[1095px\]{top:1095px}.top-\[1103\.2px\]{top:1103.2px}.top-\[1106\.62px\]{top:1106.62px}.top-\[1117\.5px\]{top:1117.5px}.top-\[1126\.87px\]{top:1126.87px}.top-\[1127\.54px\]{top:1127.54px}.top-\[1130\.4px\]{top:1130.4px}.top-\[1139\.52px\]{top:1139.52px}.top-\[1182\.62px\]{top:1182.62px}.top-\[1182\.78px\]{top:1182.78px}.top-\[1205\.25px\]{top:1205.25px}.top-\[1206px\]{top:1206px}.top-\[1209\.37px\]{top:1209.37px}.top-\[1212\.6px\]{top:1212.6px}.top-\[1213\.35px\]{top:1213.35px}.top-\[1223px\]{top:1223px}.top-\[1246\.05px\]{top:1246.05px}.top-\[1248\.13px\]{top:1248.13px}.top-\[1259\.61px\]{top:1259.61px}.top-\[1261\.58px\]{top:1261.58px}.top-\[1268\.44px\]{top:1268.44px}.top-\[1270\.5px\]{top:1270.5px}.top-\[1273\.54px\]{top:1273.54px}.top-\[1290px\]{top:1290px}.top-\[1306\.09px\]{top:1306.09px}.top-\[1308\.75px\]{top:1308.75px}.top-\[1312\.92px\]{top:1312.92px}.top-\[1314\.35px\]{top:1314.35px}.top-\[1319\.01px\]{top:1319.01px}.top-\[1320px\]{top:1320px}.top-\[1335px\]{top:1335px}.top-\[1340\.56px\]{top:1340.56px}.top-\[1363\.5px\]{top:1363.5px}.top-\[1377px\]{top:1377px}.top-\[1400\.36px\]{top:1400.36px}.top-\[1417\.5px\]{top:1417.5px}.top-\[1428\.75px\]{top:1428.75px}.top-\[1431\.35px\]{top:1431.35px}.top-\[1434px\]{top:1434px}.top-\[1445\.89px\]{top:1445.89px}.top-\[1446px\]{top:1446px}.top-\[1459\.11px\]{top:1459.11px}.top-\[1466\.25px\]{top:1466.25px}.top-\[1475\.44px\]{top:1475.44px}.top-\[1491\.39px\]{top:1491.39px}.top-\[1497\.95px\]{top:1497.95px}.top-\[1504\.57px\]{top:1504.57px}.top-\[1508\.36px\]{top:1508.36px}.top-\[1533\.75px\]{top:1533.75px}.top-\[1541\.21px\]{top:1541.21px}.top-\[1558\.5px\]{top:1558.5px}.top-\[1561\.5px\]{top:1561.5px}.top-\[1562\.25px\]{top:1562.25px}.top-\[1563\.74px\]{top:1563.74px}.top-\[1565\.99px\]{top:1565.99px}.top-\[1573\.46px\]{top:1573.46px}.top-\[1575px\]{top:1575px}.top-\[1582\.5px\]{top:1582.5px}.top-\[1587\.75px\]{top:1587.75px}.top-\[1592\.62px\]{top:1592.62px}.top-\[1594\.67px\]{top:1594.67px}.top-\[1594\.88px\]{top:1594.88px}.top-\[1596\.55px\]{top:1596.55px}.top-\[1616\.64px\]{top:1616.64px}.top-\[1631\.63px\]{top:1631.63px}.top-\[1647\.85px\]{top:1647.85px}.top-\[1685\.82px\]{top:1685.82px}.top-\[1700\.25px\]{top:1700.25px}.top-\[1723\.17px\]{top:1723.17px}.top-\[1734\.11px\]{top:1734.11px}.top-\[1735\.43px\]{top:1735.43px}.top-\[1736\.5px\]{top:1736.5px}.top-\[1750\.93px\]{top:1750.93px}.top-\[1759\.69px\]{top:1759.69px}.top-\[1770\.75px\]{top:1770.75px}.top-\[1783\.5px\]{top:1783.5px}.top-\[1806\.81px\]{top:1806.81px}.top-\[1828\.69px\]{top:1828.69px}.top-\[1830\.75px\]{top:1830.75px}.top-\[1830\.81px\]{top:1830.81px}.top-\[1833\.03px\]{top:1833.03px}.top-\[1833\.18px\]{top:1833.18px}.top-\[1902px\]{top:1902px}.top-\[1972\.63px\]{top:1972.63px}.top-\[1986\.08px\]{top:1986.08px}.top-\[1998\.04px\]{top:1998.04px}.top-\[2035\.69px\]{top:2035.69px}.top-\[2059\.85px\]{top:2059.85px}.top-\[2094px\]{top:2094px}.top-\[2135\.25px\]{top:2135.25px}.top-\[2144\.11px\]{top:2144.11px}.top-\[2260\.5px\]{top:2260.5px}.top-\[2278\.76px\]{top:2278.76px}.top-\[2285\.6px\]{top:2285.6px}.top-\[2319\.94px\]{top:2319.94px}.top-\[2321\.53px\]{top:2321.53px}.top-\[2462\.25px\]{top:2462.25px}.top-\[2511\.75px\]{top:2511.75px}.top-\[2585\.23px\]{top:2585.23px}.top-\[2611\.34px\]{top:2611.34px}.top-\[2624\.06px\]{top:2624.06px}.top-\[2624\.07px\]{top:2624.07px}.top-\[2646px\]{top:2646px}.top-\[2671\.5px\]{top:2671.5px}.top-\[2695\.6px\]{top:2695.6px}.top-\[2702px\]{top:2702px}.top-\[2712px\]{top:2712px}.top-\[2715\.75px\]{top:2715.75px}.top-\[2742\.19px\]{top:2742.19px}.top-\[2750px\]{top:2750px}.top-\[2758px\]{top:2758px}.top-\[2796\.24px\]{top:2796.24px}.top-\[2797\.2px\]{top:2797.2px}.top-\[2802\.98px\]{top:2802.98px}.top-\[2802px\]{top:2802px}.top-\[2804\.91px\]{top:2804.91px}.top-\[2810\.34px\]{top:2810.34px}.top-\[2830px\]{top:2830px}.top-\[2837\.09px\]{top:2837.09px}.top-\[2841\.34px\]{top:2841.34px}.top-\[2841\.55px\]{top:2841.55px}.top-\[2846px\]{top:2846px}.top-\[2856\.98px\]{top:2856.98px}.top-\[2865\.74px\]{top:2865.74px}.top-\[2870\.41px\]{top:2870.41px}.top-\[2903\.9px\]{top:2903.9px}.top-\[2903\.89px\]{top:2903.89px}.top-\[2908px\]{top:2908px}.top-\[2910px\]{top:2910px}.top-\[2912\.69px\]{top:2912.69px}.top-\[2941\.26px\]{top:2941.26px}.top-\[2944\.23px\]{top:2944.23px}.top-\[2949\.19px\]{top:2949.19px}.top-\[2951\.78px\]{top:2951.78px}.top-\[2951\.79px\]{top:2951.79px}.top-\[2955px\]{top:2955px}.top-\[2960\.58px\]{top:2960.58px}.top-\[2999\.68px\]{top:2999.68px}.top-\[3007\.5px\]{top:3007.5px}.top-\[3007\.76px\]{top:3007.76px}.top-\[3008\.48px\]{top:3008.48px}.top-\[3044\.18px\]{top:3044.18px}.top-\[3047\.57px\]{top:3047.57px}.top-\[3056\.37px\]{top:3056.37px}.top-\[3064\.76px\]{top:3064.76px}.top-\[3079\.65px\]{top:3079.65px}.top-\[3095\.46px\]{top:3095.46px}.top-\[3095\.47px\]{top:3095.47px}.top-\[3104\.26px\]{top:3104.26px}.top-\[3106\.5px\]{top:3106.5px}.top-\[3143\.36px\]{top:3143.36px}.top-\[3152\.15px\]{top:3152.15px}.top-\[3176\.44px\]{top:3176.44px}.top-\[3176px\]{top:3176px}.top-\[3181\.5px\]{top:3181.5px}.top-\[3192px\]{top:3192px}.top-\[3204px\]{top:3204px}.top-\[3217\.26px\]{top:3217.26px}.top-\[3233\.44px\]{top:3233.44px}.top-\[3250\.5px\]{top:3250.5px}.top-\[3295\.35px\]{top:3295.35px}.top-\[3295px\]{top:3295px}.top-\[3306px\]{top:3306px}.top-\[3349\.5px\]{top:3349.5px}.top-\[3371\.35px\]{top:3371.35px}.top-\[3388\.58px\]{top:3388.58px}.top-\[3408px\]{top:3408px}.top-\[3427px\]{top:3427px}.top-\[3456\.19px\]{top:3456.19px}.top-\[3495px\]{top:3495px}.top-\[3520\.26px\]{top:3520.26px}.top-\[3539\.25px\]{top:3539.25px}.top-\[3563px\]{top:3563px}.top-\[3579px\]{top:3579px}.top-\[3596\.26px\]{top:3596.26px}.top-\[3647px\]{top:3647px}.top-\[3660\.77px\]{top:3660.77px}.top-\[3702px\]{top:3702px}.top-\[3742\.5px\]{top:3742.5px}.top-\[3795\.75px\]{top:3795.75px}.top-\[3869\.25px\]{top:3869.25px}.top-\[3893\.26px\]{top:3893.26px}.top-\[3912\.75px\]{top:3912.75px}.top-\[3915px\]{top:3915px}.top-\[3963px\]{top:3963px}.top-\[4009px\]{top:4009px}.top-\[4050px\]{top:4050px}.top-\[4065px\]{top:4065px}.top-\[4070px\]{top:4070px}.top-\[4076\.97px\]{top:4076.97px}.top-\[4082px\]{top:4082px}.top-\[4107\.75px\]{top:4107.75px}.top-\[4113\.27px\]{top:4113.27px}.top-\[4144\.13px\]{top:4144.13px}.top-\[4150\.12px\]{top:4150.12px}.top-\[4180\.88px\]{top:4180.88px}.top-\[4204px\]{top:4204px}.top-\[4283\.97px\]{top:4283.97px}.top-\[4379px\]{top:4379px}.top-\[4439px\]{top:4439px}.top-\[4530\.37px\]{top:4530.37px}.top-\[4550\.62px\]{top:4550.62px}.top-\[4633\.12px\]{top:4633.12px}.top-\[4693px\]{top:4693px}.top-\[4734px\]{top:4734px}.top-\[4943\.25px\]{top:4943.25px}.top-\[5007px\]{top:5007px}.top-\[5067px\]{top:5067px}.top-\[5116\.13px\]{top:5116.13px}.top-\[5143\.3px\]{top:5143.3px}.top-\[5304px\]{top:5304px}.top-\[5329\.5px\]{top:5329.5px}.top-\[5352px\]{top:5352px}.top-\[5375px\]{top:5375px}.top-\[5441px\]{top:5441px}.top-\[5450\.75px\]{top:5450.75px}.top-\[5513\.25px\]{top:5513.25px}.top-\[5538\.97px\]{top:5538.97px}.top-\[5590\.75px\]{top:5590.75px}.top-\[5590\.76px\]{top:5590.76px}.top-\[5708px\]{top:5708px}.top-\[5744\.38px\]{top:5744.38px}.top-\[5780\.88px\]{top:5780.88px}.top-\[5950\.26px\]{top:5950.26px}.top-\[6084px\]{top:6084px}.top-\[6363px\]{top:6363px}.top-\[6632px\]{top:6632px}.top-\[6871\.94px\]{top:6871.94px}.top-\[6896px\]{top:6896px}.top-\[6930\.15px\]{top:6930.15px}.top-\[7065px\]{top:7065px}.top-\[7123px\]{top:7123px}.top-\[7383px\]{top:7383px}.top-\[7431\.5px\]{top:7431.5px}.top-\[7482px\]{top:7482px}.top-\[calc\(50\%\+3\.5px\)\]{top:calc(50% + 3.5px)}.top-\[calc\(50\%\+10\.78px\)\]{top:calc(50% + 10.78px)}.top-\[calc\(50\%\+14\.53px\)\]{top:calc(50% + 14.53px)}.top-\[calc\(50\%\+15\.38px\)\]{top:calc(50% + 15.38px)}.top-\[calc\(50\%\+27\.81px\)\]{top:calc(50% + 27.81px)}.top-\[calc\(50\%\+45\.88px\)\]{top:calc(50% + 45.88px)}.top-\[calc\(50\%\+50px\)\]{top:calc(50% + 50px)}.top-\[calc\(50\%\+51\.17px\)\]{top:calc(50% + 51.17px)}.top-\[calc\(50\%\+52\.25px\)\]{top:calc(50% + 52.25px)}.top-\[calc\(50\%\+68\.95px\)\]{top:calc(50% + 68.95px)}.top-\[calc\(50\%\+70\.19px\)\]{top:calc(50% + 70.19px)}.top-\[calc\(50\%\+72px\)\]{top:calc(50% + 72px)}.top-\[calc\(50\%\+76\.25px\)\]{top:calc(50% + 76.25px)}.top-\[calc\(50\%\+76px\)\]{top:calc(50% + 76px)}.top-\[calc\(50\%\+77\.04px\)\]{top:calc(50% + 77.04px)}.top-\[calc\(50\%\+83\.39px\)\]{top:calc(50% + 83.39px)}.top-\[calc\(50\%\+93\.44px\)\]{top:calc(50% + 93.44px)}.top-\[calc\(50\%\+107\.15px\)\]{top:calc(50% + 107.15px)}.top-\[calc\(50\%\+113\.8px\)\]{top:calc(50% + 113.8px)}.top-\[calc\(50\%\+124\.22px\)\]{top:calc(50% + 124.22px)}.top-\[calc\(50\%\+141\.43px\)\]{top:calc(50% + 141.43px)}.top-\[calc\(50\%\+178\.5px\)\]{top:calc(50% + 178.5px)}.top-\[calc\(50\%\+215px\)\]{top:calc(50% + 215px)}.top-\[calc\(50\%\+226\.5px\)\]{top:calc(50% + 226.5px)}.top-\[calc\(50\%\+516\.75px\)\]{top:calc(50% + 516.75px)}.top-\[calc\(50\%\+553\.25px\)\]{top:calc(50% + 553.25px)}.top-\[calc\(50\%\+564\.75px\)\]{top:calc(50% + 564.75px)}.top-\[calc\(50\%\+1776\.37px\)\]{top:calc(50% + 1776.37px)}.top-\[calc\(50\%\+1812\.88px\)\]{top:calc(50% + 1812.88px)}.top-\[calc\(50\%\+1819\.5px\)\]{top:calc(50% + 1819.5px)}.top-\[calc\(50\%\+1824\.38px\)\]{top:calc(50% + 1824.38px)}.top-\[calc\(50\%\+2094\.75px\)\]{top:calc(50% + 2094.75px)}.top-\[calc\(50\%\+2874\.5px\)\]{top:calc(50% + 2874.5px)}.top-\[calc\(50\%\+3644px\)\]{top:calc(50% + 3644px)}.top-\[calc\(50\%\+4158\.98px\)\]{top:calc(50% + 4158.98px)}.top-\[calc\(50\%\+4431\.75px\)\]{top:calc(50% + 4431.75px)}.top-\[calc\(50\%\+4479\.5px\)\]{top:calc(50% + 4479.5px)}.top-\[calc\(50\%\+4481\.25px\)\]{top:calc(50% + 4481.25px)}.top-\[calc\(50\%\+4723\.78px\)\]{top:calc(50% + 4723.78px)}.top-\[calc\(50\%\+4885px\)\]{top:calc(50% + 4885px)}.top-\[calc\(50\%\+5145\.75px\)\]{top:calc(50% + 5145.75px)}.top-\[calc\(50\%\+5182\.25px\)\]{top:calc(50% + 5182.25px)}.top-\[calc\(50\%\+5193\.75px\)\]{top:calc(50% + 5193.75px)}.top-\[calc\(50\%\+5670px\)\]{top:calc(50% + 5670px)}.top-\[calc\(50\%\+5736\.5px\)\]{top:calc(50% + 5736.5px)}.top-\[calc\(50\%\+5743px\)\]{top:calc(50% + 5743px)}.top-\[calc\(50\%\+6078\.84px\)\]{top:calc(50% + 6078.84px)}.top-\[calc\(50\%\+6633px\)\]{top:calc(50% + 6633px)}.top-\[calc\(50\%\+6681\.5px\)\]{top:calc(50% + 6681.5px)}.top-\[calc\(50\%\+6697px\)\]{top:calc(50% + 6697px)}.top-\[calc\(50\%-5\.87px\)\]{top:calc(50% - 5.87px)}.top-\[calc\(50\%-10\.15px\)\]{top:calc(50% - 10.15px)}.top-\[calc\(50\%-10\.16px\)\]{top:calc(50% - 10.16px)}.top-\[calc\(50\%-20px\)\]{top:calc(50% - 20px)}.top-\[calc\(50\%-38\.65px\)\]{top:calc(50% - 38.65px)}.top-\[calc\(50\%-44\.62px\)\]{top:calc(50% - 44.62px)}.top-\[calc\(50\%-49\.46px\)\]{top:calc(50% - 49.46px)}.top-\[calc\(50\%-51px\)\]{top:calc(50% - 51px)}.top-\[calc\(50\%-54px\)\]{top:calc(50% - 54px)}.top-\[calc\(50\%-56\.09px\)\]{top:calc(50% - 56.09px)}.top-\[calc\(50\%-59\.3px\)\]{top:calc(50% - 59.3px)}.top-\[calc\(50\%-64\.86px\)\]{top:calc(50% - 64.86px)}.top-\[calc\(50\%-65\.19px\)\]{top:calc(50% - 65.19px)}.top-\[calc\(50\%-69\.37px\)\]{top:calc(50% - 69.37px)}.top-\[calc\(50\%-69\.69px\)\]{top:calc(50% - 69.69px)}.top-\[calc\(50\%-75\.38px\)\]{top:calc(50% - 75.38px)}.top-\[calc\(50\%-81\.18px\)\]{top:calc(50% - 81.18px)}.top-\[calc\(50\%-91\.24px\)\]{top:calc(50% - 91.24px)}.top-\[calc\(50\%-92\.13px\)\]{top:calc(50% - 92.13px)}.top-\[calc\(50\%-99\.68px\)\]{top:calc(50% - 99.68px)}.top-\[calc\(50\%-102\.83px\)\]{top:calc(50% - 102.83px)}.top-\[calc\(50\%-104\.2px\)\]{top:calc(50% - 104.2px)}.top-\[calc\(50\%-104px\)\]{top:calc(50% - 104px)}.top-\[calc\(50\%-112\.74px\)\]{top:calc(50% - 112.74px)}.top-\[calc\(50\%-118\.14px\)\]{top:calc(50% - 118.14px)}.top-\[calc\(50\%-119\.15px\)\]{top:calc(50% - 119.15px)}.top-\[calc\(50\%-120\.42px\)\]{top:calc(50% - 120.42px)}.top-\[calc\(50\%-120\.63px\)\]{top:calc(50% - 120.63px)}.top-\[calc\(50\%-122\.72px\)\]{top:calc(50% - 122.72px)}.top-\[calc\(50\%-128\.39px\)\]{top:calc(50% - 128.39px)}.top-\[calc\(50\%-133\.64px\)\]{top:calc(50% - 133.64px)}.top-\[calc\(50\%-135\.97px\)\]{top:calc(50% - 135.97px)}.top-\[calc\(50\%-137\.71px\)\]{top:calc(50% - 137.71px)}.top-\[calc\(50\%-189\.34px\)\]{top:calc(50% - 189.34px)}.top-\[calc\(50\%-189\.35px\)\]{top:calc(50% - 189.35px)}.top-\[calc\(50\%-191\.65px\)\]{top:calc(50% - 191.65px)}.top-\[calc\(50\%-206\.05px\)\]{top:calc(50% - 206.05px)}.top-\[calc\(50\%-215\.05px\)\]{top:calc(50% - 215.05px)}.top-\[calc\(50\%-219\.22px\)\]{top:calc(50% - 219.22px)}.top-\[calc\(50\%-219\.23px\)\]{top:calc(50% - 219.23px)}.top-\[calc\(50\%-222\.88px\)\]{top:calc(50% - 222.88px)}.top-\[calc\(50\%-222\.89px\)\]{top:calc(50% - 222.89px)}.top-\[calc\(50\%-509\.63px\)\]{top:calc(50% - 509.63px)}.top-\[calc\(50\%-917\.25px\)\]{top:calc(50% - 917.25px)}.top-\[calc\(50\%-2751\.5px\)\]{top:calc(50% - 2751.5px)}.top-full{top:100%}.-right-12{right:calc(var(--spacing)*-12)}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-2{right:calc(var(--spacing)*2)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-\[-12px\]{right:-12px}.right-\[-109\.19\%\]{right:-109.19%}.right-\[2\.64\%\]{right:2.64%}.right-\[12px\]{right:12px}.right-\[29\.1\%\]{right:29.1%}.right-\[48\.45\%\]{right:48.45%}.right-\[50\.66\%\]{right:50.66%}.right-\[59\.18\%\]{right:59.18%}.right-\[80\.79\%\]{right:80.79%}.right-\[81\.74\%\]{right:81.74%}.-bottom-12{bottom:calc(var(--spacing)*-12)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-3{bottom:calc(var(--spacing)*3)}.bottom-\[-30px\]{bottom:-30px}.bottom-\[-41\.73\%\]{bottom:-41.73%}.bottom-\[-42\%\]{bottom:-42%}.bottom-\[-645\.78\%\]{bottom:-645.78%}.bottom-\[-669\.04\%\]{bottom:-669.04%}.bottom-\[5\.17\%\]{bottom:5.17%}.bottom-\[9\.81\%\]{bottom:9.81%}.bottom-\[11\.27\%\]{bottom:11.27%}.bottom-\[20\.5\%\]{bottom:20.5%}.bottom-\[22\.29\%\]{bottom:22.29%}.bottom-\[26\.27\%\]{bottom:26.27%}.bottom-\[40\.5\%\]{bottom:40.5%}.bottom-\[43\.87\%\]{bottom:43.87%}.bottom-\[46\%\]{bottom:46%}.bottom-\[47\.08\%\]{bottom:47.08%}.bottom-\[49\.6\%\]{bottom:49.6%}.bottom-\[51\.98\%\]{bottom:51.98%}.bottom-\[53\.31\%\]{bottom:53.31%}.bottom-\[59\.53\%\]{bottom:59.53%}.bottom-\[403\.5px\]{bottom:403.5px}.-left-12{left:calc(var(--spacing)*-12)}.left-0{left:calc(var(--spacing)*0)}.left-1{left:calc(var(--spacing)*1)}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing)*2)}.left-\[-0\.03\%\]{left:-.03%}.left-\[-0\.17px\]{left:-.17px}.left-\[-0\.61px\]{left:-.61px}.left-\[-0\.75px\]{left:-.75px}.left-\[-2\.08\%\]{left:-2.08%}.left-\[-2\.25px\]{left:-2.25px}.left-\[-3\.75px\]{left:-3.75px}.left-\[-3px\]{left:-3px}.left-\[-4\.43px\]{left:-4.43px}.left-\[-5\.25px\]{left:-5.25px}.left-\[-5\.92px\]{left:-5.92px}.left-\[-5\.99\%\]{left:-5.99%}.left-\[-6\.75px\]{left:-6.75px}.left-\[-8\.16\%\]{left:-8.16%}.left-\[-11\.94\%\]{left:-11.94%}.left-\[-12px\]{left:-12px}.left-\[-13\.04\%\]{left:-13.04%}.left-\[-16\.22\%\]{left:-16.22%}.left-\[-16px\]{left:-16px}.left-\[-17\.25px\]{left:-17.25px}.left-\[-19\.34px\]{left:-19.34px}.left-\[-20\.25px\]{left:-20.25px}.left-\[-23\.24px\]{left:-23.24px}.left-\[-25\.5px\]{left:-25.5px}.left-\[-27\.87\%\]{left:-27.87%}.left-\[-27px\]{left:-27px}.left-\[-28\.41px\]{left:-28.41px}.left-\[-35\.11px\]{left:-35.11px}.left-\[-37\.89px\]{left:-37.89px}.left-\[-43\.89px\]{left:-43.89px}.left-\[-45\.84px\]{left:-45.84px}.left-\[-46\.82px\]{left:-46.82px}.left-\[-48\.23px\]{left:-48.23px}.left-\[-48\.44\%\]{left:-48.44%}.left-\[-50\.36px\]{left:-50.36px}.left-\[-53px\]{left:-53px}.left-\[-58px\]{left:-58px}.left-\[-106\.57px\]{left:-106.57px}.left-\[-108px\]{left:-108px}.left-\[-111px\]{left:-111px}.left-\[-116\.01px\]{left:-116.01px}.left-\[-124\.17px\]{left:-124.17px}.left-\[-127\.6px\]{left:-127.6px}.left-\[-131\.25px\]{left:-131.25px}.left-\[-140px\]{left:-140px}.left-\[-226\.01\%\]{left:-226.01%}.left-\[-772px\]{left:-772px}.left-\[-773\.68px\]{left:-773.68px}.left-\[-797\.11px\]{left:-797.11px}.left-\[0\.02\%\]{left:.02%}.left-\[0\.02px\]{left:.02px}.left-\[0\.16px\]{left:.16px}.left-\[0\.83\%\]{left:.83%}.left-\[2\.14px\]{left:2.14px}.left-\[4\.67px\]{left:4.67px}.left-\[4px\]{left:4px}.left-\[5\.55px\]{left:5.55px}.left-\[8\.29px\]{left:8.29px}.left-\[8px\]{left:8px}.left-\[9\.87px\]{left:9.87px}.left-\[9px\]{left:9px}.left-\[10\%\]{left:10%}.left-\[10\.21px\]{left:10.21px}.left-\[10\.66px\]{left:10.66px}.left-\[10px\]{left:10px}.left-\[11\.94\%\]{left:11.94%}.left-\[12px\]{left:12px}.left-\[13px\]{left:13px}.left-\[14\.03px\]{left:14.03px}.left-\[15\.57px\]{left:15.57px}.left-\[16px\]{left:16px}.left-\[17\.25px\]{left:17.25px}.left-\[18\.48\%\]{left:18.48%}.left-\[19\.37px\]{left:19.37px}.left-\[20\.01px\]{left:20.01px}.left-\[20\.25px\]{left:20.25px}.left-\[20px\]{left:20px}.left-\[21\.31px\]{left:21.31px}.left-\[21\.62px\]{left:21.62px}.left-\[22px\]{left:22px}.left-\[23\.1px\]{left:23.1px}.left-\[23\.24px\]{left:23.24px}.left-\[25\.99px\]{left:25.99px}.left-\[25px\]{left:25px}.left-\[26\.3px\]{left:26.3px}.left-\[26\.66px\]{left:26.66px}.left-\[26\.68px\]{left:26.68px}.left-\[26\.69px\]{left:26.69px}.left-\[27\.41px\]{left:27.41px}.left-\[27px\]{left:27px}.left-\[29px\]{left:29px}.left-\[31\.64px\]{left:31.64px}.left-\[31px\]{left:31px}.left-\[32\.53px\]{left:32.53px}.left-\[32\.77px\]{left:32.77px}.left-\[32px\]{left:32px}.left-\[34\.34px\]{left:34.34px}.left-\[35px\]{left:35px}.left-\[38\.26px\]{left:38.26px}.left-\[38\.54\%\]{left:38.54%}.left-\[40\.09\%\]{left:40.09%}.left-\[41\.15px\]{left:41.15px}.left-\[41px\]{left:41px}.left-\[42\.6px\]{left:42.6px}.left-\[43\.01px\]{left:43.01px}.left-\[43\.15px\]{left:43.15px}.left-\[43\.36px\]{left:43.36px}.left-\[45px\]{left:45px}.left-\[46\.2px\]{left:46.2px}.left-\[47\.41\%\]{left:47.41%}.left-\[48\.49px\]{left:48.49px}.left-\[48px\]{left:48px}.left-\[50\%\]{left:50%}.left-\[51\.01px\]{left:51.01px}.left-\[52\.55px\]{left:52.55px}.left-\[58px\]{left:58px}.left-\[60\.1\%\]{left:60.1%}.left-\[62\.38px\]{left:62.38px}.left-\[62\.72px\]{left:62.72px}.left-\[63\.61px\]{left:63.61px}.left-\[64px\]{left:64px}.left-\[66\.49\%\]{left:66.49%}.left-\[67px\]{left:67px}.left-\[73\.2px\]{left:73.2px}.left-\[77\.25px\]{left:77.25px}.left-\[80\.06px\]{left:80.06px}.left-\[82\.5px\]{left:82.5px}.left-\[82\.43px\]{left:82.43px}.left-\[86\.44px\]{left:86.44px}.left-\[88\.61px\]{left:88.61px}.left-\[90\.39px\]{left:90.39px}.left-\[90\.66\%\]{left:90.66%}.left-\[90px\]{left:90px}.left-\[91\.55px\]{left:91.55px}.left-\[93\.18px\]{left:93.18px}.left-\[95\.37px\]{left:95.37px}.left-\[96\.75px\]{left:96.75px}.left-\[98\.9px\]{left:98.9px}.left-\[98\.32px\]{left:98.32px}.left-\[98\.96px\]{left:98.96px}.left-\[103\.95px\]{left:103.95px}.left-\[104\.25px\]{left:104.25px}.left-\[108\.62px\]{left:108.62px}.left-\[108px\]{left:108px}.left-\[109\.16px\]{left:109.16px}.left-\[110\.54px\]{left:110.54px}.left-\[111\.62px\]{left:111.62px}.left-\[112\.26px\]{left:112.26px}.left-\[116px\]{left:116px}.left-\[120\.23px\]{left:120.23px}.left-\[120\.36px\]{left:120.36px}.left-\[123\.23px\]{left:123.23px}.left-\[123px\]{left:123px}.left-\[125\.56px\]{left:125.56px}.left-\[127px\]{left:127px}.left-\[130\.58px\]{left:130.58px}.left-\[131\.25px\]{left:131.25px}.left-\[131px\]{left:131px}.left-\[135px\]{left:135px}.left-\[136\.8px\]{left:136.8px}.left-\[138\.75px\]{left:138.75px}.left-\[140\.25px\]{left:140.25px}.left-\[143\.25px\]{left:143.25px}.left-\[150\.51px\]{left:150.51px}.left-\[150\.89px\]{left:150.89px}.left-\[152\.5px\]{left:152.5px}.left-\[152\.75px\]{left:152.75px}.left-\[152px\]{left:152px}.left-\[154\.99px\]{left:154.99px}.left-\[157\.5px\]{left:157.5px}.left-\[157\.71px\]{left:157.71px}.left-\[160\.5px\]{left:160.5px}.left-\[160\.81px\]{left:160.81px}.left-\[160px\]{left:160px}.left-\[165\.52px\]{left:165.52px}.left-\[167\.22px\]{left:167.22px}.left-\[167\.25px\]{left:167.25px}.left-\[167\.47px\]{left:167.47px}.left-\[167\.52px\]{left:167.52px}.left-\[167\.75px\]{left:167.75px}.left-\[169\.25px\]{left:169.25px}.left-\[170\.21px\]{left:170.21px}.left-\[170\.28px\]{left:170.28px}.left-\[174\.75px\]{left:174.75px}.left-\[174px\]{left:174px}.left-\[175\.83px\]{left:175.83px}.left-\[179px\]{left:179px}.left-\[180\.5px\]{left:180.5px}.left-\[180\.27px\]{left:180.27px}.left-\[180px\]{left:180px}.left-\[181px\]{left:181px}.left-\[183\.32px\]{left:183.32px}.left-\[183\.34px\]{left:183.34px}.left-\[186\.33px\]{left:186.33px}.left-\[186\.59px\]{left:186.59px}.left-\[186\.78px\]{left:186.78px}.left-\[186\.96px\]{left:186.96px}.left-\[187\.37px\]{left:187.37px}.left-\[187\.49px\]{left:187.49px}.left-\[187\.55px\]{left:187.55px}.left-\[188\.13px\]{left:188.13px}.left-\[188\.25px\]{left:188.25px}.left-\[190\.5px\]{left:190.5px}.left-\[191\.31px\]{left:191.31px}.left-\[191px\]{left:191px}.left-\[193\.93px\]{left:193.93px}.left-\[196\.04px\]{left:196.04px}.left-\[196\.06px\]{left:196.06px}.left-\[196\.25px\]{left:196.25px}.left-\[198\.21px\]{left:198.21px}.left-\[208\.04\%\]{left:208.04%}.left-\[211\.21px\]{left:211.21px}.left-\[213\.7px\]{left:213.7px}.left-\[213\.19px\]{left:213.19px}.left-\[213\.75px\]{left:213.75px}.left-\[213px\]{left:213px}.left-\[214px\]{left:214px}.left-\[216\.51px\]{left:216.51px}.left-\[219\.59px\]{left:219.59px}.left-\[225\.32px\]{left:225.32px}.left-\[227\.26px\]{left:227.26px}.left-\[227\.46px\]{left:227.46px}.left-\[232\.81px\]{left:232.81px}.left-\[232px\]{left:232px}.left-\[233px\]{left:233px}.left-\[234\.29px\]{left:234.29px}.left-\[234\.99px\]{left:234.99px}.left-\[238\.59px\]{left:238.59px}.left-\[240\.17px\]{left:240.17px}.left-\[245\.34px\]{left:245.34px}.left-\[247\.42px\]{left:247.42px}.left-\[249\.68px\]{left:249.68px}.left-\[254\.6px\]{left:254.6px}.left-\[254\.36px\]{left:254.36px}.left-\[254\.96px\]{left:254.96px}.left-\[257\.6px\]{left:257.6px}.left-\[259\.84px\]{left:259.84px}.left-\[264\.13px\]{left:264.13px}.left-\[266\.56px\]{left:266.56px}.left-\[268\.58px\]{left:268.58px}.left-\[270\.48px\]{left:270.48px}.left-\[275\.41px\]{left:275.41px}.left-\[276\.57px\]{left:276.57px}.left-\[285\.56px\]{left:285.56px}.left-\[292\.82px\]{left:292.82px}.left-\[293\.07px\]{left:293.07px}.left-\[297\.11px\]{left:297.11px}.left-\[301\.74px\]{left:301.74px}.left-\[301\.75px\]{left:301.75px}.left-\[305\.15px\]{left:305.15px}.left-\[309px\]{left:309px}.left-\[317\.5px\]{left:317.5px}.left-\[317\.25px\]{left:317.25px}.left-\[318\.85px\]{left:318.85px}.left-\[319\.5px\]{left:319.5px}.left-\[320\.23px\]{left:320.23px}.left-\[321\.75px\]{left:321.75px}.left-\[326px\]{left:326px}.left-\[329\.86px\]{left:329.86px}.left-\[342\.65px\]{left:342.65px}.left-\[354\.75px\]{left:354.75px}.left-\[354px\]{left:354px}.left-\[358\.11px\]{left:358.11px}.left-\[388\.29px\]{left:388.29px}.left-\[393px\]{left:393px}.left-\[399\.48px\]{left:399.48px}.left-\[403\.16px\]{left:403.16px}.left-\[405\.72px\]{left:405.72px}.left-\[412px\]{left:412px}.left-\[414\.92px\]{left:414.92px}.left-\[420px\]{left:420px}.left-\[425\.13px\]{left:425.13px}.left-\[426px\]{left:426px}.left-\[427px\]{left:427px}.left-\[428px\]{left:428px}.left-\[430\.5px\]{left:430.5px}.left-\[431\.62px\]{left:431.62px}.left-\[453\.34px\]{left:453.34px}.left-\[460\.5px\]{left:460.5px}.left-\[461\.47px\]{left:461.47px}.left-\[468\.5px\]{left:468.5px}.left-\[473\.07px\]{left:473.07px}.left-\[473px\]{left:473px}.left-\[483px\]{left:483px}.left-\[484\.18px\]{left:484.18px}.left-\[486\.18px\]{left:486.18px}.left-\[498\.72px\]{left:498.72px}.left-\[499\.4px\]{left:499.4px}.left-\[512\.05px\]{left:512.05px}.left-\[528px\]{left:528px}.left-\[549\.72px\]{left:549.72px}.left-\[571\.5px\]{left:571.5px}.left-\[586\.35px\]{left:586.35px}.left-\[590\.28px\]{left:590.28px}.left-\[591\.75px\]{left:591.75px}.left-\[598\.5px\]{left:598.5px}.left-\[605\.76px\]{left:605.76px}.left-\[611\.25px\]{left:611.25px}.left-\[615px\]{left:615px}.left-\[616\.3px\]{left:616.3px}.left-\[634\.83px\]{left:634.83px}.left-\[651px\]{left:651px}.left-\[653\.04px\]{left:653.04px}.left-\[657\.68px\]{left:657.68px}.left-\[670px\]{left:670px}.left-\[671\.76px\]{left:671.76px}.left-\[674\.12px\]{left:674.12px}.left-\[674px\]{left:674px}.left-\[676\.24px\]{left:676.24px}.left-\[684px\]{left:684px}.left-\[688\.5px\]{left:688.5px}.left-\[697px\]{left:697px}.left-\[724\.93px\]{left:724.93px}.left-\[730\.5px\]{left:730.5px}.left-\[743\.13px\]{left:743.13px}.left-\[748\.64px\]{left:748.64px}.left-\[753px\]{left:753px}.left-\[762px\]{left:762px}.left-\[764\.19px\]{left:764.19px}.left-\[802\.09px\]{left:802.09px}.left-\[811\.45px\]{left:811.45px}.left-\[811px\]{left:811px}.left-\[812\.73px\]{left:812.73px}.left-\[818px\]{left:818px}.left-\[841\.91px\]{left:841.91px}.left-\[844\.21px\]{left:844.21px}.left-\[856\.55px\]{left:856.55px}.left-\[865\.68px\]{left:865.68px}.left-\[869\.25px\]{left:869.25px}.left-\[888\.97px\]{left:888.97px}.left-\[893\.25px\]{left:893.25px}.left-\[906px\]{left:906px}.left-\[909\.92px\]{left:909.92px}.left-\[924\.41px\]{left:924.41px}.left-\[937\.16px\]{left:937.16px}.left-\[946\.38px\]{left:946.38px}.left-\[948px\]{left:948px}.left-\[975\.53px\]{left:975.53px}.left-\[975\.75px\]{left:975.75px}.left-\[979\.99px\]{left:979.99px}.left-\[982\.72px\]{left:982.72px}.left-\[983\.93px\]{left:983.93px}.left-\[995\.82px\]{left:995.82px}.left-\[998\.19px\]{left:998.19px}.left-\[998\.61px\]{left:998.61px}.left-\[1000\.5px\]{left:1000.5px}.left-\[1004\.72px\]{left:1004.72px}.left-\[1008\.9px\]{left:1008.9px}.left-\[1020\.2px\]{left:1020.2px}.left-\[1023px\]{left:1023px}.left-\[1028px\]{left:1028px}.left-\[1060\.68px\]{left:1060.68px}.left-\[1067\.48px\]{left:1067.48px}.left-\[1078\.71px\]{left:1078.71px}.left-\[1081\.48px\]{left:1081.48px}.left-\[1114\.22px\]{left:1114.22px}.left-\[1144\.5px\]{left:1144.5px}.left-\[1177\.88px\]{left:1177.88px}.left-\[1182px\]{left:1182px}.left-\[1199\.93px\]{left:1199.93px}.left-\[1209\.89px\]{left:1209.89px}.left-\[1217\.16px\]{left:1217.16px}.left-\[1231px\]{left:1231px}.left-\[1235\.25px\]{left:1235.25px}.left-\[1251\.38px\]{left:1251.38px}.left-\[1257\.67px\]{left:1257.67px}.left-\[1270\.5px\]{left:1270.5px}.left-\[1286\.45px\]{left:1286.45px}.left-\[1293px\]{left:1293px}.left-\[1304\.87px\]{left:1304.87px}.left-\[1306px\]{left:1306px}.left-\[1309\.89px\]{left:1309.89px}.left-\[1314px\]{left:1314px}.left-\[1335\.07px\]{left:1335.07px}.left-\[1342\.5px\]{left:1342.5px}.left-\[1345\.5px\]{left:1345.5px}.left-\[1419\.17px\]{left:1419.17px}.left-\[1434\.65px\]{left:1434.65px}.left-\[1437\.71px\]{left:1437.71px}.left-\[1469\.34px\]{left:1469.34px}.left-\[1481\.93px\]{left:1481.93px}.left-\[1553\.29px\]{left:1553.29px}.left-\[1566\.17px\]{left:1566.17px}.left-\[1576\.19px\]{left:1576.19px}.left-\[1580px\]{left:1580px}.left-\[1623px\]{left:1623px}.left-\[1676\.6px\]{left:1676.6px}.left-\[1685px\]{left:1685px}.left-\[1720\.76px\]{left:1720.76px}.left-\[1727\.59px\]{left:1727.59px}.left-\[1794\.18px\]{left:1794.18px}.left-\[1798px\]{left:1798px}.left-\[1851\.99px\]{left:1851.99px}.left-\[1872\.68px\]{left:1872.68px}.left-\[1893\.48px\]{left:1893.48px}.left-\[1895\.94px\]{left:1895.94px}.left-\[1921\.01px\]{left:1921.01px}.left-\[1995\.88px\]{left:1995.88px}.left-\[2028\.72px\]{left:2028.72px}.left-\[2065\.34px\]{left:2065.34px}.left-\[2087\.79px\]{left:2087.79px}.left-\[2153\.4px\]{left:2153.4px}.left-\[2210\.97px\]{left:2210.97px}.left-\[2278\.22px\]{left:2278.22px}.left-\[2292\.09px\]{left:2292.09px}.left-\[2366\.02px\]{left:2366.02px}.left-\[2388\.19px\]{left:2388.19px}.left-\[2435px\]{left:2435px}.left-\[2442\.26px\]{left:2442.26px}.left-\[2533\.28px\]{left:2533.28px}.left-\[2632px\]{left:2632px}.left-\[2684\.68px\]{left:2684.68px}.left-\[2705\.48px\]{left:2705.48px}.left-\[2753\.22px\]{left:2753.22px}.left-\[2839\.74px\]{left:2839.74px}.left-\[2840\.72px\]{left:2840.72px}.left-\[3022\.63px\]{left:3022.63px}.left-\[3200\.19px\]{left:3200.19px}.left-\[3247px\]{left:3247px}.left-\[3496\.68px\]{left:3496.68px}.left-\[3517\.48px\]{left:3517.48px}.left-\[3652\.72px\]{left:3652.72px}.left-\[4012\.19px\]{left:4012.19px}.left-\[4059px\]{left:4059px}.left-\[4308\.68px\]{left:4308.68px}.left-\[4329\.48px\]{left:4329.48px}.left-\[4464\.72px\]{left:4464.72px}.left-\[calc\(8\.33\%\+71\.71px\)\]{left:calc(8.33% + 71.71px)}.left-\[calc\(8\.33\%\+72\.69px\)\]{left:calc(8.33% + 72.69px)}.left-\[calc\(8\.33\%\+108\.21px\)\]{left:calc(8.33% + 108.21px)}.left-\[calc\(8\.33\%\+156px\)\]{left:calc(8.33% + 156px)}.left-\[calc\(8\.33\%\+168\.75px\)\]{left:calc(8.33% + 168.75px)}.left-\[calc\(8\.33\%\+227\.19px\)\]{left:calc(8.33% + 227.19px)}.left-\[calc\(10\%\+81\.75px\)\]{left:calc(10% + 81.75px)}.left-\[calc\(10\%\+82\.44px\)\]{left:calc(10% + 82.44px)}.left-\[calc\(10\%\+108\.59px\)\]{left:calc(10% + 108.59px)}.left-\[calc\(10\%\+149\.18px\)\]{left:calc(10% + 149.18px)}.left-\[calc\(15\%\+37\.64px\)\]{left:calc(15% + 37.64px)}.left-\[calc\(15\%\+41\.62px\)\]{left:calc(15% + 41.62px)}.left-\[calc\(15\%\+44\.1px\)\]{left:calc(15% + 44.1px)}.left-\[calc\(15\%\+73\.15px\)\]{left:calc(15% + 73.15px)}.left-\[calc\(16\.67\%\+97\.5px\)\]{left:calc(16.67% + 97.5px)}.left-\[calc\(16\.67\%\+102px\)\]{left:calc(16.67% + 102px)}.left-\[calc\(16\.67\%\+130\.25px\)\]{left:calc(16.67% + 130.25px)}.left-\[calc\(16\.67\%\+141\.75px\)\]{left:calc(16.67% + 141.75px)}.left-\[calc\(16\.67\%\+142\.5px\)\]{left:calc(16.67% + 142.5px)}.left-\[calc\(20\%\+46\.55px\)\]{left:calc(20% + 46.55px)}.left-\[calc\(20\%\+67\.91px\)\]{left:calc(20% + 67.91px)}.left-\[calc\(20\%\+76\.23px\)\]{left:calc(20% + 76.23px)}.left-\[calc\(20\%\+136\.77px\)\]{left:calc(20% + 136.77px)}.left-\[calc\(20\%\+162\.9px\)\]{left:calc(20% + 162.9px)}.left-\[calc\(25\%\+59\.46px\)\]{left:calc(25% + 59.46px)}.left-\[calc\(25\%\+62\.46px\)\]{left:calc(25% + 62.46px)}.left-\[calc\(25\%\+71\.07px\)\]{left:calc(25% + 71.07px)}.left-\[calc\(25\%\+72\.48px\)\]{left:calc(25% + 72.48px)}.left-\[calc\(25\%\+74\.07px\)\]{left:calc(25% + 74.07px)}.left-\[calc\(25\%\+78px\)\]{left:calc(25% + 78px)}.left-\[calc\(25\%\+80\.8px\)\]{left:calc(25% + 80.8px)}.left-\[calc\(25\%\+81px\)\]{left:calc(25% + 81px)}.left-\[calc\(25\%\+96\.07px\)\]{left:calc(25% + 96.07px)}.left-\[calc\(25\%\+122\.25px\)\]{left:calc(25% + 122.25px)}.left-\[calc\(30\%\+27\.22px\)\]{left:calc(30% + 27.22px)}.left-\[calc\(30\%\+27\.73px\)\]{left:calc(30% + 27.73px)}.left-\[calc\(30\%\+28\.06px\)\]{left:calc(30% + 28.06px)}.left-\[calc\(30\%\+32\.39px\)\]{left:calc(30% + 32.39px)}.left-\[calc\(30\%\+33\.76px\)\]{left:calc(30% + 33.76px)}.left-\[calc\(30\%\+36\.05px\)\]{left:calc(30% + 36.05px)}.left-\[calc\(30\%\+36\.38px\)\]{left:calc(30% + 36.38px)}.left-\[calc\(30\%\+42\.08px\)\]{left:calc(30% + 42.08px)}.left-\[calc\(30\%\+44\.78px\)\]{left:calc(30% + 44.78px)}.left-\[calc\(30\%\+52\.08px\)\]{left:calc(30% + 52.08px)}.left-\[calc\(30\%\+71\.73px\)\]{left:calc(30% + 71.73px)}.left-\[calc\(30\%\+79\.76px\)\]{left:calc(30% + 79.76px)}.left-\[calc\(30\%\+143\.06px\)\]{left:calc(30% + 143.06px)}.left-\[calc\(30\%\+143\.13px\)\]{left:calc(30% + 143.13px)}.left-\[calc\(33\.33\%\+60\.83px\)\]{left:calc(33.33% + 60.83px)}.left-\[calc\(33\.33\%\+71\.25px\)\]{left:calc(33.33% + 71.25px)}.left-\[calc\(33\.33\%\+114px\)\]{left:calc(33.33% + 114px)}.left-\[calc\(35\%-18\.9px\)\]{left:calc(35% - 18.9px)}.left-\[calc\(40\%\+9\.09px\)\]{left:calc(40% + 9.09px)}.left-\[calc\(40\%\+30\.86px\)\]{left:calc(40% + 30.86px)}.left-\[calc\(40\%\+33\.38px\)\]{left:calc(40% + 33.38px)}.left-\[calc\(40\%\+49\.36px\)\]{left:calc(40% + 49.36px)}.left-\[calc\(40\%\+49\.42px\)\]{left:calc(40% + 49.42px)}.left-\[calc\(40\%\+55\.57px\)\]{left:calc(40% + 55.57px)}.left-\[calc\(40\%\+73\.27px\)\]{left:calc(40% + 73.27px)}.left-\[calc\(40\%\+73\.37px\)\]{left:calc(40% + 73.37px)}.left-\[calc\(40\%\+83\.73px\)\]{left:calc(40% + 83.73px)}.left-\[calc\(40\%\+94\.92px\)\]{left:calc(40% + 94.92px)}.left-\[calc\(40\%\+94\.98px\)\]{left:calc(40% + 94.98px)}.left-\[calc\(40\%\+162\.56px\)\]{left:calc(40% + 162.56px)}.left-\[calc\(41\.67\%\+62\.25px\)\]{left:calc(41.67% + 62.25px)}.left-\[calc\(41\.67\%-8\.53px\)\]{left:calc(41.67% - 8.53px)}.left-\[calc\(45\%\+0\.77px\)\]{left:calc(45% + .77px)}.left-\[calc\(45\%\+0\.83px\)\]{left:calc(45% + .83px)}.left-\[calc\(45\%\+2\.27px\)\]{left:calc(45% + 2.27px)}.left-\[calc\(45\%\+4\.96px\)\]{left:calc(45% + 4.96px)}.left-\[calc\(45\%\+5\.03px\)\]{left:calc(45% + 5.03px)}.left-\[calc\(45\%\+11px\)\]{left:calc(45% + 11px)}.left-\[calc\(45\%-1\.44px\)\]{left:calc(45% - 1.44px)}.left-\[calc\(45\%-1\.51px\)\]{left:calc(45% - 1.51px)}.left-\[calc\(45\%-38\.25px\)\]{left:calc(45% - 38.25px)}.left-\[calc\(45\%-40\.5px\)\]{left:calc(45% - 40.5px)}.left-\[calc\(45\%-57\.04px\)\]{left:calc(45% - 57.04px)}.left-\[calc\(45\.83\%\+40\.88px\)\]{left:calc(45.83% + 40.88px)}.left-\[calc\(50\%\+0\.1px\)\]{left:calc(50% + .1px)}.left-\[calc\(50\%\+0\.05px\)\]{left:calc(50% + .05px)}.left-\[calc\(50\%\+0\.5px\)\]{left:calc(50% + .5px)}.left-\[calc\(50\%\+0\.38px\)\]{left:calc(50% + .38px)}.left-\[calc\(50\%\+1px\)\]{left:calc(50% + 1px)}.left-\[calc\(50\%\+2px\)\]{left:calc(50% + 2px)}.left-\[calc\(50\%\+3\.5px\)\]{left:calc(50% + 3.5px)}.left-\[calc\(50\%\+3\.25px\)\]{left:calc(50% + 3.25px)}.left-\[calc\(50\%\+3\.37px\)\]{left:calc(50% + 3.37px)}.left-\[calc\(50\%\+3\.38px\)\]{left:calc(50% + 3.38px)}.left-\[calc\(50\%\+3\.71px\)\]{left:calc(50% + 3.71px)}.left-\[calc\(50\%\+3px\)\]{left:calc(50% + 3px)}.left-\[calc\(50\%\+4\.7px\)\]{left:calc(50% + 4.7px)}.left-\[calc\(50\%\+4\.09px\)\]{left:calc(50% + 4.09px)}.left-\[calc\(50\%\+4\.13px\)\]{left:calc(50% + 4.13px)}.left-\[calc\(50\%\+4\.63px\)\]{left:calc(50% + 4.63px)}.left-\[calc\(50\%\+4\.88px\)\]{left:calc(50% + 4.88px)}.left-\[calc\(50\%\+5\.5px\)\]{left:calc(50% + 5.5px)}.left-\[calc\(50\%\+5\.13px\)\]{left:calc(50% + 5.13px)}.left-\[calc\(50\%\+5\.25px\)\]{left:calc(50% + 5.25px)}.left-\[calc\(50\%\+5\.38px\)\]{left:calc(50% + 5.38px)}.left-\[calc\(50\%\+6\.5px\)\]{left:calc(50% + 6.5px)}.left-\[calc\(50\%\+6\.26px\)\]{left:calc(50% + 6.26px)}.left-\[calc\(50\%\+6\.45px\)\]{left:calc(50% + 6.45px)}.left-\[calc\(50\%\+6px\)\]{left:calc(50% + 6px)}.left-\[calc\(50\%\+7\.13px\)\]{left:calc(50% + 7.13px)}.left-\[calc\(50\%\+7\.25px\)\]{left:calc(50% + 7.25px)}.left-\[calc\(50\%\+7\.88px\)\]{left:calc(50% + 7.88px)}.left-\[calc\(50\%\+8\.5px\)\]{left:calc(50% + 8.5px)}.left-\[calc\(50\%\+8\.39px\)\]{left:calc(50% + 8.39px)}.left-\[calc\(50\%\+10\.5px\)\]{left:calc(50% + 10.5px)}.left-\[calc\(50\%\+10\.13px\)\]{left:calc(50% + 10.13px)}.left-\[calc\(50\%\+10\.18px\)\]{left:calc(50% + 10.18px)}.left-\[calc\(50\%\+10\.29px\)\]{left:calc(50% + 10.29px)}.left-\[calc\(50\%\+10px\)\]{left:calc(50% + 10px)}.left-\[calc\(50\%\+11px\)\]{left:calc(50% + 11px)}.left-\[calc\(50\%\+12\.13px\)\]{left:calc(50% + 12.13px)}.left-\[calc\(50\%\+13\.29px\)\]{left:calc(50% + 13.29px)}.left-\[calc\(50\%\+13\.38px\)\]{left:calc(50% + 13.38px)}.left-\[calc\(50\%\+15\.5px\)\]{left:calc(50% + 15.5px)}.left-\[calc\(50\%\+16\.77px\)\]{left:calc(50% + 16.77px)}.left-\[calc\(50\%\+16px\)\]{left:calc(50% + 16px)}.left-\[calc\(50\%\+17\.5px\)\]{left:calc(50% + 17.5px)}.left-\[calc\(50\%\+21\.9px\)\]{left:calc(50% + 21.9px)}.left-\[calc\(50\%\+24\.9px\)\]{left:calc(50% + 24.9px)}.left-\[calc\(50\%\+24\.19px\)\]{left:calc(50% + 24.19px)}.left-\[calc\(50\%\+24\.32px\)\]{left:calc(50% + 24.32px)}.left-\[calc\(50\%\+24\.38px\)\]{left:calc(50% + 24.38px)}.left-\[calc\(50\%\+26\.87px\)\]{left:calc(50% + 26.87px)}.left-\[calc\(50\%\+30\.5px\)\]{left:calc(50% + 30.5px)}.left-\[calc\(50\%\+31px\)\]{left:calc(50% + 31px)}.left-\[calc\(50\%\+76\.04px\)\]{left:calc(50% + 76.04px)}.left-\[calc\(50\%\+77\.28px\)\]{left:calc(50% + 77.28px)}.left-\[calc\(50\%\+79\.19px\)\]{left:calc(50% + 79.19px)}.left-\[calc\(50\%\+97\.61px\)\]{left:calc(50% + 97.61px)}.left-\[calc\(50\%\+98\.9px\)\]{left:calc(50% + 98.9px)}.left-\[calc\(50\%\+101\.19px\)\]{left:calc(50% + 101.19px)}.left-\[calc\(50\%\+104\.54px\)\]{left:calc(50% + 104.54px)}.left-\[calc\(50\%\+112\.17px\)\]{left:calc(50% + 112.17px)}.left-\[calc\(50\%\+113\.57px\)\]{left:calc(50% + 113.57px)}.left-\[calc\(50\%\+114\.38px\)\]{left:calc(50% + 114.38px)}.left-\[calc\(50\%\+116\.01px\)\]{left:calc(50% + 116.01px)}.left-\[calc\(50\%\+202\.5px\)\]{left:calc(50% + 202.5px)}.left-\[calc\(50\%\+484\.94px\)\]{left:calc(50% + 484.94px)}.left-\[calc\(50\%\+1826\.5px\)\]{left:calc(50% + 1826.5px)}.left-\[calc\(50\%\+2638\.5px\)\]{left:calc(50% + 2638.5px)}.left-\[calc\(50\%\+3450\.5px\)\]{left:calc(50% + 3450.5px)}.left-\[calc\(50\%-0\.5px\)\]{left:calc(50% - .5px)}.left-\[calc\(50\%-0\.06px\)\]{left:calc(50% - .06px)}.left-\[calc\(50\%-0\.11px\)\]{left:calc(50% - .11px)}.left-\[calc\(50\%-0\.18px\)\]{left:calc(50% - .18px)}.left-\[calc\(50\%-0\.25px\)\]{left:calc(50% - .25px)}.left-\[calc\(50\%-0\.35px\)\]{left:calc(50% - .35px)}.left-\[calc\(50\%-0\.38px\)\]{left:calc(50% - .38px)}.left-\[calc\(50\%-0\.62px\)\]{left:calc(50% - .62px)}.left-\[calc\(50\%-1\.5px\)\]{left:calc(50% - 1.5px)}.left-\[calc\(50\%-1\.25px\)\]{left:calc(50% - 1.25px)}.left-\[calc\(50\%-1\.38px\)\]{left:calc(50% - 1.38px)}.left-\[calc\(50\%-1\.61px\)\]{left:calc(50% - 1.61px)}.left-\[calc\(50\%-2\.5px\)\]{left:calc(50% - 2.5px)}.left-\[calc\(50\%-2\.13px\)\]{left:calc(50% - 2.13px)}.left-\[calc\(50\%-2\.44px\)\]{left:calc(50% - 2.44px)}.left-\[calc\(50\%-2px\)\]{left:calc(50% - 2px)}.left-\[calc\(50\%-3\.5px\)\]{left:calc(50% - 3.5px)}.left-\[calc\(50\%-3\.25px\)\]{left:calc(50% - 3.25px)}.left-\[calc\(50\%-3px\)\]{left:calc(50% - 3px)}.left-\[calc\(50\%-4\.5px\)\]{left:calc(50% - 4.5px)}.left-\[calc\(50\%-4\.88px\)\]{left:calc(50% - 4.88px)}.left-\[calc\(50\%-5\.55px\)\]{left:calc(50% - 5.55px)}.left-\[calc\(50\%-5\.63px\)\]{left:calc(50% - 5.63px)}.left-\[calc\(50\%-5\.73px\)\]{left:calc(50% - 5.73px)}.left-\[calc\(50\%-7\.76px\)\]{left:calc(50% - 7.76px)}.left-\[calc\(50\%-8\.63px\)\]{left:calc(50% - 8.63px)}.left-\[calc\(50\%-10\.03px\)\]{left:calc(50% - 10.03px)}.left-\[calc\(50\%-20\.45px\)\]{left:calc(50% - 20.45px)}.left-\[calc\(50\%-75px\)\]{left:calc(50% - 75px)}.left-\[calc\(50\%-99\.89px\)\]{left:calc(50% - 99.89px)}.left-\[calc\(50\%-116\.39px\)\]{left:calc(50% - 116.39px)}.left-\[calc\(50\%-117\.56px\)\]{left:calc(50% - 117.56px)}.left-\[calc\(50\%-120\.95px\)\]{left:calc(50% - 120.95px)}.left-\[calc\(50\%-190\.88px\)\]{left:calc(50% - 190.88px)}.left-\[calc\(50\%-215\.25px\)\]{left:calc(50% - 215.25px)}.left-\[calc\(50\%-218\.63px\)\]{left:calc(50% - 218.63px)}.left-\[calc\(50\%-298\.57px\)\]{left:calc(50% - 298.57px)}.left-\[calc\(54\.17\%-283\.5px\)\]{left:calc(54.17% - 283.5px)}.left-\[calc\(54\.17\%-444\.75px\)\]{left:calc(54.17% - 444.75px)}.left-\[calc\(58\.33\%\+48px\)\]{left:calc(58.33% + 48px)}.left-\[calc\(58\.33\%-9\.06px\)\]{left:calc(58.33% - 9.06px)}.left-\[calc\(60\%\+12\.75px\)\]{left:calc(60% + 12.75px)}.left-\[calc\(60\%\+24\.41px\)\]{left:calc(60% + 24.41px)}.left-\[calc\(60\%\+24px\)\]{left:calc(60% + 24px)}.left-\[calc\(60\%\+34\.25px\)\]{left:calc(60% + 34.25px)}.left-\[calc\(60\%\+36\.52px\)\]{left:calc(60% + 36.52px)}.left-\[calc\(60\%\+57\.69px\)\]{left:calc(60% + 57.69px)}.left-\[calc\(60\%\+62\.99px\)\]{left:calc(60% + 62.99px)}.left-\[calc\(60\%\+106\.11px\)\]{left:calc(60% + 106.11px)}.left-\[calc\(60\%\+122\.75px\)\]{left:calc(60% + 122.75px)}.left-\[calc\(60\%-10\.59px\)\]{left:calc(60% - 10.59px)}.left-\[calc\(60\%-27px\)\]{left:calc(60% - 27px)}.left-\[calc\(65\%\+33\.93px\)\]{left:calc(65% + 33.93px)}.left-\[calc\(70\%-32\.43px\)\]{left:calc(70% - 32.43px)}.left-\[calc\(70\%-43\.53px\)\]{left:calc(70% - 43.53px)}.left-\[calc\(75\%\+0\.18px\)\]{left:calc(75% + .18px)}.left-\[calc\(75\%\+64px\)\]{left:calc(75% + 64px)}.left-\[calc\(75\%-13\.5px\)\]{left:calc(75% - 13.5px)}.left-\[calc\(75\%-24\.26px\)\]{left:calc(75% - 24.26px)}.left-\[calc\(75\%-27\.26px\)\]{left:calc(75% - 27.26px)}.left-\[calc\(75\%-35\.87px\)\]{left:calc(75% - 35.87px)}.left-\[calc\(75\%-38\.87px\)\]{left:calc(75% - 38.87px)}.left-\[calc\(75\%-42px\)\]{left:calc(75% - 42px)}.left-\[calc\(75\%-46\.5px\)\]{left:calc(75% - 46.5px)}.left-\[calc\(75\%-48\.69px\)\]{left:calc(75% - 48.69px)}.left-\[calc\(75\%-56\.15px\)\]{left:calc(75% - 56.15px)}.left-\[calc\(80\%\+96px\)\]{left:calc(80% + 96px)}.left-\[calc\(83\.33\%\+15px\)\]{left:calc(83.33% + 15px)}.left-\[calc\(83\.33\%\+44px\)\]{left:calc(83.33% + 44px)}.left-\[calc\(83\.33\%-72px\)\]{left:calc(83.33% - 72px)}.left-\[calc\(91\.67\%-87px\)\]{left:calc(91.67% - 87px)}.left-\[calc\(100\%-117\.75px\)\]{left:calc(100% - 117.75px)}.left-px{left:1px}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[20\]{z-index:20}.z-\[30\]{z-index:30}.z-\[50\]{z-index:50}.z-\[60\]{z-index:60}.col-1{grid-column:1}.col-start-2{grid-column-start:2}.row-1{grid-row:1}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.-mx-5{margin-inline:calc(var(--spacing)*-5)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-3\.5{margin-inline:calc(var(--spacing)*3.5)}.mx-auto{margin-inline:auto}.my-0\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.ms-\[34\.5px\]{margin-inline-start:34.5px}.-mt-1{margin-top:calc(var(--spacing)*-1)}.-mt-4{margin-top:calc(var(--spacing)*-4)}.-mt-\[48px\]{margin-top:-48px}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-9{margin-top:calc(var(--spacing)*9)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-\[2px\]{margin-top:2px}.mt-\[3px\]{margin-top:3px}.mt-\[6px\]{margin-top:6px}.mt-\[7\.5px\]{margin-top:7.5px}.mt-\[7px\]{margin-top:7px}.mt-\[8\.43px\]{margin-top:8.43px}.mt-\[8px\]{margin-top:8px}.mt-\[9\.89px\]{margin-top:9.89px}.mt-\[9px\]{margin-top:9px}.mt-\[11\.22px\]{margin-top:11.22px}.mt-\[13px\]{margin-top:13px}.mt-\[14\.67px\]{margin-top:14.67px}.mt-\[14px\]{margin-top:14px}.mt-\[18px\]{margin-top:18px}.mt-\[29\.336px\]{margin-top:29.336px}.mt-\[217\.07px\]{margin-top:217.07px}.mt-auto{margin-top:auto}.mr-\[12px\]{margin-right:12px}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-\[-7\.333px\]{margin-bottom:-7.333px}.mb-\[-8\.6px\]{margin-bottom:-8.6px}.mb-\[4px\]{margin-bottom:4px}.mb-\[13\.5px\]{margin-bottom:13.5px}.mb-\[16px\]{margin-bottom:16px}.-ml-4{margin-left:calc(var(--spacing)*-4)}.ml-0{margin-left:calc(var(--spacing)*0)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-\[13\.2px\]{margin-left:13.2px}.ml-\[53\.52px\]{margin-left:53.52px}.ml-\[64\.43px\]{margin-left:64.43px}.ml-\[107\.82px\]{margin-left:107.82px}.ml-\[126\.44px\]{margin-left:126.44px}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-\[6\]{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.field-sizing-content{field-sizing:content}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[255\/62\]{aspect-ratio:255/62}.aspect-\[275\/183\]{aspect-ratio:275/183}.aspect-\[477\.75\/438\]{aspect-ratio:477.75/438}.aspect-\[742\/743\]{aspect-ratio:742/743}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-\[5\.758px\]{width:5.758px;height:5.758px}.size-\[5px\]{width:5px;height:5px}.size-\[7\.5px\]{width:7.5px;height:7.5px}.size-\[7px\]{width:7px;height:7px}.size-\[8\.97px\]{width:8.97px;height:8.97px}.size-\[10px\]{width:10px;height:10px}.size-\[12\.759px\]{width:12.759px;height:12.759px}.size-\[13\.28px\]{width:13.28px;height:13.28px}.size-\[13\.333px\]{width:13.333px;height:13.333px}.size-\[13\.674px\]{width:13.674px;height:13.674px}.size-\[13px\]{width:13px;height:13px}.size-\[14\.663px\]{width:14.663px;height:14.663px}.size-\[14px\]{width:14px;height:14px}.size-\[15\.119px\]{width:15.119px;height:15.119px}.size-\[15\.129px\]{width:15.129px;height:15.129px}.size-\[15px\]{width:15px;height:15px}.size-\[16px\]{width:16px;height:16px}.size-\[17\.093px\]{width:17.093px;height:17.093px}.size-\[17\.366px\]{width:17.366px;height:17.366px}.size-\[18\.329px\]{width:18.329px;height:18.329px}.size-\[18\.621px\]{width:18.621px;height:18.621px}.size-\[18px\]{width:18px;height:18px}.size-\[19\.829px\]{width:19.829px;height:19.829px}.size-\[20\.585px\]{width:20.585px;height:20.585px}.size-\[20px\]{width:20px;height:20px}.size-\[21px\]{width:21px;height:21px}.size-\[22px\]{width:22px;height:22px}.size-\[24\.713px\]{width:24.713px;height:24.713px}.size-\[24px\]{width:24px;height:24px}.size-\[26\.438px\]{width:26.438px;height:26.438px}.size-\[27\.324px\]{width:27.324px;height:27.324px}.size-\[28px\]{width:28px;height:28px}.size-\[30\.891px\]{width:30.891px;height:30.891px}.size-\[30px\]{width:30px;height:30px}.size-\[31\.18px\]{width:31.18px;height:31.18px}.size-\[31\.384px\]{width:31.384px;height:31.384px}.size-\[32\.14px\]{width:32.14px;height:32.14px}.size-\[34px\]{width:34px;height:34px}.size-\[36px\]{width:36px;height:36px}.size-\[37\.027px\]{width:37.027px;height:37.027px}.size-\[39\.95px\]{width:39.95px;height:39.95px}.size-\[40\.5px\]{width:40.5px;height:40.5px}.size-\[40\.175px\]{width:40.175px;height:40.175px}.size-\[40px\]{width:40px;height:40px}.size-\[41\.118px\]{width:41.118px;height:41.118px}.size-\[42px\]{width:42px;height:42px}.size-\[45px\]{width:45px;height:45px}.size-\[48\.828px\]{width:48.828px;height:48.828px}.size-\[48px\]{width:48px;height:48px}.size-\[50\.4px\]{width:50.4px;height:50.4px}.size-\[50px\]{width:50px;height:50px}.size-\[52\.5px\]{width:52.5px;height:52.5px}.size-\[52\.683px\]{width:52.683px;height:52.683px}.size-\[53\.2px\]{width:53.2px;height:53.2px}.size-\[54px\]{width:54px;height:54px}.size-\[55px\]{width:55px;height:55px}.size-\[56\.782px\]{width:56.782px;height:56.782px}.size-\[56px\]{width:56px;height:56px}.size-\[57px\]{width:57px;height:57px}.size-\[60px\]{width:60px;height:60px}.size-\[64px\]{width:64px;height:64px}.size-\[66\.246px\]{width:66.246px;height:66.246px}.size-\[73\.333px\]{width:73.333px;height:73.333px}.size-\[97\.5px\]{width:97.5px;height:97.5px}.size-\[130px\]{width:130px;height:130px}.size-\[147px\]{width:147px;height:147px}.size-\[298\.103px\]{width:298.103px;height:298.103px}.size-\[317\.853px\]{width:317.853px;height:317.853px}.size-\[319\.653px\]{width:319.653px;height:319.653px}.size-\[320px\]{width:320px;height:320px}.size-\[340\.83px\]{width:340.83px;height:340.83px}.size-\[380px\]{width:380px;height:380px}.size-\[396\.773px\]{width:396.773px;height:396.773px}.size-\[400\.75px\]{width:400.75px;height:400.75px}.size-\[415px\]{width:415px;height:415px}.size-\[424px\]{width:424px;height:424px}.size-\[425\.455px\]{width:425.455px;height:425.455px}.size-\[429\.72px\]{width:429.72px;height:429.72px}.size-\[445px\]{width:445px;height:445px}.size-\[538\.741px\]{width:538.741px;height:538.741px}.size-\[574\.433px\]{width:574.433px;height:574.433px}.size-\[717\.06px\]{width:717.06px;height:717.06px}.size-\[724\.247px\]{width:724.247px;height:724.247px}.size-\[750px\]{width:750px;height:750px}.size-full{width:100%;height:100%}.h-0{height:calc(var(--spacing)*0)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-\[0\.375px\]{height:.375px}.h-\[0\.509px\]{height:.509px}.h-\[1\.15rem\]{height:1.15rem}.h-\[3\.039px\]{height:3.039px}.h-\[5\.758px\]{height:5.758px}.h-\[6\.674px\]{height:6.674px}.h-\[6px\]{height:6px}.h-\[7\.484px\]{height:7.484px}.h-\[7\.792px\]{height:7.792px}.h-\[8\.103px\]{height:8.103px}.h-\[8\.177px\]{height:8.177px}.h-\[8\.355px\]{height:8.355px}.h-\[8\.689px\]{height:8.689px}.h-\[8\.768px\]{height:8.768px}.h-\[8\.837px\]{height:8.837px}.h-\[8px\]{height:8px}.h-\[9\.486px\]{height:9.486px}.h-\[10\.465px\]{height:10.465px}.h-\[10px\]{height:10px}.h-\[11\.084px\]{height:11.084px}.h-\[11\.693px\]{height:11.693px}.h-\[11px\]{height:11px}.h-\[12\.053px\]{height:12.053px}.h-\[12\.75px\]{height:12.75px}.h-\[12\.121px\]{height:12.121px}.h-\[12\.164px\]{height:12.164px}.h-\[12\.497px\]{height:12.497px}.h-\[12\.759px\]{height:12.759px}.h-\[12px\]{height:12px}.h-\[13\.455px\]{height:13.455px}.h-\[14\.082px\]{height:14.082px}.h-\[14\.95px\]{height:14.95px}.h-\[14\.244px\]{height:14.244px}.h-\[14\.644px\]{height:14.644px}.h-\[14\.778px\]{height:14.778px}.h-\[14px\]{height:14px}.h-\[15\.049px\]{height:15.049px}.h-\[15\.129px\]{height:15.129px}.h-\[15\.154px\]{height:15.154px}.h-\[15\.365px\]{height:15.365px}.h-\[15\.419px\]{height:15.419px}.h-\[15\.957px\]{height:15.957px}.h-\[15\.988px\]{height:15.988px}.h-\[15px\]{height:15px}.h-\[16\.122px\]{height:16.122px}.h-\[17\.32px\]{height:17.32px}.h-\[17\.596px\]{height:17.596px}.h-\[17\.898px\]{height:17.898px}.h-\[18px\]{height:18px}.h-\[19\.8px\]{height:19.8px}.h-\[19\.09px\]{height:19.09px}.h-\[19\.981px\]{height:19.981px}.h-\[20\.9px\]{height:20.9px}.h-\[20\.462px\]{height:20.462px}.h-\[20\.949px\]{height:20.949px}.h-\[20px\]{height:20px}.h-\[21\.203px\]{height:21.203px}.h-\[21\.739px\]{height:21.739px}.h-\[21\.957px\]{height:21.957px}.h-\[22\.602px\]{height:22.602px}.h-\[22\.603px\]{height:22.603px}.h-\[22\.898px\]{height:22.898px}.h-\[22px\]{height:22px}.h-\[23\.234px\]{height:23.234px}.h-\[23\.591px\]{height:23.591px}.h-\[23\.873px\]{height:23.873px}.h-\[23px\]{height:23px}.h-\[24\.333px\]{height:24.333px}.h-\[24\.605px\]{height:24.605px}.h-\[24px\]{height:24px}.h-\[25\.254px\]{height:25.254px}.h-\[25\.742px\]{height:25.742px}.h-\[25\.896px\]{height:25.896px}.h-\[25\.915px\]{height:25.915px}.h-\[25px\]{height:25px}.h-\[26\.383px\]{height:26.383px}.h-\[26\.984px\]{height:26.984px}.h-\[26px\]{height:26px}.h-\[27\.77px\]{height:27.77px}.h-\[27\.123px\]{height:27.123px}.h-\[27\.124px\]{height:27.124px}.h-\[27\.236px\]{height:27.236px}.h-\[27\.342px\]{height:27.342px}.h-\[27\.626px\]{height:27.626px}.h-\[27\.708px\]{height:27.708px}.h-\[27\.917px\]{height:27.917px}.h-\[28\.146px\]{height:28.146px}.h-\[28\.257px\]{height:28.257px}.h-\[29\.655px\]{height:29.655px}.h-\[29px\]{height:29px}.h-\[30\.5px\]{height:30.5px}.h-\[30\.72px\]{height:30.72px}.h-\[30\.196px\]{height:30.196px}.h-\[30\.822px\]{height:30.822px}.h-\[30px\]{height:30px}.h-\[31\.04px\]{height:31.04px}.h-\[31\.18px\]{height:31.18px}.h-\[31\.481px\]{height:31.481px}.h-\[31\.668px\]{height:31.668px}.h-\[33\.54px\]{height:33.54px}.h-\[33\.646px\]{height:33.646px}.h-\[33\.676px\]{height:33.676px}.h-\[33px\]{height:33px}.h-\[34\.5px\]{height:34.5px}.h-\[34\.491px\]{height:34.491px}.h-\[34\.852px\]{height:34.852px}.h-\[34px\]{height:34px}.h-\[35\.105px\]{height:35.105px}.h-\[35\.999px\]{height:35.999px}.h-\[35px\]{height:35px}.h-\[36\.621px\]{height:36.621px}.h-\[36\.987px\]{height:36.987px}.h-\[36px\]{height:36px}.h-\[37\.264px\]{height:37.264px}.h-\[37\.277px\]{height:37.277px}.h-\[38\.133px\]{height:38.133px}.h-\[38\.277px\]{height:38.277px}.h-\[38px\]{height:38px}.h-\[39\.039px\]{height:39.039px}.h-\[39\.111px\]{height:39.111px}.h-\[39px\]{height:39px}.h-\[40\.734px\]{height:40.734px}.h-\[40\.781px\]{height:40.781px}.h-\[40px\]{height:40px}.h-\[41\.118px\]{height:41.118px}.h-\[41\.761px\]{height:41.761px}.h-\[41px\]{height:41px}.h-\[42px\]{height:42px}.h-\[43\.2px\]{height:43.2px}.h-\[43\.389px\]{height:43.389px}.h-\[44\.72px\]{height:44.72px}.h-\[44\.466px\]{height:44.466px}.h-\[44px\]{height:44px}.h-\[45\.386px\]{height:45.386px}.h-\[45px\]{height:45px}.h-\[46\.171px\]{height:46.171px}.h-\[46px\]{height:46px}.h-\[47\.893px\]{height:47.893px}.h-\[48px\]{height:48px}.h-\[50\.381px\]{height:50.381px}.h-\[50\.486px\]{height:50.486px}.h-\[50\.852px\]{height:50.852px}.h-\[50px\]{height:50px}.h-\[52\.081px\]{height:52.081px}.h-\[53\.228px\]{height:53.228px}.h-\[55\.315px\]{height:55.315px}.h-\[55px\]{height:55px}.h-\[56px\]{height:56px}.h-\[58\.666px\]{height:58.666px}.h-\[58\.988px\]{height:58.988px}.h-\[61\.982px\]{height:61.982px}.h-\[62\.554px\]{height:62.554px}.h-\[64\.04px\]{height:64.04px}.h-\[64\.8px\]{height:64.8px}.h-\[65\.412px\]{height:65.412px}.h-\[65\.633px\]{height:65.633px}.h-\[68\.4px\]{height:68.4px}.h-\[68\.231px\]{height:68.231px}.h-\[68\.248px\]{height:68.248px}.h-\[68px\]{height:68px}.h-\[69px\]{height:69px}.h-\[70\.055px\]{height:70.055px}.h-\[70\.141px\]{height:70.141px}.h-\[71\.313px\]{height:71.313px}.h-\[74\.779px\]{height:74.779px}.h-\[75px\]{height:75px}.h-\[76\.798px\]{height:76.798px}.h-\[79\.315px\]{height:79.315px}.h-\[79\.617px\]{height:79.617px}.h-\[80\.22px\]{height:80.22px}.h-\[80px\]{height:80px}.h-\[81\.368px\]{height:81.368px}.h-\[81\.371px\]{height:81.371px}.h-\[82\.347px\]{height:82.347px}.h-\[83\.371px\]{height:83.371px}.h-\[84\.41px\]{height:84.41px}.h-\[84\.411px\]{height:84.411px}.h-\[84\.919px\]{height:84.919px}.h-\[85\.5px\]{height:85.5px}.h-\[85\.375px\]{height:85.375px}.h-\[86\.012px\]{height:86.012px}.h-\[87\.17px\]{height:87.17px}.h-\[90\.732px\]{height:90.732px}.h-\[90px\]{height:90px}.h-\[92\.076px\]{height:92.076px}.h-\[93\.75px\]{height:93.75px}.h-\[93\.555px\]{height:93.555px}.h-\[98\.729px\]{height:98.729px}.h-\[100px\]{height:100px}.h-\[101\.79\%\]{height:101.79%}.h-\[101\.088px\]{height:101.088px}.h-\[102\.239px\]{height:102.239px}.h-\[105\.16\%\]{height:105.16%}.h-\[105\.521px\]{height:105.521px}.h-\[105\.753px\]{height:105.753px}.h-\[106\.022px\]{height:106.022px}.h-\[108px\]{height:108px}.h-\[110\.57\%\]{height:110.57%}.h-\[110\.96px\]{height:110.96px}.h-\[114px\]{height:114px}.h-\[116\.008px\]{height:116.008px}.h-\[118\.211px\]{height:118.211px}.h-\[118\.212px\]{height:118.212px}.h-\[119\.898px\]{height:119.898px}.h-\[120\.976px\]{height:120.976px}.h-\[121\.827px\]{height:121.827px}.h-\[122\.84\%\]{height:122.84%}.h-\[124\.74px\]{height:124.74px}.h-\[125\.32\%\]{height:125.32%}.h-\[125\.618px\]{height:125.618px}.h-\[127\.195px\]{height:127.195px}.h-\[131\.542px\]{height:131.542px}.h-\[134\.784px\]{height:134.784px}.h-\[135\.45\%\]{height:135.45%}.h-\[138\.791px\]{height:138.791px}.h-\[138\.792px\]{height:138.792px}.h-\[140\.694px\]{height:140.694px}.h-\[140px\]{height:140px}.h-\[141\.191px\]{height:141.191px}.h-\[141\.533px\]{height:141.533px}.h-\[141\.684px\]{height:141.684px}.h-\[143\.888px\]{height:143.888px}.h-\[148\.4\%\]{height:148.4%}.h-\[150\.256px\]{height:150.256px}.h-\[154\.07\%\]{height:154.07%}.h-\[154\.59\%\]{height:154.59%}.h-\[160\.55\%\]{height:160.55%}.h-\[160\.922px\]{height:160.922px}.h-\[162\.437px\]{height:162.437px}.h-\[163\.88\%\]{height:163.88%}.h-\[165\.12px\]{height:165.12px}.h-\[165\.98px\]{height:165.98px}.h-\[166\.402px\]{height:166.402px}.h-\[167\.49px\]{height:167.49px}.h-\[170px\]{height:170px}.h-\[172\.877px\]{height:172.877px}.h-\[173\.754px\]{height:173.754px}.h-\[175\.389px\]{height:175.389px}.h-\[175\.968px\]{height:175.968px}.h-\[176\.148px\]{height:176.148px}.h-\[187\.733px\]{height:187.733px}.h-\[188\.68\%\]{height:188.68%}.h-\[188\.912px\]{height:188.912px}.h-\[191px\]{height:191px}.h-\[195\.252px\]{height:195.252px}.h-\[202px\]{height:202px}.h-\[208\.51px\]{height:208.51px}.h-\[208\.799px\]{height:208.799px}.h-\[211\.316px\]{height:211.316px}.h-\[214\.536px\]{height:214.536px}.h-\[214\.563px\]{height:214.563px}.h-\[215\.25px\]{height:215.25px}.h-\[216\.143px\]{height:216.143px}.h-\[216\.238px\]{height:216.238px}.h-\[220\.16px\]{height:220.16px}.h-\[220px\]{height:220px}.h-\[222\.598px\]{height:222.598px}.h-\[225px\]{height:225px}.h-\[231\.672px\]{height:231.672px}.h-\[237\.5px\]{height:237.5px}.h-\[248\.038px\]{height:248.038px}.h-\[250px\]{height:250px}.h-\[256\.32px\]{height:256.32px}.h-\[260px\]{height:260px}.h-\[261\.602px\]{height:261.602px}.h-\[261\.613px\]{height:261.613px}.h-\[267\.971px\]{height:267.971px}.h-\[269\.335px\]{height:269.335px}.h-\[270px\]{height:270px}.h-\[273px\]{height:273px}.h-\[275\.939px\]{height:275.939px}.h-\[278\.704px\]{height:278.704px}.h-\[281\.227px\]{height:281.227px}.h-\[284\.787px\]{height:284.787px}.h-\[284\.798px\]{height:284.798px}.h-\[288\.459px\]{height:288.459px}.h-\[289\.5px\]{height:289.5px}.h-\[289\.939px\]{height:289.939px}.h-\[290\.013px\]{height:290.013px}.h-\[290\.25px\]{height:290.25px}.h-\[290px\]{height:290px}.h-\[296\.723px\]{height:296.723px}.h-\[297px\]{height:297px}.h-\[300px\]{height:300px}.h-\[301px\]{height:301px}.h-\[305\.445px\]{height:305.445px}.h-\[308\.868px\]{height:308.868px}.h-\[312\.458px\]{height:312.458px}.h-\[314\.507px\]{height:314.507px}.h-\[320px\]{height:320px}.h-\[322\.5px\]{height:322.5px}.h-\[325\.056px\]{height:325.056px}.h-\[330\.718px\]{height:330.718px}.h-\[333\.044px\]{height:333.044px}.h-\[333\.75px\]{height:333.75px}.h-\[333\.305px\]{height:333.305px}.h-\[339\.798px\]{height:339.798px}.h-\[342\.39px\]{height:342.39px}.h-\[344\.68\%\]{height:344.68%}.h-\[346\.55\%\]{height:346.55%}.h-\[346\.732px\]{height:346.732px}.h-\[347\.25px\]{height:347.25px}.h-\[347\.115px\]{height:347.115px}.h-\[349\.913px\]{height:349.913px}.h-\[350px\]{height:350px}.h-\[351\.163px\]{height:351.163px}.h-\[351\.188px\]{height:351.188px}.h-\[352\.5px\]{height:352.5px}.h-\[352px\]{height:352px}.h-\[359\.25px\]{height:359.25px}.h-\[360\.75px\]{height:360.75px}.h-\[360px\]{height:360px}.h-\[361\.5px\]{height:361.5px}.h-\[366\.667px\]{height:366.667px}.h-\[368\.25px\]{height:368.25px}.h-\[375px\]{height:375px}.h-\[378px\]{height:378px}.h-\[380px\]{height:380px}.h-\[381\.75px\]{height:381.75px}.h-\[383px\]{height:383px}.h-\[384px\]{height:384px}.h-\[386\.414px\]{height:386.414px}.h-\[386px\]{height:386px}.h-\[388\.361px\]{height:388.361px}.h-\[394\.278px\]{height:394.278px}.h-\[394px\]{height:394px}.h-\[399\.48px\]{height:399.48px}.h-\[399px\]{height:399px}.h-\[400px\]{height:400px}.h-\[403\.5px\]{height:403.5px}.h-\[407px\]{height:407px}.h-\[412px\]{height:412px}.h-\[418px\]{height:418px}.h-\[419\.015px\]{height:419.015px}.h-\[420px\]{height:420px}.h-\[422\.342px\]{height:422.342px}.h-\[424\.585px\]{height:424.585px}.h-\[424\.794px\]{height:424.794px}.h-\[424px\]{height:424px}.h-\[428px\]{height:428px}.h-\[430\.447px\]{height:430.447px}.h-\[430px\]{height:430px}.h-\[432px\]{height:432px}.h-\[440\.25px\]{height:440.25px}.h-\[444\.059px\]{height:444.059px}.h-\[444px\]{height:444px}.h-\[455px\]{height:455px}.h-\[456\.594px\]{height:456.594px}.h-\[456px\]{height:456px}.h-\[457px\]{height:457px}.h-\[463px\]{height:463px}.h-\[468px\]{height:468px}.h-\[470px\]{height:470px}.h-\[479px\]{height:479px}.h-\[480px\]{height:480px}.h-\[481px\]{height:481px}.h-\[485\.594px\]{height:485.594px}.h-\[486\.75px\]{height:486.75px}.h-\[494px\]{height:494px}.h-\[498\.5px\]{height:498.5px}.h-\[506\.209px\]{height:506.209px}.h-\[506\.251px\]{height:506.251px}.h-\[510\.75px\]{height:510.75px}.h-\[515\.688px\]{height:515.688px}.h-\[516px\]{height:516px}.h-\[520px\]{height:520px}.h-\[522\.75px\]{height:522.75px}.h-\[523\.5px\]{height:523.5px}.h-\[535\.969px\]{height:535.969px}.h-\[536\.25px\]{height:536.25px}.h-\[537px\]{height:537px}.h-\[538px\]{height:538px}.h-\[540px\]{height:540px}.h-\[545px\]{height:545px}.h-\[552\.102px\]{height:552.102px}.h-\[552px\]{height:552px}.h-\[555px\]{height:555px}.h-\[562\.648px\]{height:562.648px}.h-\[571px\]{height:571px}.h-\[573\.929px\]{height:573.929px}.h-\[582\.75px\]{height:582.75px}.h-\[584\.46px\]{height:584.46px}.h-\[585px\]{height:585px}.h-\[590px\]{height:590px}.h-\[591\.928px\]{height:591.928px}.h-\[597\.75px\]{height:597.75px}.h-\[597\.462px\]{height:597.462px}.h-\[598\.5px\]{height:598.5px}.h-\[598\.797px\]{height:598.797px}.h-\[600px\]{height:600px}.h-\[632px\]{height:632px}.h-\[641px\]{height:641px}.h-\[648\.75px\]{height:648.75px}.h-\[648px\]{height:648px}.h-\[649\.5px\]{height:649.5px}.h-\[651\.75px\]{height:651.75px}.h-\[668\.25px\]{height:668.25px}.h-\[680px\]{height:680px}.h-\[681px\]{height:681px}.h-\[695\.391px\]{height:695.391px}.h-\[695\.398px\]{height:695.398px}.h-\[712\.609px\]{height:712.609px}.h-\[735\.75px\]{height:735.75px}.h-\[735px\]{height:735px}.h-\[765\.953px\]{height:765.953px}.h-\[777px\]{height:777px}.h-\[810px\]{height:810px}.h-\[830\.022px\]{height:830.022px}.h-\[830px\]{height:830px}.h-\[838\.797px\]{height:838.797px}.h-\[846px\]{height:846px}.h-\[873px\]{height:873px}.h-\[875\.021px\]{height:875.021px}.h-\[875\.969px\]{height:875.969px}.h-\[880\.283px\]{height:880.283px}.h-\[880px\]{height:880px}.h-\[882\.321px\]{height:882.321px}.h-\[891px\]{height:891px}.h-\[915\.969px\]{height:915.969px}.h-\[921px\]{height:921px}.h-\[977px\]{height:977px}.h-\[980px\]{height:980px}.h-\[981px\]{height:981px}.h-\[1013px\]{height:1013px}.h-\[1025px\]{height:1025px}.h-\[1080px\]{height:1080px}.h-\[1100\.354px\]{height:1100.35px}.h-\[1105\.227px\]{height:1105.23px}.h-\[1128\.24px\]{height:1128.24px}.h-\[1187px\]{height:1187px}.h-\[1211\.727px\]{height:1211.73px}.h-\[1213\.117px\]{height:1213.12px}.h-\[1229\.398px\]{height:1229.4px}.h-\[1299\.969px\]{height:1299.97px}.h-\[1743px\]{height:1743px}.h-\[1790\.414px\]{height:1790.41px}.h-\[3364px\]{height:3364px}.h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.h-\[hypot\(-6\.44112cqw\,37\.0655cqh\)\]{height:hypot(-6.44112cqw,37.0655cqh)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-\(--radix-context-menu-content-available-height\){max-height:var(--radix-context-menu-content-available-height)}.max-h-\(--radix-dropdown-menu-content-available-height\){max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-\(--radix-select-content-available-height\){max-height:var(--radix-select-content-available-height)}.max-h-\[300px\]{max-height:300px}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-4{min-height:calc(var(--spacing)*4)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-\[60px\]{min-height:60px}.min-h-\[120px\]{min-height:120px}.min-h-\[140px\]{min-height:140px}.min-h-\[320px\]{min-height:320px}.min-h-\[717px\]{min-height:717px}.min-h-px{min-height:1px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-0{width:calc(var(--spacing)*0)}.w-1{width:calc(var(--spacing)*1)}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-64{width:calc(var(--spacing)*64)}.w-72{width:calc(var(--spacing)*72)}.w-\[0\.375px\]{width:.375px}.w-\[0\.509px\]{width:.509px}.w-\[5\.018px\]{width:5.018px}.w-\[6\.666px\]{width:6.666px}.w-\[6px\]{width:6px}.w-\[7\.097px\]{width:7.097px}.w-\[7\.477px\]{width:7.477px}.w-\[7px\]{width:7px}.w-\[8px\]{width:8px}.w-\[10\.446px\]{width:10.446px}.w-\[10\.568px\]{width:10.568px}.w-\[12\.75px\]{width:12.75px}.w-\[13\.35px\]{width:13.35px}.w-\[14\%\]{width:14%}.w-\[14\.097px\]{width:14.097px}.w-\[15\.75px\]{width:15.75px}.w-\[17\.32px\]{width:17.32px}.w-\[17\.172px\]{width:17.172px}.w-\[18\%\]{width:18%}.w-\[19\.173px\]{width:19.173px}.w-\[19\.244px\]{width:19.244px}.w-\[19px\]{width:19px}.w-\[20\.25px\]{width:20.25px}.w-\[21\.426px\]{width:21.426px}.w-\[21\.461px\]{width:21.461px}.w-\[21px\]{width:21px}.w-\[22\.5px\]{width:22.5px}.w-\[22\.734px\]{width:22.734px}.w-\[22px\]{width:22px}.w-\[23\.801px\]{width:23.801px}.w-\[24\.36px\]{width:24.36px}.w-\[25\.52px\]{width:25.52px}.w-\[25px\]{width:25px}.w-\[26px\]{width:26px}.w-\[27\.716px\]{width:27.716px}.w-\[27px\]{width:27px}.w-\[28px\]{width:28px}.w-\[29\.59px\]{width:29.59px}.w-\[29\.605px\]{width:29.605px}.w-\[31\.185px\]{width:31.185px}.w-\[32\.124px\]{width:32.124px}.w-\[32\.433px\]{width:32.433px}.w-\[33\.082px\]{width:33.082px}.w-\[33\.178px\]{width:33.178px}.w-\[34\.844px\]{width:34.844px}.w-\[34px\]{width:34px}.w-\[35\.011px\]{width:35.011px}.w-\[36\.75px\]{width:36.75px}.w-\[37\.109px\]{width:37.109px}.w-\[38\.25px\]{width:38.25px}.w-\[38\.976px\]{width:38.976px}.w-\[39\.23px\]{width:39.23px}.w-\[41\.25px\]{width:41.25px}.w-\[41\.629px\]{width:41.629px}.w-\[42\.386px\]{width:42.386px}.w-\[43\.864px\]{width:43.864px}.w-\[45\.366px\]{width:45.366px}.w-\[48\.232px\]{width:48.232px}.w-\[48\.811px\]{width:48.811px}.w-\[49px\]{width:49px}.w-\[50\.468px\]{width:50.468px}.w-\[51\.398px\]{width:51.398px}.w-\[51\.915px\]{width:51.915px}.w-\[51\.987px\]{width:51.987px}.w-\[51px\]{width:51px}.w-\[52\.024px\]{width:52.024px}.w-\[52\.146px\]{width:52.146px}.w-\[54px\]{width:54px}.w-\[55\.895px\]{width:55.895px}.w-\[55px\]{width:55px}.w-\[57\.6px\]{width:57.6px}.w-\[57\.52px\]{width:57.52px}.w-\[57\.197px\]{width:57.197px}.w-\[57\.699px\]{width:57.699px}.w-\[58\.458px\]{width:58.458px}.w-\[60\.488px\]{width:60.488px}.w-\[60\.793px\]{width:60.793px}.w-\[60\.914px\]{width:60.914px}.w-\[62\.392px\]{width:62.392px}.w-\[62\.684px\]{width:62.684px}.w-\[63\.605px\]{width:63.605px}.w-\[64\.884px\]{width:64.884px}.w-\[65\.016px\]{width:65.016px}.w-\[65\.54px\]{width:65.54px}.w-\[65\.082px\]{width:65.082px}.w-\[65\.188px\]{width:65.188px}.w-\[65\.284px\]{width:65.284px}.w-\[65\.546px\]{width:65.546px}.w-\[65\.708px\]{width:65.708px}.w-\[66\.815px\]{width:66.815px}.w-\[67\.065px\]{width:67.065px}.w-\[67\.189px\]{width:67.189px}.w-\[69\.42px\]{width:69.42px}.w-\[69\.336px\]{width:69.336px}.w-\[70\.375px\]{width:70.375px}.w-\[70\.382px\]{width:70.382px}.w-\[70\.776px\]{width:70.776px}.w-\[71\.422px\]{width:71.422px}.w-\[72px\]{width:72px}.w-\[75\.126px\]{width:75.126px}.w-\[75\.558px\]{width:75.558px}.w-\[75\.793px\]{width:75.793px}.w-\[75\.892px\]{width:75.892px}.w-\[77\.912px\]{width:77.912px}.w-\[78px\]{width:78px}.w-\[79\.5px\]{width:79.5px}.w-\[79\.672px\]{width:79.672px}.w-\[79\.772px\]{width:79.772px}.w-\[80\.461px\]{width:80.461px}.w-\[80\.833px\]{width:80.833px}.w-\[81\.019px\]{width:81.019px}.w-\[81\.218px\]{width:81.218px}.w-\[83\.062px\]{width:83.062px}.w-\[83\.798px\]{width:83.798px}.w-\[83\.865px\]{width:83.865px}.w-\[84\.147px\]{width:84.147px}.w-\[84\.805px\]{width:84.805px}.w-\[86\.092px\]{width:86.092px}.w-\[86\.144px\]{width:86.144px}.w-\[87\.386px\]{width:87.386px}.w-\[88\.884px\]{width:88.884px}.w-\[90px\]{width:90px}.w-\[91\.723px\]{width:91.723px}.w-\[91\.812px\]{width:91.812px}.w-\[94\%\]{width:94%}.w-\[95\.309px\]{width:95.309px}.w-\[95\.721px\]{width:95.721px}.w-\[95px\]{width:95px}.w-\[98\.354px\]{width:98.354px}.w-\[100\.05\%\]{width:100.05%}.w-\[100\.362px\]{width:100.362px}.w-\[100px\]{width:100px}.w-\[101\.057px\]{width:101.057px}.w-\[101\.194px\]{width:101.194px}.w-\[101\.824px\]{width:101.824px}.w-\[102px\]{width:102px}.w-\[103\.86\%\]{width:103.86%}.w-\[103\.87px\]{width:103.87px}.w-\[103\.388px\]{width:103.388px}.w-\[103\.871px\]{width:103.871px}.w-\[104\.959px\]{width:104.959px}.w-\[105\.1px\]{width:105.1px}.w-\[105\.648px\]{width:105.648px}.w-\[105px\]{width:105px}.w-\[106\.209px\]{width:106.209px}.w-\[106\.335px\]{width:106.335px}.w-\[106px\]{width:106px}.w-\[107\.018px\]{width:107.018px}.w-\[107\.281px\]{width:107.281px}.w-\[108\.511px\]{width:108.511px}.w-\[109\.355px\]{width:109.355px}.w-\[109\.868px\]{width:109.868px}.w-\[110\.506px\]{width:110.506px}.w-\[111\.61\%\]{width:111.61%}.w-\[112\.055px\]{width:112.055px}.w-\[114\.753px\]{width:114.753px}.w-\[114\.859px\]{width:114.859px}.w-\[115\.667px\]{width:115.667px}.w-\[116\.33\%\]{width:116.33%}.w-\[116px\]{width:116px}.w-\[118\.622px\]{width:118.622px}.w-\[120\.75px\]{width:120.75px}.w-\[120px\]{width:120px}.w-\[122\.344px\]{width:122.344px}.w-\[123\.387px\]{width:123.387px}.w-\[123px\]{width:123px}.w-\[124\.582px\]{width:124.582px}.w-\[125\.305px\]{width:125.305px}.w-\[125\.447px\]{width:125.447px}.w-\[125\.581px\]{width:125.581px}.w-\[125\.853px\]{width:125.853px}.w-\[126\.08\%\]{width:126.08%}.w-\[126\.031px\]{width:126.031px}.w-\[126\.439px\]{width:126.439px}.w-\[127\.907px\]{width:127.907px}.w-\[127\.908px\]{width:127.908px}.w-\[130\.016px\]{width:130.016px}.w-\[131\.08\%\]{width:131.08%}.w-\[132\.35px\]{width:132.35px}.w-\[134\.277px\]{width:134.277px}.w-\[136\.551px\]{width:136.551px}.w-\[136\.743px\]{width:136.743px}.w-\[136px\]{width:136px}.w-\[137\.813px\]{width:137.813px}.w-\[139\.195px\]{width:139.195px}.w-\[140\.059px\]{width:140.059px}.w-\[142\.391px\]{width:142.391px}.w-\[145\.058px\]{width:145.058px}.w-\[146\.406px\]{width:146.406px}.w-\[147\.769px\]{width:147.769px}.w-\[149\.98\%\]{width:149.98%}.w-\[149\.703px\]{width:149.703px}.w-\[150px\]{width:150px}.w-\[151\.805px\]{width:151.805px}.w-\[154\.223px\]{width:154.223px}.w-\[159\.898px\]{width:159.898px}.w-\[160\.634px\]{width:160.634px}.w-\[163\.586px\]{width:163.586px}.w-\[164\.516px\]{width:164.516px}.w-\[165\.765px\]{width:165.765px}.w-\[166px\]{width:166px}.w-\[167\.014px\]{width:167.014px}.w-\[167\.729px\]{width:167.729px}.w-\[167\.857px\]{width:167.857px}.w-\[168\.586px\]{width:168.586px}.w-\[168px\]{width:168px}.w-\[172\.94\%\]{width:172.94%}.w-\[172\.99px\]{width:172.99px}.w-\[175\.164px\]{width:175.164px}.w-\[177\.228px\]{width:177.228px}.w-\[177\.566px\]{width:177.566px}.w-\[180px\]{width:180px}.w-\[181\.1\%\]{width:181.1%}.w-\[182\.882px\]{width:182.882px}.w-\[189\.932px\]{width:189.932px}.w-\[190\.599px\]{width:190.599px}.w-\[193\.406px\]{width:193.406px}.w-\[196\.89\%\]{width:196.89%}.w-\[203\.99px\]{width:203.99px}.w-\[209\.686px\]{width:209.686px}.w-\[211\.5px\]{width:211.5px}.w-\[213\.733px\]{width:213.733px}.w-\[215\.25px\]{width:215.25px}.w-\[218\.115px\]{width:218.115px}.w-\[220px\]{width:220px}.w-\[222\.571px\]{width:222.571px}.w-\[222\.685px\]{width:222.685px}.w-\[222\.898px\]{width:222.898px}.w-\[222\.933px\]{width:222.933px}.w-\[223\.809px\]{width:223.809px}.w-\[224\.178px\]{width:224.178px}.w-\[224\.725px\]{width:224.725px}.w-\[226\.589px\]{width:226.589px}.w-\[228\.958px\]{width:228.958px}.w-\[230\.606px\]{width:230.606px}.w-\[232\.213px\]{width:232.213px}.w-\[233\.941px\]{width:233.941px}.w-\[240px\]{width:240px}.w-\[246\.362px\]{width:246.362px}.w-\[248\.121px\]{width:248.121px}.w-\[251\.195px\]{width:251.195px}.w-\[251px\]{width:251px}.w-\[252px\]{width:252px}.w-\[254\.321px\]{width:254.321px}.w-\[255\.591px\]{width:255.591px}.w-\[259\.038px\]{width:259.038px}.w-\[261\.44px\]{width:261.44px}.w-\[261\.399px\]{width:261.399px}.w-\[264\.354px\]{width:264.354px}.w-\[265\.095px\]{width:265.095px}.w-\[266\.66px\]{width:266.66px}.w-\[272\.093px\]{width:272.093px}.w-\[272px\]{width:272px}.w-\[280px\]{width:280px}.w-\[282px\]{width:282px}.w-\[284\.578px\]{width:284.578px}.w-\[290\.25px\]{width:290.25px}.w-\[292\.476px\]{width:292.476px}.w-\[293px\]{width:293px}.w-\[294\.223px\]{width:294.223px}.w-\[295px\]{width:295px}.w-\[297px\]{width:297px}.w-\[300px\]{width:300px}.w-\[301\.4px\]{width:301.4px}.w-\[302px\]{width:302px}.w-\[303\.6px\]{width:303.6px}.w-\[304px\]{width:304px}.w-\[307\.5px\]{width:307.5px}.w-\[307\.821px\]{width:307.821px}.w-\[308px\]{width:308px}.w-\[310px\]{width:310px}.w-\[313\.098px\]{width:313.098px}.w-\[316\.188px\]{width:316.188px}.w-\[317\.87px\]{width:317.87px}.w-\[318\.013px\]{width:318.013px}.w-\[318px\]{width:318px}.w-\[320px\]{width:320px}.w-\[321\.732px\]{width:321.732px}.w-\[321\.934px\]{width:321.934px}.w-\[323px\]{width:323px}.w-\[326px\]{width:326px}.w-\[328px\]{width:328px}.w-\[329px\]{width:329px}.w-\[330px\]{width:330px}.w-\[332px\]{width:332px}.w-\[333\.29px\]{width:333.29px}.w-\[335\.558px\]{width:335.558px}.w-\[339\.095px\]{width:339.095px}.w-\[341\.481px\]{width:341.481px}.w-\[341\.748px\]{width:341.748px}.w-\[343\.669px\]{width:343.669px}.w-\[345\.827px\]{width:345.827px}.w-\[346\.074px\]{width:346.074px}.w-\[348\.073px\]{width:348.073px}.w-\[348\.405px\]{width:348.405px}.w-\[350\.231px\]{width:350.231px}.w-\[351px\]{width:351px}.w-\[352\.34px\]{width:352.34px}.w-\[353\.46px\]{width:353.46px}.w-\[353\.738px\]{width:353.738px}.w-\[353px\]{width:353px}.w-\[355\.075px\]{width:355.075px}.w-\[356\.04px\]{width:356.04px}.w-\[356px\]{width:356px}.w-\[358px\]{width:358px}.w-\[360px\]{width:360px}.w-\[366\.155px\]{width:366.155px}.w-\[366px\]{width:366px}.w-\[368px\]{width:368px}.w-\[370px\]{width:370px}.w-\[374px\]{width:374px}.w-\[376\.711px\]{width:376.711px}.w-\[376\.714px\]{width:376.714px}.w-\[376px\]{width:376px}.w-\[378px\]{width:378px}.w-\[382\.781px\]{width:382.781px}.w-\[382\.835px\]{width:382.835px}.w-\[382px\]{width:382px}.w-\[387px\]{width:387px}.w-\[388\.036px\]{width:388.036px}.w-\[390\.18px\]{width:390.18px}.w-\[391\.798px\]{width:391.798px}.w-\[393\.625px\]{width:393.625px}.w-\[396px\]{width:396px}.w-\[397\.882px\]{width:397.882px}.w-\[398px\]{width:398px}.w-\[406px\]{width:406px}.w-\[412\.878px\]{width:412.878px}.w-\[413\.412px\]{width:413.412px}.w-\[414\.56px\]{width:414.56px}.w-\[415\.28px\]{width:415.28px}.w-\[420px\]{width:420px}.w-\[421\.681px\]{width:421.681px}.w-\[421\.727px\]{width:421.727px}.w-\[428\.641px\]{width:428.641px}.w-\[428px\]{width:428px}.w-\[430px\]{width:430px}.w-\[435\.555px\]{width:435.555px}.w-\[437px\]{width:437px}.w-\[440px\]{width:440px}.w-\[442\.3px\]{width:442.3px}.w-\[444\.75px\]{width:444.75px}.w-\[447\.406px\]{width:447.406px}.w-\[450px\]{width:450px}.w-\[455\.308px\]{width:455.308px}.w-\[456\.75px\]{width:456.75px}.w-\[462\.016px\]{width:462.016px}.w-\[470\.37px\]{width:470.37px}.w-\[474\.75px\]{width:474.75px}.w-\[477\.75px\]{width:477.75px}.w-\[480px\]{width:480px}.w-\[490px\]{width:490px}.w-\[492px\]{width:492px}.w-\[502px\]{width:502px}.w-\[511px\]{width:511px}.w-\[513\.697px\]{width:513.697px}.w-\[518\.25px\]{width:518.25px}.w-\[521\.25px\]{width:521.25px}.w-\[522px\]{width:522px}.w-\[527\.62px\]{width:527.62px}.w-\[528px\]{width:528px}.w-\[535\.905px\]{width:535.905px}.w-\[544\.777px\]{width:544.777px}.w-\[552\.02\%\]{width:552.02%}.w-\[561px\]{width:561px}.w-\[591px\]{width:591px}.w-\[593\.25px\]{width:593.25px}.w-\[600px\]{width:600px}.w-\[603\.906px\]{width:603.906px}.w-\[607px\]{width:607px}.w-\[609px\]{width:609px}.w-\[624\.741px\]{width:624.741px}.w-\[626\.412px\]{width:626.412px}.w-\[630\.897px\]{width:630.897px}.w-\[631\.11px\]{width:631.11px}.w-\[633px\]{width:633px}.w-\[657\.75px\]{width:657.75px}.w-\[672px\]{width:672px}.w-\[675px\]{width:675px}.w-\[678\.75px\]{width:678.75px}.w-\[684\.75px\]{width:684.75px}.w-\[687px\]{width:687px}.w-\[691px\]{width:691px}.w-\[704\.25px\]{width:704.25px}.w-\[727\.5px\]{width:727.5px}.w-\[733\.984px\]{width:733.984px}.w-\[738\.094px\]{width:738.094px}.w-\[739px\]{width:739px}.w-\[752px\]{width:752px}.w-\[757\.8px\]{width:757.8px}.w-\[757\.385px\]{width:757.385px}.w-\[758\.7px\]{width:758.7px}.w-\[777\.409px\]{width:777.409px}.w-\[785\.183px\]{width:785.183px}.w-\[799\.9px\]{width:799.9px}.w-\[800px\]{width:800px}.w-\[805\.5px\]{width:805.5px}.w-\[812\.25px\]{width:812.25px}.w-\[813\.563px\]{width:813.563px}.w-\[815\.4px\]{width:815.4px}.w-\[820px\]{width:820px}.w-\[825\.75px\]{width:825.75px}.w-\[826\.5px\]{width:826.5px}.w-\[831\.6px\]{width:831.6px}.w-\[832\.803px\]{width:832.803px}.w-\[842px\]{width:842px}.w-\[848px\]{width:848px}.w-\[860\.7px\]{width:860.7px}.w-\[873\.805px\]{width:873.805px}.w-\[877\.8px\]{width:877.8px}.w-\[880px\]{width:880px}.w-\[896px\]{width:896px}.w-\[900px\]{width:900px}.w-\[906px\]{width:906px}.w-\[924px\]{width:924px}.w-\[928px\]{width:928px}.w-\[939px\]{width:939px}.w-\[944px\]{width:944px}.w-\[976px\]{width:976px}.w-\[1024px\]{width:1024px}.w-\[1079\.25px\]{width:1079.25px}.w-\[1091\.967px\]{width:1091.97px}.w-\[1092px\]{width:1092px}.w-\[1102px\]{width:1102px}.w-\[1125px\]{width:1125px}.w-\[1153\.434px\]{width:1153.43px}.w-\[1170px\]{width:1170px}.w-\[1198\.5px\]{width:1198.5px}.w-\[1200px\]{width:1200px}.w-\[1218\.75px\]{width:1218.75px}.w-\[1227\.132px\]{width:1227.13px}.w-\[1240px\]{width:1240px}.w-\[1260px\]{width:1260px}.w-\[1265\.659px\]{width:1265.66px}.w-\[1342px\]{width:1342px}.w-\[1374px\]{width:1374px}.w-\[1400px\]{width:1400px}.w-\[1406px\]{width:1406px}.w-\[1440\.75px\]{width:1440.75px}.w-\[1440px\]{width:1440px}.w-\[1443px\]{width:1443px}.w-\[1446\.75px\]{width:1446.75px}.w-\[1446px\]{width:1446px}.w-\[1450\.5px\]{width:1450.5px}.w-\[1452\.75px\]{width:1452.75px}.w-\[1461px\]{width:1461px}.w-\[1470\.75px\]{width:1470.75px}.w-\[1470px\]{width:1470px}.w-\[1474\.5px\]{width:1474.5px}.w-\[1515px\]{width:1515px}.w-\[1537\.912px\]{width:1537.91px}.w-\[1580\.488px\]{width:1580.49px}.w-\[1600px\]{width:1600px}.w-\[1625px\]{width:1625px}.w-\[1687\.545px\]{width:1687.55px}.w-\[1920px\]{width:1920px}.w-\[1929px\]{width:1929px}.w-\[1934px\]{width:1934px}.w-\[1937px\]{width:1937px}.w-\[1940px\]{width:1940px}.w-\[1948px\]{width:1948px}.w-\[1956\.185px\]{width:1956.19px}.w-\[1961px\]{width:1961px}.w-\[2003\.052px\]{width:2003.05px}.w-\[2041\.042px\]{width:2041.04px}.w-\[2058\.069px\]{width:2058.07px}.w-\[2355\.76px\]{width:2355.76px}.w-\[3106\.58px\]{width:3106.58px}.w-\[6100px\]{width:6100px}.w-\[7000px\]{width:7000px}.w-\[7180px\]{width:7180px}.w-\[7972px\]{width:7972px}.w-\[8080px\]{width:8080px}.w-\[8620px\]{width:8620px}.w-\[hypot\(93\.5589cqw\,62\.9345cqh\)\]{width:hypot(93.5589cqw,62.9345cqh)}.w-\[min-content\]{width:min-content}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-\[120px\]{max-width:120px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[340px\]{max-width:340px}.max-w-\[360px\]{max-width:360px}.max-w-\[400px\]{max-width:400px}.max-w-\[450px\]{max-width:450px}.max-w-\[480px\]{max-width:480px}.max-w-\[492px\]{max-width:492px}.max-w-\[528px\]{max-width:528px}.max-w-\[600px\]{max-width:600px}.max-w-\[672px\]{max-width:672px}.max-w-\[752px\]{max-width:752px}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-\[inherit\]{max-width:inherit}.max-w-\[min\(1000px\,calc\(100\%-2rem\)\)\]{max-width:min(1000px,100% - 2rem)}.max-w-max{max-width:max-content}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-8{min-width:calc(var(--spacing)*8)}.min-w-9{min-width:calc(var(--spacing)*9)}.min-w-10{min-width:calc(var(--spacing)*10)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[36px\]{min-width:36px}.min-w-\[40px\]{min-width:40px}.min-w-\[50px\]{min-width:50px}.min-w-\[60px\]{min-width:60px}.min-w-\[640px\]{min-width:640px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.min-w-px{min-width:1px}.flex-1{flex:1}.flex-\[1_0_0\]{flex:1 0 0}.flex-\[72_0_0\]{flex:72 0 0}.flex-\[96_0_0\]{flex:96 0 0}.flex-\[192_0_0\]{flex:192 0 0}.flex-\[212_0_0\]{flex:212 0 0}.flex-\[214_0_0\]{flex:214 0 0}.flex-\[216_0_0\]{flex:216 0 0}.flex-\[236_0_0\]{flex:236 0 0}.flex-\[254_0_0\]{flex:254 0 0}.flex-\[278_0_0\]{flex:278 0 0}.flex-\[384_0_0\]{flex:384 0 0}.flex-\[485\.594_0_0\]{flex:485.594 0 0}.flex-\[546_0_0\]{flex:546 0 0}.flex-\[625_0_0\]{flex:625 0 0}.flex-\[687_0_0\]{flex:687 0 0}.flex-none{flex:none}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:calc(var(--spacing)*0);--tw-border-spacing-y:calc(var(--spacing)*0);border-spacing:var(--tw-border-spacing-x)var(--tw-border-spacing-y)}.origin-\(--radix-context-menu-content-transform-origin\){transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\(--radix-dropdown-menu-content-transform-origin\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\(--radix-hover-card-content-transform-origin\){transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\(--radix-menubar-content-transform-origin\){transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\(--radix-select-content-transform-origin\){transform-origin:var(--radix-select-content-transform-origin)}.origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0\.5{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-scale-y-100{--tw-scale-y: -100% ;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-30{rotate:30deg}.rotate-45{rotate:45deg}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.rotate-\[-0\.82deg\]{rotate:-.82deg}.rotate-\[-7\.47deg\]{rotate:-7.47deg}.rotate-\[-7\.74deg\]{rotate:-7.74deg}.rotate-\[-20\.05deg\]{rotate:-20.05deg}.rotate-\[-21\.78deg\]{rotate:-21.78deg}.rotate-\[-39\.12deg\]{rotate:-39.12deg}.rotate-\[-41\.6deg\]{rotate:-41.6deg}.rotate-\[-63\.09deg\]{rotate:-63.09deg}.rotate-\[-124\.86deg\]{rotate:-124.86deg}.rotate-\[0\.92deg\]{rotate:.92deg}.rotate-\[3\.02deg\]{rotate:3.02deg}.rotate-\[3\.42deg\]{rotate:3.42deg}.rotate-\[6\.66deg\]{rotate:6.66deg}.rotate-\[8\.61deg\]{rotate:8.61deg}.rotate-\[10\.15deg\]{rotate:10.15deg}.rotate-\[18\.88deg\]{rotate:18.88deg}.rotate-\[31\.74deg\]{rotate:31.74deg}.rotate-\[45\.29deg\]{rotate:45.29deg}.rotate-\[62\.39deg\]{rotate:62.39deg}.rotate-\[75\.31deg\]{rotate:75.31deg}.rotate-\[82\.37deg\]{rotate:82.37deg}.rotate-\[90deg\]{rotate:90deg}.rotate-\[95\.41deg\]{rotate:95.41deg}.rotate-\[115\.25deg\]{rotate:115.25deg}.rotate-\[152\.83deg\]{rotate:152.83deg}.rotate-\[163\.91deg\]{rotate:163.91deg}.rotate-\[176\.07deg\]{rotate:176.07deg}.rotate-\[270deg\]{rotate:270deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-caret-blink{animation:1.25s ease-out infinite caret-blink}.animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.animate-pulse{animation:var(--animate-pulse)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:calc(var(--spacing)*1)}.scroll-py-1{scroll-padding-block:calc(var(--spacing)*1)}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.auto-rows-min{grid-auto-rows:min-content}.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-\[0_1fr\]{grid-template-columns:0 1fr}.grid-cols-\[max-content\]{grid-template-columns:max-content}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.grid-rows-\[max-content\]{grid-template-rows:max-content}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.place-items-start{place-items:start}.content-stretch{align-content:stretch}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-items-center{justify-items:center}.justify-items-start{justify-items:start}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-9{gap:calc(var(--spacing)*9)}.gap-\[3\.455px\]{gap:3.455px}.gap-\[3px\]{gap:3px}.gap-\[5\.758px\]{gap:5.758px}.gap-\[6\.25px\]{gap:6.25px}.gap-\[6px\]{gap:6px}.gap-\[7px\]{gap:7px}.gap-\[8\.333px\]{gap:8.333px}.gap-\[8px\]{gap:8px}.gap-\[10\.267px\]{gap:10.267px}.gap-\[10px\]{gap:10px}.gap-\[12\.04px\]{gap:12.04px}.gap-\[12px\]{gap:12px}.gap-\[14\.4px\]{gap:14.4px}.gap-\[14px\]{gap:14px}.gap-\[15\.2px\]{gap:15.2px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[22\.5px\]{gap:22.5px}.gap-\[24px\]{gap:24px}.gap-\[26px\]{gap:26px}.gap-\[30px\]{gap:30px}.gap-\[40px\]{gap:40px}.gap-\[100px\]{gap:100px}:where(.space-y-\[10px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(10px*var(--tw-space-y-reverse));margin-block-end:calc(10px*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-\[14px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(14px*var(--tw-space-y-reverse));margin-block-end:calc(14px*calc(1 - var(--tw-space-y-reverse)))}.gap-x-4{column-gap:calc(var(--spacing)*4)}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}.gap-y-0\.5{row-gap:calc(var(--spacing)*.5)}.gap-y-3{row-gap:calc(var(--spacing)*3)}.gap-y-7{row-gap:calc(var(--spacing)*7)}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-self-end{justify-self:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-clip{overflow:clip}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-clip{overflow-y:clip}.rounded-\[1\.276px\]{border-radius:1.276px}.rounded-\[1\.513px\]{border-radius:1.513px}.rounded-\[2px\]{border-radius:2px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7\.2px\]{border-radius:7.2px}.rounded-\[7\.5px\]{border-radius:7.5px}.rounded-\[7\.6px\]{border-radius:7.6px}.rounded-\[7\.655px\]{border-radius:7.655px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9\.03px\]{border-radius:9.03px}.rounded-\[9\.3px\]{border-radius:9.3px}.rounded-\[9\.077px\]{border-radius:9.077px}.rounded-\[9\.914px\]{border-radius:9.914px}.rounded-\[9px\]{border-radius:9px}.rounded-\[10\.5px\]{border-radius:10.5px}.rounded-\[10\.267px\]{border-radius:10.267px}.rounded-\[10px\]{border-radius:10px}.rounded-\[11\.734px\]{border-radius:11.734px}.rounded-\[11\.743px\]{border-radius:11.743px}.rounded-\[12\.04px\]{border-radius:12.04px}.rounded-\[12\.9px\]{border-radius:12.9px}.rounded-\[12\.595px\]{border-radius:12.595px}.rounded-\[12\.727px\]{border-radius:12.727px}.rounded-\[12\.759px\]{border-radius:12.759px}.rounded-\[12px\]{border-radius:12px}.rounded-\[13\.219px\]{border-radius:13.219px}.rounded-\[13px\]{border-radius:13px}.rounded-\[14\.564px\]{border-radius:14.564px}.rounded-\[14\.667px\]{border-radius:14.667px}.rounded-\[14px\]{border-radius:14px}.rounded-\[15\.072px\]{border-radius:15.072px}.rounded-\[15\.75px\]{border-radius:15.75px}.rounded-\[15\.129px\]{border-radius:15.129px}.rounded-\[15px\]{border-radius:15px}.rounded-\[16px\]{border-radius:16px}.rounded-\[17\.2px\]{border-radius:17.2px}.rounded-\[17\.593px\]{border-radius:17.593px}.rounded-\[19\.25px\]{border-radius:19.25px}.rounded-\[20\.352px\]{border-radius:20.352px}.rounded-\[20px\]{border-radius:20px}.rounded-\[21px\]{border-radius:21px}.rounded-\[22\.5px\]{border-radius:22.5px}.rounded-\[24px\]{border-radius:24px}.rounded-\[25\.667px\]{border-radius:25.667px}.rounded-\[25px\]{border-radius:25px}.rounded-\[26\.25px\]{border-radius:26.25px}.rounded-\[27px\]{border-radius:27px}.rounded-\[28\.5px\]{border-radius:28.5px}.rounded-\[28px\]{border-radius:28px}.rounded-\[30px\]{border-radius:30px}.rounded-\[36\.946px\]{border-radius:36.946px}.rounded-\[62\.903px\]{border-radius:62.903px}.rounded-\[75px\]{border-radius:75px}.rounded-\[83\.871px\]{border-radius:83.871px}.rounded-\[85\.271px\]{border-radius:85.271px}.rounded-\[100px\]{border-radius:100px}.rounded-\[9820\.445px\]{border-radius:9820.45px}.rounded-\[13093\.928px\]{border-radius:13093.9px}.rounded-\[17408\.973px\]{border-radius:17409px}.rounded-\[23211\.963px\]{border-radius:23212px}.rounded-\[9660014px\]{border-radius:9660010px}.rounded-\[10792655px\]{border-radius:10792700px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-t-\[2px\]{border-top-left-radius:2px;border-top-right-radius:2px}.rounded-t-\[16px\]{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-tl-\[15\.974px\]{border-top-left-radius:15.974px}.rounded-tl-\[16px\]{border-top-left-radius:16px}.rounded-tl-\[17\.593px\]{border-top-left-radius:17.593px}.rounded-tl-\[38\.4px\]{border-top-left-radius:38.4px}.rounded-tl-\[67\.2px\]{border-top-left-radius:67.2px}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tr-\[8px\]{border-top-right-radius:8px}.rounded-tr-\[15\.974px\]{border-top-right-radius:15.974px}.rounded-tr-\[16px\]{border-top-right-radius:16px}.rounded-tr-\[17\.593px\]{border-top-right-radius:17.593px}.rounded-tr-\[38\.4px\]{border-top-right-radius:38.4px}.rounded-tr-\[67\.2px\]{border-top-right-radius:67.2px}.rounded-b-\[5px\]{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.rounded-b-\[7px\]{border-bottom-right-radius:7px;border-bottom-left-radius:7px}.rounded-b-\[12px\]{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.rounded-br-\[7\.2px\]{border-bottom-right-radius:7.2px}.rounded-br-\[7\.6px\]{border-bottom-right-radius:7.6px}.rounded-br-\[8px\]{border-bottom-right-radius:8px}.rounded-br-\[12\.759px\]{border-bottom-right-radius:12.759px}.rounded-br-\[15\.129px\]{border-bottom-right-radius:15.129px}.rounded-br-\[15\.974px\]{border-bottom-right-radius:15.974px}.rounded-br-\[17\.593px\]{border-bottom-right-radius:17.593px}.rounded-bl-\[7\.2px\]{border-bottom-left-radius:7.2px}.rounded-bl-\[7\.6px\]{border-bottom-left-radius:7.6px}.rounded-bl-\[8px\]{border-bottom-left-radius:8px}.rounded-bl-\[12\.759px\]{border-bottom-left-radius:12.759px}.rounded-bl-\[15\.129px\]{border-bottom-left-radius:15.129px}.rounded-bl-\[15\.974px\]{border-bottom-left-radius:15.974px}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-3{border-style:var(--tw-border-style);border-width:3px}.border-\[0\.6px\]{border-style:var(--tw-border-style);border-width:.6px}.border-\[0\.9px\]{border-style:var(--tw-border-style);border-width:.9px}.border-\[0\.75px\]{border-style:var(--tw-border-style);border-width:.75px}.border-\[0\.95px\]{border-style:var(--tw-border-style);border-width:.95px}.border-\[0\.319px\]{border-style:var(--tw-border-style);border-width:.319px}.border-\[0\.378px\]{border-style:var(--tw-border-style);border-width:.378px}.border-\[0\.576px\]{border-style:var(--tw-border-style);border-width:.576px}.border-\[0\.614px\]{border-style:var(--tw-border-style);border-width:.614px}.border-\[0\.643px\]{border-style:var(--tw-border-style);border-width:.643px}.border-\[0\.756px\]{border-style:var(--tw-border-style);border-width:.756px}.border-\[0\.853px\]{border-style:var(--tw-border-style);border-width:.853px}.border-\[0\.977px\]{border-style:var(--tw-border-style);border-width:.977px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1\.8px\]{border-style:var(--tw-border-style);border-width:1.8px}.border-\[1\.9px\]{border-style:var(--tw-border-style);border-width:1.9px}.border-\[1\.25px\]{border-style:var(--tw-border-style);border-width:1.25px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-\[0\.977px\]{border-top-style:var(--tw-border-style);border-top-width:.977px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-\[0\.977px\]{border-right-style:var(--tw-border-style);border-right-width:.977px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-\[0\.977px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:.977px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-\[0\.977px\]{border-left-style:var(--tw-border-style);border-left-width:.977px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-solid{--tw-border-style:solid;border-style:solid}.border-\(--color-border\){border-color:var(--color-border)}.border-\[\#1fc3b4\]{border-color:#1fc3b4}.border-\[\#9b9b9b\]{border-color:#9b9b9b}.border-\[\#181818\]{border-color:#181818}.border-\[\#203354\]{border-color:#203354}.border-\[\#a7d3cf\]{border-color:#a7d3cf}.border-\[\#bbb\]{border-color:#bbb}.border-\[\#d4dbe9\]{border-color:#d4dbe9}.border-\[\#dcdcdc\]{border-color:#dcdcdc}.border-\[\#e0e6f1\]{border-color:#e0e6f1}.border-\[\#e1e7f5\]{border-color:#e1e7f5}.border-\[\#e4efef\]{border-color:#e4efef}.border-\[\#e5e7eb\]{border-color:#e5e7eb}.border-\[\#e6eaf2\]{border-color:#e6eaf2}.border-\[\#e6ebf7\]{border-color:#e6ebf7}.border-\[\#e8e8e8\]{border-color:#e8e8e8}.border-\[\#e8f4f8\]{border-color:#e8f4f8}.border-\[\#ebebeb\]{border-color:#ebebeb}.border-\[\#eef1f8\]{border-color:#eef1f8}.border-\[rgba\(255\,255\,255\,0\.2\)\]{border-color:#fff3}.border-\[rgba\(255\,255\,255\,0\.3\)\]{border-color:#ffffff4d}.border-\[rgba\(255\,255\,255\,0\.08\)\]{border-color:#ffffff14}.border-\[transparent\]{border-color:#0000}.border-border\/50{border-color:var(--border)}@supports (color:color-mix(in lab,red,red)){.border-border\/50{border-color:color-mix(in oklab,var(--border)50%,transparent)}}.border-input{border-color:var(--input)}.border-primary{border-color:var(--primary)}.border-red-400{border-color:var(--color-red-400)}.border-sidebar-border{border-color:var(--sidebar-border)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-\(--color-bg\){background-color:var(--color-bg)}.bg-\[\#0a1a4f\]{background-color:#0a1a4f}.bg-\[\#0b1b50\]{background-color:#0b1b50}.bg-\[\#0e0f12\]{background-color:#0e0f12}.bg-\[\#0f1e50\]{background-color:#0f1e50}.bg-\[\#1daa61\]{background-color:#1daa61}.bg-\[\#1fc3b4\]{background-color:#1fc3b4}.bg-\[\#2c3e50\]{background-color:#2c3e50}.bg-\[\#2fd700\]{background-color:#2fd700}.bg-\[\#8e37f8\]{background-color:#8e37f8}.bg-\[\#0029a6\]{background-color:#0029a6}.bg-\[\#87ceeb\]{background-color:#87ceeb}.bg-\[\#316cc4\]{background-color:#316cc4}.bg-\[\#386afe\]{background-color:#386afe}.bg-\[\#388eff\]{background-color:#388eff}.bg-\[\#9298a3\]{background-color:#9298a3}.bg-\[\#203354\]{background-color:#203354}.bg-\[\#d527b7\]{background-color:#d527b7}.bg-\[\#dc143c\]{background-color:#dc143c}.bg-\[\#e2e2e2\]{background-color:#e2e2e2}.bg-\[\#e2e3ef\]{background-color:#e2e3ef}.bg-\[\#e3eafe\]{background-color:#e3eafe}.bg-\[\#e5e8ec\]{background-color:#e5e8ec}.bg-\[\#e7f7f5\]{background-color:#e7f7f5}.bg-\[\#e53935\]\/90{background-color:#e53935e6}.bg-\[\#eaefff\]{background-color:#eaefff}.bg-\[\#ebab38\]{background-color:#ebab38}.bg-\[\#eef1fb\]{background-color:#eef1fb}.bg-\[\#eef6f5\]{background-color:#eef6f5}.bg-\[\#f1c82f\]{background-color:#f1c82f}.bg-\[\#f3f6ff\]{background-color:#f3f6ff}.bg-\[\#f4f7fe\]{background-color:#f4f7fe}.bg-\[\#f5f5f5\]{background-color:#f5f5f5}.bg-\[\#f5f7fc\]{background-color:#f5f7fc}.bg-\[\#f6f9fd\]{background-color:#f6f9fd}.bg-\[\#f7fbfb\]{background-color:#f7fbfb}.bg-\[\#f8f9fa\]{background-color:#f8f9fa}.bg-\[\#f85a37\]{background-color:#f85a37}.bg-\[\#f83752\]{background-color:#f83752}.bg-\[\#faffff\]{background-color:#faffff}.bg-\[\#fea538\]{background-color:#fea538}.bg-\[\#fec638\]{background-color:#fec638}.bg-\[\#ff4c00\]{background-color:#ff4c00}.bg-\[\#ff9538\]{background-color:#ff9538}.bg-\[rgba\(0\,0\,0\,0\)\]{background-color:#0000}.bg-\[rgba\(0\,0\,0\,0\.35\)\]{background-color:#00000059}.bg-\[rgba\(0\,41\,166\,0\.08\)\]{background-color:#0029a614}.bg-\[rgba\(0\,103\,214\,0\.18\)\]{background-color:#0067d62e}.bg-\[rgba\(11\,27\,80\,0\.2\)\]{background-color:#0b1b5033}.bg-\[rgba\(20\,151\,139\,0\.08\)\]{background-color:#14978b14}.bg-\[rgba\(31\,195\,180\,0\.18\)\]{background-color:#1fc3b42e}.bg-\[rgba\(49\,108\,196\,0\.32\)\]{background-color:#316cc452}.bg-\[rgba\(56\,105\,254\,0\.18\)\]{background-color:#3869fe2e}.bg-\[rgba\(245\,245\,245\,0\.5\)\]{background-color:#f5f5f580}.bg-\[rgba\(247\,246\,242\,0\.88\)\]{background-color:#f7f6f2e0}.bg-\[rgba\(254\,165\,56\,0\.18\)\]{background-color:#fea5382e}.bg-\[rgba\(254\,198\,56\,0\.18\)\]{background-color:#fec6382e}.bg-\[rgba\(255\,76\,0\,0\.18\)\]{background-color:#ff4c002e}.bg-\[rgba\(255\,242\,242\,0\.08\)\]{background-color:#fff2f214}.bg-\[rgba\(255\,255\,255\,0\)\]{background-color:#fff0}.bg-\[rgba\(255\,255\,255\,0\.7\)\]{background-color:#ffffffb3}.bg-\[rgba\(255\,255\,255\,0\.9\)\]{background-color:#ffffffe6}.bg-\[rgba\(255\,255\,255\,0\.92\)\]{background-color:#ffffffeb}.bg-\[rgba\(255\,255\,255\,0\.97\)\]{background-color:#fffffff7}.bg-accent{background-color:var(--accent)}.bg-background{background-color:var(--background)}.bg-black{background-color:var(--color-black)}.bg-black\/20{background-color:#0003}@supports (color:color-mix(in lab,red,red)){.bg-black\/20{background-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab,red,red)){.bg-black\/70{background-color:color-mix(in oklab,var(--color-black)70%,transparent)}}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-foreground{background-color:var(--foreground)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-input-background{background-color:var(--input-background)}.bg-muted,.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary,.bg-primary\/20{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-white\/95{background-color:color-mix(in oklab,var(--color-white)95%,transparent)}}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#0c6c63\]{--tw-gradient-from:#0c6c63;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#6c5a0c\]{--tw-gradient-from:#6c5a0c;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#d7dbe1\]{--tw-gradient-from:#d7dbe1;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#f3f6ff\]{--tw-gradient-from:#f3f6ff;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#fc611f\]{--tw-gradient-from:#fc611f;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[rgba\(0\,0\,0\,0\.15\)\]{--tw-gradient-from:#00000026;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[\#1cb098\]{--tw-gradient-via:#1cb098;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#bfc4cc\]{--tw-gradient-via:#bfc4cc;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#f8fff9\]{--tw-gradient-via:#f8fff9;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-\[\#f8fffd\]{--tw-gradient-via:#f8fffd;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-\[\#0d2d9a\]{--tw-gradient-to:#0d2d9a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#0d149a\]{--tw-gradient-to:#0d149a;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#a7adb7\]{--tw-gradient-to:#a7adb7;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#d94da6\]{--tw-gradient-to:#d94da6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#f6f8fd\]{--tw-gradient-to:#f6f8fd;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[rgba\(0\,0\,0\,0\)\]{--tw-gradient-to:#0000;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-clip-padding{background-clip:padding-box}.mask-intersect{-webkit-mask-composite:source-in;mask-composite:intersect}.mask-alpha{-webkit-mask-source-type:alpha;mask-mode:alpha}.mask-size-\[14px_14px\]{-webkit-mask-size:14px 14px;mask-size:14px 14px}.mask-size-\[15px_15px\]{-webkit-mask-size:15px 15px;mask-size:15px 15px}.mask-size-\[329px_267px\]{-webkit-mask-size:329px 267px;mask-size:329px 267px}.mask-size-\[329px_432px\]{-webkit-mask-size:329px 432px;mask-size:329px 432px}.mask-size-\[382\.835px_394\.278px\]{-webkit-mask-size:382.835px 394.278px;mask-size:382.835px 394.278px}.mask-size-\[589\.349px_308px\]{-webkit-mask-size:589.349px 308px;mask-size:589.349px 308px}.mask-size-\[600\.829px_314px\]{-webkit-mask-size:600.829px 314px;mask-size:600.829px 314px}.mask-size-\[785\.183px_480px\]{-webkit-mask-size:785.183px 480px;mask-size:785.183px 480px}.mask-size-\[1446px_290\.25px\]{-webkit-mask-size:1446px 290.25px;mask-size:1446px 290.25px}.mask-size-\[1450\.5px_511\.5px\]{-webkit-mask-size:1450.5px 511.5px;mask-size:1450.5px 511.5px}.mask-size-\[1934px_682px\]{-webkit-mask-size:1934px 682px;mask-size:1934px 682px}.mask-no-clip{-webkit-mask-clip:no-clip;mask-clip:no-clip}.mask-position-\[-2\.138px_-252\.248px\]{-webkit-mask-position:-2.138px -252.248px;mask-position:-2.138px -252.248px}.mask-position-\[-2\.794px_-329\.646px\]{-webkit-mask-position:-2.794px -329.646px;mask-position:-2.794px -329.646px}.mask-position-\[-11\.602px_-93px\]{-webkit-mask-position:-11.602px -93px;mask-position:-11.602px -93px}.mask-position-\[-33px_-183\.998px\]{-webkit-mask-position:-33px -183.998px;mask-position:-33px -183.998px}.mask-position-\[-93\.184px_-220\.805px\]{-webkit-mask-position:-93.184px -220.805px;mask-position:-93.184px -220.805px}.mask-position-\[-111px_-237px\]{-webkit-mask-position:-111px -237px;mask-position:-111px -237px}.mask-position-\[-111px_-448\.695px\]{-webkit-mask-position:-111px -448.695px;mask-position:-111px -448.695px}.mask-position-\[-124\.147px_-294\.177px\]{-webkit-mask-position:-124.147px -294.177px;mask-position:-124.147px -294.177px}.mask-position-\[-124px_-239px\]{-webkit-mask-position:-124px -239px;mask-position:-124px -239px}.mask-position-\[-140px_-113px\]{-webkit-mask-position:-140px -113px;mask-position:-140px -113px}.mask-position-\[-144\.875px_-335\.344px\]{-webkit-mask-position:-144.875px -335.344px;mask-position:-144.875px -335.344px}.mask-position-\[-148px_-598\.26px\]{-webkit-mask-position:-148px -598.26px;mask-position:-148px -598.26px}.mask-position-\[-194\.484px_-331\.721px\]{-webkit-mask-position:-194.484px -331.721px;mask-position:-194.484px -331.721px}.mask-position-\[-202\.273px_-335\.391px\]{-webkit-mask-position:-202.273px -335.391px;mask-position:-202.273px -335.391px}.mask-position-\[-211\.906px_-294\.561px\]{-webkit-mask-position:-211.906px -294.561px;mask-position:-211.906px -294.561px}.mask-position-\[-249\.676px_-188\.297px\]{-webkit-mask-position:-249.676px -188.297px;mask-position:-249.676px -188.297px}.mask-position-\[-259px_-239px\]{-webkit-mask-position:-259px -239px;mask-position:-259px -239px}.mask-position-\[-270\.477px_54\.096px\]{-webkit-mask-position:-270.477px 54.096px;mask-position:-270.477px 54.096px}.mask-position-\[-270\.484px_54\.096px\]{-webkit-mask-position:-270.484px 54.096px;mask-position:-270.484px 54.096px}.mask-position-\[-293\.672px_-255\.886px\]{-webkit-mask-position:-293.672px -255.886px;mask-position:-293.672px -255.886px}.mask-position-\[-1161\.75px_-168\.945px\]{-webkit-mask-position:-1161.75px -168.945px;mask-position:-1161.75px -168.945px}.mask-position-\[-1218px_263\.25px\]{-webkit-mask-position:-1218px 263.25px;mask-position:-1218px 263.25px}.mask-position-\[-1325\.25px_58\.306px\]{-webkit-mask-position:-1325.25px 58.306px;mask-position:-1325.25px 58.306px}.mask-position-\[-1549px_-225\.26px\]{-webkit-mask-position:-1549px -225.26px;mask-position:-1549px -225.26px}.mask-position-\[-1767px_77\.74px\]{-webkit-mask-position:-1767px 77.74px;mask-position:-1767px 77.74px}.mask-position-\[6\.242px_0px\]{-webkit-mask-position:6.242px 0;mask-position:6.242px 0}.mask-position-\[18px_-51\.998px\]{-webkit-mask-position:18px -51.998px;mask-position:18px -51.998px}.mask-position-\[18px_-52px\]{-webkit-mask-position:18px -52px;mask-position:18px -52px}.mask-position-\[22\.5px_-225\.945px\]{-webkit-mask-position:22.5px -225.945px;mask-position:22.5px -225.945px}.mask-position-\[30px_-301\.26px\]{-webkit-mask-position:30px -301.26px;mask-position:30px -301.26px}.mask-position-\[36px_-93px\]{-webkit-mask-position:36px -93px;mask-position:36px -93px}.mask-position-\[46\.815px_-263\.2px\]{-webkit-mask-position:46.815px -263.2px;mask-position:46.815px -263.2px}.mask-position-\[46\.819px_-263\.2px\]{-webkit-mask-position:46.819px -263.2px;mask-position:46.819px -263.2px}.mask-position-\[106\.567px_-40\.539px\]{-webkit-mask-position:106.567px -40.539px;mask-position:106.567px -40.539px}.mask-position-\[116\.014px_-35\.381px\]{-webkit-mask-position:116.014px -35.381px;mask-position:116.014px -35.381px}.mask-position-\[124\.17px_-35\.426px\]{-webkit-mask-position:124.17px -35.426px;mask-position:124.17px -35.426px}.mask-position-\[127\.6px_-69\.055px\]{-webkit-mask-position:127.6px -69.055px;mask-position:127.6px -69.055px}.mask-position-\[128\.25px_265\.305px\]{-webkit-mask-position:128.25px 265.305px;mask-position:128.25px 265.305px}.mask-position-\[139\.266px_-52\.979px\]{-webkit-mask-position:139.266px -52.979px;mask-position:139.266px -52.979px}.mask-position-\[146\.664px_-54\.905px\]{-webkit-mask-position:146.664px -54.905px;mask-position:146.664px -54.905px}.mask-position-\[151\.609px_-46\.236px\]{-webkit-mask-position:151.609px -46.236px;mask-position:151.609px -46.236px}.mask-position-\[165\.43px_-47\.199px\]{-webkit-mask-position:165.43px -47.199px;mask-position:165.43px -47.199px}.mask-position-\[171px_353\.74px\]{-webkit-mask-position:171px 353.74px;mask-position:171px 353.74px}.mask-no-repeat{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.fill-current{fill:currentColor}.fill-primary{fill:var(--primary)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-bottom{object-position:bottom}.object-center{object-position:center}.object-top{object-position:top}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-\[0\.9px\]{padding:.9px}.p-\[0\.95px\]{padding:.95px}.p-\[1\.5px\]{padding:1.5px}.p-\[3px\]{padding:3px}.p-\[5px\]{padding:5px}.p-\[6\.667px\]{padding:6.667px}.p-\[6px\]{padding:6px}.p-\[7px\]{padding:7px}.p-\[8px\]{padding:8px}.p-\[16px\]{padding:16px}.p-\[24px\]{padding:24px}.p-\[40px\]{padding:40px}.p-\[64px\]{padding:64px}.p-px{padding:1px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-\[4px\]{padding-inline:4px}.px-\[5px\]{padding-inline:5px}.px-\[6\.75px\]{padding-inline:6.75px}.px-\[6px\]{padding-inline:6px}.px-\[7\.2px\]{padding-inline:7.2px}.px-\[7\.6px\]{padding-inline:7.6px}.px-\[8px\]{padding-inline:8px}.px-\[9px\]{padding-inline:9px}.px-\[10\.292px\]{padding-inline:10.292px}.px-\[10px\]{padding-inline:10px}.px-\[11px\]{padding-inline:11px}.px-\[12px\]{padding-inline:12px}.px-\[13\.5px\]{padding-inline:13.5px}.px-\[13\.317px\]{padding-inline:13.317px}.px-\[13px\]{padding-inline:13px}.px-\[14\.395px\]{padding-inline:14.395px}.px-\[14px\]{padding-inline:14px}.px-\[16px\]{padding-inline:16px}.px-\[18px\]{padding-inline:18px}.px-\[20px\]{padding-inline:20px}.px-\[21\.5px\]{padding-inline:21.5px}.px-\[21px\]{padding-inline:21px}.px-\[24px\]{padding-inline:24px}.px-\[25\.5px\]{padding-inline:25.5px}.px-\[25px\]{padding-inline:25px}.px-\[28\.5px\]{padding-inline:28.5px}.px-\[28\.8px\]{padding-inline:28.8px}.px-\[30\.4px\]{padding-inline:30.4px}.px-\[30px\]{padding-inline:30px}.px-\[32px\]{padding-inline:32px}.px-\[34px\]{padding-inline:34px}.px-\[38px\]{padding-inline:38px}.px-\[40px\]{padding-inline:40px}.px-\[48px\]{padding-inline:48px}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-9{padding-block:calc(var(--spacing)*9)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-\[0\.643px\]{padding-block:.643px}.py-\[2\.25px\]{padding-block:2.25px}.py-\[3px\]{padding-block:3px}.py-\[4px\]{padding-block:4px}.py-\[6\.658px\]{padding-block:6.658px}.py-\[6px\]{padding-block:6px}.py-\[7\.5px\]{padding-block:7.5px}.py-\[8\.5px\]{padding-block:8.5px}.py-\[8px\]{padding-block:8px}.py-\[9px\]{padding-block:9px}.py-\[10px\]{padding-block:10px}.py-\[11\.5px\]{padding-block:11.5px}.py-\[13px\]{padding-block:13px}.py-\[14px\]{padding-block:14px}.py-\[18px\]{padding-block:18px}.py-\[20px\]{padding-block:20px}.py-\[25px\]{padding-block:25px}.py-\[28px\]{padding-block:28px}.py-\[29px\]{padding-block:29px}.py-\[30px\]{padding-block:30px}.py-\[32px\]{padding-block:32px}.py-\[33px\]{padding-block:33px}.py-\[36px\]{padding-block:36px}.py-\[38px\]{padding-block:38px}.py-\[40px\]{padding-block:40px}.py-\[48px\]{padding-block:48px}.py-\[64px\]{padding-block:64px}.py-\[80px\]{padding-block:80px}.py-\[96px\]{padding-block:96px}.py-px{padding-block:1px}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-\[3px\]{padding-top:3px}.pt-\[4\.8px\]{padding-top:4.8px}.pt-\[5\.4px\]{padding-top:5.4px}.pt-\[8px\]{padding-top:8px}.pt-\[10\.5px\]{padding-top:10.5px}.pt-\[10px\]{padding-top:10px}.pt-\[12px\]{padding-top:12px}.pt-\[14px\]{padding-top:14px}.pt-\[16px\]{padding-top:16px}.pt-\[18px\]{padding-top:18px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[27\.6px\]{padding-top:27.6px}.pt-\[32px\]{padding-top:32px}.pt-\[39px\]{padding-top:39px}.pt-\[40px\]{padding-top:40px}.pt-\[50px\]{padding-top:50px}.pt-\[56px\]{padding-top:56px}.pt-\[64px\]{padding-top:64px}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-\[12px\]{padding-right:12px}.pr-\[14px\]{padding-right:14px}.pr-\[20px\]{padding-right:20px}.pr-\[30px\]{padding-right:30px}.pr-\[36px\]{padding-right:36px}.pr-\[40px\]{padding-right:40px}.pr-\[80px\]{padding-right:80px}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-7{padding-bottom:calc(var(--spacing)*7)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-9{padding-bottom:calc(var(--spacing)*9)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.pb-\[4\.752px\]{padding-bottom:4.752px}.pb-\[5\.016px\]{padding-bottom:5.016px}.pb-\[5\.28px\]{padding-bottom:5.28px}.pb-\[5px\]{padding-bottom:5px}.pb-\[6px\]{padding-bottom:6px}.pb-\[12px\]{padding-bottom:12px}.pb-\[14px\]{padding-bottom:14px}.pb-\[16px\]{padding-bottom:16px}.pb-\[18px\]{padding-bottom:18px}.pb-\[20px\]{padding-bottom:20px}.pb-\[21\.6px\]{padding-bottom:21.6px}.pb-\[21px\]{padding-bottom:21px}.pb-\[22\.8px\]{padding-bottom:22.8px}.pb-\[22px\]{padding-bottom:22px}.pb-\[24px\]{padding-bottom:24px}.pb-\[26px\]{padding-bottom:26px}.pb-\[32px\]{padding-bottom:32px}.pb-\[35px\]{padding-bottom:35px}.pb-\[48px\]{padding-bottom:48px}.pb-\[54px\]{padding-bottom:54px}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-\[4px\]{padding-left:4px}.pl-\[6px\]{padding-left:6px}.pl-\[8px\]{padding-left:8px}.pl-\[12px\]{padding-left:12px}.pl-\[14px\]{padding-left:14px}.pl-\[16px\]{padding-left:16px}.pl-\[18px\]{padding-left:18px}.pl-\[30px\]{padding-left:30px}.pl-\[32px\]{padding-left:32px}.pl-\[34px\]{padding-left:34px}.pl-\[38px\]{padding-left:38px}.pl-\[64px\]{padding-left:64px}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.font-\[\'Garet\:Regular\'\]{font-family:Garet\:Regular}.font-\[\'Inter\:Regular\'\]{font-family:Inter\:Regular}.font-\[\'Inter\:Semi_Bold\'\]{font-family:Inter\:Semi Bold}.font-\[\'Montserrat\:Medium\'\]{font-family:Montserrat\:Medium}.font-\[\'Nunito_Sans\:Medium\'\]{font-family:Nunito Sans\:Medium}.font-\[\'Nunito_Sans\:Regular\'\]{font-family:Nunito Sans\:Regular}.font-\[\'Nunito_Sans\:SemiBold\'\]{font-family:Nunito Sans\:SemiBold}.font-\[\'Poppins\'\,sans-serif\]{font-family:Poppins,sans-serif}.font-\[\'Poppins\:Bold\'\,sans-serif\]{font-family:Poppins\:Bold,sans-serif}.font-\[\'Poppins\:Bold\'\]{font-family:Poppins\:Bold}.font-\[\'Poppins\:ExtraBold\'\,sans-serif\]{font-family:Poppins\:ExtraBold,sans-serif}.font-\[\'Poppins\:Medium\'\,sans-serif\]{font-family:Poppins\:Medium,sans-serif}.font-\[\'Poppins\:Medium\'\]{font-family:Poppins\:Medium}.font-\[\'Poppins\:Regular\'\,sans-serif\]{font-family:Poppins\:Regular,sans-serif}.font-\[\'Poppins\:Regular\'\]{font-family:Poppins\:Regular}.font-\[\'Poppins\:SemiBold\'\,sans-serif\]{font-family:Poppins\:SemiBold,sans-serif}.font-\[\'Poppins\:SemiBold\'\]{font-family:Poppins\:SemiBold}.font-mono{font-family:var(--font-mono)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0px\]{font-size:0}.text-\[4\.266px\]{font-size:4.266px}.text-\[4\.575px\]{font-size:4.575px}.text-\[5\.8px\]{font-size:5.8px}.text-\[5\.47px\]{font-size:5.47px}.text-\[5\.87px\]{font-size:5.87px}.text-\[5\.624px\]{font-size:5.624px}.text-\[5\.865px\]{font-size:5.865px}.text-\[6\.154px\]{font-size:6.154px}.text-\[6\.399px\]{font-size:6.399px}.text-\[6\.598px\]{font-size:6.598px}.text-\[6\.862px\]{font-size:6.862px}.text-\[7\.71px\]{font-size:7.71px}.text-\[8\.5px\]{font-size:8.5px}.text-\[8\.061px\]{font-size:8.061px}.text-\[8px\]{font-size:8px}.text-\[9\.5px\]{font-size:9.5px}.text-\[9\.89px\]{font-size:9.89px}.text-\[9\.106px\]{font-size:9.106px}.text-\[9\.885px\]{font-size:9.885px}.text-\[9px\]{font-size:9px}.text-\[10\.5px\]{font-size:10.5px}.text-\[10\.164px\]{font-size:10.164px}.text-\[10\.207px\]{font-size:10.207px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11\.61px\]{font-size:11.61px}.text-\[11\.121px\]{font-size:11.121px}.text-\[11\.516px\]{font-size:11.516px}.text-\[11\.565px\]{font-size:11.565px}.text-\[11\.567px\]{font-size:11.567px}.text-\[11\.665px\]{font-size:11.665px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12\.74px\]{font-size:12.74px}.text-\[12\.96px\]{font-size:12.96px}.text-\[12\.103px\]{font-size:12.103px}.text-\[12px\]{font-size:12px}.text-\[13\.2px\]{font-size:13.2px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13\.6px\]{font-size:13.6px}.text-\[13\.68px\]{font-size:13.68px}.text-\[13\.684px\]{font-size:13.684px}.text-\[13px\]{font-size:13px}.text-\[14\.4px\]{font-size:14.4px}.text-\[14\.221px\]{font-size:14.221px}.text-\[14\.408px\]{font-size:14.408px}.text-\[14px\]{font-size:14px}.text-\[15\.2px\]{font-size:15.2px}.text-\[15\.48px\]{font-size:15.48px}.text-\[15\.84px\]{font-size:15.84px}.text-\[15\.214px\]{font-size:15.214px}.text-\[15\.249px\]{font-size:15.249px}.text-\[15\.348px\]{font-size:15.348px}.text-\[15\.665px\]{font-size:15.665px}.text-\[15\.821px\]{font-size:15.821px}.text-\[15\.822px\]{font-size:15.822px}.text-\[15px\]{font-size:15px}.text-\[16\.5px\]{font-size:16.5px}.text-\[16\.72px\]{font-size:16.72px}.text-\[16\.182px\]{font-size:16.182px}.text-\[16\.202px\]{font-size:16.202px}.text-\[16\.802px\]{font-size:16.802px}.text-\[16px\]{font-size:16px}.text-\[17\.5px\]{font-size:17.5px}.text-\[17\.6px\]{font-size:17.6px}.text-\[17\.262px\]{font-size:17.262px}.text-\[17\.317px\]{font-size:17.317px}.text-\[17px\]{font-size:17px}.text-\[18\.082px\]{font-size:18.082px}.text-\[18\.421px\]{font-size:18.421px}.text-\[18\.461px\]{font-size:18.461px}.text-\[18\.719px\]{font-size:18.719px}.text-\[18px\]{font-size:18px}.text-\[19\.5px\]{font-size:19.5px}.text-\[19\.211px\]{font-size:19.211px}.text-\[19\.422px\]{font-size:19.422px}.text-\[19\.553px\]{font-size:19.553px}.text-\[19\.653px\]{font-size:19.653px}.text-\[19\.795px\]{font-size:19.795px}.text-\[19\.948px\]{font-size:19.948px}.text-\[19px\]{font-size:19px}.text-\[20\.5px\]{font-size:20.5px}.text-\[20\.82px\]{font-size:20.82px}.text-\[20\.286px\]{font-size:20.286px}.text-\[20px\]{font-size:20px}.text-\[21\.213px\]{font-size:21.213px}.text-\[21\.339px\]{font-size:21.339px}.text-\[21\.576px\]{font-size:21.576px}.text-\[21\.603px\]{font-size:21.603px}.text-\[22\.5px\]{font-size:22.5px}.text-\[22\.12px\]{font-size:22.12px}.text-\[22\.082px\]{font-size:22.082px}.text-\[22px\]{font-size:22px}.text-\[23\.636px\]{font-size:23.636px}.text-\[23px\]{font-size:23px}.text-\[24\.352px\]{font-size:24.352px}.text-\[24\.658px\]{font-size:24.658px}.text-\[24px\]{font-size:24px}.text-\[25\.7px\]{font-size:25.7px}.text-\[25\.44px\]{font-size:25.44px}.text-\[26px\]{font-size:26px}.text-\[27px\]{font-size:27px}.text-\[28\.658px\]{font-size:28.658px}.text-\[28\.898px\]{font-size:28.898px}.text-\[28px\]{font-size:28px}.text-\[30\.366px\]{font-size:30.366px}.text-\[30\.621px\]{font-size:30.621px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[33\.362px\]{font-size:33.362px}.text-\[33\.619px\]{font-size:33.619px}.text-\[33px\]{font-size:33px}.text-\[34\.5px\]{font-size:34.5px}.text-\[34px\]{font-size:34px}.text-\[36\.8px\]{font-size:36.8px}.text-\[36\.309px\]{font-size:36.309px}.text-\[40px\]{font-size:40px}.text-\[42px\]{font-size:42px}.text-\[44px\]{font-size:44px}.text-\[45px\]{font-size:45px}.text-\[48px\]{font-size:48px}.text-\[51\.424px\]{font-size:51.424px}.text-\[72px\]{font-size:72px}.leading-\[0\]{--tw-leading:0;line-height:0}.leading-\[1\.2\]{--tw-leading:1.2;line-height:1.2}.leading-\[1\.4\]{--tw-leading:1.4;line-height:1.4}.leading-\[1\.5\]{--tw-leading:1.5;line-height:1.5}.leading-\[1\.6\]{--tw-leading:1.6;line-height:1.6}.leading-\[1\.7\]{--tw-leading:1.7;line-height:1.7}.leading-\[1\.15\]{--tw-leading:1.15;line-height:1.15}.leading-\[1\.25\]{--tw-leading:1.25;line-height:1.25}.leading-\[1\.35\]{--tw-leading:1.35;line-height:1.35}.leading-\[1\.45\]{--tw-leading:1.45;line-height:1.45}.leading-\[1\.55\]{--tw-leading:1.55;line-height:1.55}.leading-\[11\.084px\]{--tw-leading:11.084px;line-height:11.084px}.leading-\[11\.652px\]{--tw-leading:11.652px;line-height:11.652px}.leading-\[16\.5px\]{--tw-leading:16.5px;line-height:16.5px}.leading-\[16\.122px\]{--tw-leading:16.122px;line-height:16.122px}.leading-\[17px\]{--tw-leading:17px;line-height:17px}.leading-\[18\.31px\]{--tw-leading:18.31px;line-height:18.31px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-\[19\.2px\]{--tw-leading:19.2px;line-height:19.2px}.leading-\[19\.5px\]{--tw-leading:19.5px;line-height:19.5px}.leading-\[19\.6px\]{--tw-leading:19.6px;line-height:19.6px}.leading-\[19\.008px\]{--tw-leading:19.008px;line-height:19.008px}.leading-\[19\.44px\]{--tw-leading:19.44px;line-height:19.44px}.leading-\[19\.975px\]{--tw-leading:19.975px;line-height:19.975px}.leading-\[19px\]{--tw-leading:19px;line-height:19px}.leading-\[20\.4px\]{--tw-leading:20.4px;line-height:20.4px}.leading-\[20\.52px\]{--tw-leading:20.52px;line-height:20.52px}.leading-\[20\.064px\]{--tw-leading:20.064px;line-height:20.064px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[21\.6px\]{--tw-leading:21.6px;line-height:21.6px}.leading-\[21\.12px\]{--tw-leading:21.12px;line-height:21.12px}.leading-\[21px\]{--tw-leading:21px;line-height:21px}.leading-\[22\.4px\]{--tw-leading:22.4px;line-height:22.4px}.leading-\[22\.5px\]{--tw-leading:22.5px;line-height:22.5px}.leading-\[22\.8px\]{--tw-leading:22.8px;line-height:22.8px}.leading-\[22\.683px\]{--tw-leading:22.683px;line-height:22.683px}.leading-\[22px\]{--tw-leading:22px;line-height:22px}.leading-\[23\.5px\]{--tw-leading:23.5px;line-height:23.5px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.leading-\[25\.6px\]{--tw-leading:25.6px;line-height:25.6px}.leading-\[25\.79px\]{--tw-leading:25.79px;line-height:25.79px}.leading-\[25\.435px\]{--tw-leading:25.435px;line-height:25.435px}.leading-\[26px\]{--tw-leading:26px;line-height:26px}.leading-\[27px\]{--tw-leading:27px;line-height:27px}.leading-\[28\.8px\]{--tw-leading:28.8px;line-height:28.8px}.leading-\[28\.623px\]{--tw-leading:28.623px;line-height:28.623px}.leading-\[28px\]{--tw-leading:28px;line-height:28px}.leading-\[29\.561px\]{--tw-leading:29.561px;line-height:29.561px}.leading-\[30\.245px\]{--tw-leading:30.245px;line-height:30.245px}.leading-\[30px\]{--tw-leading:30px;line-height:30px}.leading-\[31\.2px\]{--tw-leading:31.2px;line-height:31.2px}.leading-\[32px\]{--tw-leading:32px;line-height:32px}.leading-\[33\.6px\]{--tw-leading:33.6px;line-height:33.6px}.leading-\[33\.12px\]{--tw-leading:33.12px;line-height:33.12px}.leading-\[34px\]{--tw-leading:34px;line-height:34px}.leading-\[35\.616px\]{--tw-leading:35.616px;line-height:35.616px}.leading-\[36px\]{--tw-leading:36px;line-height:36px}.leading-\[38\.4px\]{--tw-leading:38.4px;line-height:38.4px}.leading-\[38px\]{--tw-leading:38px;line-height:38px}.leading-\[39\.95px\]{--tw-leading:39.95px;line-height:39.95px}.leading-\[40px\]{--tw-leading:40px;line-height:40px}.leading-\[41\.6px\]{--tw-leading:41.6px;line-height:41.6px}.leading-\[43\.2px\]{--tw-leading:43.2px;line-height:43.2px}.leading-\[44px\]{--tw-leading:44px;line-height:44px}.leading-\[45px\]{--tw-leading:45px;line-height:45px}.leading-\[48px\]{--tw-leading:48px;line-height:48px}.leading-\[52px\]{--tw-leading:52px;line-height:52px}.leading-\[55\.442px\]{--tw-leading:55.442px;line-height:55.442px}.leading-\[64px\]{--tw-leading:64px;line-height:64px}.leading-\[normal\]{--tw-leading:normal;line-height:normal}.leading-none{--tw-leading:1;line-height:1}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[550\]{--tw-font-weight:550;font-weight:550}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.5px\]{--tw-tracking:-.5px;letter-spacing:-.5px}.tracking-\[-0\.27px\]{--tw-tracking:-.27px;letter-spacing:-.27px}.tracking-\[-0\.33px\]{--tw-tracking:-.33px;letter-spacing:-.33px}.tracking-\[-0\.46px\]{--tw-tracking:-.46px;letter-spacing:-.46px}.tracking-\[-0\.48px\]{--tw-tracking:-.48px;letter-spacing:-.48px}.tracking-\[-0\.52px\]{--tw-tracking:-.52px;letter-spacing:-.52px}.tracking-\[-0\.0866px\]{--tw-tracking:-.0866px;letter-spacing:-.0866px}.tracking-\[-0\.6124px\]{--tw-tracking:-.6124px;letter-spacing:-.6124px}.tracking-\[-0\.7262px\]{--tw-tracking:-.7262px;letter-spacing:-.7262px}.tracking-\[-1\.6646px\]{--tw-tracking:-1.6646px;letter-spacing:-1.6646px}.tracking-\[-1px\]{--tw-tracking:-1px;letter-spacing:-1px}.tracking-\[-2px\]{--tw-tracking:-2px;letter-spacing:-2px}.tracking-\[0\.02em\]{--tw-tracking:.02em;letter-spacing:.02em}.tracking-\[0\.7px\]{--tw-tracking:.7px;letter-spacing:.7px}.tracking-\[0\.8px\]{--tw-tracking:.8px;letter-spacing:.8px}.tracking-\[0\.15px\]{--tw-tracking:.15px;letter-spacing:.15px}.tracking-\[0\.0292px\]{--tw-tracking:.0292px;letter-spacing:.0292px}.tracking-\[0\.2552px\]{--tw-tracking:.2552px;letter-spacing:.2552px}.tracking-\[0\.3026px\]{--tw-tracking:.3026px;letter-spacing:.3026px}.tracking-\[1\.01px\]{--tw-tracking:1.01px;letter-spacing:1.01px}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.\[word-break\:break-word\]{word-break:break-word}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#0a1a4f\]{color:#0a1a4f}.text-\[\#0b1b50\]{color:#0b1b50}.text-\[\#00d5c1\]{color:#00d5c1}.text-\[\#1f2c30\]{color:#1f2c30}.text-\[\#1f3253\]{color:#1f3253}.text-\[\#1fc3b4\]{color:#1fc3b4}.text-\[\#2c3e50\]{color:#2c3e50}.text-\[\#3e4177\]{color:#3e4177}.text-\[\#5a6c7d\]{color:#5a6c7d}.text-\[\#5c606d\]{color:#5c606d}.text-\[\#5d5d5d\]{color:#5d5d5d}.text-\[\#5e4848\]{color:#5e4848}.text-\[\#06f\]{color:#06f}.text-\[\#7f8c8d\]{color:#7f8c8d}.text-\[\#444b8c\]{color:#444b8c}.text-\[\#14978b\]{color:#14978b}.text-\[\#26264f\]{color:#26264f}.text-\[\#181818\]{color:#181818}.text-\[\#363636\]{color:#363636}.text-\[\#c7c7c7\]{color:#c7c7c7}.text-\[\#e3e3e3\]{color:#e3e3e3}.text-\[\#e5e7eb\]{color:#e5e7eb}.text-\[\#ebab38\]{color:#ebab38}.text-\[\#f2f2f2\]{color:#f2f2f2}.text-\[\#fbf9f4\]{color:#fbf9f4}.text-\[rgba\(10\,26\,79\,0\.4\)\]{color:#0a1a4f66}.text-\[rgba\(11\,27\,80\,0\.4\)\]{color:#0b1b5066}.text-\[rgba\(11\,27\,80\,0\.5\)\]{color:#0b1b5080}.text-\[rgba\(11\,27\,80\,0\.6\)\]{color:#0b1b5099}.text-\[rgba\(11\,27\,80\,0\.75\)\]{color:#0b1b50bf}.text-\[rgba\(11\,27\,80\,0\.85\)\]{color:#0b1b50d9}.text-\[rgba\(32\,51\,84\,0\.5\)\]{color:#20335480}.text-\[rgba\(255\,255\,255\,0\.4\)\]{color:#fff6}.text-\[rgba\(255\,255\,255\,0\.5\)\]{color:#ffffff80}.text-\[rgba\(255\,255\,255\,0\.6\)\]{color:#fff9}.text-\[rgba\(255\,255\,255\,0\.7\)\]{color:#ffffffb3}.text-\[rgba\(255\,255\,255\,0\.75\)\]{color:#ffffffbf}.text-accent-foreground{color:var(--accent-foreground)}.text-black{color:var(--color-black)}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-red-500{color:var(--color-red-500)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-foreground,.text-sidebar-foreground\/70{color:var(--sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.text-sidebar-foreground\/70{color:color-mix(in oklab,var(--sidebar-foreground)70%,transparent)}}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.opacity-10{opacity:.1}.opacity-40{opacity:.4}.opacity-42{opacity:.42}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-darken{mix-blend-mode:darken}.mix-blend-difference{mix-blend-mode:difference}.mix-blend-luminosity{mix-blend-mode:luminosity}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-soft-light{mix-blend-mode:soft-light}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(11\,27\,80\,0\.18\)\]{--tw-shadow:0 4px 12px var(--tw-shadow-color,#0b1b502e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(11\,27\,80\,0\.25\)\]{--tw-shadow:0 4px 12px var(--tw-shadow-color,#0b1b5040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow:0 4px 16px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_8px_24px_rgba\(11\,27\,80\,0\.06\)\]{--tw-shadow:0 8px 24px var(--tw-shadow-color,#0b1b500f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_8px_24px_rgba\(11\,27\,80\,0\.12\)\]{--tw-shadow:0 8px 24px var(--tw-shadow-color,#0b1b501f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_14px_30px_rgba\(11\,27\,80\,0\.18\)\]{--tw-shadow:0 14px 30px var(--tw-shadow-color,#0b1b502e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_18px_40px_rgba\(0\,0\,0\,0\.18\)\]{--tw-shadow:0 18px 40px var(--tw-shadow-color,#0000002e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4px_12px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 4px 12px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 4px 20px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_10\.377px_24\.786px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 10.377px 24.786px 0px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_13\.836px_33\.048px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 13.836px 33.048px 0px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-ring\/50{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.ring-ring\/50{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.ring-sidebar-ring{--tw-ring-color:var(--sidebar-ring)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur-\[0px\]{--tw-blur:blur(0px);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,)}.blur-\[1\.9px\]{--tw-blur:blur(1.9px);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,)}.blur-\[3\.6px\]{--tw-blur:blur(3.6px);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,)}.drop-shadow-\[0px_2px_4px_rgba\(135\,206\,235\,0\.3\)\]{--tw-drop-shadow-size:drop-shadow(0px 2px 4px var(--tw-drop-shadow-color,#87ceeb4d));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.drop-shadow-\[0px_3\.6px_9px_rgba\(0\,0\,0\,0\.08\)\]{--tw-drop-shadow-size:drop-shadow(0px 3.6px 9px var(--tw-drop-shadow-color,#00000014));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.drop-shadow-\[0px_3\.8px_9\.5px_rgba\(0\,0\,0\,0\.08\)\]{--tw-drop-shadow-size:drop-shadow(0px 3.8px 9.5px var(--tw-drop-shadow-color,#00000014));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.drop-shadow-\[0px_4px_10px_rgba\(0\,0\,0\,0\.08\)\]{--tw-drop-shadow-size:drop-shadow(0px 4px 10px var(--tw-drop-shadow-color,#00000014));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.drop-shadow-\[0px_4px_10px_rgba\(0\,0\,0\,0\.15\)\]{--tw-drop-shadow-size:drop-shadow(0px 4px 10px var(--tw-drop-shadow-color,#00000026));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.drop-shadow-\[2px_0px_1\.504px_\#808080\]{--tw-drop-shadow-size:drop-shadow(2px 0px 1.504px var(--tw-drop-shadow-color,gray));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.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,)}.backdrop-blur-\[2\.5px\]{--tw-backdrop-blur:blur(2.5px);-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,)}.backdrop-blur-\[7\.5px\]{--tw-backdrop-blur:blur(7.5px);-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,)}.backdrop-blur-\[10px\]{--tw-backdrop-blur:blur(10px);-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,)}.backdrop-blur-\[63\.794px\]{--tw-backdrop-blur:blur(63.794px);-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,)}.backdrop-blur-\[75\.643px\]{--tw-backdrop-blur:blur(75.643px);-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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[filter\,opacity\]{transition-property:filter,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.fade-in-0{--tw-enter-opacity:0}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.zoom-in-95{--tw-enter-scale:.95}.paused{animation-play-state:paused}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media(hover:hover){.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing)*8)}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing)*-8)}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)) + 2px)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*2)!important}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing)*0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *){pointer-events:none}.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *){opacity:.5}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing)*-4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing)*0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state=open] *){rotate:180deg}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:var(--radius)}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant=floating] *){border-color:var(--sidebar-border)}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction=bottom] *){display:block}.group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport=false] *){top:100%}.group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.group\/navigation-menu)[data-viewport=false] *){margin-top:calc(var(--spacing)*1.5)}.group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.group\/navigation-menu)[data-viewport=false] *){overflow:hidden}.group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.group\/navigation-menu)[data-viewport=false] *){border-radius:calc(var(--radius) - 2px)}.group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.group\/navigation-menu)[data-viewport=false] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[viewport\=false\]\/navigation-menu\:bg-popover:is(:where(.group\/navigation-menu)[data-viewport=false] *){background-color:var(--popover)}.group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground:is(:where(.group\/navigation-menu)[data-viewport=false] *){color:var(--popover-foreground)}.group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.group\/navigation-menu)[data-viewport=false] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.group\/navigation-menu)[data-viewport=false] *){--tw-duration:.2s;transition-duration:.2s}@media(hover:hover){.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover~*){color:var(--sidebar-accent-foreground)}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-50:is(:where(.peer):disabled~*){opacity:.5}.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active=true]~*){color:var(--sidebar-accent-foreground)}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing)*1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing)*2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing)*1)}.selection\:bg-primary ::selection{background-color:var(--primary)}.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground ::selection{color:var(--primary-foreground)}.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing)*7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-\[rgba\(32\,51\,84\,0\.5\)\]::placeholder{color:#20335480}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing)*-2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:calc(var(--spacing)*1)}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}@media(hover:hover){.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-black\/90:hover{background-color:#000000e6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-black\/90:hover{background-color:color-mix(in oklab,var(--color-black)90%,transparent)}}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-muted:hover,.hover\:bg-muted\/50:hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.hover\:bg-primary:hover,.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:bg-sidebar-accent:hover{background-color:var(--sidebar-accent)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:ring-4:hover{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible=offcanvas] *){background-color:var(--sidebar)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}}.focus\:z-10:focus{z-index:10}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-primary:focus{background-color:var(--primary)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.focus-visible\:ring-ring:focus-visible,.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.focus-visible\:ring-white:focus-visible{--tw-ring-color:var(--color-white)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.focus-visible\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.focus-visible\:outline-ring:focus-visible{outline-color:var(--ring)}.active\:bg-sidebar-accent:active{background-color:var(--sidebar-accent)}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.active\:opacity-100:active{opacity:1}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-disabled\:opacity-50:has(:disabled){opacity:.5}.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar)}.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing)*4)1fr}.has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.aria-selected\:bg-accent[aria-selected=true]{background-color:var(--accent)}.aria-selected\:bg-primary[aria-selected=true]{background-color:var(--primary)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:var(--accent-foreground)}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.aria-selected\:text-primary-foreground[aria-selected=true]{color:var(--primary-foreground)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.data-\[active\=true\]\:border-ring[data-active=true]{border-color:var(--ring)}.data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--sidebar-accent)}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:text-accent-foreground[data-active=true]{color:var(--accent-foreground)}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[active\=true\]\:ring-\[3px\][data-active=true]{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}@media(hover:hover){.data-\[active\=true\]\:hover\:bg-accent[data-active=true]:hover{background-color:var(--accent)}}.data-\[active\=true\]\:focus\:bg-accent[data-active=true]:focus{background-color:var(--accent)}.data-\[active\=true\]\:aria-invalid\:border-destructive[data-active=true][aria-invalid=true]{border-color:var(--destructive)}.data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[error\=true\]\:text-destructive[data-error=true]{color:var(--destructive)}.data-\[inset\]\:pl-8[data-inset]{padding-left:calc(var(--spacing)*8)}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:calc(var(--spacing)*52)}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:calc(var(--spacing)*52*-1)}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:calc(var(--spacing)*52)}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:calc(var(--spacing)*52*-1)}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{--tw-exit-opacity:0}.data-\[orientation\=horizontal\]\:h-4[data-orientation=horizontal]{height:calc(var(--spacing)*4)}.data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal]{height:100%}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical]{min-height:calc(var(--spacing)*44)}.data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical]{width:calc(var(--spacing)*1.5)}.data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical]{width:auto}.data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:calc(var(--spacing)*0)}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:calc(var(--spacing)*1)}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--muted-foreground)}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(var(--spacing)*2*-1)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(var(--spacing)*2)}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(var(--spacing)*2*-1)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(var(--spacing)*2)}.data-\[size\=default\]\:h-9[data-size=default]{height:calc(var(--spacing)*9)}.data-\[size\=sm\]\:h-8[data-size=sm]{height:calc(var(--spacing)*8)}:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:color-mix(in oklab,var(--destructive)90%,transparent)}}:is(.\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--spacing)*12)}:is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot=navigation-menu-link]:focus{--tw-outline-style:none;outline-style:none}:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing)*2)}.data-\[state\=active\]\:bg-card[data-state=active]{background-color:var(--card)}.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-opacity:0}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=on\]\:bg-accent[data-state=on]{background-color:var(--accent)}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:var(--accent-foreground)}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:bg-accent[data-state=open],.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-opacity:0}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-scale:.95}@media(hover:hover){.data-\[state\=open\]\:hover\:bg-accent[data-state=open]:hover{background-color:var(--accent)}.data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state=open]:hover{background-color:var(--sidebar-accent)}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--sidebar-accent-foreground)}}.data-\[state\=open\]\:focus\:bg-accent[data-state=open]:focus{background-color:var(--accent)}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-switch-background[data-state=unchecked]{background-color:var(--switch-background)}.data-\[state\=visible\]\:animate-in[data-state=visible]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus{color:var(--destructive)}.data-\[variant\=outline\]\:border-l-0[data-variant=outline]{border-left-style:var(--tw-border-style);border-left-width:0}.data-\[variant\=outline\]\:shadow-xs[data-variant=outline]{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[variant\=outline\]\:first\:border-l[data-variant=outline]:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{inset-inline:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:calc(var(--spacing)*24)}.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction=bottom]{max-height:80vh}.data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left]{inset-block:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction=left]{width:75%}.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{inset-block:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right]{width:75%}.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{inset-inline:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:calc(var(--spacing)*24)}.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction=top]{max-height:80vh}.data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}@media(min-width:40rem){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:calc(var(--spacing)*2.5)}.sm\:pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.sm\:pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.sm\:text-left{text-align:left}.data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction=right]{max-width:var(--container-sm)}}@media(min-width:48rem){.md\:absolute{position:absolute}.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing)*2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing)*0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:calc(var(--radius) + 4px)}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing)*2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:bg-destructive\/60:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-destructive\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive)60%,transparent)}}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:text-muted-foreground:is(.dark *){color:var(--muted-foreground)}@media(hover:hover){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--input)50%,transparent)}}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[state\=active\]\:border-input:is(.dark *)[data-state=active]{border-color:var(--input)}.dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state=active]{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state=active]{background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state=active]{color:var(--foreground)}.dark\:data-\[state\=checked\]\:bg-primary:is(.dark *)[data-state=checked]{background-color:var(--primary)}.dark\:data-\[state\=checked\]\:bg-primary-foreground:is(.dark *)[data-state=checked]{background-color:var(--primary-foreground)}.dark\:data-\[state\=unchecked\]\:bg-card-foreground:is(.dark *)[data-state=unchecked]{background-color:var(--card-foreground)}.dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked]{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--input)80%,transparent)}}.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--muted-foreground)}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:var(--border)}@supports (color:color-mix(in lab,red,red)){.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:color-mix(in oklab,var(--border)50%,transparent)}}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--border)}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:#0000}.\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{outline-offset:2px;outline:2px solid #0000}}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--muted)}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{outline-offset:2px;outline:2px solid #0000}}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:#0000}.\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{outline-offset:2px;outline:2px solid #0000}}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-block:calc(var(--spacing)*1.5)}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--spacing)*0)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--spacing)*5)}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:calc(var(--spacing)*12)}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-block:calc(var(--spacing)*3)}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:calc(var(--spacing)*5)}.\[\&_li\]\:leading-\[normal\] li{--tw-leading:normal;line-height:normal}.\[\&_li\+li\]\:mt-\[4px\] li+li{margin-top:4px}.\[\&_p\]\:leading-relaxed p{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:var(--accent)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:first-child:has([aria-selected]){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:last-child:has([aria-selected]),.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\.border-b\]\:pb-6.border-b{padding-bottom:calc(var(--spacing)*6)}.\[\.border-t\]\:pt-6.border-t{padding-top:calc(var(--spacing)*6)}:is(.\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--spacing)*2)}:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--destructive)!important}.\[\&\:last-child\]\:pb-6:last-child{padding-bottom:calc(var(--spacing)*6)}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&\>svg\]\:size-3>svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&\>svg\]\:size-3\.5>svg{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>svg\]\:h-2\.5>svg{height:calc(var(--spacing)*2.5)}.\[\&\>svg\]\:h-3>svg{height:calc(var(--spacing)*3)}.\[\&\>svg\]\:w-2\.5>svg{width:calc(var(--spacing)*2.5)}.\[\&\>svg\]\:w-3>svg{width:calc(var(--spacing)*3)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>svg\]\:text-current>svg{color:currentColor}.\[\&\>svg\]\:text-muted-foreground>svg{color:var(--muted-foreground)}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{rotate:90deg}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{rotate:180deg}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing)*-2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing)*-2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}@media(hover:hover){a.\[a\&\]\:hover\:bg-accent:hover{background-color:var(--accent)}a.\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){a.\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}a.\[a\&\]\:hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){a.\[a\&\]\:hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}a.\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){a.\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:color-mix(in oklab,var(--secondary)90%,transparent)}}a.\[a\&\]\:hover\:text-accent-foreground:hover{color:var(--accent-foreground)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--font-size:16px;--background:#fff;--foreground:oklch(14.5% 0 0);--card:#fff;--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:#030213;--primary-foreground:oklch(100% 0 0);--secondary:oklch(95% .0058 264.53);--secondary-foreground:#030213;--muted:#ececf0;--muted-foreground:#717182;--accent:#e9ebef;--accent-foreground:#030213;--destructive:#d4183d;--destructive-foreground:#fff;--border:#0000001a;--input:transparent;--input-background:#f3f3f5;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:#030213;--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}@keyframes hero-cards-slide-up{0%{transform:translateY(0)}to{transform:translateY(-1171.5px)}}[data-name=F1]>div.contents{will-change:transform;animation:30s linear infinite hero-cards-slide-up;display:block}[data-name=F1]>div.contents:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){[data-name=F1]>div.contents{animation:none}}[data-name=F1] [data-name="1"],[data-name=F1] [data-name="2"],[data-name=F1] [data-name="1"]>div,[data-name=F1] [data-name="2"]>div{display:block;top:0;left:0}[data-name=F1] [data-name="2"]{transform:translateY(217.272px)}[data-name=F1] [data-name="1"]>div:nth-child(2),[data-name=F1] [data-name="2"]>div:nth-child(2){transform:translate(51.084px,41.296px)}[data-name=F1] [data-name="1"]>div:nth-child(3),[data-name=F1] [data-name="2"]>div:nth-child(3){transform:translate(51.084px,108.641px)}[data-name=F1] [data-name="1"]>div:nth-child(4),[data-name=F1] [data-name="2"]>div:nth-child(4){transform:translateY(149.927px)}[data-name=F1] [data-name="1"]>div:nth-child(5),[data-name=F1] [data-name="2"]>div:nth-child(5){transform:translate(51.084px)}[data-name=F1] [data-name="1"]>div:nth-child(6),[data-name=F1] [data-name="2"]>div:nth-child(6){transform:translateY(67.345px)}[data-name=F1] [data-name="1"]>div:nth-child(7),[data-name=F1] [data-name="2"]>div:nth-child(7){transform:translateY(108.641px)}[data-name=F1] [data-name="1"]>div:nth-child(8),[data-name=F1] [data-name="2"]>div:nth-child(8){transform:translate(51.084px,175.976px)}@keyframes hero-cards-slide-up-mobile{0%{transform:scale(.4125)translateY(0)}to{transform:scale(.4125)translateY(-1171.5px)}}[data-name=StudentMobile] [data-name=F1]>div.contents{will-change:transform;animation:30s linear infinite hero-cards-slide-up-mobile;display:block}[data-name=StudentMobile] [data-name=F1]>div.contents:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){[data-name=StudentMobile] [data-name=F1]>div.contents{animation:none;transform:scale(.4125)}}@keyframes engaging-cards-slide-up{0%{transform:translateY(0)}to{transform:translateY(-2205.96px)}}[data-name="Engaging Learning"]>div.contents>div.contents{will-change:transform;animation:40s linear infinite engaging-cards-slide-up;display:block;top:0;left:0}[data-name="Engaging Learning"]>div.contents>div.contents:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){[data-name="Engaging Learning"]>div.contents>div.contents{animation:none}}@media(max-width:1023px){[class*="text-[51.424px]"]{font-size:44px!important}[class*="text-[44px]"]{font-size:40px!important}[class*="text-[40px]"]{font-size:36px!important}[class*="text-[36.309px]"]{font-size:32px!important}[class*="text-[34px]"]{font-size:30px!important}[class*="text-[28.898px]"]{font-size:25px!important}[class*="text-[25.44px]"]{font-size:22px!important}[class*="text-[22.5px]"],[class*="text-[22.12px]"],[class*="text-[22px]"]{font-size:20px!important}[class*="text-[21.603px]"]{font-size:19px!important}[data-name="Engaging Learning"]{width:1500px!important}[data-name="Learn Anytime, Anywhere"]{width:1760px!important;left:80px!important}div[class*=absolute][class*=contents][class*="left-[1004.72px]"][class*="top-[1086px]"]:not([data-name]),div[class*=absolute][class*=contents][class*="left-[1419.17px]"][class*="top-[1086px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(-828.89px,460px)!important}div.absolute[class*=bg-gradient-to-r][class*="h-[777px]"][class*="top-[864px]"][class*="w-[1929px]"]{height:1237px!important}div[class*=absolute][class*=contents][class*="left-[825px]"][class*="top-[1911px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(-363px)!important}div[class*=absolute][class*=contents][class*="left-[166px]"][class*="top-[1912px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(467px,611px)!important}div[class*=absolute][class*=contents][class*="left-[995.82px]"][class*="top-[2750px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(-814.82px,440px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[166px]"][class*="top-[1734px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="top-[2646px]"][class*="left-[calc(50%+0.5px)]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[31px]"][class*="top-[3295px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[13px]"][class*="top-[4076.97px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[214px]"][class*="top-[5375px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[4px]"][class*="top-[6084px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[27px]"][class*="top-[7065px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[166px]"][class*="top-[1734px]"]:not([data-name]){transform:translateY(460px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="top-[2646px]"][class*="left-[calc(50%+0.5px)]"]:not([data-name]){transform:translateY(1075px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[31px]"][class*="top-[3295px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[13px]"][class*="top-[4076.97px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[214px]"][class*="top-[5375px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[4px]"][class*="top-[6084px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[27px]"][class*="top-[7065px]"]:not([data-name]){transform:translateY(1515px)!important}}@media(max-width:767px){[data-name=Login]{overflow:visible!important}[data-name=Login]>div[class*=absolute][class*=contents][class*="left-[160px]"][class*="top-[161px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(527.5px)!important}[data-name=Login]>div[class*=absolute][class*=contents][class*="left-[calc(60%-27px)]"][class*="top-[318px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(-415px,703px)!important}[data-name="Engaging Learning"]{width:1820px!important}[data-name="Learn Anytime, Anywhere"]{width:1880px!important;left:20px!important}div[class*=absolute][class*=contents][class*="left-[590.28px]"][class*="top-[1086px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translate(-414.45px,460px)!important}div[class*=absolute][class*=contents][class*="left-[1004.72px]"][class*="top-[1086px]"]:not([data-name]){transform:translate(-828.89px,920px)!important}div[class*=absolute][class*=contents][class*="left-[1419.17px]"][class*="top-[1086px]"]:not([data-name]){transform:translate(-1243.34px,1380px)!important}div.absolute[class*=bg-gradient-to-r][class*="h-[777px]"][class*="top-[864px]"][class*="w-[1929px]"]{height:2157px!important}div.absolute[data-name=div][class*="left-[684px]"][class*="top-[5538.97px]"][class*="w-[600px]"]{transform:translate(-470px,366.578px)!important}div.absolute[data-name=div][class*="left-[1314px]"][class*="top-[5590.76px]"][class*="w-[440px]"]{transform:translate(-1100px,733.149px)!important}[data-name="Slides navigation"]{transform:translate(-50%)translateY(688px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[22px]"][class*="top-[864px]"]:not([data-name]){width:100%!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;transform:translateY(575px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[166px]"][class*="top-[1734px]"]:not([data-name]){transform:translateY(1955px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="top-[2646px]"][class*="left-[calc(50%+0.5px)]"]:not([data-name]){transform:translateY(2570px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[31px]"][class*="top-[3295px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[13px]"][class*="top-[4076.97px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[214px]"][class*="top-[5375px]"]:not([data-name]){transform:translateY(3010px)!important}div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[4px]"][class*="top-[6084px]"]:not([data-name]),div.absolute[class*="h-[980px]"][class*="left-[-27px]"][class*="top-[100px]"][class*="w-[1961px]"]>div[class*=absolute][class*=contents][class*="left-[27px]"][class*="top-[7065px]"]:not([data-name]){transform:translateY(3700px)!important}}.site-nav{contain:layout style;border:0;margin:0;padding:0;position:absolute;top:0}.site-nav--default{width:434px;height:75px;left:625px}.site-nav--student{width:576px;height:100px;left:833.333px}.site-nav-item{box-sizing:border-box;letter-spacing:0;white-space:nowrap;cursor:pointer;min-width:0;max-width:none;height:100%;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:0;outline:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:1;display:flex;position:absolute;top:0;transform:none}.site-nav--default .site-nav-item{font-size:13.5px}.site-nav--default .site-nav-item:first-child{width:54px;left:0}.site-nav--default .site-nav-item:nth-child(2){width:108px;left:68px}.site-nav--default .site-nav-item:nth-child(3){width:88px;left:190px}.site-nav--default .site-nav-item:nth-child(4){width:80px;left:292px}.site-nav--default .site-nav-item:nth-child(5){width:48px;left:386px}.site-nav--student .site-nav-item{font-size:18px}.site-nav--student .site-nav-item:first-child{width:72px;left:0}.site-nav--student .site-nav-item:nth-child(2){width:144px;left:90px}.site-nav--student .site-nav-item:nth-child(3){width:117.333px;left:252px}.site-nav--student .site-nav-item:nth-child(4){width:106.667px;left:387.333px}.site-nav--student .site-nav-item:nth-child(5){width:64px;left:512px}.site-nav-item__label{text-align:center;color:#0a1a4f;pointer-events:none;width:100%;margin:0;padding:0;font-style:normal;font-weight:400;line-height:1;display:block}.site-nav-item[aria-current=page] .site-nav-item__label{color:#1fc3b4}.site-nav-item:hover,.site-nav-item:active,.site-nav-item:focus,.site-nav-item:focus-visible{opacity:1;box-shadow:none;border:0;outline:none;margin:0;padding:0;font-weight:400;transform:none}.site-nav-item[aria-current=page]{cursor:default;pointer-events:auto}.home-hero-stat-score{text-align:center;text-transform:capitalize;flex-direction:column;justify-content:flex-start;align-items:center;gap:1px;width:125.418px;margin:0;padding:0;display:flex;transform:translate(-50%)}.home-hero-stat-score__label--sm{letter-spacing:-.15px;white-space:nowrap;text-align:center;align-self:flex-start;width:105.648px;margin-bottom:5px;font-size:9.885px;line-height:1}.home-hero-stat-score__label{color:#5c606d;margin:0;padding:0;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;line-height:1.1}.home-hero-stat-score__label--md{white-space:nowrap;width:100%;font-size:11.121px}.home-hero-stat-score__value{color:#1f3253;white-space:nowrap;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:33.362px;font-style:normal;font-weight:800;line-height:1}.home-hero-stat-score--mobile{gap:1px;width:74.415px}.home-hero-stat-score__value--mobile{font-size:19.795px}.home-hero-stat-score__label--mobile-md{font-size:6.598px}.home-hero-stat-score--mobile .home-hero-stat-score__label--sm{letter-spacing:-.1px;width:62.684px;font-size:5.865px}.schools-hero-stat{text-align:left;text-transform:uppercase;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;width:96px;margin:0;padding:0;display:flex}.schools-hero-stat__icon{flex-shrink:0;width:30.891px;height:30.891px;margin-bottom:4px}.schools-hero-stat__value{color:#1f3253;white-space:nowrap;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:33.362px;font-weight:800;line-height:1}.schools-hero-stat__label{color:#5c606d;text-align:left;width:96px;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:9.885px;font-weight:600;line-height:1.15}.schools-hero-stat--mobile{gap:1px;width:53.12px}.schools-hero-stat--mobile .schools-hero-stat__icon{width:17.093px;height:17.093px;margin-bottom:2px}.schools-hero-stat--mobile .schools-hero-stat__value{font-size:18.461px}.schools-hero-stat--mobile .schools-hero-stat__label{width:53.12px;font-size:5.47px}.home-hero-stat-ring{text-align:center;justify-content:center;align-items:center;width:68.578px;display:flex;transform:translate(-50%)}.home-hero-stat-ring__value{color:#fff;white-space:nowrap;text-transform:uppercase;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:33.362px;font-weight:800;line-height:1}.home-hero-stat-ring--mobile{width:40.69px}.home-hero-stat-ring__value--mobile{font-size:19.795px}.home-hero-stat-badge{width:172.99px}.home-hero-stat-badge__value{color:#06f;flex-shrink:0;font-family:Poppins,sans-serif;font-size:23.636px;font-style:normal;font-weight:800;line-height:1}.home-hero-stat-badge__text{color:#26264f;word-break:break-word;font-family:Poppins,sans-serif;font-size:10.5px;font-style:normal;font-weight:600;line-height:1.2}.home-hero-stat-badge--mobile{width:95.721px}.home-hero-stat-badge__value--mobile{font-size:15px}.home-hero-stat-badge__text--mobile{font-size:6.2px;line-height:1.15}html,body,#root,.site-page,.site-page *,.site-header,.site-header *,.site-footer,.site-footer *,input,textarea,select,button,optgroup,label,[data-sonner-toaster],[data-sonner-toaster] *{font-family:var(--ts-font-family)}[class*="Poppins:"],[class*="Inter:"]{font-family:var(--ts-font-family)!important}[class*="Poppins:ExtraBold"]{font-weight:800!important}[class*="Poppins:SemiBold"]{font-weight:600!important}[class*="Poppins:Bold"]{font-weight:700!important}[class*="Poppins:Medium"]{font-weight:500!important}[class*="Poppins:Regular"]{font-weight:400!important}[class*="Inter:Semi_Bold"],[class*="Inter:SemiBold"]{font-weight:600!important}[class*="Inter:Bold"]{font-weight:700!important}[class*="Inter:Medium"]{font-weight:500!important}[class*="Inter:Regular"]{font-weight:400!important}html{scrollbar-gutter:stable}html,body{margin:0;overflow-x:hidden}body{-webkit-text-size-adjust:100%;max-width:100%;min-height:100vh;font-family:var(--ts-font-family)}#root{width:100%;max-width:100%}@property --tw-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes pulse{50%{opacity:.5}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}
