@charset "UTF-8";:root{--color-primary-blue-start: #4f86f2;--color-primary-blue-end: #3164c7;--color-afbf-grey: #aeaeb2;--color-grey: rgba(102, 102, 102, 1);--color-pink: #e290ff;--color-orange: #f1b063;--color-bg-main: #f2f6ff;--color-whiteandblack: #f7faff;--color-blackandwhite: #14274a;--color-blackandwhite-rgb: 20 39 74;--color-shadow: #0b143312;--color-white-dark: #f2f6ff80;--color-black-icon-cross: #14142b;--color-button-shadow-grey: #0000001a;--color-button-background: #f2f6ff33;--color-spinner-background-white: #ffffff33}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:200;src:url(/fonts/nunito-v26-latin-200.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:200;src:url(/fonts/nunito-v26-latin-200italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:300;src:url(/fonts/nunito-v26-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:300;src:url(/fonts/nunito-v26-latin-300italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:400;src:url(/fonts/nunito-v26-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:400;src:url(/fonts/nunito-v26-latin-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:500;src:url(/fonts/nunito-v26-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:500;src:url(/fonts/nunito-v26-latin-500italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:600;src:url(/fonts/nunito-v26-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:600;src:url(/fonts/nunito-v26-latin-600italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:700;src:url(/fonts/nunito-v26-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:700;src:url(/fonts/nunito-v26-latin-700italic.woff2) format("woff2");@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:800;src:url(/fonts/nunito-v26-latin-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:800;src:url(/fonts/nunito-v26-latin-800italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:normal;font-weight:900;src:url(/fonts/nunito-v26-latin-900.woff2) format("woff2")}@font-face{font-display:swap;font-family:Nunito;font-style:italic;font-weight:900;src:url(/fonts/nunito-v26-latin-900italic.woff2) format("woff2")}}.text-wrap-span{display:inline}@media screen and (min-width:768px){.text-wrap-span{display:block}}.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.tooltip{position:relative;display:inline-block}.tooltip__text{position:absolute;top:120%;left:50%;padding:4px 8px;transform:translate(-50%);background-color:var(--color-bg-main);color:var(--color-primary-blue-end);border-radius:4px;font-size:16px;font-family:Nunito,sans-serif;font-weight:600;opacity:0;pointer-events:none;margin-top:4px;z-index:10}.tooltip:hover .tooltip__text{opacity:1;width:900px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito,sans-serif}.container{width:100%;max-width:400px;margin:0 auto;padding-left:10px;padding-right:10px}@media screen and (min-width:768px){.container{width:100%;max-width:1440px;margin:0 auto;padding-left:80px;padding-right:80px}}.TextField{width:100%}.TextField .MuiOutlinedInput-root{padding:0;opacity:.4;font-family:Nunito,sans-serif;font-weight:500;font-size:20px;line-height:1.5;color:var(--color-blackandwhite);background-color:#ffffff80;border-radius:40px;box-shadow:0 2px 8px #00000080}.TextField .MuiOutlinedInput-root .MuiOutlinedInput-input{padding:10px 24px}.TextField .MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{font-family:Nunito,sans-serif;font-weight:500;font-size:20px;opacity:40%;color:var(--color-blackandwhite)}.TextField .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:2px solid var(--color-primary-blue-end)}.TextField__error{display:inline-block;width:100%;color:red;font-size:14px;text-align:start;margin-top:4px}.button-primary.MuiButton-root{width:100%;padding:8px 24px;font-weight:600;font-size:18px;font-family:Nunito,sans-serif;text-transform:none;border-radius:40px;border:none;cursor:pointer;color:var(--color-bg-main);background:linear-gradient(90deg,var(--color-primary-blue-start),var(--color-primary-blue-end))}.button-tetriary.MuiButton-root{width:100%;padding:8px 24px;font-family:Nunito,sans-serif;font-size:18px;font-weight:600;text-transform:none;color:var(--color-primary-blue-end);cursor:pointer;border:none;background:none}.button-disabled.MuiButton-root.Mui-disabled{opacity:1;background:linear-gradient(90deg,#3164c7,#3067d3);color:var(--color-white-dark)}.button-icon.MuiButton-root{border-radius:24px;background-color:#fff;box-shadow:0 4px 20px #00000026}.button-cancel.MuiButton-root{background:transparent;color:var(--color-primary-blue-start);border:3px solid var(--color-primary-blue-start)}.button-delete.MuiButton-root{background:linear-gradient(180deg,#f64b34,#d0311b);border:3px solid}.button-delete__container{width:100%}@media screen and (min-width:768px){.button-delete__container{width:320px}}.header-button.MuiButton-root{display:flex;gap:10px;font-weight:600;line-height:1.5;color:var(--color-primary-blue-start);border:none;cursor:pointer;background:var(--color-bg-main);text-transform:none;text-wrap:nowrap;font-size:18px;width:200px;height:auto;padding:8px 24px;border-radius:40px}.header-button-icon__icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-bg-main);border-radius:24px}.header-button-icon__icon{min-width:20px;max-width:20px;max-height:22px}.header-button-icon__icon-burger{width:24px;height:16px}.header-button-icon.MuiButton-root{padding:0}.link{text-decoration:none;color:var(--color-primary-blue-end);font-family:Nunito,sans-serif}.link-disabled{color:var(--color-primary-blue-start)}.spinner-container{text-align:center;position:relative;padding:8px;width:40px;height:40px;border-radius:24px;background-color:var(--color-spinner-background-white)}.spinner-container--large{transform:scale(2)}.spinner-icon{width:24px;height:24px;fill:#fff;animation:spin 1s linear infinite}.spinner--input-color{background-color:var(--color-grey)}.spinner--modal-card{background-color:var(--color-grey);opacity:.5}.alert__container{display:flex;flex-direction:column;gap:5px;position:fixed;top:16px;right:16px;z-index:1300;width:320px}.background{position:fixed;top:0;left:0;width:100%;height:100vh;background-image:url(/assets/backgrounds/bg-vector-main-desktop.svg);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1}.FormUpload__input-file-container{position:relative;border-radius:16px;height:121px;border:2px dashed var(--color-primary-blue-start)}.FormUpload__text-container{display:flex;align-items:center;flex-direction:column}.FormUpload__img-container{display:flex;gap:12px}.FormUpload__img{width:80px;height:50px;border-radius:8px;object-fit:fill}.FormUpload__size-text{display:flex;flex-direction:column;gap:4px}.ListElementsNotFound{margin:0 auto;position:relative;width:auto;max-width:100%;height:184px;background-color:var(--color-bg-main);border-radius:16px;box-shadow:0 2px 12px}@media screen and (min-width:768px){.ListElementsNotFound{overflow:hidden;height:332px;border-radius:32px}}.ListElementsNotFound__img{position:absolute;right:-30px;bottom:0;z-index:1;pointer-events:none}@media(min-width:768px){.ListElementsNotFound__img{right:-320px}}@media(min-width:1280px){.ListElementsNotFound__img{left:0;bottom:0;z-index:0}}.ListElementsNotFound__container{padding:24px 16px;gap:16px;display:flex;flex-direction:column;align-items:flex-start;width:279px;height:100%}@media screen and (min-width:768px){.ListElementsNotFound__container{margin:0 auto;justify-content:center;align-items:flex-start}}.ListElementsNotFound__text-container{width:279px;color:var(--color-blackandwhite)}.ListElementsNotFound__title{text-wrap:nowrap;font-size:24px}.ListElementsNotFound__text{width:150px;opacity:50%}@media screen and (min-width:768px){.ListElementsNotFound__text{width:100%}}.ListElementsAddElement__container{cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:12px;border-radius:24px;background-color:var(--color-whiteandblack);box-shadow:0 4px 20px #0814331a;width:157px;height:328px;gap:12px}@media screen and (min-width:768px){.ListElementsAddElement__container{gap:24px;padding:24px;border-radius:24px;width:296px;height:411px}}.ListElementsAddElement__text{height:300px;display:flex;width:100%;align-items:center;justify-content:center;font-size:50px;color:var(--color-primary-blue-start);border:2px dashed var(--color-primary-blue-start);border-radius:10px}@media screen and (min-width:768px){.ListElementsAddElement__text{height:328px}}.ListElementsAddElement__button.MuiButton-root{font-size:14px;padding:5px;min-width:120px;max-width:150px;width:auto}.ListElements__container{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;place-items:center}@media screen and (min-width:1280px){.ListElements__container{grid-template-columns:repeat(4,1fr);gap:32px}}.ListElements__spinner-container{display:flex;justify-content:center;align-items:center}.ListElementsCard__container.MuiCard-root{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:6px;padding:12px;border-radius:24px;width:157px;height:328px;box-shadow:0 4px 20px #0814331a;background-color:var(--color-whiteandblack)}@media screen and (min-width:768px){.ListElementsCard__container.MuiCard-root{padding:24px;border-radius:24px;width:296px;height:411px}}.ListElementsCard__container.MuiCard-root .MuiTypography-root{margin:0}.ListElementsCard__description__container.MuiCardContent-root{padding:0!important;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;gap:8px}.ListElementsCard__description__title.MuiTypography-root{overflow:hidden;text-overflow:ellipsis;width:125px;min-height:100%;font-size:17px;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all;color:var(--color-blackandwhite)}@media screen and (min-width:768px){.ListElementsCard__description__title.MuiTypography-root{-webkit-line-clamp:1;height:40px;width:250px;font-size:28px}}.ListElementsCard__description__body-text{position:relative;overflow:hidden;height:85px;width:120px;word-wrap:break-word}@media screen and (min-width:768px){.ListElementsCard__description__body-text{width:250px}}.ListElementsCard__description__body-text.MuiTypography-root{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:14px;opacity:.5}.ListElementsCard__button-container{display:flex;align-items:center;justify-content:center}.ListElementsCard__button.MuiButton-root{font-size:14px;padding:5px;width:123px}.confirm-delete .MuiDialog-container{display:flex;align-items:flex-end;width:100%;margin:0}@media screen and (min-width:768px){.confirm-delete .MuiDialog-container{align-items:center}}.confirm-delete .MuiPaper-root{height:375px;width:100%;padding:24px;border-top-left-radius:24px;border-top-right-radius:24px;margin:0;display:flex;flex-direction:column;gap:24px;align-items:center}@media screen and (min-width:768px){.confirm-delete .MuiPaper-root{min-width:625px;height:250px;padding:40px 56px;border-radius:32px;background-color:var(--color-whiteandblack);justify-content:center;gap:40px}}.confirm-delete__text-container{display:flex;align-items:center;justify-content:start;flex-direction:column}.confirm-delete__title.MuiTypography-root{position:relative;font-size:24px;font-family:Nunito,sans-serif}@media screen and (min-width:768px){.confirm-delete__title.MuiTypography-root{font-size:24px}}.confirm-delete__title.MuiTypography-root:after{position:absolute;left:50%;transform:translate(-50%);top:-20px;content:"";display:block;width:61px;height:1px;background-color:var(--color-afbf-grey);margin-top:16px}@media screen and (min-width:768px){.confirm-delete__title.MuiTypography-root:after{visibility:hidden}}.confirm-delete__body-text.MuiTypography-root{display:flex;text-align:start;font-size:15px;color:rgb(var(--color-blackandwhite-rgb)/.4)}@media screen and (min-width:768px){.confirm-delete__body-text.MuiTypography-root{font-size:19px}}.confirm-delete__body-span.MuiTypography-root{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-weight:600;color:var(--color-blackandwhite);font-size:16px}@media screen and (min-width:768px){.confirm-delete__body-span.MuiTypography-root{font-size:20px}}.confirm-delete__body-course-name.MuiTypography-root{color:var(--color-blackandwhite);font-weight:600;opacity:1;font-size:16px}@media screen and (min-width:768px){.confirm-delete__body-course-name.MuiTypography-root{font-size:20px}}.confirm-delete__buttons-container{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}@media screen and (min-width:768px){.confirm-delete__buttons-container{flex-direction:row;gap:12px}}.AddEditElement{background-color:var(--color-whiteandblack);margin-left:auto;margin-right:auto;margin-bottom:10px;width:327px;min-height:auto;border-radius:24px;padding:24px;box-shadow:0 2px 12px #3c5d86}.AddEditElement__loading{display:grid;place-items:center}@media screen and (min-width:768px){.AddEditElement{width:624px;padding:40px 56px;border-radius:32px}}.AddEditElement__title{text-align:center;padding-bottom:20px}.AddEditElementForm{display:flex;flex-direction:column;gap:24px}.AddEditElementForm__buttons-container{display:flex;gap:20px;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:768px){.AddEditElementForm__buttons-container{gap:20px}}.NamesInputs__names-container{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:768px){.NamesInputs__names-container{flex-direction:row}}.ChoiceInput__icon{width:22px;height:22px;opacity:1}.ChoiceInput__icon-end{position:absolute;top:50%;right:20px;transform:translateY(-50%)}.ChoiceInput__option{width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SignInHeader{padding-top:24px;padding-bottom:24px;width:327px}@media screen and (min-width:768px){.SignInHeader{padding-top:60px;padding-bottom:40px;width:100%}}.SignInHeader__wrapper{display:flex;justify-content:space-between;align-items:center}.SignInHeader__button-back{display:flex;justify-content:center;align-items:center;border:transparent;background:transparent;gap:10px;width:120px;padding:8px 12px;border-radius:40px;cursor:pointer}@media screen and (min-width:768px){.SignInHeader__button-back{width:140px;padding:8px 24px;gap:18px}}.SignInHeader__button-back--svg{width:8px;height:14px}.SignInHeader__button-back--text{font-weight:600;font-size:18px;line-height:1.5;color:var(--color-bg-main);text-decoration:none}.SignInHeader__title-container{flex:1;display:flex;justify-content:center}.SignInHeader__title{font-weight:600;font-size:32px;line-height:150%;color:var(--color-bg-main)}.SignInHeader__spacer{width:120px}@media screen and (max-width:768px){.SignInHeader__spacer{width:140px}}.SignInBody{display:flex;flex-direction:column;background:var(--color-bg-main);text-align:center;margin:5px auto;width:327px;padding:24px;border-radius:24px;gap:24px}@media screen and (min-width:768px){.SignInBody{margin:15px auto;width:624px;padding:40px 56px;border-radius:40px;gap:40px}}.SignInBody__title{font-weight:400;font-size:28px;line-height:1.5}@media screen and (max-width:768px){.SignInBody__title{font-weight:400;font-size:32px}}.SignInBody__subtitle{padding-top:4px;font-weight:400;font-size:14px;line-height:1.5;color:var(--color-blackandwhite)}@media screen and (max-width:768px){.SignInBody__subtitle{padding-top:8px;font-size:16px}}.SignInBody__choice{display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1.3;text-transform:uppercase;color:var(--color-grey)}.SignInBody__choice:before{content:"";display:inline-block;width:200px;height:1px;background-color:var(--color-afbf-grey);margin-right:16px}.SignInBody__choice:after{content:"";display:inline-block;width:200px;height:1px;background-color:var(--color-afbf-grey);margin-left:16px}.SignInBody__message-container{padding-top:9px;text-align:center}.SignInBody__message-container__success-message{display:inline-block;padding:16px;width:327px;font-size:16px;border-radius:16px;background:var(--color-whiteandblack)}@media screen and (min-width:768px){.SignInBody__message-container__success-message{width:624px}}.SignInBody__sign-outside{display:flex;justify-content:center;flex-direction:column;gap:12px}@media screen and (min-width:768px){.SignInBody__sign-outside{gap:16px}}.SignInBody__sign-outside__button.MuiButton-root{font-size:20px;font-family:Nunito,sans-serif;text-transform:none;color:var(--color-blackandwhite);padding:12px 22px;display:flex;align-items:center;justify-content:center;gap:16px;cursor:pointer;width:100%;border:transparent;border-radius:40px;background-color:var(--color-whiteandblack);box-shadow:0 2px 8px #00000012}@media screen and (min-width:768px){.SignInBody__sign-outside__button.MuiButton-root{padding:12px 32px;width:100%}}.SignInBody__sign-outside__button--icon{width:24px;height:24px}.SignInOverlay{position:fixed;inset:0;width:100vw;height:100vh;background-image:url(/assets/backgrounds/bg-vector-login-mobile.svg);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1}@media screen and (min-width:768px){.SignInOverlay{background-image:url(/assets/backgrounds/bg-vector-login-desktop.svg)}}.header__container{padding:10px 0 10px 3px;width:100%;display:flex;align-items:center;gap:10px}@media screen and (min-width:1280px){.header__container{padding:29.5px 0}}.header__logo-location__wrapper{display:flex;align-items:center;gap:12px}@media screen and (min-width:768px){.header__logo-location__wrapper{gap:24px}}.header__logo-location__container{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}@media screen and (min-width:768px){.header__logo-location__container{gap:24px;width:100%;justify-content:space-between}}.header__info-container{display:flex;align-items:center;gap:5px}@media screen and (min-width:768px){.header__info-container{gap:24px}}.header__logo{width:40px;height:40px}@media screen and (min-width:768px){.header__logo{width:90px;height:35px}}.header__language-burger__container{display:flex;gap:10px}.header__user-location__loading-container{display:flex;align-items:center;gap:12px}.header__user-location__loading-text{font-size:20px;color:var(--color-bg-main)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header__user-location__display-container{position:relative;display:flex;align-items:center;gap:5px;cursor:pointer}@media screen and (min-width:1280px){.header__user-location__display-container{gap:12px}}.header__user-location__title-button{background:none;border:transparent}.header__user-location__display-icon-arrow{width:24px;height:24px;transition:transform .2s ease-in-out}.header__user-location__display-icon-arrow__container{width:40px;height:40px;text-align:center;padding:8px 0}.header__user-location__display-icon-position{position:absolute;left:29%;width:24px;height:24px;fill:var(--color-bg-main)}.header__user-location__display-icon-position__container{text-align:center;position:relative;padding:8px;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:24px;background-color:#fff3}.header__user-location__display-title{width:147px;overflow:hidden;text-overflow:ellipsis;font-size:16px;text-wrap:nowrap;font-weight:600;color:var(--color-bg-main)}@media screen and (min-width:768px){.header__user-location__display-title{width:100%;font-size:20px}}.header__user-location-dropdown__spinner{background-color:#000}.header__user-location-dropdown__button{background:none;border:none}.header__user-location-dropdown__streets-container{z-index:1500;display:flex;align-items:center;flex-direction:column;gap:15px;padding:24px;border-radius:15px;height:400px;overflow:hidden;background-color:var(--color-bg-main)}.header__user-location-dropdown__streets-input .MuiOutlinedInput-root{width:100%;height:40px}.header__user-location-dropdown__streets-input .MuiOutlinedInput-root input::placeholder{text-align:center}.header__user-location-dropdown__street-list.MuiList-root{overflow-y:auto;width:100%;padding:10px;display:flex;flex-direction:column}.header__user-location-dropdown__street-list__item.MuiListItem-root{font-family:Nunito,sans-serif;font-size:15px;width:100%;border-radius:15px;padding:5px;color:var(--color-blackandwhite);opacity:.5;cursor:pointer;margin-bottom:16px}.header__user-location-dropdown__street-list__item.MuiListItem-root:hover{color:var(--color-bg-main);background-color:var(--color-primary-blue-end);opacity:1}.header-burger__menu-button.MuiButton-root{padding:0;min-width:35px;display:flex;justify-content:flex-end}.header-burger__overlay{position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1300}.header-burger__overlay.is-open{opacity:1;pointer-events:auto}.header-burger__overlay.is-open .header-burger__side-panel{transform:translateY(0)}.header-burger__side-panel{position:fixed;inset:auto 0 0;width:100vw;transform:translateY(100%);transition:transform .3s ease;z-index:1300;overflow:auto;border-top-left-radius:24px;border-top-right-radius:24px;background:var(--color-whiteandblack);box-shadow:0 2px 16px var(--color-shadow)}@media screen and (min-width:768px){.header-burger__side-panel{inset:0 0 auto auto;width:300px;height:100vh;transform:translate(100%);border-top-left-radius:24px;border-bottom-left-radius:24px;border-top-right-radius:0}.header-burger__overlay.is-open .header-burger__side-panel{transform:translate(0)}}.header-burger__side-panel__wrapper{height:100%;display:flex;flex-direction:column;gap:24px;background:var(--color-whiteandblack);padding:24px;box-shadow:0 2px 16px var(--color-shadow);color:var(--color-blackandwhite)}.header-burger__profile-card{border-radius:24px;padding:24px 24px 24px 0;display:flex;justify-content:flex-start}.header-burger__profile-card__icon-container{width:60px;height:60px;border:2px solid var(--color-primary-blue-end);border-radius:50%;flex:0 0 auto}.header-burger__profile-card__icon{padding-left:6px;display:block;width:100%;height:100%}.header-burger__profile-card__row{display:flex;align-items:center;gap:12px}.header-burger__profile-card__description{width:190px}.header-burger__profile-card__profile-name{font-weight:600;font-size:20px;overflow:hidden;text-overflow:ellipsis}.header-burger__profile-card__profile-email{font-size:12px;font-weight:600;opacity:.6;overflow:hidden;text-overflow:ellipsis}.header-burger__menu{display:flex;flex-direction:column;gap:12px}.header-burger__menu__item__wrapper{transform:translate(-8px);padding-left:8px;border-radius:12px;cursor:pointer}.header-burger__menu__item__wrapper:hover{background:linear-gradient(93.41deg,#4f86f21a,#3164c71a 97.61%)}.header-burger__menu__item.MuiButton-root{width:250px;height:45px;padding:8px 0;font-size:18px;background:transparent;border:none;display:flex;align-items:center;justify-content:flex-start;text-transform:capitalize;color:var(--color-blackandwhite)}.header-burger__logout-btn{margin-top:auto;background:none;border:none;font-size:18px;font-weight:600;font-family:Nunito,sans-serif;cursor:pointer;display:flex;gap:10px;justify-content:start;align-items:center}.header-burger__logout-btn--icon{width:18px;height:18px}.map-section{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media screen and (min-width:768px){.map-section{width:100%;margin:0 auto;left:0;right:0}}.map-section__map-container{display:flex;align-items:center;justify-content:center;margin:0;padding:0;border-radius:24px;width:100%;height:90vh;background:var(--color-bg-main)}@media screen and (min-width:768px){.map-section__map-container{height:84vh;width:100%}}.map-section__map{width:100%;height:100%;border-radius:12px}.map-section__cluster-icon-container{position:relative;width:72px;height:72px;outline:none}.map-section__cluster-icon-image{width:100%;height:100%}.map-section__cluster-count{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);color:var(--color-primary-blue-start);font-size:12px;font-weight:600;line-height:1.2}.leaflet-popup-content-wrapper{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important}.leaflet-popup-content{margin:0!important;padding:0!important}.leaflet-popup-tip{display:none!important}.map-card__arrow-map-icon{width:40px;height:26px}.map-card__arrow-map-icon__container{position:absolute;top:-10px;right:35px}.map-card__container{position:relative}.map-card__container.MuiCard-root{overflow:visible;display:flex;align-items:center;justify-content:center;gap:9px;padding:16px;border-radius:24px;width:296px;height:158px;box-shadow:0 4px 20px #0814331a;background-color:var(--color-whiteandblack)}.map-card__container.MuiCard-root .MuiTypography-root{margin:0}.map-card__price-container{display:flex;flex-direction:column;gap:9px}.map-card__price-container__img{object-fit:cover;width:74px;height:91px;border-radius:8px}.map-card__price-container__button.MuiButtonBase-root{text-wrap:nowrap;text-transform:none;color:var(--color-bg-main);font-size:12px;line-height:1.5;width:74px;height:26px;padding:4px 40px;border-radius:24px;background:linear-gradient(135deg,#4f86f2,#3164c7)}.map-card__description__container.MuiCardContent-root{padding:0!important;display:flex;flex-direction:column;gap:8px}.map-card__description__title.MuiTypography-root,.map-card__description__distance.MuiTypography-root,.map-card__description__body-text.MuiTypography-root,.map-card__description__age.MuiTypography-root{font-size:12px;color:var(--color-blackandwhite);margin:0}.map-card__description__title.MuiTypography-root{overflow:hidden;text-overflow:ellipsis;width:180px;font-size:15px;font-weight:500}.map-card__description__distance.MuiTypography-root,.map-card__description__body-text.MuiTypography-root{opacity:.5}.map-card__description__body-text{width:180px;height:50px;word-wrap:break-word;overflow:hidden;font-size:12px}.map-card__description__body-text.MuiTypography-root{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.map-card__description__age.MuiTypography-root{font-weight:600}.map-card__description__icon-text-container{display:flex;align-items:center;justify-content:space-between}.map-card__description__icon-container{display:flex;align-items:center;gap:8px}.map-card__description__button-icon.MuiButton-root{cursor:default;min-width:auto;width:24px;height:24px;border-radius:24px;background-color:#fff;box-shadow:0 4px 20px #00000026;padding:4px}.map-card__description__icon{width:14px;height:14px}.ProfileEditForm{margin-top:-20px;margin-bottom:-5px;display:flex;flex-direction:column;gap:40px}@media screen and (min-width:768px){.ProfileEditForm{margin:0}}.ProfileEditForm__inputs-container{display:flex;flex-direction:column;gap:16px}.ProfileEditForm__buttons-container{display:flex;flex-direction:column;gap:8px}.profile__edit__wrapper{display:flex;align-items:center;justify-content:center;height:90vh;width:100%}.profile__edit__container{background-color:var(--color-whiteandblack);margin-left:auto;margin-right:auto;margin-bottom:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:327px;min-height:auto;border-radius:24px;padding:24px;box-shadow:0 2px 12px #3c5d86}@media screen and (min-width:768px){.profile__edit__container{width:624px;border-radius:32px;padding:40px 56px}}.profile__edit__title{text-align:center;font-weight:400;color:var(--color-blackandwhite);padding-bottom:20px}.AddEditCourseForm__inputs-container{display:flex;flex-direction:column;gap:12px}.AddEditCourseForm__price{width:100%}.AddEditCourseForm__price-icon-container{display:flex;align-items:center;gap:12px}.AddEditCourseForm__price-dollar-icon{width:24px;height:24px}.AddEditCourseForm__price__text{font-size:16px;margin-right:16px;width:30%}@media screen and (min-width:768px){.AddEditCourseForm__price__text{font-size:20px;width:15%}}.AddEditCourseForm__age-inputs{display:flex;gap:12px}.AddEditCourseForm__TextFieldPrice{width:100%}.AddEditCourseForm__TextFieldPrice .MuiOutlinedInput-root{padding-left:24px;display:flex;align-items:center;text-align:end}.AddEditCourseForm__TextFieldPrice .MuiOutlinedInput-root .MuiOutlinedInput-input{padding-left:0;padding-right:0;text-align:end}.AddEditStudentForm__icon--group{color:var(--color-grey);width:30px}.AddEditStudentForm__icon--male{color:var(--color-primary-blue-start)}.AddEditStudentForm__icon--female{color:var(--color-pink)}.AddEditStudentForm__icon--other{color:var(--color-grey)}.AddEditStudentForm__email-inputs{display:flex;flex-direction:column;gap:24px}.CourseCards__price-container__img{width:100%;height:158px;border-radius:12px;object-fit:cover}@media screen and (min-width:768px){.CourseCards__price-container__img{width:248px;height:158px}}.StudentsCard__title-container{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}@media screen and (min-width:768px){.StudentsCard__title-container{flex-direction:row}}.StudentsCard__first-name.MuiTypography-root,.StudentsCard__last-name.MuiTypography-root{min-width:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-word;text-overflow:ellipsis}@media screen and (min-width:768px){.StudentsCard__first-name.MuiTypography-root,.StudentsCard__last-name.MuiTypography-root{-webkit-line-clamp:1}}.StudentsCard__gender-icon-wrapper{width:100%;text-align:center;background-color:var(--color-grey);border-radius:8px}.StudentsCard__gender-icon-wrapper--male{background-color:var(--color-primary-blue-start)}.StudentsCard__gender-icon-wrapper--female{background-color:var(--color-pink)}.StudentsCard__gender-icon{width:100px;color:var(--color-whiteandblack);height:140px}@media screen and (min-width:768px){.StudentsCard__gender-icon{height:150px}}.GroupsCards__icon-wrapper{width:100%;text-align:center;background-color:var(--color-orange);border-radius:8px}.GroupsCards__icon{color:var(--color-whiteandblack);width:100px;height:140px}@media screen and (min-width:768px){.GroupsCards__icon{height:150px}}.detailModal{position:fixed;inset:0;background:#0006;display:flex;align-items:end;justify-content:center;z-index:1000}@media screen and (min-width:768px){.detailModal{align-items:center}}.detailModal__container{position:relative;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 12px #3c5d86;gap:16px;z-index:1000;padding:24px;width:100%;max-height:100%;min-height:411px;background:var(--color-bg-main);overflow:auto;border-top-left-radius:24px;border-top-right-radius:24px}.detailModal__container--loading{position:absolute;inset:0;display:grid;place-items:center;z-index:1001}@media screen and (min-width:768px){.detailModal__container--basic{width:500px}}@media screen and (min-width:768px){.detailModal__container--large{width:auto}}@media screen and (min-width:768px){.detailModal__container{border-radius:24px}}.detailModalCard__spinner{position:relative;width:100%;height:100%;min-height:300px}.detailModalCard__spinner--wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.detailModalCard__details{display:flex;flex-direction:column;justify-content:space-between;gap:20px;width:100%}@media screen and (min-width:768px){.detailModalCard__details{width:250px;justify-content:start}}.detailModalCard__details__wrapper{display:flex;flex-direction:column;gap:20px}.detailModalCard__details--expanded{display:flex;flex-direction:column;align-items:start;gap:10px;position:relative}@media screen and (min-width:768px){.detailModalCard__details--expanded{flex-direction:row;gap:36px}}@media screen and (min-width:768px){.detailModalCard__details--expanded:after{position:absolute;right:50%;top:50%;transform:translateY(-50%);content:"";height:100%;border:.2px solid var(--color-grey)}}.detailModalCard__details--expanded__close-button.MuiButton-root{z-index:9;height:0;width:100%;display:flex;justify-content:flex-end;position:sticky;top:0;transform:translate(12px);line-height:0}.detailModalCard__details--expanded__close-button__icon{color:var(--color-black-icon-cross)}.detailModalCard__details--expanded__close-button__icon-wrapper{width:40px;height:40px;border-radius:50%;background:var(--color-button-background);box-shadow:0 2px 4px var(--color-button-shadow);backdrop-filter:blur(25px);display:grid;place-items:center}@media screen and (min-width:768px){.detailModalCard__details--expanded__close-button.MuiButton-root{display:none}}.detailModalCard__details--expanded__image-container{height:100%;width:100%}@media screen and (min-width:768px){.detailModalCard__details--expanded__image-container{width:auto}}.detailModalCard__details--expanded__body-text{white-space:normal!important;opacity:.5;word-break:break-word}@media screen and (min-width:768px){.detailModalCard__details--expanded__body-text{width:250px}}.detailModalCard__details__title{width:100%;word-break:break-word}@media screen and (min-width:768px){.detailModalCard__details__title{width:250px}}.detailModalCard__details__title.MuiTypography-root{font-size:18px;font-weight:500}.detailModalCard__details__emails.MuiTypography-root{text-align:end}.detailModalCard__details__element{position:relative;display:flex;gap:20px;justify-content:space-between}.detailModalCard__details__element-key{opacity:.6}.detailModalCard__details__element-value{text-align:end;display:flex;flex-direction:column;gap:10px}.detailModalCard__details__element:before{content:"";width:100%;position:absolute;bottom:-5px;border:.1vh solid var(--color-grey);opacity:.2}.detailModalCard__button-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:10px}@media screen and (min-width:768px){.detailModalCard__button-container{flex-direction:row}}.studentAddModal{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:end;justify-content:center}@media screen and (min-width:768px){.studentAddModal{align-items:center}}.studentAddModal__container{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:20px;width:624px;background-color:var(--color-whiteandblack);border-top-left-radius:24px;border-top-right-radius:24px;padding:40px 56px;box-shadow:0 2px 4px 0 var(--color-black)}@media screen and (min-width:768px){.studentAddModal__container{border-radius:32px}}.studentAddModal__qr-container{display:flex;gap:10px;align-items:center;justify-content:center;flex-direction:column}.studentAddModal__qr{width:100px;height:100px}.studentAddModal__choice{position:relative}.studentAddModal__choice:before{position:absolute;top:50%;left:50px;content:"";width:200px;border:1px solid var(--color-afbf-grey)}.studentAddModal__choice:after{position:absolute;top:50%;right:50px;content:"";width:200px;border:1px solid var(--color-afbf-grey)}.studentAddModal__choice.MuiTypography-root{font-size:22px;text-transform:uppercase;color:var(--color-grey)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
