@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Playfair+Display:wght@600;700&display=swap";.mobile-drawer__paper.MuiPaper-root{background-color:#faf6eb;flex-direction:column;height:100%;display:flex}.mobile-drawer__header{background-color:#22533b;flex-shrink:0;justify-content:space-between;align-items:center;min-height:72px;padding:.3rem .75rem .3rem 1.25rem;display:flex}.mobile-drawer__brand{color:#e2c985;letter-spacing:.02em;font-size:1.2rem;font-weight:700;line-height:1.6}.mobile-drawer__close.MuiIconButton-root{color:#ffffffd9}.mobile-drawer__close.MuiIconButton-root:hover{background-color:#ffffff1f}.header.MuiAppBar-root{background-color:#22533b;box-shadow:0 3px 10px #00000029}.header__toolbar{justify-content:space-between;gap:1rem;min-height:72px;padding-top:.3rem;padding-bottom:.3rem}.header__logo-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo-img{width:auto;height:56px}@media (width<=599px){.header__logo-img{height:46px}}.header__nav-desktop{gap:.25rem;display:none}@media (width>=900px){.header__nav-desktop{align-items:center;display:flex}}.header__nav-link.MuiButton-root{color:#ffffffed;border-radius:6px;padding:.3rem .85rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s,background-color .2s,opacity .2s;position:relative}.header__nav-link.MuiButton-root:after{content:"";background-color:#e2c985;border-radius:999px;width:0;height:3px;transition:width .3s,left .3s;position:absolute;bottom:-.25rem;left:50%}.header__nav-link.MuiButton-root:hover{color:#fff;opacity:1;background-color:#0000}.header__nav-link.MuiButton-root:hover:after{width:55%;left:22.5%}.header__nav-link.MuiButton-root.active{color:#fff}.header__nav-link.MuiButton-root.active:after{width:55%;left:22.5%}.header__social{gap:.25rem;display:none}@media (width>=900px){.header__social{align-items:center;display:flex}}.header__social-icon.MuiIconButton-root{color:#fff;border:2px solid #ffffffe6;width:34px;height:34px;transition:color .2s,transform .2s,border-color .2s}.header__social-icon.MuiIconButton-root:hover{color:#e2c985;background-color:#0000;border-color:#e2c985;transform:scale(1.1)}.header__mobile-toggle.MuiIconButton-root{color:#fff;display:flex}@media (width>=900px){.header__mobile-toggle.MuiIconButton-root{display:none}}.header__drawer-list{padding:.5rem!important}.header__drawer-link.MuiListItemButton-root{border-radius:6px!important;margin:1px 0!important;padding:.5rem .75rem!important;transition:background-color .15s!important}.header__drawer-link.MuiListItemButton-root .MuiListItemText-primary{color:#333;font-size:.9rem;font-weight:600}.header__drawer-link.MuiListItemButton-root.active{background-color:#22533b1a}.header__drawer-link.MuiListItemButton-root.active .MuiListItemText-primary{color:#22533b;font-weight:700}.header__drawer-link.MuiListItemButton-root.active .header__drawer-nav-icon{color:#22533b}.header__drawer-link.MuiListItemButton-root:hover:not(.active){background-color:#22533b0f}.header__drawer-nav-icon.MuiListItemIcon-root{color:#777;min-width:34px}.header__drawer-social{border-top:1px solid #e9dfcc;justify-content:center;gap:1rem;margin-top:auto;padding:1rem;display:flex}.footer{color:#fff;background-color:#22533b;margin-top:0;padding-bottom:1.5rem}.footer__top-stripe{background:linear-gradient(90deg,#22533b,#d3b46f,#22533b);height:2px;margin-bottom:2.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width>=600px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.footer__grid{grid-template-columns:2fr 1fr 1.5fr}}.footer__section-title.MuiTypography-root{color:#d3b46f;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.footer__description.MuiTypography-root{color:#ddd;line-height:1.7}.footer__link-stack{flex-direction:column;gap:.5rem;display:flex}.footer__link.MuiLink-root{color:#ddd;text-decoration:none;transition:color .2s}.footer__link.MuiLink-root:hover{color:#d3b46f}.footer__contact-list{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.footer__contact-item{align-items:flex-start;gap:.5rem;display:flex}.footer__contact-icon.MuiSvgIcon-root{color:#d3b46f;flex-shrink:0;margin-top:2px;font-size:1.2rem}.footer__contact-text.MuiTypography-root{color:#ddd;line-height:1.6}.footer__social-links{gap:.75rem;display:flex}.footer__social-link.MuiLink-root{color:#ddd;transition:color .2s,transform .2s;display:inline-flex}.footer__social-link.MuiLink-root:hover{color:#d3b46f;transform:scale(1.15)}.footer__copyright{text-align:center;border-top:1px solid #ffffff26;padding-top:1.5rem}.footer__copyright-text.MuiTypography-root{color:#aaa;font-size:.85rem}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex-grow:1}.notification-alert{background-color:#f6f2e8;border-left:4px solid #d3b46f;width:100%;font-weight:600;box-shadow:0 4px 16px #0000001f}.notification-alert.MuiAlert-standardSuccess,.notification-alert.MuiAlert-standardSuccess .MuiAlert-icon,.notification-alert.MuiAlert-standardSuccess .MuiAlert-action .MuiIconButton-root{color:#22533b}.notification-alert.MuiAlert-standardError,.notification-alert.MuiAlert-standardError .MuiAlert-icon,.notification-alert.MuiAlert-standardError .MuiAlert-action .MuiIconButton-root{color:#7a1f2e}.notification-alert.MuiAlert-standardWarning,.notification-alert.MuiAlert-standardWarning .MuiAlert-icon,.notification-alert.MuiAlert-standardWarning .MuiAlert-action .MuiIconButton-root{color:#7a4e1a}.notification-alert.MuiAlert-standardInfo,.notification-alert.MuiAlert-standardInfo .MuiAlert-icon,.notification-alert.MuiAlert-standardInfo .MuiAlert-action .MuiIconButton-root{color:#1a3d5c}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#333;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f3ea;font-weight:400;line-height:1.6}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}img{max-width:100%;height:auto}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(28px)}.reveal.reveal--visible{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(22px)}.reveal-stagger.reveal--visible>*{opacity:1;transform:none}.reveal-stagger.reveal--visible>:first-child{transition-delay:50ms}.reveal-stagger.reveal--visible>:nth-child(2){transition-delay:.17s}.reveal-stagger.reveal--visible>:nth-child(3){transition-delay:.29s}.reveal-stagger.reveal--visible>:nth-child(4){transition-delay:.41s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1;transition:none;transform:none}}.button--primary.MuiButton-contained{color:#fff;background-color:#22533b;background-image:linear-gradient(#1f7a53 0%,#155f3f 46%,#0f4f34 100%);border:1px solid #0f4f34}.button--primary.MuiButton-contained:hover{background-color:#0f4f34;background-image:linear-gradient(#278a60 0%,#166848 50%,#0f4f34 100%)}.button--gold.MuiButton-contained{color:#0f4f34;background-color:#d3b46f;background-image:linear-gradient(#ecd99e 0%,#d8bc78 48%,#b8954f 100%);border:1px solid #b8954f}.button--gold.MuiButton-contained:hover{background-color:#c9aa63;background-image:linear-gradient(#f2e3b2 0%,#dfc986 52%,#bb9c5a 100%)}.caption{background-image:url(/images/caption.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:455px;display:flex;position:relative;overflow:hidden}@media (width>=600px){.caption{min-height:520px}}@media (width>=900px){.caption{min-height:540px}}.caption__overlay{z-index:1;background:linear-gradient(90deg,#0e472f8c 0%,#0e472f66 35%,#0e472f1a 55%,#0000 65%);position:absolute;inset:0}@media (width<=899px){.caption__overlay{background:linear-gradient(#0e472f80 0%,#0e472f33 60%,#0000 100%)}}.caption__container{z-index:2;min-height:inherit;align-items:center;padding-top:3rem;padding-bottom:3rem;display:flex;position:relative}.caption__content{color:#fff;max-width:560px}.caption__title.MuiTypography-root{color:#fff;margin-bottom:.85rem;font-size:2rem;font-weight:600;line-height:1.2}@media (width>=600px){.caption__title.MuiTypography-root{font-size:2.5rem}}.caption__title-highlight{letter-spacing:.01em;font-size:1.2em;font-weight:700;display:block}.caption__subtitle.MuiTypography-root{color:#e2c985;margin-bottom:2rem;font-size:2rem;font-weight:600;line-height:1.15;display:inline-block;position:relative}@media (width>=600px){.caption__subtitle.MuiTypography-root{font-size:2.25rem}}.caption__line{background:linear-gradient(90deg,#0000,#d3b46f,#0000);width:100%;height:2px;margin-bottom:1rem;display:block}.caption__actions{flex-wrap:wrap;gap:1rem;display:flex}.caption:after{content:"";z-index:3;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f3ea' d='M0,50 C360,20 1080,70 1440,35 L1440,70 L0,70 Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;width:100%;height:70px;position:absolute;bottom:0;left:0}.section-title{margin-bottom:1.85rem}.section-title__divider{align-items:center;gap:.6rem;margin:0 auto;display:flex}.section-title__line{background:linear-gradient(90deg,#0000,#d3b46f,#0000);flex:1;height:1px}.section-title__arrow{color:#d3b46f;font-size:1.15rem;font-weight:700;line-height:1}.section-title__text.MuiTypography-root{color:#22533b;word-break:break-word;overflow-wrap:break-word;text-align:center;margin:0;font-size:1.75rem;font-weight:600}@media (width>=600px){.section-title__text.MuiTypography-root{font-size:2rem}}@media (width>=900px){.section-title__text.MuiTypography-root{font-size:2.3rem}}.section-title__text--inverted.MuiTypography-root{color:#fff}.why-choose-us{padding:1.5rem 0}.why-choose-us__grid{grid-template-columns:1fr;gap:.9rem;display:grid}@media (width>=600px){.why-choose-us__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.why-choose-us__grid{grid-template-columns:repeat(4,1fr)}}.why-choose-us__card{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#f6f2e8;border:1px solid #e9dfcc;border-radius:10px;align-items:center;gap:.8rem;padding:.9rem 1.05rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 14px #0000001a}.why-choose-us__card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000021}.why-choose-us__card--active{border-color:#22533b;box-shadow:0 6px 20px #22533b2e}.why-choose-us__card--active .why-choose-us__info-icon{color:#22533b}.why-choose-us__icon{color:#22533b;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.6rem;display:flex}.why-choose-us__icon svg{filter:drop-shadow(0 1px 1px #00000026)}.why-choose-us__card-title.MuiTypography-root{color:#333;flex:1;font-size:1rem;font-weight:600;line-height:1.25}.why-choose-us__card--inline{text-align:center;cursor:default;flex-direction:column;align-items:center;padding:1.25rem 1.05rem}.why-choose-us__card--inline:hover{transform:translateY(-3px)}.why-choose-us__card--inline .why-choose-us__icon{background-color:#22533b14;border-radius:12px;width:52px;height:52px;margin-bottom:.65rem;font-size:1.9rem}.why-choose-us__card-description.MuiTypography-root{color:#555;margin-top:.45rem;font-size:.88rem;line-height:1.55}.why-choose-us__info-icon.MuiSvgIcon-root{color:#777;flex-shrink:0;margin-left:auto;font-size:1.1rem;transition:color .2s}.why-choose-us__popper{z-index:10}.why-choose-us__popover-paper.MuiPaper-root{background-color:#f6f2e8;border:1px solid #e9dfcc;border-radius:10px;max-width:260px;padding:.75rem 1rem;box-shadow:0 8px 28px #00000024}.why-choose-us__popover-text.MuiTypography-root{color:#555;font-size:.88rem;line-height:1.5}.async-content__loading{justify-content:center;align-items:center;padding:48px 0;display:flex}.async-content__error{text-align:center;color:var(--mui-palette-error-main);padding:24px 0}.news-section{background-color:#f9f5ea;padding:1.5rem 0;position:relative;overflow:hidden}.news-section__card{text-align:center;padding:.65rem 1.4rem 1.2rem;position:relative}.news-section__title.MuiTypography-root{color:#22533b;cursor:pointer;margin-bottom:.3rem;font-size:1.5rem;font-weight:600;line-height:1.6;transition:color .2s}.news-section__title.MuiTypography-root:hover{color:#b8954f;text-decoration:underline}.news-section__dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.news-section__dot{cursor:pointer;background-color:#22533b33;border-radius:50%;width:10px;height:10px;transition:background-color .3s,transform .2s}.news-section__dot:hover,.news-section__dot--active{background-color:#22533b;transform:scale(1.2)}.news-section--inverted{background-color:#22533b;padding:4rem 0}.news-section--inverted:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f3ea' d='M0,0 L1440,0 L1440,25 C960,60 480,5 0,35 Z'/%3E%3C/svg%3E") top/100% 100% no-repeat;width:100%;height:60px;position:absolute;top:0;left:0}.news-section--inverted:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f3ea' d='M0,35 C480,5 960,60 1440,25 L1440,60 L0,60 Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;width:100%;height:60px;position:absolute;bottom:0;left:0}.news-section--inverted .news-section__title.MuiTypography-root{color:#fff}.news-section--inverted .news-section__title.MuiTypography-root:hover{color:#e2c985}.news-section--inverted .news-section__dot{background-color:#ffffff4d}.news-section--inverted .news-section__dot:hover{background-color:#e2c985}.news-section--inverted .news-section__dot--active{background-color:#d3b46f}.courses{padding:1.5rem 0}.courses__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.courses__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.courses__grid{grid-template-columns:repeat(4,1fr)}}.courses__card{background:#f6f2e8;border:1px solid #e9dfcc;border-radius:10px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 16px #0000001f}.courses__card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000024}.courses__card:hover .courses__image{transform:scale(1.05)}.courses__image-wrapper{aspect-ratio:5/3;border-radius:10px 10px 0 0;overflow:hidden}.courses__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.courses__info{text-align:center;padding:.95rem .8rem 1rem}.courses__title.MuiTypography-root{color:#333;margin-bottom:.85rem;font-size:1.05rem;font-weight:700}.gallery{z-index:0;background:linear-gradient(#f9f5ea 70%,#22533b 30%);padding:1.5rem 0;position:relative}.gallery--embedded{background:0 0;padding:0}.gallery--embedded .gallery__grid{padding:3rem 0 4rem}.gallery--embedded .gallery__item{border-width:2px;border-radius:12px}.gallery--embedded .gallery__item:hover{box-shadow:0 10px 30px #00000029}.gallery--embedded:before{display:none}.gallery__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=600px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}.gallery__item{aspect-ratio:4/3;cursor:pointer;border:1px solid #d3b46f66;border-radius:8px;outline:none;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.gallery__item:focus-visible{box-shadow:0 0 0 3px #d3b46fb3}.gallery__item:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000004d}.gallery__item:hover .gallery__image{transform:scale(1.08)}.gallery__item:hover .gallery__caption{opacity:1}.gallery__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.gallery__caption{opacity:0;background:linear-gradient(#0000,#000000b3);padding:1rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery__caption-text.MuiTypography-root{color:#fff;font-size:.9rem;font-weight:500}.gallery:before{content:"";z-index:-1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath fill='%2322533b' d='M0,35 C480,5 960,60 1440,25 L1440,60 L0,60 Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;width:100%;height:60px;position:absolute;top:calc(71% - 60px);left:0}.gallery__lightbox{justify-content:center;align-items:center;display:flex}.gallery__lightbox-inner{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;outline:none;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:relative}.gallery__lightbox-img{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:6px;max-width:calc(100vw - 160px);max-height:calc(100vh - 120px);box-shadow:0 8px 40px #0009}.gallery__lightbox-img--right{animation:.3s lightbox-slide-right}.gallery__lightbox-img--left{animation:.3s lightbox-slide-left}@media (width<=600px){.gallery__lightbox-img{max-width:calc(100vw - 24px);max-height:calc(100vh - 160px)}}@keyframes lightbox-slide-right{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}@keyframes lightbox-slide-left{0%{opacity:0;transform:translate(-48px)}to{opacity:1;transform:translate(0)}}.gallery__lightbox-close.MuiIconButton-root{top:calc(16px + env(safe-area-inset-top,0px));right:calc(16px + env(safe-area-inset-right,0px));color:#fff;z-index:1;background:#ffffff1a;transition:background .2s;position:absolute}.gallery__lightbox-close.MuiIconButton-root:hover{background:#ffffff40}.gallery__lightbox-nav.MuiIconButton-root{color:#fff;z-index:1;background:#ffffff1a;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.gallery__lightbox-nav.MuiIconButton-root:hover{background:#ffffff40}.gallery__lightbox-nav--prev.MuiIconButton-root{left:16px}.gallery__lightbox-nav--next.MuiIconButton-root{right:16px}.gallery__lightbox-footer{padding:12px 24px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:linear-gradient(#0000,#000000a6);justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery__lightbox-alt.MuiTypography-root{color:#ffffffe6;font-size:.95rem}.gallery__lightbox-counter.MuiTypography-root{color:#fff9;white-space:nowrap;font-size:.85rem}.testimonials{background-color:#22533b;padding:1.5rem 0;position:relative;overflow:hidden}.testimonials__card{text-align:center;padding:.65rem 1.4rem 1.2rem;position:relative}.testimonials__stars{opacity:.88;justify-content:center;gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonials__star.MuiSvgIcon-root{color:#d3b46f;font-size:1.5rem}.testimonials__quote.MuiTypography-root{color:#fff;margin-bottom:.3rem;font-size:1.5rem;font-style:italic;line-height:1.6}.testimonials__quote-mark{color:#d3b46f;vertical-align:text-bottom;font-size:1.5rem;font-style:normal;font-weight:700;line-height:0}.testimonials__author.MuiTypography-root{color:#e2c985;margin-bottom:1.5rem;font-size:1.4rem;font-style:italic}.testimonials__dots{justify-content:center;gap:.5rem;margin-top:.1rem;display:flex}.testimonials__dot{cursor:pointer;background-color:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:background-color .3s,transform .2s}.testimonials__dot:hover{background-color:#e2c985;transform:scale(1.2)}.testimonials__dot--active{background-color:#d3b46f;transform:scale(1.2)}.testimonials:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f3ea' d='M0,35 C480,5 960,60 1440,25 L1440,60 L0,60 Z'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;width:100%;height:60px;position:absolute;bottom:0;left:0}.enrollment{background:linear-gradient(#f7f3ea 0% 76%,#22533b 76% 100%);padding:1.5rem 0}.enrollment--embedded{background:0 0;padding:0}.enrollment--embedded .enrollment__row{grid-template-columns:1fr}@media (width>=600px){.enrollment--embedded .enrollment__row--submit{grid-template-columns:1fr auto;align-items:flex-start}}.enrollment--embedded .enrollment__course-label{display:none}.enrollment__form{background:#f6f2e8;border:1px solid #e9dfcc;border-radius:9px;flex-direction:column;gap:1.1rem;padding:1.5rem 1.7rem 1.4rem;display:flex;box-shadow:0 4px 16px #0000001f}.enrollment--embedded .enrollment__form{border-radius:14px;gap:1.25rem;padding:2rem}.enrollment__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.enrollment__row{grid-template-columns:repeat(3,1fr)}.enrollment__row--submit{grid-template-columns:1fr 1fr auto;align-items:center}}.enrollment__field .MuiOutlinedInput-root{background-color:#f9f5ea;border-radius:8px}.enrollment__field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.enrollment__field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#22533b}.enrollment__field .MuiInputLabel-root{color:#555}.enrollment__field .MuiInputLabel-root.Mui-focused{color:#22533b}.enrollment__field .MuiInputBase-root:before{border-bottom-color:#22533b38}.enrollment__field .MuiInputBase-root:hover:not(.Mui-disabled,.Mui-error):before{border-bottom-color:#22533b70}.enrollment__field .MuiInputBase-root:after{border-bottom-color:#22533b}.enrollment__field .MuiFormHelperText-root{margin-left:4px}.enrollment__course-label{color:#555;align-items:center;height:56px;padding:0 .25rem;font-size:1rem;font-weight:400;display:flex}@media (width<=599px){.enrollment__course-label{display:none}}.home-page{background-color:#f7f3ea;overflow-x:hidden}.team{padding:1.5rem 0}.team__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.team__grid{grid-template-columns:repeat(4,1fr)}}.team__card{background:#f6f2e8;border:1px solid #e9dfcc;border-radius:10px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000001f}.team__card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000024}.team__card:hover .team__image{transform:scale(1.05)}.team__image-wrapper{aspect-ratio:3/4;overflow:hidden}.team__image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .4s;display:block}.team__info{flex-direction:column;flex:1;gap:.3rem;padding:1rem 1rem 1.2rem;display:flex}.team__name.MuiTypography-root{color:#333;font-size:1.05rem;font-weight:700;line-height:1.3}.team__course.MuiTypography-root{color:#22533b;letter-spacing:.04em;border-left:3px solid #d3b46f;padding-left:.45rem;font-size:.82rem;font-weight:600}.team__description.MuiTypography-root{color:#555;margin-top:.35rem;font-size:.88rem;line-height:1.55}.about-page__hero{background-image:url(/images/caption.jpg);background-position:50%;background-size:cover;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.about-page__hero-overlay{background:#0e472fd1;position:absolute;inset:0}.about-page__hero-content{z-index:2;text-align:center;padding:4rem 0;position:relative}.about-page__hero-title.MuiTypography-root{color:#fff;margin-bottom:.5rem;font-size:2.5rem}@media (width>=900px){.about-page__hero-title.MuiTypography-root{font-size:3rem}}.about-page__hero-subtitle.MuiTypography-root{color:#e2c985;font-size:1.15rem;font-style:italic}.about-page__story,.about-page__mission{padding:3rem 0 2rem}.about-page__text.MuiTypography-root{color:#555;text-align:center;max-width:800px;margin:0 auto 1rem;font-size:1.05rem;line-height:1.8}.courses-page__hero{background-image:url(/images/caption.jpg);background-position:50%;background-size:cover;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.courses-page__hero-overlay{background:#0e472fd1;position:absolute;inset:0}.courses-page__hero-content{z-index:2;text-align:center;padding:4rem 0;position:relative}.courses-page__hero-title.MuiTypography-root{color:#fff;margin-bottom:.5rem;font-size:2.5rem}@media (width>=900px){.courses-page__hero-title.MuiTypography-root{font-size:3rem}}.courses-page__hero-subtitle.MuiTypography-root{color:#e2c985;font-size:1.15rem;font-style:italic}.courses-page__list{flex-direction:column;gap:2.5rem;padding:3rem 0;display:flex}.courses-page__item{background:#f6f2e8;border:1px solid #e9dfcc;border-radius:14px;grid-template-columns:1fr;gap:2rem;transition:box-shadow .3s;display:grid;overflow:hidden}.courses-page__item:hover{box-shadow:0 12px 36px #00000024}@media (width>=900px){.courses-page__item{grid-template-columns:1fr 1fr;gap:0}.courses-page__item--reverse{direction:rtl}.courses-page__item--reverse>*{direction:ltr}}.courses-page__image-wrapper{aspect-ratio:16/10;overflow:hidden}@media (width>=900px){.courses-page__image-wrapper{aspect-ratio:auto;min-height:300px}}.courses-page__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.courses-page__item:hover .courses-page__image{transform:scale(1.03)}.courses-page__details{flex-direction:column;justify-content:center;padding:2rem;display:flex}.courses-page__course-title.MuiTypography-root{color:#333;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.courses-page__description.MuiTypography-root{color:#555;margin-bottom:1rem;font-size:1rem;line-height:1.7}.courses-page__meta{margin-bottom:1.25rem}.courses-page__group{flex-direction:column;display:flex}.courses-page__group-divider.MuiDivider-root{border-color:#0000001a;margin:.5rem 0}.courses-page__meta-item.MuiTypography-root{color:#555;margin-bottom:.25rem;font-size:.9rem}.courses-page__meta-item.MuiTypography-root strong{color:#333}.courses-page__cta{text-align:center;padding:2rem 0 4rem}.courses-page__cta-text.MuiTypography-root{color:#555;margin-bottom:1.5rem;font-size:1.05rem}.gallery-page__hero{background-image:url(/images/caption.jpg);background-position:50%;background-size:cover;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.gallery-page__hero-overlay{background:#0e472fd1;position:absolute;inset:0}.gallery-page__hero-content{z-index:2;text-align:center;padding:4rem 0;position:relative}.gallery-page__hero-title.MuiTypography-root{color:#fff;margin-bottom:.5rem;font-size:2.5rem}@media (width>=900px){.gallery-page__hero-title.MuiTypography-root{font-size:3rem}}.gallery-page__hero-subtitle.MuiTypography-root{color:#e2c985;font-size:1.15rem;font-style:italic}.summer-page__hero{background-image:url(/images/caption.jpg);background-position:50%;background-size:cover;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.summer-page__hero-overlay{background:#0e472fd1;position:absolute;inset:0}.summer-page__hero-content{z-index:2;text-align:center;padding:4rem 0;position:relative}.summer-page__hero-title.MuiTypography-root{color:#fff;margin-bottom:.5rem;font-size:2.5rem}@media (width>=900px){.summer-page__hero-title.MuiTypography-root{font-size:3rem}}.summer-page__hero-subtitle.MuiTypography-root{color:#e2c985;font-size:1.15rem;font-style:italic}.summer-page__intro,.summer-page__cta{text-align:center;padding:3rem 0 2rem}.summer-page__text.MuiTypography-root{color:#555;max-width:800px;margin:0 auto 1rem;font-size:1.05rem;line-height:1.8}.summer-page__activities{padding:2rem 0 3rem}.summer-page__activities-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.summer-page__activities-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.summer-page__activities-grid{grid-template-columns:repeat(3,1fr)}}.summer-page__activity-card{text-align:center;background-color:#f6f2e8;border:1px solid #e9dfcc;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #0000001f}.summer-page__activity-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000021}.summer-page__activity-icon{background-color:#22533b14;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:2.5rem;display:flex}.summer-page__activity-title.MuiTypography-root{color:#333;margin-bottom:.5rem;font-size:1rem;font-weight:600}.summer-page__activity-desc.MuiTypography-root{color:#555;font-size:.9rem;line-height:1.6}.summer-page__cta{padding-bottom:4rem}.contacts-page__hero{background-image:url(/images/caption.jpg);background-position:50%;background-size:cover;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.contacts-page__hero-overlay{background:#0e472fd1;position:absolute;inset:0}.contacts-page__hero-content{z-index:2;text-align:center;padding:4rem 0;position:relative}.contacts-page__hero-title.MuiTypography-root{color:#fff;margin-bottom:.5rem;font-size:2.5rem}@media (width>=900px){.contacts-page__hero-title.MuiTypography-root{font-size:3rem}}.contacts-page__hero-subtitle.MuiTypography-root{color:#e2c985;font-size:1.15rem;font-style:italic}.contacts-page__content{grid-template-columns:1fr;gap:3rem;padding:3rem 0 4rem;display:grid}@media (width>=900px){.contacts-page__content{grid-template-columns:1fr 1fr;align-items:start}}.contacts-page__info-list{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.contacts-page__info-item{align-items:flex-start;gap:1rem;display:flex}.contacts-page__info-icon.MuiSvgIcon-root{color:#22533b;margin-top:2px;font-size:1.75rem}.contacts-page__info-label.MuiTypography-root{color:#777;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-size:.85rem;font-weight:600}.contacts-page__info-value.MuiTypography-root{color:#333;font-size:1rem}.news-page__hero{background-image:url(/images/caption.jpg);background-position:50%;background-size:cover;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.news-page__hero-overlay{background:#0e472fd1;position:absolute;inset:0}.news-page__hero-content{z-index:2;text-align:center;padding:4rem 0;position:relative}.news-page__hero-title.MuiTypography-root{color:#fff;margin-bottom:.5rem;font-size:2.5rem}@media (width>=900px){.news-page__hero-title.MuiTypography-root{font-size:3rem}}.news-page__hero-subtitle.MuiTypography-root{color:#e2c985;font-size:1.15rem;font-style:italic}.news-page__body{padding:2.5rem 0 3rem}.news-page__empty.MuiTypography-root{color:#555;text-align:center;margin-top:1rem;font-size:1.1rem}.news-page__list{margin-top:.5rem}.news-page__item.MuiListItemButton-root{border-bottom:1px solid #22533b1f;border-radius:4px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem .5rem;transition:background-color .2s;display:flex}@media (width<=600px){.news-page__item.MuiListItemButton-root{flex-direction:column;align-items:flex-start}}.news-page__item.MuiListItemButton-root:hover{background-color:#22533b0f}.news-page__item-content{flex:1;min-width:0}.news-page__title.MuiTypography-root{color:#22533b;font-size:1.1rem;font-weight:500}.news-page__date.MuiTypography-root{color:#777;margin-top:.25rem;font-size:.82rem;font-style:italic}.news-detail{padding:2.5rem 0 3rem}.news-detail__title.MuiTypography-root{color:#22533b;margin-bottom:.5rem;font-size:2rem;line-height:1.3}@media (width>=600px){.news-detail__title.MuiTypography-root{font-size:2.5rem}}.news-detail__date.MuiTypography-root{color:#777;margin-bottom:1rem;font-size:.95rem;font-style:italic}.news-detail__divider.MuiDivider-root{margin-bottom:2rem}.news-detail__content{color:#333;font-size:1.05rem;line-height:1.8}.news-detail__content h1,.news-detail__content h2,.news-detail__content h3,.news-detail__content h4,.news-detail__content h5,.news-detail__content h6{margin:1.5rem 0 .75rem}.news-detail__content p{margin-bottom:1rem}.news-detail__content a{color:#22533b;text-decoration:underline}.news-detail__content a:hover{color:#b8954f}.news-detail__content ul,.news-detail__content ol{margin-bottom:1rem;padding-left:1.5rem}.news-detail__content img{border-radius:4px;max-width:100%;height:auto}.admin-layout{color:#333;background-color:#f7f3ea;min-height:100vh;display:flex}.admin-topbar{z-index:1300;background-color:#22533b!important;box-shadow:0 3px 10px #00000029!important}.admin-topbar__toolbar{gap:.75rem;min-height:64px;padding-top:.3rem;padding-bottom:.3rem}.admin-topbar__menu-btn{color:#fff!important}@media (width>=900px){.admin-topbar__menu-btn{display:none!important}}.admin-topbar__logo-link{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.admin-topbar__logo-img{width:auto;height:44px}@media (width<=599px){.admin-topbar__logo-img{height:36px}}.admin-topbar__admin-badge{color:#ffffffbf;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border:1px solid #ffffff59;border-radius:4px;padding:.1rem .45rem;font-size:.75rem;font-weight:600;line-height:1.6}.admin-topbar__actions{align-items:center;gap:.75rem;display:flex}.admin-topbar__user{color:#ffffffd9;white-space:nowrap}@media (width<=599px){.admin-topbar__user{display:none}}.admin-topbar__rule{height:1.1rem;border-color:#ffffff4d!important}@media (width<=599px){.admin-topbar__rule{display:none}}.admin-topbar__signout{color:#ffffffd9!important;text-transform:none!important;min-width:unset!important;padding:.25rem .6rem!important;font-size:.875rem!important;font-weight:400!important;line-height:1.7!important}.admin-topbar__signout:hover{color:#fff!important;background-color:#ffffff1f!important}.admin-sidebar{background-color:#f6f2e8;flex-direction:column;height:100%;display:flex;overflow:hidden auto}.admin-sidebar__header{flex-shrink:0;justify-content:space-between;align-items:center;min-height:48px;padding:.6rem .75rem .6rem 1rem;display:flex}.admin-sidebar__panel-label{text-transform:uppercase;letter-spacing:.07em;color:#777;font-size:.68rem;font-weight:600}.admin-sidebar__toggle{color:#777!important;padding:.3rem!important}.admin-sidebar__toggle:hover{color:#22533b!important;background-color:#22533b12!important}.admin-sidebar__user{flex-shrink:0;align-items:center;gap:.75rem;padding:1.25rem 1rem;display:flex}.admin-sidebar__user-avatar{flex-shrink:0;color:#fff!important;background-color:#22533b!important;width:36px!important;height:36px!important;font-size:.875rem!important;font-weight:700!important}.admin-sidebar__user-name{color:#333;white-space:nowrap;text-overflow:ellipsis;font-weight:600;line-height:1.3;overflow:hidden}.admin-sidebar__user-role{color:#777;font-size:.7rem;display:block}.admin-sidebar__back{flex-shrink:0;padding:.5rem .75rem}.admin-sidebar__back-btn{color:#555!important;text-transform:none!important;border-radius:6px!important;justify-content:flex-start!important;padding:.4rem .6rem!important;font-size:.83rem!important;font-weight:400!important}.admin-sidebar__back-btn .MuiButton-startIcon{color:#777;margin-right:6px}.admin-sidebar__back-btn:hover{color:#22533b!important;background-color:#22533b12!important}.admin-sidebar__back-btn:hover .MuiButton-startIcon{color:#22533b}.admin-sidebar__back-icon{color:#555!important;width:36px!important;height:36px!important}.admin-sidebar__back-icon:hover{color:#22533b!important;background-color:#22533b12!important}.admin-sidebar__section{padding:1rem .75rem .25rem}.admin-sidebar__section-label{text-transform:uppercase;letter-spacing:.07em;color:#777;padding:0 .25rem .5rem;font-size:.68rem;font-weight:600;display:block}.admin-sidebar__nav-item{border-radius:6px!important;margin:1px .5rem!important;padding:.45rem .6rem!important;transition:background-color .15s!important}.admin-sidebar__nav-item .MuiListItemText-primary{color:#333;font-size:.875rem;line-height:1.7}.admin-sidebar__nav-item.active{background-color:#22533b1a!important}.admin-sidebar__nav-item.active .MuiListItemText-primary{color:#22533b;font-weight:600}.admin-sidebar__nav-item.active .admin-sidebar__nav-icon{color:#22533b}.admin-sidebar__nav-item:hover:not(.active){background-color:#22533b0f!important}.admin-sidebar__nav-item--signout .MuiListItemText-primary{color:#555}.admin-sidebar__nav-item--signout .admin-sidebar__nav-icon{color:#777}.admin-sidebar__nav-item--signout:hover{background-color:#d32f2f12!important}.admin-sidebar__nav-item--signout:hover .MuiListItemText-primary,.admin-sidebar__nav-item--signout:hover .admin-sidebar__nav-icon{color:#d32f2f}.admin-sidebar__nav-icon{color:#777;min-width:30px!important}.admin-sidebar--collapsed .admin-sidebar__header{justify-content:center;padding:.6rem 0}.admin-sidebar--collapsed .admin-sidebar__user{justify-content:center;padding:1rem 0}.admin-sidebar--collapsed .admin-sidebar__back{justify-content:center;padding:.5rem 0;display:flex}.admin-sidebar--collapsed .admin-sidebar__section{padding:.75rem 0 .25rem}.admin-sidebar--collapsed .admin-sidebar__nav-item{justify-content:center!important;margin:1px .25rem!important;padding:.6rem!important}.admin-sidebar--collapsed .admin-sidebar__nav-icon{min-width:unset!important;margin-right:0!important}.admin-main{flex-direction:column;flex:1;min-width:0;padding-top:64px;display:flex}.admin-main__content{flex:1;max-width:1100px;padding:2rem}.admin-courses__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.admin-courses__page-title{color:#333;font-weight:700}.admin-courses__add-btn{text-transform:none;background-color:#22533b!important}.admin-courses__add-btn:hover{background-color:#0f4f34!important}.admin-courses__empty.MuiTypography-root{color:#555;text-align:center;margin-top:2rem}.admin-courses__list{border:1px solid #22533b1f;border-radius:8px;overflow:hidden}.admin-courses__item.MuiListItem-root{border-bottom:1px solid #22533b14;padding-right:96px}.admin-courses__item.MuiListItem-root:last-child{border-bottom:none}.admin-courses__item.MuiListItem-root:hover{background-color:#22533b0a}.admin-courses__item-title.MuiTypography-root{color:#333;font-weight:500}.admin-courses__item-meta{flex-direction:column;gap:2px;display:flex}.admin-courses__item-groups{color:#555;font-size:.8rem}.admin-courses__item-actions{gap:.25rem;display:flex}.admin-courses__dialog-content.MuiDialogContent-root{padding-top:8px!important}.admin-courses__dialog-loading{justify-content:center;align-items:center;min-height:200px;display:flex}.admin-courses__groups-section{border:1px solid #22533b29;border-radius:8px;margin-top:1rem;padding:.75rem 1rem}.admin-courses__groups-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.admin-courses__groups-label.MuiTypography-root{color:#333;font-weight:600}.admin-courses__add-group-btn{text-transform:none}.admin-courses__group-row{flex-direction:column;display:flex}.admin-courses__group-divider.MuiDivider-root{margin:.75rem 0}.admin-courses__group-fields{align-items:flex-start;gap:.75rem;display:flex}.admin-courses__remove-group-btn{flex-shrink:0;margin-top:4px}.admin-courses__dialog-preview{border:1px solid #e0e0e0;border-radius:6px;width:100%;max-height:220px;margin-top:.5rem;overflow:hidden}.admin-courses__dialog-preview-img{object-fit:contain;width:100%;height:100%;max-height:220px;display:block}.admin-courses__dialog-upload{flex-direction:column;gap:.35rem;margin-top:.5rem;display:flex}.admin-courses__upload-btn{align-self:flex-start;text-transform:none!important;color:#22533b!important;border-color:#22533b!important}.admin-courses__file-name{color:#555;word-break:break-all;font-size:.78rem}.admin-gallery__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.admin-gallery__title{color:#333;font-weight:700}.admin-gallery__add-btn{text-transform:none;background-color:#22533b!important}.admin-gallery__add-btn:hover{background-color:#0f4f34!important}.admin-gallery__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.admin-gallery__skeleton{aspect-ratio:4/3;border-radius:8px;width:100%}.admin-gallery__empty{color:#555;text-align:center;margin-top:2rem}.admin-gallery__error{flex-direction:column;align-items:center;margin-top:2rem;display:flex}.admin-gallery__card{border-radius:8px;transition:box-shadow .2s;overflow:hidden}.admin-gallery__card:hover{box-shadow:0 4px 16px #0000002e!important}.admin-gallery__card-img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.admin-gallery__card-footer{background:#fff;justify-content:space-between;align-items:center;padding:.4rem .5rem .4rem .75rem;display:flex}.admin-gallery__card-title{text-overflow:ellipsis;white-space:nowrap;color:#333;flex:1;font-size:.82rem;overflow:hidden}.admin-gallery__card-actions{flex-shrink:0;padding:0!important}.admin-gallery__dialog-content{flex-direction:column;gap:.5rem;display:flex}.admin-gallery__dialog-preview{border:1px solid #e0e0e0;border-radius:6px;width:100%;max-height:220px;margin-top:.5rem;overflow:hidden}.admin-gallery__dialog-preview-img{object-fit:contain;width:100%;height:100%;max-height:220px;display:block}.admin-gallery__dialog-upload{flex-direction:column;gap:.35rem;margin-top:.5rem;display:flex}.admin-gallery__upload-btn{align-self:flex-start;text-transform:none!important;color:#22533b!important;border-color:#22533b!important}.admin-gallery__file-name{color:#555;word-break:break-all;font-size:.78rem}.rte{background:#fff;border:1px solid #0000003b;border-radius:4px;transition:border-color .2s;overflow:hidden}.rte:focus-within{border-width:2px;border-color:#22533b}.rte:hover:not(:focus-within){border-color:#000000de}.rte--error,.rte--error:focus-within{border-color:#d32f2f}.rte-toolbar{background:#fafafa;border-bottom:1px solid #0000003b;flex-wrap:wrap;align-items:center;gap:2px;padding:4px 6px;display:flex}.rte-toolbar__btn{color:#555!important;border-radius:4px!important;padding:4px!important}.rte-toolbar__btn:hover{color:#22533b!important;background-color:#22533b14!important}.rte-toolbar__btn--active{color:#22533b!important;background-color:#22533b1f!important}.rte-toolbar__divider{height:20px!important;margin:2px 4px!important}.rte-toolbar__text-btn{text-align:center;width:20px;font-size:.7rem;font-weight:700;line-height:1;display:inline-block}.rte-toolbar__color-wrap{cursor:pointer;color:#555;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:relative}.rte-toolbar__color-wrap:hover{color:#22533b;background-color:#22533b14}.rte-toolbar__color-swatch{border-radius:1px;width:16px;height:3px;margin-top:2px;display:block}.rte-toolbar__color-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.rte__content{color:#333;cursor:text;outline:none;padding:10px 14px;font-size:.95rem;line-height:1.7}.rte__content .ProseMirror{min-height:inherit;outline:none}.rte__content .ProseMirror p{margin:0 0 .75em}.rte__content .ProseMirror p:last-child{margin-bottom:0}.rte__content .ProseMirror h2{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:700}.rte__content .ProseMirror h3{margin:.85rem 0 .4rem;font-size:1.05rem;font-weight:700}.rte__content .ProseMirror ul,.rte__content .ProseMirror ol{margin:0 0 .75em;padding-left:1.4rem}.rte__content .ProseMirror li{margin-bottom:.2em}.rte__content .ProseMirror a{color:#22533b;text-decoration:underline}.rte__content .ProseMirror img{border-radius:4px;max-width:100%;height:auto;margin:.75em 0;display:block}.rte__content .ProseMirror img.ProseMirror-selectednode{outline-offset:2px;outline:2px solid #22533b}.rte__content .ProseMirror strong{font-weight:700}.rte__content .ProseMirror em{font-style:italic}.rte__content .ProseMirror u{text-decoration:underline}.rte__content .ProseMirror.is-empty:before{content:attr(data-placeholder);color:#00000061;pointer-events:none;float:left;height:0}.admin-news__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.admin-news__page-title{color:#333;font-weight:700}.admin-news__add-btn{text-transform:none;background-color:#22533b!important}.admin-news__add-btn:hover{background-color:#0f4f34!important}.admin-news__empty.MuiTypography-root{color:#555;text-align:center;margin-top:2rem}.admin-news__list{border:1px solid #22533b1f;border-radius:8px;overflow:hidden}.admin-news__item.MuiListItem-root{border-bottom:1px solid #22533b14;padding-right:96px}.admin-news__item.MuiListItem-root:last-child{border-bottom:none}.admin-news__item.MuiListItem-root:hover{background-color:#22533b0a}.admin-news__item-title.MuiTypography-root{color:#333;font-weight:500}.admin-news__item-dates{color:#777;font-size:.78rem}.admin-news__item-created{color:#555;font-size:.8rem}.admin-news__item-actions{gap:.25rem;display:flex}.admin-news__dialog-content.MuiDialogContent-root{padding-top:8px!important}.admin-news__dialog-loading{justify-content:center;align-items:center;min-height:200px;display:flex}.admin-news__dates-row{gap:1rem;display:flex}@media (width<=599px){.admin-news__dates-row{flex-direction:column;gap:0}}.admin-news__editor-wrapper{margin-top:1rem;margin-bottom:.25rem}.admin-news__editor-label.MuiFormHelperText-root{color:#0009;margin-bottom:6px;font-size:.75rem}
